.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntMCsXK2XdHgZSFWsHTbHE86ExUuxCT2 { position:relative;display:none; }#ntMCsXK2XdHgZSFWsHTbHE86ExUuxCT2 { border-width: 0; border-radius: 0; }#ntMCsXK2XdHgZSFWsHTbHE86ExUuxCT2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ntMCsXK2XdHgZSFWsHTbHE86ExUuxCT2 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#g5idGa9dPBDSBUbh1vNTJQDsa7xTCwD3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#so1A6VBEBxIMTquPwHDHdc7ay6S3Ox4l { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.625rem;top:1.6875rem;left:5.875rem;display:none; }
#swq175aToHICdmXB3uVEkPwT2ShRdhCJ { background-color:#12806b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.49925rem;height:2.37426875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.0625rem;left:31.390380859375rem;display:none; }
#ofdTliuvdSWEtIwrmw53AOoiSiWT37kU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .row .container { background-color: transparent; background-image: none; }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .row .container > .video-iframe-container { display: none; }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .row > .video-iframe-container { display: none; }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .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); }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .row .container { border-width: 0; border-radius: 0; }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#nVhsvR0N8Slf3xmBH7cAUMKHpyCyvfz5 { position:absolute;display:block;z-index:15000;background-color:rgba(197,179,154,0.5);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:2.8125rem;left:0rem;display:block; }
#tXEfGskzTAhZJUPw50xdtNFWJgdz1f1M { color:#12806b;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.0559875rem;display:block; }
#m9XntNLCA1Swm3wepWxgTUMO36C076WZ { box-sizing:content-box;color:#12806b;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.59375rem;left:58.3125rem;display:block; }
#ThhQ6ZlDIqE4eDonqUg4BVVBw7Sc3EIJ { box-sizing:content-box;color:#c5b39a;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.5625rem;left:58.250004768372rem;display:none; }
#Rgr4G0vdDkE5md5Wxl8ieeKMmE0qZTrQ { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:5.916015625rem;left:41.490887641907rem;display:none; }
#OqqCLFhA2mcwbrwI6nHeVvT1knLGTQzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ky2RGcmDSVgGEOdSsvAJOUH5UTPh6RFi { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:5.9368491172791rem;left:8.2428388595581rem;display:none; }
#p3HgtJB2m7upNEsla4T5SmZP0Omo0g1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KtCXceLFkSCmunRJhuFH4ehv6koI3uHP { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.5rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:5.9987568855286rem;left:0rem;display:none; }
#ZHmsWlMV9Jf8Vkz8XvwV93TzPSoyon3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJ3WIVrEGFqWreyWVvbDNeWdHoclsqBN { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:6.0609016418457rem;left:52.5rem;display:none; }
#r7zPkvdKWsKT4hZhyn1VLPbk2PIBDsyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v5Sicp21Pb5MT80R342cuiwD2ntsO9up { color:#12806b;display:block;width:12.06175rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:11.25rem;height:1.0559875rem;display:block; }
#MskM2UWf7AshVdmGqpscKZEi0Zyvx5Wm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:17.9375rem;top:1.9921875rem;left:21.03125rem;overflow:hidden;display:block; }
#QAUJgoFQX9VR2tNrWTonkIzt2A3GpW9D { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#12806b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0rem;left:42.125rem;display:block; }
#Q2orXpnKTyp5PAlToKHyO0vbc272s0LD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMOqfziHyEBafr4TM2VKRPuBCUflg8Tq { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:6.4375rem;left:52.5rem;display:block; }
#VPw1w7JAl8IhRXNWyb2xs5uoROazMnxz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvwzCepKUVlERCghPf7kUUTyhkK0W0vm { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.3125rem;left:41.125rem;display:block; }
#yB8WuLgW17Z6TXkB3xkVRTLKzFz8tGpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9bZlUAtZTKLy6XuyuAQvlcvGILtwEGM { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.375rem;left:9.6875rem;display:block; }
#Z5cCsXGg6CNpV9csXBr9FH8GZ5UFR23q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n9hu9FO7aoUym7N4w8Su8eW3gqo0A2QL { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:6.4375rem;left:0rem;display:block; }
#KJBzy6L7UgTTiWEN0u29C7mWQTmDavpo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENKTlBPazPkmtAQuW3DZC1od21il97bz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(18,128,107,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0rem;left:49.8671875rem;display:block; }
#trRmyaE1HNZODrSrR16S9Wie2OQgFeDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJhIarC5EHgdoXBzO3s8qmxMf1mAD6yc { background-color:#12806b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.499rem;height:2.374025rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.0625rem;left:31.375rem;display:block; }
#Mn5qETxg23UeTVP6XI738TfmM7AXxIa9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ARRVtVOmTiGdccd6DvazdgxUOX2qd7pV { position:relative;display:none; }#ARRVtVOmTiGdccd6DvazdgxUOX2qd7pV { border-width: 0; border-radius: 0; }#ARRVtVOmTiGdccd6DvazdgxUOX2qd7pV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ARRVtVOmTiGdccd6DvazdgxUOX2qd7pV > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#or0VhKsmar7qIOb00PT3MNmT3IWBGdJ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#lxHtuCRpwwbWBuu44Tp0VKgWM0NzuJFp { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.5rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:6.4375rem;left:0rem;display:none; }
#sCWXGCedo9PorO0uyDWTs1V4qfxIGXv7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBwdvl6vzOo4sTW3zMLAZovhn7uZUId3 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.3125rem;left:41.125rem;display:none; }
#rZHGGCXIzQGU7vSgoTg4dfctDnkmhhNJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2wJ1Z1hWxTFyewP8BH2aP7rP3p4gCd8 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.375rem;left:9.6875rem;display:none; }
#ZqqyBy3xzLp3NW19sZ8DxIW7m3RzQGU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2ohKn7rxqwgTqOK2PFnBBs2h4UXJFsw { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:6.4375rem;left:52.5rem;display:none; }
#R0ZgyRELOWk77Hvul5ROioP0lEEWAAwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTT5s2kwlygWsUghSBEdZZGeS94TyoBu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#12806b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0rem;left:42.125rem;display:none; }
#Gvf432l0NrWzSFaqb3fAw0PEZs1uJ75D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nstVtbyZOwwgT372SnnvhladaZgE7ah7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#12806b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0rem;left:49.8671875rem;display:none; }
#c6o113yqzK9BOT39Cf1a1bDIXHo0S0Dd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed791a17-d1a8-4318-a7e8-9a3ddca76c8c/1200x500.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX.adaptive-delivery-prevent-bg, #FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX.lazyload, #FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX.lazyloading { background-image: none; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row .container { background-color: transparent; background-image: none; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,128,107,0.5); }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row .container > .video-iframe-container { display: none; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,128,107,0.5); }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row > .video-iframe-container { display: none; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .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); }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row .container { border-width: 0; border-radius: 0; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#DSqnQuqwS7a4U9NEedNCIvxolMfRJpVo { color:#211b14;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.2500019073486rem;left:0rem;height:7.3112rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A17UxsT3eVC6i9lqhA3g44iQovJgJUCd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:23.3125rem;top:1.25rem;left:34.500000953674rem;overflow:hidden;display:block; }
#dnoyed97i1BCSxKaFaz8x5l3T1OQ0uKe { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.468751907349rem;left:0rem;height:1.29964375rem;display:block; }
#Rcso2bfFFdPAxlhnkZdqMl47MRH3Rtde { color:#070707;display:block;width:16.1236875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:12rem;left:3.6875rem;height:1.8997375rem;text-align:left;text-align-last:left;display:block; }
#BB6TMG5VuGTXm48TT4v3uyATiOHaRWdi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1237rem;width:3.1237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.375rem;left:0rem; }
#wCMDWtsqcn5swwep4QUD44CH2xhisFWL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:2.5rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:16.266493797302rem;left:0.125rem;display:block; }
#NrlTupDqrHI0cI2bEfV1ra1E27gxsJO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qcf4sdFCgBhneGBN0vNP52np8ggUVST4 { color:#fbfbfb;display:block;width:20.625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16.745659828186rem;left:4.0625rem;height:1.54361875rem;display:block; }
#mx9uJ8uuLFaVVmcLmWaScs8nerkxT34t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:16.11111164093rem;left:0rem; }
#v1xHqLqFraDx76di6CXzINzzlrX3tV8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc20cadd-bec3-4e16-958a-cf522446dbc9/gabinet13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#v1xHqLqFraDx76di6CXzINzzlrX3tV8q.adaptive-delivery-prevent-bg, #v1xHqLqFraDx76di6CXzINzzlrX3tV8q.lazyload, #v1xHqLqFraDx76di6CXzINzzlrX3tV8q.lazyloading { background-image: none; }#v1xHqLqFraDx76di6CXzINzzlrX3tV8q > .row .container { border-width: 0; border-radius: 0; }#v1xHqLqFraDx76di6CXzINzzlrX3tV8q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1xHqLqFraDx76di6CXzINzzlrX3tV8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1xHqLqFraDx76di6CXzINzzlrX3tV8q > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:none; }#KLv9gEcDBM2lcc2BsAIRXpzMlELD6y0E { position:absolute;display:block;z-index:15010;height:15.625rem;width:25rem;top:1.060791015625rem;left:31.435546875rem;display:none; }
#VAGsdxycPDU0P1t2LirWe5OFp38Nti5e { position:absolute;display:block;z-index:15009;background-color:#fffbfb;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.625rem;width:32.9375rem;top:0.8125rem;left:26.8125rem;display:block; }
#Mh45ghI1NynSXcwUICn9lc0and1XDcaJ { position:absolute;display:block;z-index:15008;background-color:#fffbfb;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.625rem;width:32.9375rem;top:8.0131484375rem;left:26.737986238786rem;display:none; }
#kViU7wyxmJ8W4QbHi2auP4sQz2hh2WeH { position:absolute;display:block;z-index:15011;height:18.74925rem;width:32.18675rem;top:1.312210559845rem;left:27.186054229736rem;display:block; }
#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .row .container { background-color: transparent; background-image: none; }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .row .container > .video-iframe-container { display: none; }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .row > .video-iframe-container { display: none; }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .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); }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .row .container { border-width: 0; border-radius: 0; }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#mil979lEsSfTcwikweUXMiEXbgDyGRLl { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:0.37037038803101rem;left:56.874273300171rem;display:block; }
#InofQHCpRFQVuDlpeFEug4t2hKeFtfsR { color:#dc954f;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.193359375rem;left:3.8125rem;height:5.84635625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#fyiBRaRcG3cUzCrFN70CP2FRHeyRk1T6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.1875rem;left:31.1875rem; }
#fyiBRaRcG3cUzCrFN70CP2FRHeyRk1T6 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#QVGrkd9gSrqTbu1DGfETEaVoV051Byb3 { color:#dc954f;display:block;width:24rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2013893127441rem;left:34.625001907349rem;height:1.46180625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#fOqMBtG8CoZFnwvEakbJPMEhH7dbDhg7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.3600263595581rem;left:0rem; }
#fOqMBtG8CoZFnwvEakbJPMEhH7dbDhg7 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#iIcV0NpSKnW7KJwXdUiGTfGTbP4Fwgtu { position:absolute;display:block;z-index:15000;background-color:rgba(197,179,154,0.5);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:2.8125rem;left:0rem;display:none; }
#VJeIGUnS2CmmlAqxgaf8UK3qL2WH9dT7 { position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.061035125rem;width:57.4365rem;top:8.1241884231569rem;left:1.2394199371338rem;display:block; }
#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .row .container { background-color: transparent; background-image: none; }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .row .container > .video-iframe-container { display: none; }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .row > .video-iframe-container { display: none; }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .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); }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .row .container { border-width: 0; border-radius: 0; }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .row .container { font-size:0.875rem;font-family:arial;height:62.125rem;width:60rem;position:relative;display:block; }#HtvNiStsdg1i95F7FLz2bwZSEb5tx1Np { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:23rem;top:1.2899332046509rem;left:2.5rem;overflow:hidden;display:block; }
#xNtKOxovATQN8syJAtw6GUfcNkK1TM1t { color:#000000;display:block;width:54.8736875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:53.0625rem;left:2.5625rem;height:1.3997375rem;display:block; }
#MUD5fM990yC9Fw6I0c2UxxOSNuatW94N { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:54.375rem;left:3.6875rem;display:block; }
#BQ8xVTnxerihXsopBtUumyRlN5ocW5QT { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:55.1875rem;left:28.625rem;display:block; }
#NzFzkvm7yQJJ9S56EuEyIdF8rLadrg0q { color:#000000;display:block;width:14.812rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:55.875rem;left:32.25rem;height:1.2182625rem;display:block; }
#n5XewiMpwmc9AvvC8EGlNzun8KEdu7yf { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:55.5625rem;left:7.25rem;height:1.2182625rem;display:block; }
#BJdAM8OaHlQlFkfmQAiHeD8B5pyTQEW5 { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0616319375rem;width:57.436625rem;top:59.749357223511rem;left:2.5626621246338rem;display:block; }
#bbT0GiwCaGJhNb6TTzzDaxCfp43EwWne { color:#000000;display:block;width:29.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1038384437561rem;left:26.175943374634rem;height:2.03125rem;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; }
#PnQAR4KNXPPRt2p2wMmJooLB6EQm27a4 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:7.999671936035rem;left:26.176755905151rem;display:block; }
#qToMR0ffPMD0Vw5ivPtvpnan57D3KLtg { color:#000000;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.4;letter-spacing:0;top:7.9996743202213rem;left:28.859048843384rem;height:16.79686875rem;display:block; }
#NFpeMrhCGqhLZaTykXoxQzrboXXcroGU { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:25.623369216919rem;left:0rem;display:block; }
#ws5K3sirK9PQBn0WPBTDZXmZ15QanvKH { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:39.25rem;left:0rem;display:block; }
#JXOmOZvlRR4nxT4G3IPEDeiypuWlEdSL { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:39.8125rem;left:5.125rem;height:1.3997375rem;display:block; }
#tgxm4XWRSZqihPisHtQNlOXyztC3TxKC { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:43.75rem;left:0rem;display:block; }
#conb1XD9wbg7goSetHkKDimyTinMzpng { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15089;line-height:1.4;letter-spacing:0;top:44.3125rem;left:5.125rem;height:1.3997375rem;display:block; }
#HJe2kwIlICti3RiSHTb6nzTiTru0gOe6 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:47.0625rem;left:0rem;display:block; }
#TTzEbfdz7oTg7i3dT1kMPZyGWsvwAkQ0 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15091;line-height:1.4;letter-spacing:0;top:47.625rem;left:5.125rem;height:2.799475rem;display:block; }
#P0SAttGwtsmgfRQsrkH0GQHQAzCB6usy { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:35.3125rem;left:0rem;display:block; }
#iqTEoWgqrSVwX12QtDkOrzn7u4Us27u7 { color:#000000;display:block;width:54.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:35.86181640625rem;left:5.0618495941162rem;height:1.3997375rem;display:block; }
#Aa0VvtSwT2ydANZOF1UcLOWHI6aNsOLx { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15085;line-height:1.4;letter-spacing:0;top:25.62255859375rem;left:5.0618495941162rem;height:8.39843125rem;display:block; }
#fsBx1kkexLqaTfPUJqSzNivIilQfZREF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccd8d8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .row .container { background-color: transparent; background-image: none; }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .row .container > .video-iframe-container { display: none; }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .row > .video-iframe-container { display: none; }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .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); }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .row .container { border-width: 0; border-radius: 0; }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#GPR8pJoRQrZu5MTzz4RVE0mOUsAgV27w { color:#000000;display:block;width:21.4371875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15085;line-height:1.4;letter-spacing:0;top:7.55534234643rem;left:36.372884750366rem;height:20.9960875rem;display:block; }
#vGmy7G2nfoopac39S7nK9UQRVkeRADTe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.625rem;width:34.625rem;top:0.74137845635413rem;left:0.84798240661619rem;overflow:hidden;display:block; }
#VQV1Ilu9re0WTcst8NdawyWz4sJGissI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .row .container { background-color: transparent; background-image: none; }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .row .container > .video-iframe-container { display: none; }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .row > .video-iframe-container { display: none; }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .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); }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .row .container { border-width: 0; border-radius: 0; }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .row .container { font-size:0.875rem;font-family:arial;height:122.125rem;width:60rem;position:relative;display:block; }#oOakx6on7fUpPkMxQ5HqVEpFxUZ3E7Mc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:35rem;top:5.3125028610229rem;left:12.5rem;overflow:hidden;display:block; }
#LlOuhWzwyxyhJAGtFgEikfO1Z1hzATb9 { color:#000000;display:block;width:54.8736875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:114.6210975647rem;left:3.9348955154419rem;height:1.3997375rem;display:block; }
#W20LB31u9b9TFa99lKAmqQfymp8t6dkk { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:115.9375038147rem;left:5.0625rem;display:block; }
#fKRLX1cTKTysNEo5O2AhTKTWOgxtCaQp { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:116.7500038147rem;left:30.000000953674rem;display:block; }
#lQ2p7zxpJRPrreXTb1orcPdSAl7NM3DP { color:#000000;display:block;width:14.812rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:117.42057800293rem;left:33.625000953674rem;height:1.21875rem;display:block; }
#Z56Hvk4DKa0b2Vr5a0wR2QhyJOeTSAzx { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:117.1093788147rem;left:8.6250009536744rem;height:1.21875rem;display:block; }
#PqLJ1t0JkpJoIHT285zo1R3PrpT0NGca { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:57.4373125rem;top:121.1875038147rem;left:1.25rem;display:block; }
#iZJ8q8hDUw5mPgIXxu3bvD6RbpZPr0RC { color:#000000;display:block;width:52.5621875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.2916693687439rem;left:3.71875rem;height:4.0625rem;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; }
#XduvlrXCsVVqhaPCgcN8Gy2mzwkzp0um { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15082;line-height:1.4;letter-spacing:0;top:25.0625rem;left:0rem;height:1.662325rem;text-align:center;text-align-last:center;display:block; }
#KmDTlqDMSCz6nrtD0oTMwg2AoqEETZ1P { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:29.3125rem;left:0rem;display:block; }
#lohRIdwEM0aFnZJd5u3gp0FwC5N8umTT { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.4;letter-spacing:0;top:30rem;left:5.125rem;height:8.3984375rem;display:block; }
#btihotOU5mkbrRneMeRuDCdmalOEagGO { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15089;line-height:1.4;letter-spacing:0;top:39.9375rem;left:5.125rem;height:1.3997375rem;display:block; }
#C70y6mZc68cahfXAzEl4PhBTNokef4dZ { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:42.5rem;left:0.0625rem;display:block; }
#eU2DHNue2VqrJ7eyCTIw2m3oWo83XX8r { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15089;line-height:1.4;letter-spacing:0;top:42.5rem;left:5.125rem;height:4.19921875rem;display:block; }
#zQpWQI0eyIITXETFLWeqhGcUdRi9GXay { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:47.75rem;left:0.0625rem;display:block; }
#m1qCaKQ3STfsOD33wFbwUkTEs1PkCbd8 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15091;line-height:1.4;letter-spacing:0;top:48.3125rem;left:5.125rem;height:1.3997375rem;display:block; }
#cDCcTdQXh7cCKATx1LgFcTSAuWg0f6T1 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:51.5rem;left:0rem;display:block; }
#mn13PXNUSXrfGlVvOq9G5U9VnO9EtNh0 { color:#000000;display:block;width:54.8734375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15087;line-height:1.4;letter-spacing:0;top:51.625rem;left:5.125rem;height:5.59895rem;display:block; }
#SL3S5deRExHQt6oBZxkQqJk0THxI3oer { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:58.5625rem;left:0rem;display:block; }
#c7hdBeaNTLcpD7ccVsoGa6tx9sdrgBk9 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15090;line-height:1.4;letter-spacing:0;top:58.5625rem;left:5.125rem;height:5.59895625rem;display:block; }
#fLfwFbIrzSAXum1Kq5f42gtE6Wc32eep { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:82.5rem;left:0rem;display:block; }
#edRoIc45CofJS2zyFOq4EdHFTxqXPG6H { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:83.0625rem;left:5.125rem;height:1.3997375rem;display:block; }
#Q9IzpEzd7KD7hIL3rvwcHRbSHmepRnvu { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15091;line-height:1.4;letter-spacing:0;top:64.625rem;left:5.125rem;height:16.647125rem;display:block; }#Q9IzpEzd7KD7hIL3rvwcHRbSHmepRnvu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q9IzpEzd7KD7hIL3rvwcHRbSHmepRnvu li:before{  }
#Arn5u2az76EmPLPm0nxGt12TNm4dpEeR { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:87rem;left:0rem;display:block; }
#BtptHcdVFbPUTT6uXRWRrRclg2suGcXF { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15089;line-height:1.4;letter-spacing:0;top:87.5625rem;left:5.125rem;height:1.3997375rem;display:block; }
#QCsp3nb6FdduBJppDtLmzlS19C1r8Wqx { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:90.3125rem;left:0rem;display:block; }
#DUTw6sLBm3nQy3wB272CK1F9AqBuUpbf { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15091;line-height:1.4;letter-spacing:0;top:90.875rem;left:5.125rem;height:6.9986875rem;display:block; }
#AZwwND3UP5BNFZTRiIdo7BFgLTHZX699 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15093;line-height:1.4;letter-spacing:0;top:98.8125rem;left:5.125rem;height:13.9973875rem;font-style:normal;display:block; }
#sPDT9ISAf2fPD9nZA61POAhTaehAHpp8 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15096;top:98.25rem;left:0rem;display:block; }
#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .row .container { background-color: transparent; background-image: none; }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .row .container > .video-iframe-container { display: none; }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .row > .video-iframe-container { display: none; }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .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); }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .row .container { border-width: 0; border-radius: 0; }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .row .container { font-size:0.875rem;font-family:arial;height:175.5625rem;width:60rem;position:relative;display:block; }#R8COTdfd8TOVqE4ssTTbSWn8ffsz7wwU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:40.3125rem;top:4.4934892654419rem;left:9.84375rem;overflow:hidden;display:block; }
#eSPRqT6XAXNRGKJq6X2TsIlP3obCgmK1 { color:#000000;display:block;width:54.8746875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:166.8125rem;left:3.875rem;height:1.3997375rem;display:block; }
#Jul3tHTeLXNl2Zql8qbZeVMHP51velb2 { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:169.125rem;left:5.0625rem;display:block; }
#wr1fhopwPhXto6GvXzyakt4iRrPP2weL { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:169.5625rem;left:29.9375rem;display:block; }
#qktpiFhABB5JbLnF7cVZbgltklCfz9h4 { color:#000000;display:block;width:14.8119375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:170.3125rem;left:33.4375rem;height:1.21875rem;display:block; }
#QUmzXvMN61n6ImqCFkoTm6ALsU7SqXGo { color:#000000;display:block;width:12.18675rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:169.9375rem;left:8.5625rem;height:1.21875rem;display:block; }
#nF0MkT0d66X37sKZvenpvW3KAq6oU7Qp { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:57.4373125rem;top:174rem;left:1.25rem;display:block; }
#HtmQcQBHAEDRddEURhIlB99f8QhUNtoa { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.1875rem;left:3.71826171875rem;height:4.0625rem;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; }
#Io0JW8ustZg4vmlkaOycZ3Sob1ftqLrK { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.4;letter-spacing:0;top:25.625rem;left:0rem;height:6.9986875rem;display:block; }
#Ru17BxTVFDeQUrvXfbl3GLepg9SsGQ43 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:33.1875rem;left:1.9375rem;display:block; }
#e7KnQs4OQT8GGOEutNQ1qJqPeI4pUe0Z { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:36.3125rem;left:1.9375rem;display:block; }
#gCycLxVeVTHaqsnOauRXluZBodyTMGRX { color:#000000;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:33.738277435302rem;left:5.08203125rem;height:1.3997375rem;display:block; }
#VHetTNebbT3EOcbIL6H9DlsPvTk7PR2l { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:37.25rem;left:5.1875rem;height:1.3997375rem;display:block; }
#zH2V9xOXuPPeIrxcX5G95VmiD36JfDTS { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:40rem;left:1.9375rem;display:block; }
#tBVHpucIHCkmauvn4QddXTV2BcEqLRVA { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:40.5625rem;left:5.1875rem;height:1.3997375rem;display:block; }
#Gw9M3I0NRSRQpuBn8BL2d17twkpOZLUJ { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:43.8125rem;left:1.9375rem;display:block; }
#bkkNTDWNUso9o61d2axAr7dzsooICcvA { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:43.8125rem;left:5.1875rem;height:4.1992125rem;display:block; }
#KyegGE2av9bCJlIlNZq2rVbmdTpXHE7H { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:48.9375rem;left:1.875rem;display:block; }
#mBUGPy5sxXAfxMnxNigSg7LbHQMcpFzq { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15073;line-height:1.4;letter-spacing:0;top:49.5rem;left:5.125rem;height:1.3997375rem;display:block; }
#uggAfaTOS1pmZoliOg3E7iXJlVo31yZa { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:52.6875rem;left:1.875rem;display:block; }
#lJSR26yozgmKvC1DnprWMpiGI2aOBtWt { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:52.6875rem;left:5.125rem;height:4.1992125rem;display:block; }
#z65nBvXiBSVFg1hhll16VwJQSNPBqmGk { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.4;letter-spacing:0;top:58rem;left:5.125rem;height:9.7981875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#EnsXqi3QpGTt3quae6ofLilX2KizLd2h { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15073;line-height:1.4;letter-spacing:0;top:69.25rem;left:5.125rem;height:8.3984375rem;text-align:justify;text-align-last:initial;display:block; }#EnsXqi3QpGTt3quae6ofLilX2KizLd2h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EnsXqi3QpGTt3quae6ofLilX2KizLd2h li:before{  }
#aniUQfiyb9F5aIravwsJmvzWvGRCzOA3 { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:78.125rem;left:5.125rem;height:7.3489375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SLxG6zWrAUXuIKyu8SAk34bTiVEcQVK2 { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:97.3125rem;left:5.125rem;height:4.89930625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zBaJNIlhMUTRwTHZwSOdZC4nN2RWRTwO { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.4;letter-spacing:0;top:86.625rem;left:5.125rem;height:9.7981875rem;text-align:justify;text-align-last:initial;display:block; }#zBaJNIlhMUTRwTHZwSOdZC4nN2RWRTwO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zBaJNIlhMUTRwTHZwSOdZC4nN2RWRTwO li:before{  }
#o6lxT624NTvSScAeC20UK07LG0zzfT0K { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15077;line-height:1.4;letter-spacing:0;top:103.8125rem;left:5.125rem;height:12.597625rem;text-align:justify;text-align-last:initial;display:block; }#o6lxT624NTvSScAeC20UK07LG0zzfT0K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o6lxT624NTvSScAeC20UK07LG0zzfT0K li:before{  }
#ydLorqcbFfN6IhpTT5zJWT6FPlmae5rM { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:117.25rem;left:5.125rem;height:3.67448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CoRI1zbFVpL7nSDiaUpJ492xnv477qM8 { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15079;line-height:1.4;letter-spacing:0;top:122.1875rem;left:5.125rem;height:12.597625rem;text-align:justify;text-align-last:initial;display:block; }#CoRI1zbFVpL7nSDiaUpJ492xnv477qM8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CoRI1zbFVpL7nSDiaUpJ492xnv477qM8 li:before{  }
#gwDRu7w81QVJ8rVMtS0oUi8LnVzT75gN { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:143.875rem;left:1.875rem;display:block; }
#rTPr6ZihBJkyFyTBOEI5GZrpVnuehDbE { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15073;line-height:1.4;letter-spacing:0;top:144.4375rem;left:5.125rem;height:1.3997375rem;display:block; }
#dnvCVDI1CaAaZ09wAzdGc5E6ysl6Bdyg { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15078;top:147.4375rem;left:1.875rem;display:block; }
#uadG8sgPSlZuUPvyAyVWfUOx464DNFb3 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.4;letter-spacing:0;top:148rem;left:5.125rem;height:6.9986875rem;display:block; }
#V58S8QGTQd9ZoeDqeDoOUynKiVVA4etl { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:157.1875rem;left:5.1875rem;height:6.99869375rem;font-style:normal;display:block; }
#xHeyNV9oN42hBr99ks2fZ2Ug8A5pgSiI { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15080;top:156.625rem;left:1.9375rem;display:block; }
#vcm3Vx3TJDwcaZMX5X1anZpt9oKKTrBS { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15080;line-height:1.4;letter-spacing:0;top:136.1875rem;left:5.125rem;height:6.12413125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ritKWSTgb6TiQT1RgmsErlVJ2N23pfId { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15083;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:1.662325rem;text-align:center;text-align-last:center;display:block; }
#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .row .container { background-color: transparent; background-image: none; }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .row .container > .video-iframe-container { display: none; }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .row > .video-iframe-container { display: none; }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .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); }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .row .container { border-width: 0; border-radius: 0; }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .row .container { font-size:0.875rem;font-family:arial;height:160.8125rem;width:60rem;position:relative;display:block; }#aHA8tyZhDLm2xIdxKFoOkFnJ3fJrMCxp { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:75.686856508256rem;left:0rem;display:block; }
#yDUD3wV4TPJN5GiNm1tcgynTFEAlyZsN { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:33.6875rem;left:0rem;display:block; }
#CRtFR1c52ff3BgVWDMix720sFGVB4v4t { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:39.87385559082rem;left:0rem;display:block; }
#kBAy1oTOQ036V3Wb4kZhhWN8Mkod0R62 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:33.6875rem;left:5.0625rem;height:4.19921875rem;display:block; }
#Wy3aTI1V5IZAxrUHyMpcE4HazBHJ1FhE { color:#000000;display:block;width:54.8746875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:69.75rem;left:5.125rem;height:1.3997375rem;display:block; }
#GJW4xBeJt8G26ehuxlNMOqT0DZDUL4bh { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:69.1875rem;left:0rem;display:block; }
#bUoslRZyZodNzkWgUKzTOlegb56Th5g4 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:72.3125rem;left:0rem;display:block; }
#VXIReuQcbIElKzlcwnimpocUVt5D8yuG { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:72.3125rem;left:5.0625rem;height:19.5963375rem;display:block; }
#kANPbqE425Ox22NTTeD6DO0Bi3uKnTkv { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:96.374505996706rem;left:0.3125rem;display:block; }
#Gn4Mz79kQyWSBcgTsEXymlO7cuBlW7eR { color:#000000;display:block;width:54.8746875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:96.374505996706rem;left:5.1253261566162rem;height:11.1979rem;display:block; }
#F1kpFrh15TeV7NdG6DAQl8aTWWtLdzEi { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:90.07421875rem;left:0rem;display:none; }
#Xzg9A8TOATn8nWqCaSeDPgsdNOctnViA { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:90.625rem;left:5.125rem;height:0;display:none; }
#qm1aiTLppcyFfDsItGl9bFnnHoI19ydu { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:117.9375rem;left:0rem;display:block; }
#JZPdGXc80wWfrcttX30GRmKirF4D3qc8 { color:#000000;display:block;width:54.8746875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:117.93701171875rem;left:5.1253261566162rem;height:20.9960875rem;display:block; }
#yf5ohnfcD3zmfFSwFqVOiT5b2woWG7TO { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:139.06166839599rem;left:0rem;display:block; }
#BouD4oWZUX7Qx26bRPlteFuJGCrPWv3d { color:#000000;display:block;width:54.8746875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:139.60935974121rem;left:5.1253261566162rem;height:4.1992125rem;display:block; }
#IDomxTgPHTayVeKybuVgaAEHATQbTui0 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:144.75rem;left:5.125rem;height:4.19921875rem;font-style:normal;display:block; }
#t9tcd3qJ6etSIiKRXA57sutGuq3Hacqs { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:144.1875rem;left:0rem;display:block; }
#OwO1hLA0tfVKUax5EcyDFHcJCqqqUSKN { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:151.25rem;left:5.125rem;height:2.79948125rem;display:block; }
#ddOC1Tfg6fQD1oCV4poU9FfOPFThGKxc { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#GrhPey6CIEXssnVQF5tL4NpVHOQ75cu0 { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:156rem;left:30rem;display:block; }
#sdkDOFSwa02e5892NZwgM5G486vu0mIT { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:155.5625rem;left:5.0625rem;display:block; }
#vdmQsuQNOseRo2e7WAK0T7b35vZs896u { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:156.6875rem;left:33.5rem;height:1.21875rem;display:block; }
#SqluiTQVDwTd1Qmu21iycrTPKs6RKZKF { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:157.0625rem;left:9rem;height:1.21875rem;display:block; }
#GsRXlpdt8O3NwCucxsPzQuQJhpdzpbP4 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:46.75rem;top:9.8125rem;left:8rem;overflow:hidden;display:block; }
#p9yaZsTXh5q0Tiq9VeisgdX2pudcZ3nf { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:160rem;left:1.3125rem;display:block; }
#uTP75odVn02wa2Tl9BAJTK250beTzBKC { color:#000000;display:block;width:54.8746875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:93.374839782712rem;left:5.0618495941162rem;height:1.3997375rem;display:block; }
#wbKa59fGIy3KhWUbfggNh4TQQhlbRTNC { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.25rem;height:6.09375rem;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; }
#ZQuiNgxsmpdqCEtcJleJ6LrU4EOa1GQn { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:28.125rem;left:0rem;height:4.19921875rem;display:block; }
#D7ytyOmb7hxLwH4VJk0SHRSwKfcfeTtr { color:#000000;display:block;width:54.749375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:39.872240066528rem;left:5.1236991882324rem;height:27.99480625rem;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; }
#pVk1VUNkXmqy0Jrfll9wTwO59sbXqOxX { color:#000000;display:block;width:54.8746875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:108.93716430664rem;left:5.1253261566162rem;height:8.39843125rem;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; }
#hSgHGzfrlB8poGykzlo6Oteais5yOWrx { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .row .container { background-color: transparent; background-image: none; }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .row .container > .video-iframe-container { display: none; }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .row > .video-iframe-container { display: none; }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .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); }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .row .container { border-width: 0; border-radius: 0; }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .row .container { font-size:0.875rem;font-family:arial;height:122.3125rem;width:60rem;position:relative;display:block; }#AFe0w3ISIg5VMB6DbioxKxDtKDg06ifW { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:77.75rem;left:0rem;display:block; }
#FhrDWiBvBOkWyPcneiTQ1Thd1B95KQNm { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:65.8125rem;left:0.125rem;display:block; }
#tp3TvdKwliJPn3beNcnzXiicVydzXir7 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:62.6875rem;left:0.125rem;display:block; }
#n3mhFpQdVA88qLztiQMgnhrEapT01oG7 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:66.75rem;left:5.1875rem;height:5.59895625rem;display:block; }
#QJZZPwm8ayUQbEzFtkvuhIXsuUoTODNm { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:74.3125rem;left:5.1875rem;height:1.3997375rem;display:block; }
#cOkUGaxA4GCbOAQCuulm7guKhKT6OZ21 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:73.75rem;left:0.125rem;display:block; }
#XUIt1OB4fT1CnMTS6E1eDcWha4NbO3Cn { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:51.999513626099rem;left:0rem;display:block; }
#CFKgseah3gTN3oMl9MaWxsbsLmyNX867 { color:#000000;display:block;width:54.8746875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:51.999513626099rem;left:5.1253261566162rem;height:9.7981625rem;display:block; }
#RyrNAEp5ouFa64miVSQtDQkIQxsKPe7a { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:81.3125rem;left:0rem;display:block; }
#s4aINJHwA6A5ntncVntlsv5BSKAw9Vcc { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:81.3125rem;left:5.125rem;height:6.99869375rem;display:block; }
#Av0OPRb1p6FC5DO5xRqD3Hk7MVsEx5yn { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:90.07421875rem;left:0rem;display:none; }
#ctpJz9JoGLQFrTyZXl9VNv13eiP3ozno { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:90.625rem;left:5.125rem;height:0;display:none; }
#JgLw952BdALdQ18UA7KKSLdE6TcNEnhC { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:107.875rem;left:0rem;display:block; }
#T8wzfTUQKVBNLiwfncKVdpXg4Err2RrK { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:108.4375rem;left:5.125rem;height:1.3997375rem;display:block; }
#D1TP96WQIUdFvFzIUJraN0rG7QwltBfw { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:127.9375rem;left:0rem;display:none; }
#v9TvkSELZdF0ugAmWLRnidZowuFTitUR { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:128.5rem;left:5.125rem;height:0;display:none; }
#XNvSzNLGlaPa9JenzQHWPczA8xk6ODs0 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:131.5rem;left:5.125rem;height:0;font-style:normal;display:none; }
#sWUKmkkylpGzn2cyRk1FtE1ChzFc6Nwv { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:111.5rem;left:0rem;display:block; }
#DqwKXGX3crHVEuB4HNP9A7fGD6Rv98VP { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:111.375rem;left:5.125rem;height:2.79948125rem;display:block; }
#ZwNazrygvc3uptpN4enmN7n8rg1HEO1E { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#zFdChOGCbOGpw90pm0MV8SOgxvBT6leS { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:116.125rem;left:30rem;display:block; }
#JTQ448fkxo4dK374qQDmwluGFp0dM0tR { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:115.6875rem;left:5.0625rem;display:block; }
#GubXF3lKwqNwVS9HiPBle6ayliUoWsM4 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:116.8125rem;left:33.5rem;height:1.21875rem;display:block; }
#VDLtOQgzCn5NQyCxHk8DdKCe5DMVuW8o { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:117.1875rem;left:9rem;height:1.21875rem;display:block; }
#nEc1DKdsP9M8VJaN5cRgsI4ngryIt7sg { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:46.75rem;top:9.8125rem;left:8rem;overflow:hidden;display:block; }
#tfRrfyAAQOZ659F0k5oQQUtJ7ThkucaT { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:120.125rem;left:1.3125rem;display:block; }
#naULUDCbrPZbTWshn30Q16oNQMKRkJhe { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:78.3125rem;left:5.125rem;height:1.3997375rem;display:block; }
#IVS14JThD35yNh5QseZ7G6x8mkfzBC2u { color:#000000;display:block;width:52.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.7498321533203rem;left:5.8125rem;height:6.09375rem;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; }
#gZTPtX4fodlV7OZqidGanpVh9y3a5sL8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:29.124356269836rem;left:0rem;height:20.9960875rem;display:block; }
#m4rOH9ORN3X9RvSO7dPwHtUAcygqlpf0 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:63.25rem;left:5.1875rem;height:1.3997375rem;display:block; }
#yZupV009RMVWgVzBqeZhov6m6eRTBh8g { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:89.3125rem;left:5.125rem;height:16.647125rem;display:block; }#yZupV009RMVWgVzBqeZhov6m6eRTBh8g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yZupV009RMVWgVzBqeZhov6m6eRTBh8g li:before{  }
#ep32Tv00vKCBuTgyAeML435FATJV6VRo { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:143.625rem;left:5.125rem;height:0;display:none; }
#L5sL9E6GxFlSNhP7y2rVkrxA5nHGTxok { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .row .container { background-color: transparent; background-image: none; }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .row .container > .video-iframe-container { display: none; }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .row > .video-iframe-container { display: none; }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .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); }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .row .container { border-width: 0; border-radius: 0; }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .row .container { font-size:0.875rem;font-family:arial;height:84.125rem;width:60rem;position:relative;display:block; }#ZosVw1PbUUsXNTR61sndiIt3DCyJVl61 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:60.124347686767rem;left:0rem;display:block; }
#tCyPXAgQsry2pdhgqVp6eW0aczSLxfSy { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:36.748046875rem;left:0rem;display:block; }
#zePZ9z6rVE78Xf0C8rZI7S1AF9cr3MNv { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:26.249370574951rem;left:0rem;display:block; }
#zcc3ZKLQo5LzorTWzfsqzuMgzSdZe3z7 { color:#000000;display:block;width:54.8746875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:37.29736328125rem;left:5.1253261566162rem;height:;display:block; }#zcc3ZKLQo5LzorTWzfsqzuMgzSdZe3z7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zcc3ZKLQo5LzorTWzfsqzuMgzSdZe3z7 li:before{  }
#IwJsywO053z7wQkzugiyfgVCoTPQaMz1 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:52.812173843384rem;left:5.12451171875rem;height:1.3997375rem;display:block; }
#cEp4Zpsu0f8rR9DeLoOh266vVS8abp7d { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:52.249835968017rem;left:0.061849594116211rem;display:block; }
#IyZh7qfTuKXUii1CKh0IJnfq78HLrlpb { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:56.061847686767rem;left:0rem;display:block; }
#E93fZwwefaetm3hIC5I7oAat0R78TQ6T { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:56.124347686767rem;left:5.0618495941162rem;height:2.799475rem;display:block; }
#iGKFwHmaPpiJxUJSUD6lp3Kg69PAFVvb { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:90.07421875rem;left:0rem;display:none; }
#bAsx8DyxUWxiqCWRv4UTLwM4SzccCXtc { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:90.625rem;left:5.125rem;height:0;display:none; }
#MoBFaUpeW47hZDaa9Q1OgbWBJfbDiX2n { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:63.124835968019rem;left:0rem;display:block; }
#MA8dEF8TgfdAAhZRkvWnaxkLvmilR5PS { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:63.687171936038rem;left:5.12451171875rem;height:1.3997375rem;display:block; }
#TgSTZqQJNqTLdaX1oJd73Vq9ZMzPygnU { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:66.24951171875rem;left:0rem;display:block; }
#hkUMfZF7VkfaAsN7atp9FBMnQ6EXXXIi { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:66.811847686769rem;left:5.12451171875rem;height:2.799475rem;display:block; }
#qO7OsHwfH2I1TCTDH6i4sluxiwVXnBwA { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:73.187171936038rem;left:0rem;display:block; }
#Ob7Lv43s8wUykbW5NZ03XlgwU6p95ivu { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:73.061847686769rem;left:5.12451171875rem;height:2.79948125rem;display:block; }
#bTT9xkcimJUQhXFHNzW8N5GsVlXZwAhb { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#BqTFaNbVpe9ZxKGPxsiFx2gRpieJAyke { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:77.81201171875rem;left:30rem;display:block; }
#ongk118tVtLTf6FITQlgJ4h6uuFqx8p3 { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:77.375rem;left:5.0618495941162rem;display:block; }
#V4z9rcv5dO4vodNRRbv0xrvHJyfNbV7m { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:78.499671936038rem;left:33.499347686767rem;height:1.21875rem;display:block; }
#rlbxA6osRSiOTAobRFKG7udozHWntPEl { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:78.874835968019rem;left:8.9998378753663rem;height:1.21875rem;display:block; }
#bUTF1vOvhedy3dKNBaoeOaPHvzcyaWyw { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:46.8125rem;top:7.9368491172787rem;left:6.6250009536744rem;overflow:hidden;display:block; }
#zm95e6h6WDsQTmAkabTPgQETXgFUGwqM { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:81.811847686769rem;left:1.3118495941162rem;display:block; }
#OpA7rTxOEFr3N73TtMVXC1PAwtklf6XT { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:60.6875rem;left:5.12451171875rem;height:1.3997375rem;display:block; }
#V5qMsGMZ1lxwdMpP69JaTTf0INqiqeHx { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.25rem;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; }
#rMrw4bgHeOREew9LwbG85xfvBV2eQ7Af { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:26.250011444092rem;left:5rem;height:9.798175rem;display:block; }
#y2aeQKRFWqaMnQ9Dv6NWSBoiw4ifpssS { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .row .container { background-color: transparent; background-image: none; }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .row .container > .video-iframe-container { display: none; }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .row > .video-iframe-container { display: none; }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .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); }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .row .container { border-width: 0; border-radius: 0; }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .row .container { font-size:0.875rem;font-family:arial;height:83.4375rem;width:60rem;position:relative;display:block; }#Lr6rshQCPi1ONFl5x0D1k5ABTUB98uOa { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:59.125rem;left:0rem;display:block; }
#Hux8PwmzmT2PWcCADxqTwkZ1sVMJTKQ0 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:47.250021934509rem;left:0rem;display:block; }
#UbNtxLskLhkS1iyGwcv2f4EBaKhUoWit { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:26.249370574951rem;left:0rem;display:block; }
#qpc18KbcDUIuWIb4s9hiFbNxvGAUhGy7 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:47.875021934509rem;left:5.1243486404419rem;height:1.3997375rem;display:block; }
#TwbSRHb0lJBxVuKBp5LhVBTdF3iNh8g5 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:51.125rem;left:5.125rem;height:1.3997375rem;display:block; }
#wqiRC6dMZPvDSyr1M8XXNSPTDz9J2Bnk { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:50.5625rem;left:0.0625rem;display:block; }
#Ay6UKuOOlJB9mkqmSD84VS4gKUl9UO7v { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:54.4375rem;left:0rem;display:block; }
#Bd1lMmdkHVGXd3GUWD38CnVrgLPp0FaX { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:54.4375rem;left:5.0625rem;height:4.1992125rem;display:block; }
#HD52ZH1g09RCEdy3DGzTNLtE56OV2W96 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:90.07421875rem;left:0rem;display:none; }
#dDyaqSD33QpT51w8CJtElCvoAbRJsmf9 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:90.625rem;left:5.125rem;height:0;display:none; }
#haho3lRx18mm2tvrQUzCTl4hGlLbUNzQ { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:62.125rem;left:0rem;display:block; }
#uSLAKiE5ipwckJ0u2gT6CDrJyCvM4CXQ { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:62.6875rem;left:5.125rem;height:2.799475rem;display:block; }
#u310HwZMJnQSIyIgz5knTwx6rCZJruIQ { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:66.6875rem;left:0rem;display:block; }
#rblAU3NblFHw0PxcayBxSoQKgHh8NaR4 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:67.25rem;left:5.125rem;height:4.1992125rem;display:block; }
#fmDvi2TIRy4b5hvXCGxDaGUDGKaK2SLH { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:73.625rem;left:0rem;display:block; }
#ni1EuvheevhP4QidxgkIUAI7UAtl2Ku6 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:73.5rem;left:5.125rem;height:2.79948125rem;display:block; }
#bs2R9iFqEKPQeG1k142ewlHKNhbHkWH8 { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#LAcfPm3VqAL9v8IGrm2Sx3DzvGTUCRoW { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:78.25rem;left:30rem;display:block; }
#GBeDtTIbWzu8JmGyOEJu43NwHgUobg1q { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:77.8125rem;left:5.0625rem;display:block; }
#o2iQoAhlIrb9vWbQ2MbSS4E2EmKd8Odq { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:78.9375rem;left:33.5rem;height:1.21875rem;display:block; }
#ile7hKd9D0SOasVEH9PyxCiavNUBIxBK { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:79.3125rem;left:9rem;height:1.21875rem;display:block; }
#PFPchEWVh544JJIhb4WmrX1T3PSBcmL1 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:46.8125rem;top:7.9368491172787rem;left:6.6250009536744rem;overflow:hidden;display:block; }
#rRf379KCDufCcPkt5HvG9wCJ3JSH77Qd { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:82.25rem;left:1.3125rem;display:block; }
#lXwTnyaE7Nm4vRy83tEPizwN8ggkqTvP { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:59.6875rem;left:5.125rem;height:1.3997375rem;display:block; }
#ArlS6fLwAmDvTQBg1T31rWxsRDsglNQk { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.25rem;height:4.0625rem;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; }
#aadVlbgGxDisRiocRvZrbQhJi6npBFzq { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:26.250011444092rem;left:5rem;height:22.39580625rem;display:block; }
#uwmTTuulTkpNUtd3XOwRK7uIgKNUTgT9 { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .row .container { background-color: transparent; background-image: none; }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .row .container > .video-iframe-container { display: none; }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .row > .video-iframe-container { display: none; }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .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); }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .row .container { border-width: 0; border-radius: 0; }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .row .container { font-size:0.875rem;font-family:arial;height:70.75rem;width:60rem;position:relative;display:block; }#f4coQnWx9eScmqcNgtZFvRXQ2kwJweP5 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:45.5625rem;left:0rem;display:block; }
#kBbXkpn3Mn2LhmymDprVvKz96wcGTT5r { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:35.5625rem;left:0rem;display:block; }
#qxqPcdD3QZNf1ApGpCg38IPIXQQNKXA4 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:26.249370574951rem;left:0rem;display:block; }
#nK8i5eXZpoCOPuVWcpByBBx9m6uo2xN6 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:36.1875rem;left:5.125rem;height:1.3997375rem;display:block; }
#conNqa6QPrIKEnTvTGfbOtQVdnPBXfmC { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:39.4375rem;left:5.125rem;height:1.3997375rem;display:block; }
#aPQUtO7Xsk41mJzgJG4AJdbe6gkddm2U { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:38.875rem;left:0.0625rem;display:block; }
#lQFI9Rz29LMuUn9J745FIUKN9aIs7rsz { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:42.25rem;left:0.0625rem;display:block; }
#BTV7CTuxPk0n49fN5P03Sg7yHPnHf6yo { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:42.800358772278rem;left:5.1241321563721rem;height:2.799475rem;display:block; }
#xmy8AfSz67H0hXsaWJH8D8f8bcAo5Vl0 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:90.07421875rem;left:0rem;display:none; }
#vhi53qBeSkTXGeszx8enTiv7dTAMd35u { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:90.625rem;left:5.125rem;height:0;display:none; }
#LQ0wA1Tdv1nm5RSBrUMxKWUPw4kEKxmq { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:48.5625rem;left:0rem;display:block; }
#S0b23Haq5A9N2Td268LMFCpBhJtfpehe { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:49.125rem;left:5.125rem;height:2.799475rem;display:block; }
#EQ9SGkHhW1VHkxKKQ7f1I9KfoyIiJXKt { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:53.25rem;left:0rem;display:block; }
#pTfT0PzeycCcWmgr2Gg1nTZvQqoGTXp7 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:53.8125rem;left:5.125rem;height:4.1992125rem;display:block; }
#TNonLhTZCt4CJTFJFyo6IKsXQDdnZGk5 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:60.1875rem;left:0rem;display:block; }
#mxImMQXIwmlZQlnE22TlsEeXfxFzwPUR { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:60.0625rem;left:5.125rem;height:2.79948125rem;display:block; }
#Bvl9gefI6TZUckHTa235z6dvfPhpPeEC { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#A1Jfr6OgQF3EfFuHfgiC2coP9mxBBssA { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:64.8125rem;left:30rem;display:block; }
#bnLJMRAsRrE7ThtGiKIdgeLBqXvvsTyl { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:64.375rem;left:5.0625rem;display:block; }
#NUvFctDlpsN4GzwGrWbMzGxTsK2ObTcw { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:65.5rem;left:33.5rem;height:1.21875rem;display:block; }
#Pc15w5nJHxoaeTtXahePMJcTQnExArQt { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:65.875rem;left:9rem;height:1.21875rem;display:block; }
#obfDNCc0y7RfolU5lM8BSTN78mMvdVBK { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:46.8125rem;top:7.9368491172787rem;left:6.6250009536744rem;overflow:hidden;display:block; }
#InQWwab4ki3HQ2WofTnhGMfoWURG5cnw { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:68.8125rem;left:1.3125rem;display:block; }
#JzMQ392w6sOMMyC5TRZMsha60i6TLMlM { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:46.125rem;left:5.125rem;height:1.3997375rem;display:block; }
#KE2RwkfdIdV3wMTgg9nOMMWJVE9w1QFq { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.25rem;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; }
#r1f2D30vyTZlSyOfTn4f8bzrSd5u82wI { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:26.250011444092rem;left:5rem;height:8.398425rem;display:block; }
#MZ2kXlRx59Rz7u1GgSvnPng4w9WDGS0S { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .row .container { background-color: transparent; background-image: none; }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .row .container > .video-iframe-container { display: none; }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .row > .video-iframe-container { display: none; }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .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); }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .row .container { border-width: 0; border-radius: 0; }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .row .container { font-size:0.875rem;font-family:arial;height:153.3125rem;width:60rem;position:relative;display:block; }#H5zFLtiIPInTQoZFBrl1W5fTpopUNOZv { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:82.1875rem;left:0rem;display:block; }
#Hc2vrIb5pO8oPZTQLJKRLhfvMAoWo45f { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:50.5rem;left:0rem;display:block; }
#DNwSZixmC8WUm2CDJDtXlPpDI65Ncgk1 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:47.375rem;left:0rem;display:block; }
#bgxB5ATcwibclR6fLLptrlbfiPpHTD0R { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:51.4375rem;left:5.0625rem;height:5.59895625rem;display:block; }
#gSdo1oW46Tf13aHt9PZZHvxdRvRyKlzo { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:59.25rem;left:5.0625rem;height:1.3997375rem;display:block; }
#JAlXDa7X8E86yL6VTtAp9TWiKWweEx6d { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:58.6875rem;left:0rem;display:block; }
#GH7DwdX9kXLSaUcDB1ciRa2UcoGz0IPI { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:62.25rem;left:0rem;display:block; }
#LI5DEzM0fc2cSTc6x3SwAvhIucSFIz5K { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:62.25rem;left:5.0625rem;height:18.1965875rem;display:block; }
#CP0007MmGD1ITvKBd3s9SKUf8rEOCq3x { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:85.75rem;left:0rem;display:block; }
#pHBoSW36MVg1S5U34wiX2ohdb9QXt2tp { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:85.75rem;left:5.125rem;height:6.99869375rem;display:block; }
#QE9St8abTotLTQ3LAGx1ih2fgTnJ6W90 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:90.07421875rem;left:0rem;display:none; }
#rwHQXi79cPKy47V1159lqpOcxEW187ci { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:90.625rem;left:5.125rem;height:0;display:none; }
#ygHuzmETB5z1ffJyepw5afQ47VKFC4Uo { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:112.3125rem;left:0rem;display:block; }
#UkRfTLtOK507Leiwf3kmdB1GcJuJQ3lO { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:112.875rem;left:5.125rem;height:1.3997375rem;display:block; }
#Gni4uR7nARdTnNxs5ONLUb8APugZ6QQ5 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:116.0625rem;left:0rem;display:block; }
#BV3KCvfCXEHHcEy8UhK0NQyq6ddgh4TD { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:116.625rem;left:5.125rem;height:1.3997375rem;display:block; }
#paJlsEvrNyaU2TEdIqTvoRh9gWPZreHr { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:119.625rem;left:5.125rem;height:11.1979125rem;font-style:normal;display:block; }
#DTVrDdTkuqfRRMOATqrlIUBx46k1ZXvW { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:119.0625rem;left:0rem;display:block; }
#OZHariinTG9DRvA6gMi1oXQNcsuoTvVF { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:141.5625rem;left:5.125rem;height:2.79948125rem;display:block; }
#G2sn7dbOg3hnEJUItFmfFEXDL5aer3sE { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#awiqwWASMSxsfbmvNkVt5eusq0A94me2 { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:146.3125rem;left:30rem;display:block; }
#TtLITE5I5uEJ17T88dxbeDFc82dUEdnT { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:145.875rem;left:5.0625rem;display:block; }
#a0Q2cTvJHTiAzeWsiQntq2OyHWZ5JncQ { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:147rem;left:33.5rem;height:1.21875rem;display:block; }
#zclTGrK21WpHQ8rLXDvJVeI9L8kxIo7r { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:147.375rem;left:9rem;height:1.21875rem;display:block; }
#eEyJtT7X0FQBweMrSiBc53Fswz6zHoPe { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:46.8125rem;top:9.8125rem;left:8rem;overflow:hidden;display:block; }
#cufEkTsVKCTshLtT8IKG1rWoU6FuI8N6 { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:150.3125rem;left:1.3125rem;display:block; }
#Kl7GG69PEQxfwoa9gRZoBRbrGDrPy1BB { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:82.75rem;left:5.125rem;height:1.3997375rem;display:block; }
#GO7PBA1yEdGBOXJ3pBKV56QJFKReFIoc { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.25rem;height:6.09375rem;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; }
#bsgsZsxCHItS6fCLF1c7ndTvUA6n8XPq { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:28.125rem;left:0rem;height:16.796875rem;display:block; }
#fe2o1s2gGJlRgoTBFGPTpI9rStTw1NWS { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:47.9375rem;left:5.0625rem;height:1.3997375rem;display:block; }
#KiVlNK0OATTIZJrm32lnhyzode2twcSa { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:93.75rem;left:5.125rem;height:16.647125rem;display:block; }#KiVlNK0OATTIZJrm32lnhyzode2twcSa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KiVlNK0OATTIZJrm32lnhyzode2twcSa li:before{  }
#J5OiS1thu5fR7vOvkOgw5hFoRAwTMdzu { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:131.75rem;left:5.125rem;height:8.3984375rem;display:block; }
#b1xZ07rRPQfPS4i1MUtOUSNG1QxFCozb { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .row .container { background-color: transparent; background-image: none; }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .row .container > .video-iframe-container { display: none; }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .row > .video-iframe-container { display: none; }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .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); }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .row .container { border-width: 0; border-radius: 0; }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .row .container { font-size:0.875rem;font-family:arial;height:142.1875rem;width:60rem;position:relative;display:block; }#TfLewgE9GxZ202Td6B0KnsQ2bCzb44w6 { color:#000000;display:block;width:56.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:3.9375rem;height:2.03125rem;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; }
#HtaB44XSpNAA6tJXGt1rwEreS2xJEmRx { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EIXD5NAPubbtruaVhic5LbN42uDraQPr { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:119.68729114533rem;left:0rem;display:block; }
#PB3utN9gZKVhsC7a8e95I1zT9mC82foo { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:53.75rem;left:0rem;display:none; }
#MdR9UKHu4dgPnwORTB5WaMvTMqPnNIKs { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:26.499352455139rem;left:0rem;display:block; }
#AHw10OVBCtW96e4n0GJPkp4M1RbbvnfL { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:53.75rem;left:5.0625rem;height:0;display:none; }
#BgA95nCO8geUfU4JmoLfFf3LMqGxC1rm { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:75.561856269838rem;left:0rem;display:block; }
#FT36aHnSBms2WuJR75nVeUGy8mBKshZB { color:#000000;display:block;width:54.8734375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:75.671444892881rem;left:5.1247863769531rem;height:2.799475rem;display:block; }
#wi8vBlUeOxtgub9bUNWlvgwv6siU7U75 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:79.0009765625rem;left:0rem;display:none; }
#qJ34divSxhDImSixutwkmzXaNtccXSJJ { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:79.0009765625rem;left:5.12451171875rem;height:0;display:none; }
#nqOilrHCF9Txc7kVSSIrH2X5fKrQsfQv { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:120.24934864044rem;left:5.1247863769531rem;height:1.3997375rem;display:block; }
#ZuZlTxgUA5764xcLJwKoAcsoDmbLVHJO { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:75.43896484375rem;left:0.062255859375rem;display:none; }
#mfF9fTZOnLclmeyUySSOxkbtwmehUcnM { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:76.001708984375rem;left:5.12451171875rem;height:0;display:none; }
#mndFfTIvOT8fVaythrWgcPkXqOtJ5HW0 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:85.2509765625rem;left:5.12451171875rem;height:0;display:none; }#mndFfTIvOT8fVaythrWgcPkXqOtJ5HW0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mndFfTIvOT8fVaythrWgcPkXqOtJ5HW0 li:before{  }
#vc006XaETAWV6azoOoRi6wGai40xaJkU { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:126.68707752228rem;left:0rem;display:block; }
#TiWrW7OaEKmhApRwHTavX6hk00uyJcqy { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:127.24913501739rem;left:5.1247863769531rem;height:1.3997375rem;display:block; }
#QD128mwXVNh10c0e7HRTWZ8tTCbJu81s { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:129.99979114532rem;left:0rem;display:block; }
#yggJV0DvaL87OL0NKWxXigCCpeOxcFsT { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:130.56184864044rem;left:5.1247863769531rem;height:1.3997375rem;display:block; }
#Jnpe3yqdZWypi5buiz67xs0VHU2llC3b { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:142.3125rem;left:5.125rem;height:0;font-style:normal;display:none; }
#bVFUtvRXBr6hbXxdzz158TCb6i30kRJL { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:141.75rem;left:0rem;display:none; }
#NTb4cJFiyW0Vv1sTEvz95KGDD4EokfEJ { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:135.12457752227rem;left:5.1247863769531rem;height:1.3997375rem;display:block; }
#POTQIOUh6UF9gGOJziGIipEh8gvJZuCC { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#ublDc5TGAkAuL31xwpGk0VkGiRdtkwks { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:137.74934864044rem;left:30.000003814698rem;display:block; }
#FUazWTbwXpQpmCaKrOqx3s5iMCx0T9T0 { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:137.37500476837rem;left:5.0618515014649rem;display:block; }
#vTU8PEmpyOdU4VvhSs3ImTcF5UkVwPxk { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:138.43729114532rem;left:33.499355316162rem;height:1.21875rem;display:block; }
#JeyczQXRGq1wtTxsvvy45BGA1DGhdIxk { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:138.81163501739rem;left:8.9995689392087rem;height:1.21875rem;display:block; }
#HV77R81v4LEglCClZdzQ3XmTNzffD2mW { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:46.4375rem;top:8.1588544845581rem;left:6.75rem;overflow:hidden;display:block; }
#Xr2cvWlK1UwnQfOWUa1fT88TdGz4Kw2q { color:#000000;display:block;width:37.125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6397562026975rem;left:13.40625rem;height:2.03125rem;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; }
#uvo5n3zWKuMTQQJZL7rdsZeuyF0tK1uc { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:27.207901954651rem;left:5.1247863769531rem;height:13.9974125rem;display:block; }
#JvFpUWZvBzaTqtAFynHdBxE5zEm1mxIX { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:68.625004768369rem;left:0.061851501464844rem;display:block; }
#tbUO6azswQQPN5u8NXC8KH5FL5T9Sge2 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:69.187069892881rem;left:5.1247863769531rem;height:1.3997375rem;display:block; }
#vfrQB9c94dF85VJzt4PPgJ7Ny6PImluT { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:71.811856269838rem;left:0.061851501464844rem;display:block; }
#XdUnRO7INR9giBt9ZkPMmTPEDMt0oTNc { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:72.375004768369rem;left:5.1247863769531rem;height:1.3997375rem;display:block; }
#R5UAIIvd4MMtlFOcISTeWOmly1E16STU { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:79.749135017394rem;left:0rem;display:block; }
#x9TooHxTpspEJ8oOHhzIPJODI8kRDGi2 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:79.749135017394rem;left:5.1247863769531rem;height:1.3997375rem;display:block; }
#T964wm1tfJaK3HkTtwE4NE1K1vant4ST { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:81.750004768369rem;left:5.1247863769531rem;height:36.393175rem;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; }
#mhTiOT08SZXsZt0lSEAzMuX7XFrRkR1S { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:123.81163501739rem;left:5.1247863769531rem;height:1.3997375rem;display:block; }
#xiKf9xomHm8fqLqF4dZD13tXO4msJ0gG { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:123.81163501739rem;left:0rem;display:block; }
#SdBw5AfQzroq41Towg6v69cDQCEg70sf { color:#000000;display:block;width:54.874125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:41.446183204651rem;left:5.1247863769531rem;height:9.9609375rem;display:block; }#SdBw5AfQzroq41Towg6v69cDQCEg70sf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SdBw5AfQzroq41Towg6v69cDQCEg70sf li:before{  }
#mq18Cc7qqgCMxqyw1T5Nf9raOAFJ40Ut { color:#000000;display:block;width:54.874125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:51.71853351593rem;left:5.1247863769531rem;height:5.59895625rem;display:block; }
#C3qK2RSJ4vB3CalV5Lqk8iovN1GuNaJ1 { color:#000000;display:block;width:54.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:57.632161140442rem;left:5.1258697509766rem;height:9.9609375rem;display:block; }#C3qK2RSJ4vB3CalV5Lqk8iovN1GuNaJ1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C3qK2RSJ4vB3CalV5Lqk8iovN1GuNaJ1 li:before{  }
#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .row .container { background-color: transparent; background-image: none; }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .row .container > .video-iframe-container { display: none; }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .row > .video-iframe-container { display: none; }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .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); }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .row .container { border-width: 0; border-radius: 0; }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .row .container { font-size:0.875rem;font-family:arial;height:127.8125rem;width:60rem;position:relative;display:block; }#TW0OEgXKgpJSG3MP7rAT4qQf97KPCsdN { color:#000000;display:block;width:56.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:3.9375rem;height:4.0625rem;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; }
#MW3BJCfyGIxloCEFbV72ENTFCHhDJyuG { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:28.624275207519rem;left:0rem;height:1.662325rem;text-align:center;text-align-last:center;display:block; }
#qIs0yATKZg2MIVk2bE9UADIHBQxa35HP { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#htn20Ac7l1sx07bLw4C4LXvoVTGBHqaM { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:90.0625rem;left:0rem;display:block; }
#D3UhJU7hTHPAXMsxJOWQDzbvu8ro7ARy { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:53.75rem;left:0rem;display:none; }
#U6zkTtPyWAhEPa51yXL0cDU5tTtUTpXi { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:32.875rem;left:0rem;display:block; }
#pDGbNDD7cmOEJeqtf7A5uLgq7whv3Fnw { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:53.75rem;left:5.0625rem;height:0;display:none; }
#DOxOXUTtvpDVZs1VVr3y4TKiWRLLdSJb { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:56.0625rem;left:0rem;display:block; }
#TGPCbLxT8V9rxId5GXCC1xSsFrIEExpv { color:#000000;display:block;width:54.8734375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:56.172744750976rem;left:5.1258678436279rem;height:9.7981625rem;display:block; }
#oebHDG2XE2bMcd3ZMuTdDilE9bX7LzQv { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:79.0009765625rem;left:0rem;display:none; }
#F8JLdyJJwT1gCq3NWeXHHhOqOshBiXxc { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:79.0009765625rem;left:5.12451171875rem;height:0;display:none; }
#RFFiQRCHQya0htVqf2xrQqT5z8aLBtwd { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:90.625rem;left:5.125rem;height:1.3997375rem;display:block; }
#Vyw6rn4aZOGLWzEOquiKGqJTsowTzTOm { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:75.43896484375rem;left:0.062255859375rem;display:none; }
#ERlBSKWzJDg9StT2tCxu9ER3ZPJG9dOO { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:76.001708984375rem;left:5.12451171875rem;height:0;display:none; }
#IR9ggHCz4bSaOip4laZpQmItusmFy3pT { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:85.2509765625rem;left:5.12451171875rem;height:0;display:none; }#IR9ggHCz4bSaOip4laZpQmItusmFy3pT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IR9ggHCz4bSaOip4laZpQmItusmFy3pT li:before{  }
#U8QUSGlgvFb3KKPi5mDhrEhseTaGfTC5 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:97.0625rem;left:0rem;display:block; }
#dq3qOfs6lqHNxhv1qmwaLLZQ5e5k1wsc { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:97.625rem;left:5.125rem;height:1.3997375rem;display:block; }
#E0pWVrArrzRTTvFPEI5LotVyantL90ZR { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:100.375rem;left:0rem;display:block; }
#p3QapM7fWBpyNdmfvFwOlReV7LTNP0Tn { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:100.9375rem;left:5.125rem;height:2.799475rem;display:block; }
#FETCnBXTT0MzaqZ54wmuX9uCVSLLi3i6 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:106.3125rem;left:5.125rem;height:13.9973875rem;font-style:normal;display:block; }
#ssv4iE1q6f2fbPtOc2DE0ZDo2Fssz8oi { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:105.75rem;left:0rem;display:block; }
#AucWBqzFKxaP3eqkJCVGNZTpfxH0pp3z { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:121.875rem;left:5.125rem;height:2.79948125rem;display:block; }
#afC7t4m39bCaCE985qOZp1t6QK3Syb5V { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#nvchZ0xzosVyn1lALwEpFKhRBJObsmue { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:124.5rem;left:30rem;display:block; }
#UBnS6e0hNyZBwQwPJyltQ8akm0eFFfTv { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:124.125rem;left:5.0625rem;display:block; }
#B8EGCMI0Gc3MOLHtfoRARWMX2Gnykb2W { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:125.1875rem;left:33.5rem;height:1.21875rem;display:block; }
#S1hCro4SUeDdWvrTXXxXTllJC9enekm2 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:125.5625rem;left:9rem;height:1.21875rem;display:block; }
#Z6JzdpfQRpThhTKAO0d3w0udVrZHEoKD { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:46.4375rem;top:8.1588544845581rem;left:6.75rem;overflow:hidden;display:block; }
#rnSWb9wkq1EH9dWMIfoLyIvGbJtnHXVZ { color:#000000;display:block;width:37.125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6397562026975rem;left:13.40625rem;height:2.03125rem;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; }
#AXSfS7IgFJwc9KE1cc6eqn7y1uigs1hi { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:33.5830078125rem;left:5.125rem;height:8.3984375rem;display:block; }
#wA4CzKFCKy1ZkzqfBox8uiATcOct6VmU { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:43.5rem;left:5.125rem;height:1.3997375rem;display:block; }
#xkhnOc9r1STxsOTxxXrxw2a1cFfnf8JG { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:46.0625rem;left:0.0625rem;display:block; }
#Ts6QxR6Xi2LK4wE311ke01RCwXv1VVZm { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:46.0625rem;left:5.125rem;height:5.59895625rem;display:block; }
#h7H4bxz98WIH4tFemruX2kcQTw1T3WCu { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:52.3125rem;left:0.0625rem;display:block; }
#Ws1uHEv7ZQ46KkIJLwk0quiwBwAnupGn { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:52.875rem;left:5.125rem;height:1.3997375rem;display:block; }
#qmWPmWxK2GCUwggXisTXlq92yzg68qKQ { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:65.9375rem;left:0rem;display:block; }
#ooGHl192NyTI9ttvZTnLwNOh0IgabkoM { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:65.9375rem;left:5.125rem;height:5.59895625rem;display:block; }
#vTI6zzoqCfskOVxNXJW1ZMfm84yPcsw7 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:72.1875rem;left:5.125rem;height:16.647125rem;display:block; }#vTI6zzoqCfskOVxNXJW1ZMfm84yPcsw7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vTI6zzoqCfskOVxNXJW1ZMfm84yPcsw7 li:before{  }
#sMFAEtPglsdIDyM0aIT0X4kdvVZyTm9U { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:94.1875rem;left:5.125rem;height:1.3997375rem;display:block; }
#hMhKvrWyKIniB2aHceTXwXz20L5yaysk { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:94.1875rem;left:0rem;display:block; }
#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .row .container { background-color: transparent; background-image: none; }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .row .container > .video-iframe-container { display: none; }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .row > .video-iframe-container { display: none; }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .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); }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .row .container { border-width: 0; border-radius: 0; }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .row .container { font-size:0.875rem;font-family:arial;height:175.1875rem;width:60rem;position:relative;display:block; }#Vr9HyrMEQ1X9gzEbsgh73qsr7rmSq3pt { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:20.9375rem;left:0rem;height:6.9986875rem;display:block; }
#a1cn8T3HqaXFelnTHqohxkHJTsSym9zJ { color:#000000;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:29.0625rem;left:5.0625rem;height:1.3997375rem;display:block; }
#DwTyJHCyTpaJFzoJ6XPW0zAawM3HFJpb { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:48rem;left:0rem;display:block; }
#BDiFwaMWql6xMMDGsyRrgNgEmLUT203O { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:31.625rem;left:0rem;display:block; }
#sTTWA4UhkrXRAbdctHSazJ0iMAT0nl4O { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:28.5rem;left:0rem;display:block; }
#lzJOcWMG8TuCBkIlIbUXXTrOHsXWv8JU { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:32.5625rem;left:5.0625rem;height:1.3997375rem;display:block; }
#cztwUgJMXgGdTDUFaSHTdaTOnxEHUDE4 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:35.875rem;left:5.0625rem;height:1.3997375rem;display:block; }
#QCiA6Tl1F5RD9Rv1kxtfMvzxoBVtXs1T { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:35.3125rem;left:0rem;display:block; }
#li9ODoxGtq4aVxXi5gOfKffGTdveeoTp { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:39.125rem;left:0rem;display:block; }
#e6AH2UmVos8M9ZaWD75IAQKGvUvDxP8H { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:39.125rem;left:5.0625rem;height:6.9986875rem;display:block; }
#WOfzKJeleTZBsErNQxbFfPvn5DHdQL4S { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:55rem;left:0rem;display:block; }
#ommWJlrFIkJO6BUm1bKSHtAeiKTo859Q { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:55rem;left:5.125rem;height:4.1992125rem;display:block; }
#XP8F8Dt68zC8Wm33DDUg7mQqTbtQwchw { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:51.25rem;left:0.0625rem;display:block; }
#FHwepdT38F6PRle7QMbKTttNlx55sLTV { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:51.8125rem;left:5.125rem;height:1.3997375rem;display:block; }
#QiEZ9mUygG16hmoaAGcxtexpVIqxe8e7 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:61.5rem;left:5.125rem;height:9.7981875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#uZASrG961NVwaZMNVR5qyHumI3KURHlx { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:147.375rem;left:0rem;display:block; }
#i3ATsJvumUXriae5UvDCppgnNxwXIe8Q { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:147.9375rem;left:5.125rem;height:1.3997375rem;display:block; }
#wDx4OIEklKJUXSonzawiAAmDDWzMHN0R { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:151.125rem;left:0rem;display:block; }
#TQpVQeU2lwe8fNVe2l4hwMTqPwVhEQJp { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:151.6875rem;left:5.125rem;height:2.799475rem;display:block; }
#MRAWCvPOD4ZFE7QqiK59AG7gHgNmmppx { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:156.75rem;left:5.125rem;height:6.99869375rem;font-style:normal;display:block; }
#bBSS0eVSllIhGzBVyhlf8ldlXHGJqP5c { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:156.1875rem;left:0rem;display:block; }
#FGM3ECeemPsHrw9by6XGhL2IEs5sQZWt { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:165.8125rem;left:5.125rem;height:2.79948125rem;display:block; }
#vpeNUba9xA78GSLZeu3Z29BSvak4Z2cy { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#MDFI1T3icDDNhrHE66iM13TgWUlOqbpb { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:170.5625rem;left:30rem;display:block; }
#U1KzcHmR2Uz6QxPHSNRuTbVPSSWdZRCn { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:170.125rem;left:5.0625rem;display:block; }
#HUxSwN3Hsw9tHUGIq4xlEvflFO6NENti { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:171.25rem;left:33.5rem;height:1.21875rem;display:block; }
#AFO4KT0DdMB2D5v36V0orm7Bo4ZPuWHo { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:171.625rem;left:9rem;height:1.21875rem;display:block; }
#Pifdu0eVKJs376am6qFqaLKqiHanw9yy { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:46.8125rem;top:1.75rem;left:7.9661464691163rem;overflow:hidden;display:block; }
#IX17kZHryuExsUzQ1gXB6ui2ss6vDsix { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:174.56250572204rem;left:1.28125rem;display:block; }
#a9KeQHrXSsdaAqk2tdVkpXGhvNVxdx7Q { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:72.75rem;left:5.125rem;height:8.3984375rem;text-align:justify;text-align-last:initial;display:block; }#a9KeQHrXSsdaAqk2tdVkpXGhvNVxdx7Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a9KeQHrXSsdaAqk2tdVkpXGhvNVxdx7Q li:before{  }
#BSm8R47KzTp69faXPEMXTW6kOVqDX756 { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:81.625rem;left:5.125rem;height:7.3489375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HynTv1GWBd4VzCk7WOT1Kz8Us7Vdkp4P { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:100.8125rem;left:5.125rem;height:4.89930625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#siZzMQGxtJJHpTBg2N3wk1lV7spRNzUk { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:90.125rem;left:5.125rem;height:9.7981875rem;text-align:justify;text-align-last:initial;display:block; }#siZzMQGxtJJHpTBg2N3wk1lV7spRNzUk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#siZzMQGxtJJHpTBg2N3wk1lV7spRNzUk li:before{  }
#NWcREXNoJ6riM8MVLRcIS1TO6yf0xDuf { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:107.3125rem;left:5.125rem;height:12.597625rem;text-align:justify;text-align-last:initial;display:block; }#NWcREXNoJ6riM8MVLRcIS1TO6yf0xDuf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NWcREXNoJ6riM8MVLRcIS1TO6yf0xDuf li:before{  }
#pwLmelWmu8u6OQ0NkuAphsa5co2ZTt9w { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:120.75rem;left:5.125rem;height:3.67448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hUS5CQsw2zNsMkEfOmh5XNbCHEyGni7W { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:125.6875rem;left:5.125rem;height:12.597625rem;text-align:justify;text-align-last:initial;display:block; }#hUS5CQsw2zNsMkEfOmh5XNbCHEyGni7W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hUS5CQsw2zNsMkEfOmh5XNbCHEyGni7W li:before{  }
#u5bgkKFpckWmCnaHV1MMLvTOsrm34ebb { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:139.6875rem;left:5.125rem;height:6.12413125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FGBkqukqRTr7dtC6CFTiWQWcbWZHw1Rx { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:48.5625rem;left:5.125rem;height:1.3997375rem;display:block; }
#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .row .container { background-color: transparent; background-image: none; }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .row .container > .video-iframe-container { display: none; }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .row > .video-iframe-container { display: none; }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .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); }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .row .container { border-width: 0; border-radius: 0; }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .row .container { font-size:0.875rem;font-family:arial;height:145.4375rem;width:60rem;position:relative;display:block; }#JBKuLJMi45f0P1i6zqWgUNMIxI3wbDxw { color:#000000;display:block;width:56.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:3.9375rem;height:4.0625rem;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; }
#Anqy03GxC3mCHi2X9pGAocWdVANww4G0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:28.624275207519rem;left:0rem;height:19.59634375rem;display:block; }
#bTz42fTCT0F4p8U39WqZhlsTiXstsMip { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ep1dWlL0JfTvl1E1M2svyKXJsVOSGcym { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:49.0625rem;left:5.0625rem;height:1.3997375rem;display:block; }
#S06IGdeJeX9lwPIS36R9UuRMm96r3gTa { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:75.749465942381rem;left:0rem;display:block; }
#h2S7Zecep21Ss1uXbo29zeV1ozovTeEH { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:51.625rem;left:0rem;display:block; }
#hnuRoyKIqXNHCCvnUFogHq96NNqD6d6N { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:48.5rem;left:0rem;display:block; }
#N91twZy7JJmLyb53sk5G978Ta6WZZMii { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:51.625rem;left:5.0625rem;height:5.59895625rem;display:block; }
#H1K1sZtOngccsVqydWu2p0nMTWfREo52 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:58.4375rem;left:5.0625rem;height:1.3997375rem;display:block; }
#myXrnfJVebAqwq6J4nEGp6CZUK6lMCmo { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:57.875rem;left:0rem;display:block; }
#iKkzsQg6coVeayPlvOruK5aH8sdCKdxV { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:62.25rem;left:0rem;display:block; }
#nm2T75n0mxKnaJMCCDou79KWS2hy51uA { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:62.248748779297rem;left:4.5294742584229rem;height:11.1979rem;display:block; }
#VmFLpTmlP6TAlTd1wKJBz5n9wm92Cm2v { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:79.0009765625rem;left:0rem;display:block; }
#vuGlfVWAHQw75NvqEeStdpFECzdUe84o { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:79.0009765625rem;left:5.12451171875rem;height:5.59895625rem;display:block; }
#mAvWZ7SzoCc8STofBdqdz0cAdeNpzvCD { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:76.312316894531rem;left:5.1242885589599rem;height:1.3997375rem;display:block; }
#g83qotbF7NNnSS2yXbF3P04ROpC5CiNU { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:75.43896484375rem;left:0.062255859375rem;display:none; }
#kUKslpsRMSIFhtPkFEnSSg1SrHCO56JA { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:76.001708984375rem;left:5.12451171875rem;height:0;display:none; }
#G1Ocpck3WaqK7JgziSFfcwqsG4qc5tNh { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:85.2509765625rem;left:5.12451171875rem;height:16.647125rem;display:block; }#G1Ocpck3WaqK7JgziSFfcwqsG4qc5tNh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G1Ocpck3WaqK7JgziSFfcwqsG4qc5tNh li:before{  }
#BXNTSeFFereW8BrlThZR1nA6vQhK0FNZ { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:102.62646484375rem;left:0rem;display:block; }
#Q9ibDSdgUCQbq6LgcAUS3U7COUv1Kz9f { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:103.18920898438rem;left:5.12451171875rem;height:1.3997375rem;display:block; }
#V8aeSBXnHv7pIvvTKFrQq8ICKv48LKfW { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:105.8759765625rem;left:0rem;display:block; }
#RiUJ3O9tziKLSZtBEiT9R6466UhnDcQ7 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:106.43872070312rem;left:5.12451171875rem;height:1.3997375rem;display:block; }
#sbc59yk1AtFR2QgirCTu8h0T7xNJIKQ2 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:109.5rem;left:5.125rem;height:23.7955625rem;font-style:normal;display:block; }
#QeNQSx56x9MES2VPTiSZp4CdoE7bR7gb { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:108.9375rem;left:0rem;display:block; }
#swWVPIf52WTiUwPJeFhBT4KCgKmLJvKl { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:134.4375rem;left:5.123291015625rem;height:2.79948125rem;display:block; }
#v08dTiJXTAHnKP9tRSLBnfAcVmv33HFP { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#C6gdzKHHrJBdA73J0beicevECpcdh4rt { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:139.1884765625rem;left:29.998779296875rem;display:block; }
#DVKoNiVP3GWbT8wT45qitNwRTJn5b6RQ { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:138.78198242188rem;left:5.06103515625rem;display:block; }
#olQEHoIlPh3kDHQWAZiVTcZercznQPET { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:139.87573242188rem;left:33.49853515625rem;height:1.21875rem;display:block; }
#l9DvxhmDsi4xGWMIfKLv4UTAO3pQ1ggH { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:140.25048828125rem;left:8.9990234375rem;height:1.21875rem;display:block; }
#uOkSwxCDblnPILTSJy1Ler6vOyE9oPfG { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:46.75rem;top:10.222222328186rem;left:6.625rem;overflow:hidden;display:block; }
#HV4T2StbXQstgueK5ou4nfiiUiGJQrk4 { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:144.4375rem;left:1.280517578125rem;display:block; }
#BOgTFvD1rBqQlmGn67nWVJbTogApecAC { color:#dc954f;display:block;width:56.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.63916015625rem;left:3.34326171875rem;height:1.8684875rem;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; }
#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .row .container { background-color: transparent; background-image: none; }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .row .container > .video-iframe-container { display: none; }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .row > .video-iframe-container { display: none; }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .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); }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .row .container { border-width: 0; border-radius: 0; }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .row .container { font-size:0.875rem;font-family:arial;height:104.0625rem;width:60rem;position:relative;display:block; }#Td6OqsSP0uzECPvO4GeLAGhsqNAP6Xni { color:#000000;display:block;width:56.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:3.9375rem;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; }
#qX2ndUeDeWLQK3RFHunIEy2P3vPs1kdr { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:28.624275207519rem;left:0rem;height:2.79948125rem;display:block; }
#zMUcPvIIVpZCR9QX36dOXdPmQrltcPQT { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FeiS7rpDAsn48zs1zaPKZ1VD5rtVez4G { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:63.4375rem;left:0rem;display:block; }
#u6Wl17eA53bkgdmGXQtOMQENsVQvsVtz { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:53.75rem;left:0rem;display:none; }
#GxWCKEdL26FKu4Tdi4uy45DcITywZuTl { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:32.875rem;left:0rem;display:block; }
#V0Thahe0vPJf0ryOWOTCsQZ7gmS3zKPz { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:53.75rem;left:5.0625rem;height:0;display:none; }
#irUyNVDeqKT5xfBQtN5WHoosriPNsfeC { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:54rem;left:5.0625rem;height:1.3997375rem;display:block; }
#HyZL4mTTerI1mPbhp4WT5ntpQJfw3TVq { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:53.4375rem;left:0rem;display:block; }
#NZHgstreXFIdeaPMAqnrUzBkGe6DcVyI { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:57.8125rem;left:0rem;display:block; }
#TOVPG81ZKNdKbiMtBlD5kZga8b8hJzvr { color:#000000;display:block;width:54.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:57.8125rem;left:5.1259765625rem;height:5.59895rem;display:block; }
#Z1iUEsERnLmC8gQOf0AViaR7WcrtoI0S { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:79.0009765625rem;left:0rem;display:none; }
#rmOKUA0AoI1B9X5ongzQee6QPQM4Ut4Z { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:79.0009765625rem;left:5.12451171875rem;height:0;display:none; }
#tNV0I9TJTgA31cVALwTRuligXetS8z75 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:64rem;left:5.125rem;height:1.3997375rem;display:block; }
#z94WQEfm9xMa1DONTwTDqUxzQ92Sd7W5 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:75.43896484375rem;left:0.062255859375rem;display:none; }
#ANHQDOTpctFFRQkrll0qOXqRviLqbqwz { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:76.001708984375rem;left:5.12451171875rem;height:0;display:none; }
#QA8mgQzy1lU9zphFazy0CTLMn0F01XVs { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:85.2509765625rem;left:5.12451171875rem;height:0;display:none; }#QA8mgQzy1lU9zphFazy0CTLMn0F01XVs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QA8mgQzy1lU9zphFazy0CTLMn0F01XVs li:before{  }
#gUVN7oeBsFayo8UXQxfJpn4D4LpDTIHT { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:66.5rem;left:0rem;display:block; }
#HufBsk0xfTAc983H7p7xLD116xIwbNsI { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:67.0625rem;left:5.125rem;height:1.3997375rem;display:block; }
#A0duu1VrICg4w4kSPCRoxNiAxNNsIg6X { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:69.75rem;left:0rem;display:block; }
#evp1aEvTTuzBSz1WgX9ctXUCgm2yl5Q9 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:70.3125rem;left:5.125rem;height:1.3997375rem;display:block; }
#cH22xRXpZiBDCPfhQtigELiXe5iPyFF3 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:73.375rem;left:5.125rem;height:18.19660625rem;font-style:normal;display:block; }
#ExwQCn5hHDqSGuCGE8EVcSLRxgOy1Ng1 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:72.8125rem;left:0rem;display:block; }
#OvuMMV8DTfJht3CpCgDCHztbazQ7H9UW { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:92.812004089356rem;left:5.12451171875rem;height:1.3997375rem;display:block; }
#PLeNXOtaCCnMX693T7c8uhJZZouVof9S { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#C8QoETp2q6G4kdV7tniHhw6GABq3OVL2 { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:95.437332153319rem;left:30rem;display:block; }
#fwVRl6Ncy8fvwk4ISVXINeO1BqOt3Ox0 { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:95.062164306637rem;left:5.0618495941162rem;display:block; }
#Jpwew3bxx8s75HbHuN43tVDA4dDEcQ9G { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:96.124992370606rem;left:33.499347686767rem;height:1.21875rem;display:block; }
#ImClDARXKpCKzS3IFoSJBUS1aQPn1vwQ { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:96.499343872069rem;left:8.9998378753663rem;height:1.21875rem;display:block; }
#kU1kVKeWUaNuqpsFTxHSGxlU3HfM28cV { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:46.5rem;top:8.1588544845581rem;left:6.75rem;overflow:hidden;display:block; }
#QkSQyRV2OQccPzshuu5NytoAQazDFCuu { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:100.68716430664rem;left:1.25rem;display:block; }
#h3mu9gydXP9pcqCsbC7gRsuZq62UXPTl { color:#000000;display:block;width:37.125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6397562026975rem;left:13.40625rem;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; }
#HmPW7SLN8RwHdH7SgUNkpbyDnellmfZ6 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:33.5830078125rem;left:5.125rem;height:18.1966125rem;display:block; }
#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .row .container { background-color: transparent; background-image: none; }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .row .container > .video-iframe-container { display: none; }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .row > .video-iframe-container { display: none; }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .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); }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .row .container { border-width: 0; border-radius: 0; }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .row .container { font-size:0.875rem;font-family:arial;height:97.1875rem;width:60rem;position:relative;display:block; }#Bf1gsANANMhPckMgW9Nb8HCnCQ9Nk8Zx { color:#000000;display:block;width:56.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:3.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#HSZ6gdduBrFEmE6T0tvNO5yyOXa4cerp { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:27.8125rem;left:0rem;height:4.19921875rem;display:block; }
#NwU9RbJg4Gcs2Bi0KXHzo2NtCAak7tkv { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ih6OexvC0dQCihxqwwwfRuDFFLXfANuh { color:#000000;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:34.0625rem;left:5.0625rem;height:1.3997375rem;display:block; }
#WaKZZGGP77CEWn35I40TP5oLHqoDVDRz { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:33.5rem;left:0rem;display:block; }
#ybPT2oWN4e4Ed8yWfSla1ZtF3T5lO6tm { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#SAnOUWWISSLBhkvJp0VxZMW7P8AqWBEC { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:91.25rem;left:30.0625rem;display:block; }
#yBuPT8K8aqzbvyazEvvv3pNHaF74yKIp { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:90.8125rem;left:5.125rem;display:block; }
#hzyA8MekwKsnOebvUkxe0vzmkQBGKcTO { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:91.9375rem;left:33.5625rem;height:1.21875rem;display:block; }
#ca7wFzSlgaBGUTVmIXn0sM24ieZXtQR3 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:92.3125rem;left:9.0625rem;height:1.21875rem;display:block; }
#p34wA5b1FKUPzcaZB0LDkRGLT29negVN { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:46.75rem;top:8.72265625rem;left:7.65625rem;overflow:hidden;display:block; }
#NVR4ploASrQyZW89J6QNcJ9ZXee96BKE { color:#000000;display:block;width:54.624rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:35.999755859375rem;left:5.3759765625rem;height:20.99609375rem;display:block; }
#HbCIhyngVyrmUTT289Vb2NVFQM4kAuCu { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:58.375rem;left:0rem;display:block; }
#gqAkteen7XhD9il978eNcoX02J9wX6Ey { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:58.375rem;left:5.0625rem;height:4.1992125rem;display:block; }
#Hak6J9nrbuO2kJg3eTfDh9UrD26aRpxF { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:62.5625rem;left:0rem;display:block; }
#T3KXnkQghT8ax3vOUpUZdQEbnxmW6G9P { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:65.8125rem;left:0rem;display:block; }
#P9SSeaIA4r4QAPCmaWwgQyZVD5WucxWv { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:63.125rem;left:5.125rem;height:1.3997375rem;display:block; }
#b7qlEvSarUOtQmlAwyoAq9fb2Z5qNuc2 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:66.375rem;left:5.125rem;height:1.3997375rem;display:block; }
#MSwr2UHCS3mmICdDm1zsqrha1Th3wwTp { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:70.5rem;left:0rem;display:block; }
#XGHl1R4rB41lDTkwATRUvzadBg1Q9TQM { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:69.1484375rem;left:5.125rem;height:18.19660625rem;font-style:normal;display:block; }
#hrHa8bV8GOiaZF4xBlnEmIXonBpatcEK { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:57.4355625rem;top:95.3125rem;left:1.28125rem;display:block; }
#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .row .container { background-color: transparent; background-image: none; }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .row .container > .video-iframe-container { display: none; }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .row > .video-iframe-container { display: none; }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .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); }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .row .container { border-width: 0; border-radius: 0; }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .row .container { font-size:0.875rem;font-family:arial;height:182.5625rem;width:60rem;position:relative;display:block; }#Xx8HKm6zoQMtyc6HrmaMs9mtrHsgDa1V { color:#000000;display:block;width:56.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:3.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#LuEgnCG9ebddfhP1CuMV8kr4KQDxiGOQ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:27.8125rem;left:0rem;height:6.9986875rem;display:block; }
#VtRq7eOnavVmtsJs0p12nVfI6QzTfpVD { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VcR8iB6KXSNOfr1v0ZBq6fr7tpumuaKk { color:#000000;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:35.937141418457rem;left:5.06214427948rem;height:1.3997375rem;display:block; }
#iIaUFIP9WheGRw8baiNCkVHKUz4ABKMI { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:52.75rem;left:0rem;display:block; }
#iRapzfuO7sMe7BuIkJ8n3VKPLmZ3qKKT { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:38.499290466309rem;left:0rem;display:block; }
#XbWPV3LJy9REi0pNJklxwv4AVdoP77AS { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:35.374290466309rem;left:0rem;display:block; }
#cpdsE2wMmL6xqpVqeU39TUZsi3tE6hS2 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:38.499290466309rem;left:5.06214427948rem;height:2.79948125rem;display:block; }
#QhoUv3K17yAbFIpR420OQDZouCk0G2Pi { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:44.125rem;left:5.0625rem;height:1.3997375rem;display:block; }
#ylnlVpQlf0GfJve0oPcwDyLiqG3fBQ9e { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:43.5625rem;left:0rem;display:block; }
#rVnVPk2NftPZcCig9PnD7RQxL9CiWFAb { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:47.375rem;left:0rem;display:block; }
#RP9pMt3H40NSl7aDLIvRJ9TTWmNyUcSO { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:47.375rem;left:5.0625rem;height:4.1992125rem;display:block; }
#giSRoxyTJRebwkpDDUdMBHxWvVL6TAiN { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:61.687320709229rem;left:0rem;display:block; }
#vUbzUrTDMbcM5uOKy7JAbVoEozKGvVZD { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:61.687320709229rem;left:5.1242885589599rem;height:4.1992125rem;display:block; }
#ROv16JyETb4HLVV2Vol50tAkpoS3FfoF { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:53.3125rem;left:5.125rem;height:1.3997375rem;display:block; }
#pUIZ17pKSvANAyiw5tT3X1cGtvH3Uh0s { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:55.999633789062rem;left:0.062145233154297rem;display:block; }
#gHZhrt7xT4fTB4ksxT87TZsyzIeABf4M { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:56.5625rem;left:5.1242895126342rem;height:2.79948125rem;display:block; }
#cgGwsuA3nDqzto1MFE3FNMCyb3DFWpPu { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:66.811609268187rem;left:5.1242885589599rem;height:9.7981875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#M6lHwb9vP3K6pdr905pattCuRaIT4JcB { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:152.68625259399rem;left:0rem;display:block; }
#RHqEXasxptR1mxc002KmM0gqr7XhInHA { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:153.2499961853rem;left:5.1242885589599rem;height:1.3997375rem;display:block; }
#LFvGeQ2ODTOZ1FIx6xFxed9TMI1lryqF { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:155.93732070923rem;left:0rem;display:block; }
#bn6CSwOCzJSBvlA4hveVKClJ185O7qOp { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:156.49839782715rem;left:5.1242885589599rem;height:5.59895625rem;display:block; }
#GFG0fXTqHzcRHZONQEZd6q5O2pTFO60O { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:161.99910736084rem;left:5.1234016418457rem;height:6.99869375rem;font-style:normal;display:block; }
#HVtqxtp09XiiDZpR2wBynmxyXa4Vf54I { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:161.43536758423rem;left:0rem;display:block; }
#hiTm8Zq5SseIWc3ZvPETNRnkIIEs0RBZ { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:171.06178283691rem;left:5.1234016418457rem;height:2.79948125rem;display:block; }
#iQyT4ewHth7zdusqbOFg0o9rZMNAc1Rf { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#fIf0GGfTi0LrAyiIoKLT7rpbPhB1THMW { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:175.81231689453rem;left:29.999111175537rem;display:block; }
#XUbKMSRbHRMKOdTgT4CVJeRqWxQNMI1L { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:175.40571594238rem;left:5.0612564086914rem;display:block; }
#TAApJ057JZ0QcnaeRbRGpNshLdQ2aHwl { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:176.49946594238rem;left:33.498756408691rem;height:1.21875rem;display:block; }
#fr7NJn45T0xNSLEm3VgJoPm9vdgzifoB { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:176.87322235107rem;left:8.99857711792rem;height:1.21875rem;display:block; }
#MdA9gfKrcpa4kfu7sDOxTuwEEqLcG57u { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:46.8125rem;top:8.72265625rem;left:7.65625rem;overflow:hidden;display:block; }
#Sey2upyvHcvOTqhtzLSdeMuhnG1hF25K { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:181.06178283691rem;left:1.2801837921143rem;display:block; }
#KUQ6iDBaM60lP19CkmJybGSQxz9trhiF { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:78.039770126344rem;left:5.1251773834229rem;height:8.3984375rem;text-align:justify;text-align-last:initial;display:block; }#KUQ6iDBaM60lP19CkmJybGSQxz9trhiF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KUQ6iDBaM60lP19CkmJybGSQxz9trhiF li:before{  }
#KaNoklPeSNvnk9D1VqXnsHsKwqX8MPCB { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:86.9593372345rem;left:5.1251773834229rem;height:7.3489375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bD2euopsJSG8845OWfpy0TcP2QlRvyuf { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:106.125rem;left:5.125rem;height:4.89930625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QgLfu7cbJCplSTnM5EAtJgvnNJfaJ3h2 { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:95.4375rem;left:5.125rem;height:9.7981875rem;text-align:justify;text-align-last:initial;display:block; }#QgLfu7cbJCplSTnM5EAtJgvnNJfaJ3h2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QgLfu7cbJCplSTnM5EAtJgvnNJfaJ3h2 li:before{  }
#L7QscygTWtanF5PSDloozU1KZ9XGD8k6 { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:112.625rem;left:5.125rem;height:12.597625rem;text-align:justify;text-align-last:initial;display:block; }#L7QscygTWtanF5PSDloozU1KZ9XGD8k6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L7QscygTWtanF5PSDloozU1KZ9XGD8k6 li:before{  }
#QmymVmutTPEW07rgU9GDIhxUJQQXdeTS { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:126.0625rem;left:5.125rem;height:3.67448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SAHKHVmoOIuq1V5aPEKoHxlRKhegg2qS { color:#000000;display:block;width:54.8748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:131rem;left:5.125rem;height:12.597625rem;text-align:justify;text-align-last:initial;display:block; }#SAHKHVmoOIuq1V5aPEKoHxlRKhegg2qS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SAHKHVmoOIuq1V5aPEKoHxlRKhegg2qS li:before{  }
#hTbnuOPA3QNT6zrt5spJt1tRCaTgL59T { color:#12806b;display:block;width:54.8739375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:144.99928283691rem;left:5.1251773834229rem;height:6.12413125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .row .container { background-color: transparent; background-image: none; }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .row .container > .video-iframe-container { display: none; }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .row > .video-iframe-container { display: none; }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .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); }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .row .container { border-width: 0; border-radius: 0; }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .row .container { font-size:0.875rem;font-family:arial;height:119.8125rem;width:60rem;position:relative;display:block; }#uVmZgi0STM2X2JHrcUc3dZWcmp4XQb6c { color:#000000;display:block;width:56.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:3.9375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#CWbmf8JTyOUvoUCz9bAE3GHIbg6CxU2y { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:27.8125rem;left:0rem;height:5.59895625rem;display:block; }
#hvVhT3bJWypU8O08uUvAUyPt7OWH6B4F { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oThowTTGWuHSEOVgg0kJ1iJrt22v5nhL { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:34.75rem;left:5.0625rem;height:1.3997375rem;display:block; }
#cwiS9c6IELX2zUolqmdnUWZMWK3Zvg7g { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:52.75rem;left:0rem;display:block; }
#P8A6LJQDozOftdNWB9o4LvJ6rF0wqtMG { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:37.3125rem;left:0rem;display:block; }
#uHCw4pMTe8lNniaDUlycWtTzQdloJhvr { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:34.1875rem;left:0rem;display:block; }
#iDzdAokezQhKlGQIMkKw2zSd2vDaZWJc { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:37.3125rem;left:5.0625rem;height:5.59895625rem;display:block; }
#hg73grKivLKVbPzce25feAogCdSz4CnS { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:44.125rem;left:5.0625rem;height:1.3997375rem;display:block; }
#e0ZVlNNlSNTpVaOeXVEraXaJOqfes5Bq { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:43.5625rem;left:0rem;display:block; }
#PhfQa5TDKdWS3ZMnA9Wixc0rVuShHWCT { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:47.375rem;left:0rem;display:block; }
#AEmQufVGrAKkdTof55R4XXccKneiTClo { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:47.375rem;left:5.0625rem;height:4.1992125rem;display:block; }
#gvsHN4lJBaMLqHkkOI1gdW5l1RTsLuTq { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:59.875rem;left:0rem;display:block; }
#prrNTKmO4Am89mveoifSGC4vw2QMMm5v { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:59.875rem;left:5.125rem;height:5.59895625rem;display:block; }
#oOEqvLU3fTqIUrgR3kuHcyMBeMH5KfEr { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:53.3125rem;left:5.125rem;height:1.3997375rem;display:block; }
#GQTUQ88soBgQCJEmuBzo84O8TOXmv1GU { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:56.3125rem;left:0.0625rem;display:block; }
#vhCJOiK6MbznhNDyul5tais6TsBOZhVh { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:56.875rem;left:5.125rem;height:1.3997375rem;display:block; }
#bZJG3LupH43OIpCzWQNbhDXZqTiZzEyJ { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:66.125rem;left:5.125rem;height:16.647125rem;display:block; }#bZJG3LupH43OIpCzWQNbhDXZqTiZzEyJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bZJG3LupH43OIpCzWQNbhDXZqTiZzEyJ li:before{  }
#WT3dignCM5xHNzpRoeLEpLv4gdem77yp { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:83.5rem;left:0rem;display:block; }
#kDK33Ofk0L828HPh63bFzeD4zyW9HTMk { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:84.0625rem;left:5.125rem;height:1.3997375rem;display:block; }
#wz6sT25ZSeJOpWFyRBvTx3K5s9DvqDBf { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:86.75rem;left:0rem;display:block; }
#G56dClwiyTbo6p2udZVOqmkb0BymOhOw { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:87.3125rem;left:5.125rem;height:4.19921875rem;display:block; }
#JFP7bkg4e27pwcGO9oVUTuzmgWUmbvfi { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:92.812143325806rem;left:5.1242885589599rem;height:15.397125rem;font-style:normal;display:block; }
#gBk14R391k35wA4iagO6yZqTmK138p79 { box-sizing:content-box;color:#12806b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:92.249288558963rem;left:0rem;display:block; }
#u2EuoZTEdsnTcOitDxtLVEkKlK22x4wI { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:109.18696475029rem;left:5.1242885589599rem;height:2.79948125rem;display:block; }
#QhxwdWzODO3kbs74mhuAXIrwyhxsSHbM { box-sizing:content-box;color:#dc954f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.75rem;left:0rem;display:block; }
#UE8G0gg0Zf79xqEunhbg9fcBWDhXkDrp { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:113.93749713898rem;left:29.999996185302rem;display:block; }
#Atd9w3NTfTD5qqvmvrCnvDOynQUyeu2P { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:113.53089201451rem;left:5.0621433258057rem;display:block; }
#F5OLyRmT0u973Gf69JVgTsh8cr3slgsF { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:114.62464213371rem;left:33.499641418457rem;height:1.21875rem;display:block; }
#PX1FuaKCD4INLwTCzPCGdEeuJyu3THNv { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:114.99928689003rem;left:8.9994659423825rem;height:1.21875rem;display:block; }
#pyOT6wapkCQfPNQyh7mCRotUrN3rfUEy { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:47.4375rem;top:8.72265625rem;left:7.65625rem;overflow:hidden;display:block; }
#B0o1AnKXmHcyBgVrdk68lqzXm2Bf1eXF { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.4375rem;top:119.18696451187rem;left:1.2810707092285rem;display:block; }
#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .row .container { background-color: transparent; background-image: none; }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .row .container > .video-iframe-container { display: none; }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .row > .video-iframe-container { display: none; }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .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); }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .row .container { border-width: 0; border-radius: 0; }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#hyswxcS8VKCgVckpJ67hbZA2Ceetg1xM { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:23.5625rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#kVx8PBXdDiwZgpbACCcnKfym4FCDcWbn { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:25.8125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#AgmALe1uHIxmSGcW4gkdyGSuJ31EBduu { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:10.9375rem;left:25.8125rem;height:8.39843125rem;display:block; }
#G9BBfTTa8xGsZgbJdir9eTsVIm95gK8J { background-color:#dcdad9;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:20rem;left:25.8125rem;display:block; }
#DTGPXRgmItrsHwVLg2Xi4M9vtVfkbZiN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDiTMnnDyCR047PoQSo8k1nVlqCicN6I { color:#12806b;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.75rem;left:47.5rem;height:1.29964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { border-width: 0; border-radius: 0; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:none; }#GzqTVuZFx49bC2Tr3lhkTpvakMqwLQTB { color:#3c3833;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHq3wqIOiLkmW5uUyaFN0IOe3bgMREAg { position:absolute;display:block;z-index:15002;background-color:rgba(197,179,154,0.5);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.875rem;top:6.5625rem;left:19.062500953674rem;display:block; }
#AczeRG7JwDWwNCi0hbh39XgN3Vk2ie6T { color:#3c3833;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:0.4375rem;left:6.8125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container { border-width: 0; border-radius: 0; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:none; }#owUmsUab4PTrIxdvsc8bpx9H7HsM6peZ { position:absolute;display:block;z-index:15000;background-color:#c5b39a;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:3.1875rem;left:0.53125rem;display:block; }
#GdsXuri3WOVCi2eNWM54lKJOOmawQVoJ { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.562149047851rem;left:1.5625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3ddAAHtXKXwqLTTm34ZB5gvChnqpiDm { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.031076431274rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUQSvm4i7l9z2xzF8TMIMbikq0HqdEn2 { position:absolute;display:block;z-index:15004;background-color:#81cec9;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:3.1875rem;left:20.5625rem;display:block; }
#qKDAIibeW519rXotVs568ACHh7U8Kiq7 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.031076431274rem;left:21.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CKm23EBRG77QPxHTBmUVw4RELQzux44x { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.562149047851rem;left:21.5625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEVwfMZSBF6qpHzJLHSPwTkSEK14TJ08 { position:absolute;display:block;z-index:15008;background-color:#c5b39a;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:3.1875rem;left:40.5625rem;display:block; }
#wyZCZmUJzroW9Z1p03CvR0LH9wMuM3A2 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.031076431274rem;left:41.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mww8VK3ad9HCWcxOT8gc55d43devn9Jm { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.562149047851rem;left:41.5625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOaUM34FOdeT0I4Zq8LqZp9DtZBNW9Vy { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:7.8736991882325rem;left:7.7500009536744rem;display:block; }
#q9Sw43iClt09zWFyNH1zeA0Zx95LByxs { box-sizing:content-box;color:#fbfdff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:7.8424491882325rem;left:27.968750953674rem;display:block; }
#FeOaD7aIppxGRuu0Bfivk6fCxI1URsLu { box-sizing:content-box;color:#fbfdff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:7.8736991882325rem;left:47.968750953674rem;display:block; }
#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container { border-width: 0; border-radius: 0; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:none; }#IfB1uFRT0xhc2BoOELrhdtiHTSn900ai { position:absolute;display:block;z-index:15001;background-color:rgba(197,179,154,0.5);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:0.125rem;left:0rem;display:block; }
#ik2IFTJRTL7yZg0dggtAZcNJhqyehZLb { color:#a0a0a0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.7499980926512rem;left:0rem;height:2.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhVhI1WECimKbTCtxIdtldULAihfZ2Su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { border-width: 0; border-radius: 0; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:none; }#hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Zyx1bK9mqmA/unsplash/hannah-busing-Zyx1bK9mqmA-photo-1582213782179-e0d53f98f2ca.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:23.5rem;left:30rem;display:block; }#hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf.adaptive-delivery-prevent-bg, #hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf.lazyload, #hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf.lazyloading { background-image: none; }
#QMKeNkBCKMyqoBFbUJ4Xow9UtDMkGRAS { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.124349594116rem;left:33.645833015442rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/FtL07GM9Q7Y/unsplash/austin-pacheco-FtL07GM9Q7Y-photo-1524503033411-c9566986fc8f.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:23.5rem;left:0rem;display:block; }#w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph.adaptive-delivery-prevent-bg, #w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph.lazyload, #w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph.lazyloading { background-image: none; }
#Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EmePDSzI_z8/unsplash/annie-spratt-EmePDSzI_z8-photo-1473256950158-8635ba045ddb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:2.75rem;left:30rem;display:block; }#Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.adaptive-delivery-prevent-bg, #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.lazyload, #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.lazyloading { background-image: none; }
#ZXtldLDHk4uX54CkCP0T6spq5zeVkHnG { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.123699188233rem;left:2.625rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#HLtKGyffnZ6xvGmOG7fkcgTuTH4IuM1u { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.957683563233rem;left:33.645833015442rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#lnXuE3ySFk6w08ghRRJ5KgrkmTCzZxwS { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/IiDaKOZa-H8/unsplash/jeswin-thomas-IiDaKOZa-H8-photo-1596496050738-67ff930e54e5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:2.75rem;left:0rem;display:block; }#lnXuE3ySFk6w08ghRRJ5KgrkmTCzZxwS.adaptive-delivery-prevent-bg, #lnXuE3ySFk6w08ghRRJ5KgrkmTCzZxwS.lazyload, #lnXuE3ySFk6w08ghRRJ5KgrkmTCzZxwS.lazyloading { background-image: none; }
#gSGaRoFn5c6LS06bwdIBFyPRVes68XNP { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.9375rem;left:2.875rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#lLrvZcRonZDRkqCXkal9GB7M3w5DFMUE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16rem;left:45.5rem;height:4.0625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H9yK0M9MzFdHEA04G6rzBZ6GRXk61uhl { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.0625rem;left:45.5rem;height:4.0625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WbP5DHTcCE7ec3sRex54PFCxzH5Mtrb3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16rem;left:15.78125rem;height:;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ylHzXpXt0t3hVfRLLQKrH2p92aXulEWc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25rem;left:15.78125rem;height:4.0625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fQ0CfQ8pQoztD2gbVbXgSwKBugzES5dI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25rem;left:45.5rem;height:4.0625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KghKk0dEAdFvf0VG6JKWmNJBgIuCg1u2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KghKk0dEAdFvf0VG6JKWmNJBgIuCg1u2 > .row .container { border-width: 0; border-radius: 0; }#KghKk0dEAdFvf0VG6JKWmNJBgIuCg1u2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KghKk0dEAdFvf0VG6JKWmNJBgIuCg1u2 > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:none; }#TlbSFcw6mLHJIeylofkK40MVbd9eQX3Z { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.499821662903rem;left:1.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vuD2CoSUClzITMlN7kvexZe1gy35zJqH { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.5rem;left:21.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdmlsEv9blcnRe9FmbJ40cyaBTPxPsTJ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:23.75rem;overflow:hidden;display:block; }
#DleR4otl1SoUHoL4h7mAhc5AWR74cEJO { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:43.75rem;overflow:hidden;display:block; }
#HcsH5rkSnhKOOInmB4ieBbe3x62HScAm { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.5rem;left:41.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y8vSgbt97erW4WT5UE3zQi8lbiaWaPAg { color:#3c3833;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.90625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n4MHzuUQS5AJm4f2uSDmpJkSBHkNl04T { position:absolute;display:block;z-index:15006;background-color:rgba(197,179,154,0.5);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20.625rem;top:5.5rem;left:19.6875rem;display:none; }
#VL8w8DvRWkz67gFVa6Wd6VsgVStLVAHn { color:#a0a0a0;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.318359375rem;left:20.875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H7y7oFue0uxBEmvGwnhCRoJ1RqZAofIg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H7y7oFue0uxBEmvGwnhCRoJ1RqZAofIg > .row .container { border-width: 0; border-radius: 0; }#H7y7oFue0uxBEmvGwnhCRoJ1RqZAofIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7y7oFue0uxBEmvGwnhCRoJ1RqZAofIg > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#KsuiS8AewvxoSfJzyb7qOLXvpxGxGTT7 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#uybM1L7f65RlONZLcr28CAlxA12WWSTN { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8ZHcoOZ2F5tTH0uZGyJ7P3NQ3gTPeHb { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:43.75rem;overflow:hidden;display:block; }
#m8Eqvb6KsSar0ZnBEfxRxNsVQAx4Ky0X { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.5rem;left:40.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEylAtHywMLoJRwsavBITz9e4G8ozAtu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NBQhCKtg_9Y/unsplash/ian-keefe-NBQhCKtg_9Y-photo-1503891617560-5b8c2e28cbf6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu.adaptive-delivery-prevent-bg, #zEylAtHywMLoJRwsavBITz9e4G8ozAtu.lazyload, #zEylAtHywMLoJRwsavBITz9e4G8ozAtu.lazyloading { background-image: none; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container { border-width: 0; border-radius: 0; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:none; }#RlwuwGTLyx6mCupxIc1LPDI4sBGVvyg6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyTMQDX0d80Dqc1sBGnpywNsxlxhwsXD { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#veIBvoTMXP6VibG77T3uKRT8OndkWlFq { box-sizing:content-box;color:#fdffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:12.85221862793rem;left:28.437500953674rem;display:block; }
#vsSkXp86iTQCcRciKnUxO384Rfq002bW { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.395183563233rem;left:0rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc20cadd-bec3-4e16-958a-cf522446dbc9/gabinet13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1.adaptive-delivery-prevent-bg, #GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1.lazyload, #GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1.lazyloading { background-image: none; }#GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1 > .row .container { border-width: 0; border-radius: 0; }#GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1 > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:none; }#t6Wn7CBM1oZ0b5XUU2cmTFb7KwGNt9gr { position:absolute;display:block;z-index:15010;height:15.625rem;width:25rem;top:1.060791015625rem;left:31.435546875rem;display:none; }
#IOw7cf1R3t2rQ19AM9IUyanZEsvGcpUl { position:absolute;display:block;z-index:15009;background-color:#fffbfb;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.625rem;width:32.9375rem;top:0.8125rem;left:26.8125rem;display:block; }
#CEVm3isWJCH8zhQKCkDEexQzA7TpJMVW { position:absolute;display:block;z-index:15008;background-color:#fffbfb;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.625rem;width:32.9375rem;top:8.0131484375rem;left:26.737986238786rem;display:none; }
#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc20cadd-bec3-4e16-958a-cf522446dbc9/gabinet13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1.adaptive-delivery-prevent-bg, #nElGvcuW4XqXwvsJFM75ergHXlKb5kF1.lazyload, #nElGvcuW4XqXwvsJFM75ergHXlKb5kF1.lazyloading { background-image: none; }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .row .container { background-color: transparent; background-image: none; }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .row .container > .video-iframe-container { display: none; }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .row > .video-iframe-container { display: none; }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .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); }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .row .container { border-width: 0; border-radius: 0; }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#oAU1E4iUVEheTwnNt2ZFBqiSBlOGH0zx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:21.6875rem;top:0.4375rem;left:2.4375rem;overflow:hidden;display:block; }
#xXsyIQiP8ehZsmXWIX1gpOXF9R6h7FTh { box-sizing:content-box;color:#3c3833;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:14.5625rem;left:4.625rem;display:block; }
#SKN9T7sRNzkLEvH1O3dw6yONOS0yalPv { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15.625rem;left:8.5625rem;height:1.21875rem;display:block; }
#efuceXK5ZuUb7B8HrdD4TJMslbRrf7dF { box-sizing:content-box;color:#3c3833;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:18.125rem;left:5.0625rem;display:block; }
#ye7EeuWI3QFaf7WTohpNEe6VDbwpElMb { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.8125rem;left:8.5625rem;height:1.21875rem;display:block; }
#qMlBaXHqF6bsdtPzzHJb9ozDUQVXH5KR { box-sizing:content-box;color:#3c3833;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:21.4375rem;left:5.0625rem;display:block; }
#zwK1dmXDTagdnve1zoX8t2xCMqxmVyRm { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.8125rem;left:8.6875rem;height:2.436525rem;display:block; }
#wcB3zPyHKHBNONwow94QDyxxW5yVCLED { box-sizing:content-box;color:#3c3833;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:25.0625rem;left:4.875rem;display:block; }
#gs75hR7NmCHIVdGT9J5tMOsD2WSeBHst { position:absolute;display:block;z-index:15010;height:15.625rem;width:25rem;top:1.060791015625rem;left:31.435546875rem;display:none; }
#BBuXrTLx9Prx9dfpvGsBT5Ju6f4ItdZW { position:absolute;display:block;z-index:15009;background-color:#fffbfb;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.625rem;width:32.9375rem;top:8rem;left:26.75rem;display:block; }
#BHnHLn5nnVKKLmVVNbpyrmn4VxiT9r1B { color:#070707;display:block;width:16.124875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:25.673445463181rem;left:8.5619220733644rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#AII9rzEszPJsSRMBfxCTtOGz97s8T490 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12355625rem;width:3.12355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.125rem;left:26.749134063721rem; }
#qXVHT8EXfbL5w7JRLbaloTm0EtTGfFdT { color:#3c3833;display:block;width:4.999275rem;position:absolute;font-family:raleway;font-size:6.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:0.125rem;left:31.3125rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTABarth55KJZ4rMuz8q8c72KOnafbtQ { color:#3c3833;display:block;width:20.62425rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:2.75rem;left:35.8125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpTFIE44FqAmfrf12xBwTt04O3zZd12w { position:absolute;display:block;z-index:15011;height:18.7485625rem;width:32.1860625rem;top:8.4375002384187rem;left:27.125289916993rem;display:block; }
#RdcHDFtolxzuaE8XePK3Xb0L7zWLqVfH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:28.875rem;left:4.9375rem;display:block; }
#FTBURncmgoTnIbr1aeq6Vyf657elVAWW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEaDrIGfT06q07MLTt9AmLfMis4mrdy1 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.5625rem;left:8.5625rem;height:1.21875rem;display:block; }
#QPfg4MrhSx3uK6xsm3tZ1bU1xOwTQdqk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:29rem;left:5.1875rem; }
#bOzEaWLqG2EWTv3f7u66T8xmvSXzVdpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bOzEaWLqG2EWTv3f7u66T8xmvSXzVdpu > .row .container { border-width: 0; border-radius: 0; }#bOzEaWLqG2EWTv3f7u66T8xmvSXzVdpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOzEaWLqG2EWTv3f7u66T8xmvSXzVdpu > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:none; }#DtzdLdl3nZ2t8Mxu1BF5TtVJs8rMNLg2 { box-sizing:content-box;color:#12806b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:0.853515625rem;left:1.5rem;display:block; }
#pnsrLQBIlkrMLq91oV1JQNS1d6LM5wE6 { position:absolute;display:block;z-index:15004;background-color:#12806b;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.1875rem;top:0rem;left:1.5rem;display:block; }
#ycWy2yTE6Znvf40LMHeDZnHhlVJWmbeS { box-sizing:content-box;color:#12806b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.853515625rem;left:21.687500953674rem;display:block; }
#luqBcUlWIQSGKSNTgJ18A6nHGAsNQZSO { position:absolute;display:block;z-index:15006;background-color:#12806b;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.1875rem;top:0rem;left:21.6875rem;display:block; }
#n1Es8OUexk4oO23LELDGh8RNQlBEFmt0 { box-sizing:content-box;color:#12806b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.853515625rem;left:41.937500953674rem;display:block; }
#cP6CDCvBEgA6x0ppqHsThT5hS5198hoT { position:absolute;display:block;z-index:15008;background-color:#12806b;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.1875rem;top:0rem;left:41.9375rem;display:block; }
#J9Vdgmrqf0bPIJKRX8evORii1a6MO1b0 { color:#020202;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.978515625rem;left:3.1875rem;height:4.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#puFBC2U1tm2axPVUbypoBgadrNuB3s5O { color:#020202;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.978515625rem;left:23.187500953674rem;height:3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KNni2XPwauXDy1W2IgbpdQIXiGJwO1m8 { color:#020202;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.978515625rem;left:43.124348640442rem;height:6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gRZfiPORRCQIEStX05vE1kUecRbbOdBz { color:#12806b;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.978515625rem;left:3.1875rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BnHmS5ZTpdxqewNx99xI7xr0PJlesXET { color:#12806b;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1764316558837rem;left:23.187500953674rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IrXB0p6PAusTEnI9cTJh9Jy3eQshMaGz { color:#12806b;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.103515625rem;left:43.124348640442rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ntMCsXK2XdHgZSFWsHTbHE86ExUuxCT2 { display:none; }#ntMCsXK2XdHgZSFWsHTbHE86ExUuxCT2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g5idGa9dPBDSBUbh1vNTJQDsa7xTCwD3 { display:none; }
 }@media only screen and (max-width: 763px) { #so1A6VBEBxIMTquPwHDHdc7ay6S3Ox4l { top:1.6875rem;left:0rem;width:12.5rem;height:12.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swq175aToHICdmXB3uVEkPwT2ShRdhCJ { width:10.4375rem;height:2.3125rem;top:0.0625rem;left:25.265380859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofdTliuvdSWEtIwrmw53AOoiSiWT37kU { display:block; }
 }@media only screen and (max-width: 763px) { #nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N { display:block; }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVhsvR0N8Slf3xmBH7cAUMKHpyCyvfz5 { width:47.75rem;height:0.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXEfGskzTAhZJUPw50xdtNFWJgdz1f1M { width:12.0625rem;height:1rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9XntNLCA1Swm3wepWxgTUMO36C076WZ { width:1.6875rem;height:1.6875rem;top:0.5625rem;left:46.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThhQ6ZlDIqE4eDonqUg4BVVBw7Sc3EIJ { width:1.6875rem;height:1.6875rem;top:0.5625rem;left:46.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgr4G0vdDkE5md5Wxl8ieeKMmE0qZTrQ { width:7.5rem;height:1.5rem;top:5.875rem;left:35.365887641907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqqCLFhA2mcwbrwI6nHeVvT1knLGTQzi { display:block; }
 }@media only screen and (max-width: 763px) { #Ky2RGcmDSVgGEOdSsvAJOUH5UTPh6RFi { width:7.5rem;height:1.5rem;top:5.875rem;left:2.1178388595581rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3HgtJB2m7upNEsla4T5SmZP0Omo0g1f { display:block; }
 }@media only screen and (max-width: 763px) { #KtCXceLFkSCmunRJhuFH4ehv6koI3uHP { width:3.9375rem;height:1.5rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHmsWlMV9Jf8Vkz8XvwV93TzPSoyon3s { display:block; }
 }@media only screen and (max-width: 763px) { #zJ3WIVrEGFqWreyWVvbDNeWdHoclsqBN { width:7.5rem;height:1.5rem;top:6rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7zPkvdKWsKT4hZhyn1VLPbk2PIBDsyu { display:block; }
 }@media only screen and (max-width: 763px) { #v5Sicp21Pb5MT80R342cuiwD2ntsO9up { width:12rem;height:1rem;top:0.9375rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MskM2UWf7AshVdmGqpscKZEi0Zyvx5Wm { top:1.9375rem;left:14.90625rem;width:17.9375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAUJgoFQX9VR2tNrWTonkIzt2A3GpW9D { width:6.5625rem;height:2.625rem;top:0rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2orXpnKTyp5PAlToKHyO0vbc272s0LD { display:block; }
 }@media only screen and (max-width: 763px) { #OMOqfziHyEBafr4TM2VKRPuBCUflg8Tq { width:7.5rem;height:2.3125rem;top:6.4375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPw1w7JAl8IhRXNWyb2xs5uoROazMnxz { display:block; }
 }@media only screen and (max-width: 763px) { #nvwzCepKUVlERCghPf7kUUTyhkK0W0vm { width:7.5rem;height:2.3125rem;top:6.3125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB8WuLgW17Z6TXkB3xkVRTLKzFz8tGpV { display:block; }
 }@media only screen and (max-width: 763px) { #t9bZlUAtZTKLy6XuyuAQvlcvGILtwEGM { width:7.5rem;height:2.3125rem;top:6.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5cCsXGg6CNpV9csXBr9FH8GZ5UFR23q { display:block; }
 }@media only screen and (max-width: 763px) { #n9hu9FO7aoUym7N4w8Su8eW3gqo0A2QL { width:3.9375rem;height:2.3125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJBzy6L7UgTTiWEN0u29C7mWQTmDavpo { display:block; }
 }@media only screen and (max-width: 763px) { #ENKTlBPazPkmtAQuW3DZC1od21il97bz { width:6.5625rem;height:2.625rem;top:0rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trRmyaE1HNZODrSrR16S9Wie2OQgFeDI { display:block; }
 }@media only screen and (max-width: 763px) { #AJhIarC5EHgdoXBzO3s8qmxMf1mAD6yc { width:10.4375rem;height:2.3125rem;top:0.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn5qETxg23UeTVP6XI738TfmM7AXxIa9 { display:block; }
 }@media only screen and (max-width: 763px) { #ARRVtVOmTiGdccd6DvazdgxUOX2qd7pV { display:none; }#ARRVtVOmTiGdccd6DvazdgxUOX2qd7pV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #or0VhKsmar7qIOb00PT3MNmT3IWBGdJ1 { display:none; }
 }@media only screen and (max-width: 763px) { #lxHtuCRpwwbWBuu44Tp0VKgWM0NzuJFp { width:3.9375rem;height:1.5rem;top:6.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCWXGCedo9PorO0uyDWTs1V4qfxIGXv7 { display:block; }
 }@media only screen and (max-width: 763px) { #gBwdvl6vzOo4sTW3zMLAZovhn7uZUId3 { width:7.5rem;height:1.5rem;top:6.3125rem;left:35rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZHGGCXIzQGU7vSgoTg4dfctDnkmhhNJ { display:block; }
 }@media only screen and (max-width: 763px) { #r2wJ1Z1hWxTFyewP8BH2aP7rP3p4gCd8 { width:7.5rem;height:1.5rem;top:6.375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqqyBy3xzLp3NW19sZ8DxIW7m3RzQGU3 { display:block; }
 }@media only screen and (max-width: 763px) { #V2ohKn7rxqwgTqOK2PFnBBs2h4UXJFsw { width:7.5rem;height:1.5rem;top:6.4375rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0ZgyRELOWk77Hvul5ROioP0lEEWAAwH { display:block; }
 }@media only screen and (max-width: 763px) { #KTT5s2kwlygWsUghSBEdZZGeS94TyoBu { width:6.5625rem;height:2.625rem;top:0rem;left:36rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gvf432l0NrWzSFaqb3fAw0PEZs1uJ75D { display:block; }
 }@media only screen and (max-width: 763px) { #nstVtbyZOwwgT372SnnvhladaZgE7ah7 { width:6.5625rem;height:2.625rem;top:0rem;left:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6o113yqzK9BOT39Cf1a1bDIXHo0S0Dd { display:block; }
 }@media only screen and (max-width: 763px) { #FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX { display:block; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSqnQuqwS7a4U9NEedNCIvxolMfRJpVo { width:28.75rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A17UxsT3eVC6i9lqhA3g44iQovJgJUCd { top:1.25rem;left:14.75rem;width:23.3125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnoyed97i1BCSxKaFaz8x5l3T1OQ0uKe { top:19.4375rem;left:0rem;width:29.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcso2bfFFdPAxlhnkZdqMl47MRH3Rtde { top:12rem;left:0rem;width:16.0625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB6TMG5VuGTXm48TT4v3uyATiOHaRWdi { top:11.375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCMDWtsqcn5swwep4QUD44CH2xhisFWL { width:22.6875rem;height:2.5rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrlTupDqrHI0cI2bEfV1ra1E27gxsJO7 { display:block; }
 }@media only screen and (max-width: 763px) { #Qcf4sdFCgBhneGBN0vNP52np8ggUVST4 { width:20.625rem;height:1.5rem;top:16.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx9uJ8uuLFaVVmcLmWaScs8nerkxT34t { top:16.0625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1xHqLqFraDx76di6CXzINzzlrX3tV8q { display:block; }#v1xHqLqFraDx76di6CXzINzzlrX3tV8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLv9gEcDBM2lcc2BsAIRXpzMlELD6y0E { top:1rem;left:22.75rem;width:25rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAGsdxycPDU0P1t2LirWe5OFp38Nti5e { top:0.8125rem;left:0rem;width:32.875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh45ghI1NynSXcwUICn9lc0and1XDcaJ { top:8rem;left:0rem;width:32.9375rem;height:19.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kViU7wyxmJ8W4QbHi2auP4sQz2hh2WeH { top:1.25rem;left:0rem;width:32.125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 { display:block; }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mil979lEsSfTcwikweUXMiEXbgDyGRLl { top:0.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InofQHCpRFQVuDlpeFEug4t2hKeFtfsR { top:1.1875rem;left:0rem;width:26.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyiBRaRcG3cUzCrFN70CP2FRHeyRk1T6 { top:1.1875rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
#fyiBRaRcG3cUzCrFN70CP2FRHeyRk1T6 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #QVGrkd9gSrqTbu1DGfETEaVoV051Byb3 { top:1.1875rem;left:23.75rem;width:24rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOqMBtG8CoZFnwvEakbJPMEhH7dbDhg7 { top:1.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#fOqMBtG8CoZFnwvEakbJPMEhH7dbDhg7 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #iIcV0NpSKnW7KJwXdUiGTfGTbP4Fwgtu { width:47.75rem;height:0.0625rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJeIGUnS2CmmlAqxgaf8UK3qL2WH9dT7 { top:8.0625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #V5kborBcEgA80HaN7B3FTWx4xaIAPffQ { display:block; }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtvNiStsdg1i95F7FLz2bwZSEb5tx1Np { top:1.25rem;left:0rem;width:23rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNtKOxovATQN8syJAtw6GUfcNkK1TM1t { top:53.0625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUD5fM990yC9Fw6I0c2UxxOSNuatW94N { top:54.375rem;left:0rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8xVTnxerihXsopBtUumyRlN5ocW5QT { top:55.1875rem;left:22.5rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzFzkvm7yQJJ9S56EuEyIdF8rLadrg0q { width:14.75rem;height:1.1875rem;top:55.875rem;left:26.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5XewiMpwmc9AvvC8EGlNzun8KEdu7yf { width:12.1875rem;height:1.1875rem;top:55.5625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJdAM8OaHlQlFkfmQAiHeD8B5pyTQEW5 { top:59.6875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bbT0GiwCaGJhNb6TTzzDaxCfp43EwWne { width:29.875rem;height:2rem;top:3.0625rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnQAR4KNXPPRt2p2wMmJooLB6EQm27a4 { top:7.9375rem;left:20.051755905151rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qToMR0ffPMD0Vw5ivPtvpnan57D3KLtg { top:7.9375rem;left:17.75rem;width:30rem;height:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFpeMrhCGqhLZaTykXoxQzrboXXcroGU { top:25.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws5K3sirK9PQBn0WPBTDZXmZ15QanvKH { top:39.25rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXOmOZvlRR4nxT4G3IPEDeiypuWlEdSL { top:39.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxm4XWRSZqihPisHtQNlOXyztC3TxKC { top:43.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #conb1XD9wbg7goSetHkKDimyTinMzpng { top:44.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJe2kwIlICti3RiSHTb6nzTiTru0gOe6 { top:47.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzEbfdz7oTg7i3dT1kMPZyGWsvwAkQ0 { top:47.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0SAttGwtsmgfRQsrkH0GQHQAzCB6usy { top:35.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTEoWgqrSVwX12QtDkOrzn7u4Us27u7 { top:35.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa0VvtSwT2ydANZOF1UcLOWHI6aNsOLx { top:25.5625rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsBx1kkexLqaTfPUJqSzNivIilQfZREF { display:block; }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPR8pJoRQrZu5MTzz4RVE0mOUsAgV27w { top:7.5rem;left:26.375rem;width:21.375rem;height:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGmy7G2nfoopac39S7nK9UQRVkeRADTe { top:0.6875rem;left:0rem;width:34.625rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQV1Ilu9re0WTcst8NdawyWz4sJGissI { display:block; }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOakx6on7fUpPkMxQ5HqVEpFxUZ3E7Mc { top:5.3125rem;left:6.375rem;width:35rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlOuhWzwyxyhJAGtFgEikfO1Z1hzATb9 { top:114.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W20LB31u9b9TFa99lKAmqQfymp8t6dkk { top:115.9375rem;left:0rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKRLX1cTKTysNEo5O2AhTKTWOgxtCaQp { top:116.75rem;left:23.875000953674rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ2p7zxpJRPrreXTb1orcPdSAl7NM3DP { width:14.75rem;height:1.1875rem;top:117.375rem;left:27.500000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z56Hvk4DKa0b2Vr5a0wR2QhyJOeTSAzx { width:12.1875rem;height:1.1875rem;top:117.0625rem;left:2.5000009536743rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqLJ1t0JkpJoIHT285zo1R3PrpT0NGca { top:121.1875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #iZJ8q8hDUw5mPgIXxu3bvD6RbpZPr0RC { width:47.75rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XduvlrXCsVVqhaPCgcN8Gy2mzwkzp0um { top:25.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmDTlqDMSCz6nrtD0oTMwg2AoqEETZ1P { top:29.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohRIdwEM0aFnZJd5u3gp0FwC5N8umTT { top:30rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btihotOU5mkbrRneMeRuDCdmalOEagGO { top:39.9375rem;left:0rem;width:22.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C70y6mZc68cahfXAzEl4PhBTNokef4dZ { top:42.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU2DHNue2VqrJ7eyCTIw2m3oWo83XX8r { top:42.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQpWQI0eyIITXETFLWeqhGcUdRi9GXay { top:47.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1qCaKQ3STfsOD33wFbwUkTEs1PkCbd8 { top:48.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDCcTdQXh7cCKATx1LgFcTSAuWg0f6T1 { top:51.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn13PXNUSXrfGlVvOq9G5U9VnO9EtNh0 { top:51.625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL3S5deRExHQt6oBZxkQqJk0THxI3oer { top:58.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hdBeaNTLcpD7ccVsoGa6tx9sdrgBk9 { top:58.5625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLfwFbIrzSAXum1Kq5f42gtE6Wc32eep { top:82.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #edRoIc45CofJS2zyFOq4EdHFTxqXPG6H { top:83.0625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9IzpEzd7KD7hIL3rvwcHRbSHmepRnvu { top:64.625rem;left:0rem;width:47.75rem;height:16.625rem;font-size:1rem;display:block; }#Q9IzpEzd7KD7hIL3rvwcHRbSHmepRnvu li:before{  }
 }@media only screen and (max-width: 763px) { #Arn5u2az76EmPLPm0nxGt12TNm4dpEeR { top:87rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtptHcdVFbPUTT6uXRWRrRclg2suGcXF { top:87.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCsp3nb6FdduBJppDtLmzlS19C1r8Wqx { top:90.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUTw6sLBm3nQy3wB272CK1F9AqBuUpbf { top:90.875rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZwwND3UP5BNFZTRiIdo7BFgLTHZX699 { top:98.8125rem;left:0rem;width:47.75rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPDT9ISAf2fPD9nZA61POAhTaehAHpp8 { top:98.25rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA { display:block; }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8COTdfd8TOVqE4ssTTbSWn8ffsz7wwU { top:4.4375rem;left:3.71875rem;width:40.3125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSPRqT6XAXNRGKJq6X2TsIlP3obCgmK1 { top:166.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jul3tHTeLXNl2Zql8qbZeVMHP51velb2 { top:169.125rem;left:0rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr1fhopwPhXto6GvXzyakt4iRrPP2weL { top:169.5625rem;left:23.8125rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qktpiFhABB5JbLnF7cVZbgltklCfz9h4 { width:14.75rem;height:1.1875rem;top:170.3125rem;left:27.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUmzXvMN61n6ImqCFkoTm6ALsU7SqXGo { width:12.125rem;height:1.1875rem;top:169.9375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0MkT0d66X37sKZvenpvW3KAq6oU7Qp { top:174rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HtmQcQBHAEDRddEURhIlB99f8QhUNtoa { width:47.75rem;height:;top:0.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io0JW8ustZg4vmlkaOycZ3Sob1ftqLrK { top:25.625rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru17BxTVFDeQUrvXfbl3GLepg9SsGQ43 { top:33.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7KnQs4OQT8GGOEutNQ1qJqPeI4pUe0Z { top:36.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCycLxVeVTHaqsnOauRXluZBodyTMGRX { top:33.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHetTNebbT3EOcbIL6H9DlsPvTk7PR2l { top:37.25rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH2V9xOXuPPeIrxcX5G95VmiD36JfDTS { top:40rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBVHpucIHCkmauvn4QddXTV2BcEqLRVA { top:40.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw9M3I0NRSRQpuBn8BL2d17twkpOZLUJ { top:43.8125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkkNTDWNUso9o61d2axAr7dzsooICcvA { top:43.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyegGE2av9bCJlIlNZq2rVbmdTpXHE7H { top:48.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUGPy5sxXAfxMnxNigSg7LbHQMcpFzq { top:49.5rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uggAfaTOS1pmZoliOg3E7iXJlVo31yZa { top:52.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJSR26yozgmKvC1DnprWMpiGI2aOBtWt { top:52.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z65nBvXiBSVFg1hhll16VwJQSNPBqmGk { top:58rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnsXqi3QpGTt3quae6ofLilX2KizLd2h { top:69.25rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }#EnsXqi3QpGTt3quae6ofLilX2KizLd2h li:before{  }
 }@media only screen and (max-width: 763px) { #aniUQfiyb9F5aIravwsJmvzWvGRCzOA3 { top:78.125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLxG6zWrAUXuIKyu8SAk34bTiVEcQVK2 { top:97.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBaJNIlhMUTRwTHZwSOdZC4nN2RWRTwO { top:86.625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:0.8125rem;display:block; }#zBaJNIlhMUTRwTHZwSOdZC4nN2RWRTwO li:before{  }
 }@media only screen and (max-width: 763px) { #o6lxT624NTvSScAeC20UK07LG0zzfT0K { top:103.8125rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:0.8125rem;display:block; }#o6lxT624NTvSScAeC20UK07LG0zzfT0K li:before{  }
 }@media only screen and (max-width: 763px) { #ydLorqcbFfN6IhpTT5zJWT6FPlmae5rM { top:117.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoRI1zbFVpL7nSDiaUpJ492xnv477qM8 { top:122.1875rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:0.8125rem;display:block; }#CoRI1zbFVpL7nSDiaUpJ492xnv477qM8 li:before{  }
 }@media only screen and (max-width: 763px) { #gwDRu7w81QVJ8rVMtS0oUi8LnVzT75gN { top:143.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPr6ZihBJkyFyTBOEI5GZrpVnuehDbE { top:144.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvCVDI1CaAaZ09wAzdGc5E6ysl6Bdyg { top:147.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uadG8sgPSlZuUPvyAyVWfUOx464DNFb3 { top:148rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V58S8QGTQd9ZoeDqeDoOUynKiVVA4etl { top:157.1875rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHeyNV9oN42hBr99ks2fZ2Ug8A5pgSiI { top:156.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcm3Vx3TJDwcaZMX5X1anZpt9oKKTrBS { top:136.1875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ritKWSTgb6TiQT1RgmsErlVJ2N23pfId { top:23.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX { display:block; }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHA8tyZhDLm2xIdxKFoOkFnJ3fJrMCxp { top:75.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDUD3wV4TPJN5GiNm1tcgynTFEAlyZsN { top:33.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtFR1c52ff3BgVWDMix720sFGVB4v4t { top:39.8125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBAy1oTOQ036V3Wb4kZhhWN8Mkod0R62 { top:33.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy3aTI1V5IZAxrUHyMpcE4HazBHJ1FhE { top:69.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJW4xBeJt8G26ehuxlNMOqT0DZDUL4bh { top:69.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUoslRZyZodNzkWgUKzTOlegb56Th5g4 { top:72.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXIReuQcbIElKzlcwnimpocUVt5D8yuG { top:72.3125rem;left:0rem;width:47.75rem;height:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kANPbqE425Ox22NTTeD6DO0Bi3uKnTkv { top:96.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn4Mz79kQyWSBcgTsEXymlO7cuBlW7eR { top:96.3125rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1kpFrh15TeV7NdG6DAQl8aTWWtLdzEi { top:90.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzg9A8TOATn8nWqCaSeDPgsdNOctnViA { top:90.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm1aiTLppcyFfDsItGl9bFnnHoI19ydu { top:117.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZPdGXc80wWfrcttX30GRmKirF4D3qc8 { top:117.875rem;left:0rem;width:47.75rem;height:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf5ohnfcD3zmfFSwFqVOiT5b2woWG7TO { top:139rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BouD4oWZUX7Qx26bRPlteFuJGCrPWv3d { top:139.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDomxTgPHTayVeKybuVgaAEHATQbTui0 { top:144.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9tcd3qJ6etSIiKRXA57sutGuq3Hacqs { top:144.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwO1hLA0tfVKUax5EcyDFHcJCqqqUSKN { top:151.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddOC1Tfg6fQD1oCV4poU9FfOPFThGKxc { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrhPey6CIEXssnVQF5tL4NpVHOQ75cu0 { top:156rem;left:23.875rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdkDOFSwa02e5892NZwgM5G486vu0mIT { top:155.5625rem;left:3.53125rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdmQsuQNOseRo2e7WAK0T7b35vZs896u { width:14.75rem;height:1.1875rem;top:156.6875rem;left:21.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqluiTQVDwTd1Qmu21iycrTPKs6RKZKF { width:12.1875rem;height:1.1875rem;top:157.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsRXlpdt8O3NwCucxsPzQuQJhpdzpbP4 { top:9.8125rem;left:0rem;width:46.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9yaZsTXh5q0Tiq9VeisgdX2pudcZ3nf { top:160rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #uTP75odVn02wa2Tl9BAJTK250beTzBKC { top:93.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbKa59fGIy3KhWUbfggNh4TQQhlbRTNC { width:47.75rem;height:;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQuiNgxsmpdqCEtcJleJ6LrU4EOa1GQn { top:28.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ytyOmb7hxLwH4VJk0SHRSwKfcfeTtr { top:39.8125rem;left:0rem;width:47.75rem;height:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVk1VUNkXmqy0Jrfll9wTwO59sbXqOxX { top:108.875rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgHGzfrlB8poGykzlo6Oteais5yOWrx { top:0.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ThlC0GOHrmtrU7xesB7r693cRiz3XT { display:block; }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFe0w3ISIg5VMB6DbioxKxDtKDg06ifW { top:77.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhrDWiBvBOkWyPcneiTQ1Thd1B95KQNm { top:65.8125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp3TvdKwliJPn3beNcnzXiicVydzXir7 { top:62.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mhFpQdVA88qLztiQMgnhrEapT01oG7 { top:66.75rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZZPwm8ayUQbEzFtkvuhIXsuUoTODNm { top:74.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOkUGaxA4GCbOAQCuulm7guKhKT6OZ21 { top:73.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUIt1OB4fT1CnMTS6E1eDcWha4NbO3Cn { top:51.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFKgseah3gTN3oMl9MaWxsbsLmyNX867 { top:51.9375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyrNAEp5ouFa64miVSQtDQkIQxsKPe7a { top:81.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4aINJHwA6A5ntncVntlsv5BSKAw9Vcc { top:81.3125rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av0OPRb1p6FC5DO5xRqD3Hk7MVsEx5yn { top:90.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctpJz9JoGLQFrTyZXl9VNv13eiP3ozno { top:90.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgLw952BdALdQ18UA7KKSLdE6TcNEnhC { top:107.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wzfTUQKVBNLiwfncKVdpXg4Err2RrK { top:108.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TP96WQIUdFvFzIUJraN0rG7QwltBfw { top:127.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9TvkSELZdF0ugAmWLRnidZowuFTitUR { top:128.5rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNvSzNLGlaPa9JenzQHWPczA8xk6ODs0 { top:131.5rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWUKmkkylpGzn2cyRk1FtE1ChzFc6Nwv { top:111.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqwKXGX3crHVEuB4HNP9A7fGD6Rv98VP { top:111.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwNazrygvc3uptpN4enmN7n8rg1HEO1E { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFdChOGCbOGpw90pm0MV8SOgxvBT6leS { top:116.125rem;left:23.875rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTQ448fkxo4dK374qQDmwluGFp0dM0tR { top:115.6875rem;left:3.53125rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GubXF3lKwqNwVS9HiPBle6ayliUoWsM4 { width:14.75rem;height:1.1875rem;top:116.8125rem;left:21.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDLtOQgzCn5NQyCxHk8DdKCe5DMVuW8o { width:12.1875rem;height:1.1875rem;top:117.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEc1DKdsP9M8VJaN5cRgsI4ngryIt7sg { top:9.8125rem;left:0rem;width:46.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfRrfyAAQOZ659F0k5oQQUtJ7ThkucaT { top:120.125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #naULUDCbrPZbTWshn30Q16oNQMKRkJhe { top:78.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVS14JThD35yNh5QseZ7G6x8mkfzBC2u { width:47.75rem;height:6.0625rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTPtX4fodlV7OZqidGanpVh9y3a5sL8 { top:29.0625rem;left:0rem;width:47.75rem;height:20.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4rOH9ORN3X9RvSO7dPwHtUAcygqlpf0 { top:63.25rem;left:0rem;width:22.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZupV009RMVWgVzBqeZhov6m6eRTBh8g { top:89.3125rem;left:0rem;width:47.75rem;height:16.625rem;font-size:1rem;display:block; }#yZupV009RMVWgVzBqeZhov6m6eRTBh8g li:before{  }
 }@media only screen and (max-width: 763px) { #ep32Tv00vKCBuTgyAeML435FATJV6VRo { top:143.625rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5sL9E6GxFlSNhP7y2rVkrxA5nHGTxok { top:0.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd136G1tgqszexxKqbdwFN8WMV5TqiD7 { display:block; }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZosVw1PbUUsXNTR61sndiIt3DCyJVl61 { top:60.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCyPXAgQsry2pdhgqVp6eW0aczSLxfSy { top:36.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zePZ9z6rVE78Xf0C8rZI7S1AF9cr3MNv { top:26.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcc3ZKLQo5LzorTWzfsqzuMgzSdZe3z7 { top:37.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#zcc3ZKLQo5LzorTWzfsqzuMgzSdZe3z7 li:before{  }
 }@media only screen and (max-width: 763px) { #IwJsywO053z7wQkzugiyfgVCoTPQaMz1 { top:52.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEp4Zpsu0f8rR9DeLoOh266vVS8abp7d { top:52.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyZh7qfTuKXUii1CKh0IJnfq78HLrlpb { top:56rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E93fZwwefaetm3hIC5I7oAat0R78TQ6T { top:56.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGKFwHmaPpiJxUJSUD6lp3Kg69PAFVvb { top:90.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAsx8DyxUWxiqCWRv4UTLwM4SzccCXtc { top:90.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoBFaUpeW47hZDaa9Q1OgbWBJfbDiX2n { top:63.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA8dEF8TgfdAAhZRkvWnaxkLvmilR5PS { top:63.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgSTZqQJNqTLdaX1oJd73Vq9ZMzPygnU { top:66.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkUMfZF7VkfaAsN7atp9FBMnQ6EXXXIi { top:66.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO7OsHwfH2I1TCTDH6i4sluxiwVXnBwA { top:73.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob7Lv43s8wUykbW5NZ03XlgwU6p95ivu { top:73rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTT9xkcimJUQhXFHNzW8N5GsVlXZwAhb { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTFaNbVpe9ZxKGPxsiFx2gRpieJAyke { top:77.75rem;left:23.875rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ongk118tVtLTf6FITQlgJ4h6uuFqx8p3 { top:77.375rem;left:3.5305995941162rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4z9rcv5dO4vodNRRbv0xrvHJyfNbV7m { width:14.8125rem;height:1.1875rem;top:78.4375rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlbxA6osRSiOTAobRFKG7udozHWntPEl { width:12.1875rem;height:1.1875rem;top:78.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUTF1vOvhedy3dKNBaoeOaPHvzcyaWyw { top:7.875rem;left:0rem;width:46.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm95e6h6WDsQTmAkabTPgQETXgFUGwqM { top:81.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpA7rTxOEFr3N73TtMVXC1PAwtklf6XT { top:60.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5qMsGMZ1lxwdMpP69JaTTf0INqiqeHx { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMrw4bgHeOREew9LwbG85xfvBV2eQ7Af { top:26.25rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2aeQKRFWqaMnQ9Dv6NWSBoiw4ifpssS { top:0.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn { display:block; }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lr6rshQCPi1ONFl5x0D1k5ABTUB98uOa { top:59.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hux8PwmzmT2PWcCADxqTwkZ1sVMJTKQ0 { top:47.25rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbNtxLskLhkS1iyGwcv2f4EBaKhUoWit { top:26.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpc18KbcDUIuWIb4s9hiFbNxvGAUhGy7 { top:47.875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwbSRHb0lJBxVuKBp5LhVBTdF3iNh8g5 { top:51.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqiRC6dMZPvDSyr1M8XXNSPTDz9J2Bnk { top:50.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6UKuOOlJB9mkqmSD84VS4gKUl9UO7v { top:54.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd1lMmdkHVGXd3GUWD38CnVrgLPp0FaX { top:54.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD52ZH1g09RCEdy3DGzTNLtE56OV2W96 { top:90.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDyaqSD33QpT51w8CJtElCvoAbRJsmf9 { top:90.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haho3lRx18mm2tvrQUzCTl4hGlLbUNzQ { top:62.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSLAKiE5ipwckJ0u2gT6CDrJyCvM4CXQ { top:62.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u310HwZMJnQSIyIgz5knTwx6rCZJruIQ { top:66.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rblAU3NblFHw0PxcayBxSoQKgHh8NaR4 { top:67.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmDvi2TIRy4b5hvXCGxDaGUDGKaK2SLH { top:73.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni1EuvheevhP4QidxgkIUAI7UAtl2Ku6 { top:73.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs2R9iFqEKPQeG1k142ewlHKNhbHkWH8 { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAcfPm3VqAL9v8IGrm2Sx3DzvGTUCRoW { top:78.25rem;left:23.875rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBeDtTIbWzu8JmGyOEJu43NwHgUobg1q { top:77.8125rem;left:3.53125rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2iQoAhlIrb9vWbQ2MbSS4E2EmKd8Odq { width:14.8125rem;height:1.1875rem;top:78.9375rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ile7hKd9D0SOasVEH9PyxCiavNUBIxBK { width:12.1875rem;height:1.1875rem;top:79.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFPchEWVh544JJIhb4WmrX1T3PSBcmL1 { top:7.875rem;left:0rem;width:46.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRf379KCDufCcPkt5HvG9wCJ3JSH77Qd { top:82.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXwTnyaE7Nm4vRy83tEPizwN8ggkqTvP { top:59.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArlS6fLwAmDvTQBg1T31rWxsRDsglNQk { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aadVlbgGxDisRiocRvZrbQhJi6npBFzq { top:26.25rem;left:0rem;width:47.75rem;height:22.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwmTTuulTkpNUtd3XOwRK7uIgKNUTgT9 { top:0.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV { display:block; }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4coQnWx9eScmqcNgtZFvRXQ2kwJweP5 { top:45.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBbXkpn3Mn2LhmymDprVvKz96wcGTT5r { top:35.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxqPcdD3QZNf1ApGpCg38IPIXQQNKXA4 { top:26.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK8i5eXZpoCOPuVWcpByBBx9m6uo2xN6 { top:36.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #conNqa6QPrIKEnTvTGfbOtQVdnPBXfmC { top:39.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPQUtO7Xsk41mJzgJG4AJdbe6gkddm2U { top:38.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFI9Rz29LMuUn9J745FIUKN9aIs7rsz { top:42.25rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTV7CTuxPk0n49fN5P03Sg7yHPnHf6yo { top:42.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmy8AfSz67H0hXsaWJH8D8f8bcAo5Vl0 { top:90.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhi53qBeSkTXGeszx8enTiv7dTAMd35u { top:90.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ0wA1Tdv1nm5RSBrUMxKWUPw4kEKxmq { top:48.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0b23Haq5A9N2Td268LMFCpBhJtfpehe { top:49.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9SGkHhW1VHkxKKQ7f1I9KfoyIiJXKt { top:53.25rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfT0PzeycCcWmgr2Gg1nTZvQqoGTXp7 { top:53.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNonLhTZCt4CJTFJFyo6IKsXQDdnZGk5 { top:60.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxImMQXIwmlZQlnE22TlsEeXfxFzwPUR { top:60.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvl9gefI6TZUckHTa235z6dvfPhpPeEC { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Jfr6OgQF3EfFuHfgiC2coP9mxBBssA { top:64.8125rem;left:23.875rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnLJMRAsRrE7ThtGiKIdgeLBqXvvsTyl { top:64.375rem;left:3.53125rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUvFctDlpsN4GzwGrWbMzGxTsK2ObTcw { width:14.8125rem;height:1.1875rem;top:65.5rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc15w5nJHxoaeTtXahePMJcTQnExArQt { width:12.1875rem;height:1.1875rem;top:65.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obfDNCc0y7RfolU5lM8BSTN78mMvdVBK { top:7.875rem;left:0rem;width:46.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #InQWwab4ki3HQ2WofTnhGMfoWURG5cnw { top:68.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzMQ392w6sOMMyC5TRZMsha60i6TLMlM { top:46.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2RwkfdIdV3wMTgg9nOMMWJVE9w1QFq { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1f2D30vyTZlSyOfTn4f8bzrSd5u82wI { top:26.25rem;left:0rem;width:47.75rem;height:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ2kXlRx59Rz7u1GgSvnPng4w9WDGS0S { top:0.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS { display:block; }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5zFLtiIPInTQoZFBrl1W5fTpopUNOZv { top:82.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc2vrIb5pO8oPZTQLJKRLhfvMAoWo45f { top:50.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNwSZixmC8WUm2CDJDtXlPpDI65Ncgk1 { top:47.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgxB5ATcwibclR6fLLptrlbfiPpHTD0R { top:51.4375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSdo1oW46Tf13aHt9PZZHvxdRvRyKlzo { top:59.25rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAlXDa7X8E86yL6VTtAp9TWiKWweEx6d { top:58.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH7DwdX9kXLSaUcDB1ciRa2UcoGz0IPI { top:62.25rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI5DEzM0fc2cSTc6x3SwAvhIucSFIz5K { top:62.25rem;left:0rem;width:47.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP0007MmGD1ITvKBd3s9SKUf8rEOCq3x { top:85.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHBoSW36MVg1S5U34wiX2ohdb9QXt2tp { top:85.75rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE9St8abTotLTQ3LAGx1ih2fgTnJ6W90 { top:90.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwHQXi79cPKy47V1159lqpOcxEW187ci { top:90.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygHuzmETB5z1ffJyepw5afQ47VKFC4Uo { top:112.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkRfTLtOK507Leiwf3kmdB1GcJuJQ3lO { top:112.875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gni4uR7nARdTnNxs5ONLUb8APugZ6QQ5 { top:116.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV3KCvfCXEHHcEy8UhK0NQyq6ddgh4TD { top:116.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paJlsEvrNyaU2TEdIqTvoRh9gWPZreHr { top:119.625rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVrDdTkuqfRRMOATqrlIUBx46k1ZXvW { top:119.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZHariinTG9DRvA6gMi1oXQNcsuoTvVF { top:141.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2sn7dbOg3hnEJUItFmfFEXDL5aer3sE { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awiqwWASMSxsfbmvNkVt5eusq0A94me2 { top:146.3125rem;left:23.875rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLITE5I5uEJ17T88dxbeDFc82dUEdnT { top:145.875rem;left:3.53125rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Q2cTvJHTiAzeWsiQntq2OyHWZ5JncQ { width:14.8125rem;height:1.1875rem;top:147rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zclTGrK21WpHQ8rLXDvJVeI9L8kxIo7r { width:12.1875rem;height:1.1875rem;top:147.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEyJtT7X0FQBweMrSiBc53Fswz6zHoPe { top:9.8125rem;left:0rem;width:46.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cufEkTsVKCTshLtT8IKG1rWoU6FuI8N6 { top:150.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl7GG69PEQxfwoa9gRZoBRbrGDrPy1BB { top:82.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO7PBA1yEdGBOXJ3pBKV56QJFKReFIoc { width:47.75rem;height:6.0625rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgsZsxCHItS6fCLF1c7ndTvUA6n8XPq { top:28.125rem;left:0rem;width:47.75rem;height:16.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe2o1s2gGJlRgoTBFGPTpI9rStTw1NWS { top:47.9375rem;left:0rem;width:22.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiVlNK0OATTIZJrm32lnhyzode2twcSa { top:93.75rem;left:0rem;width:47.75rem;height:16.625rem;font-size:1rem;display:block; }#KiVlNK0OATTIZJrm32lnhyzode2twcSa li:before{  }
 }@media only screen and (max-width: 763px) { #J5OiS1thu5fR7vOvkOgw5hFoRAwTMdzu { top:131.75rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1xZ07rRPQfPS4i1MUtOUSNG1QxFCozb { top:0.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCOVwyTNnByQxDP3eEuLWKcucWwPLRic { display:block; }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfLewgE9GxZ202Td6B0KnsQ2bCzb44w6 { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtaB44XSpNAA6tJXGt1rwEreS2xJEmRx { top:0.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIXD5NAPubbtruaVhic5LbN42uDraQPr { top:119.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB3utN9gZKVhsC7a8e95I1zT9mC82foo { top:53.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdR9UKHu4dgPnwORTB5WaMvTMqPnNIKs { top:26.4375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHw10OVBCtW96e4n0GJPkp4M1RbbvnfL { top:53.75rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgA95nCO8geUfU4JmoLfFf3LMqGxC1rm { top:75.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT36aHnSBms2WuJR75nVeUGy8mBKshZB { top:75.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi8vBlUeOxtgub9bUNWlvgwv6siU7U75 { top:79rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ34divSxhDImSixutwkmzXaNtccXSJJ { top:79rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqOilrHCF9Txc7kVSSIrH2X5fKrQsfQv { top:120.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuZlTxgUA5764xcLJwKoAcsoDmbLVHJO { top:75.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfF9fTZOnLclmeyUySSOxkbtwmehUcnM { top:76rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndFfTIvOT8fVaythrWgcPkXqOtJ5HW0 { top:85.25rem;left:0rem;width:47.75rem;height:16.625rem;font-size:1rem;display:block; }#mndFfTIvOT8fVaythrWgcPkXqOtJ5HW0 li:before{  }
 }@media only screen and (max-width: 763px) { #vc006XaETAWV6azoOoRi6wGai40xaJkU { top:126.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWrW7OaEKmhApRwHTavX6hk00uyJcqy { top:127.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD128mwXVNh10c0e7HRTWZ8tTCbJu81s { top:129.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yggJV0DvaL87OL0NKWxXigCCpeOxcFsT { top:130.5rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnpe3yqdZWypi5buiz67xs0VHU2llC3b { top:142.3125rem;left:0rem;width:47.75rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVFUtvRXBr6hbXxdzz158TCb6i30kRJL { top:141.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTb4cJFiyW0Vv1sTEvz95KGDD4EokfEJ { top:135.0625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTQIOUh6UF9gGOJziGIipEh8gvJZuCC { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ublDc5TGAkAuL31xwpGk0VkGiRdtkwks { top:137.6875rem;left:23.875rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUazWTbwXpQpmCaKrOqx3s5iMCx0T9T0 { top:137.375rem;left:3.5306015014649rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTU8PEmpyOdU4VvhSs3ImTcF5UkVwPxk { width:14.8125rem;height:1.1875rem;top:138.375rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeyczQXRGq1wtTxsvvy45BGA1DGhdIxk { width:12.1875rem;height:1.1875rem;top:138.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV77R81v4LEglCClZdzQ3XmTNzffD2mW { top:8.125rem;left:0rem;width:46.4375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr2cvWlK1UwnQfOWUa1fT88TdGz4Kw2q { width:37.0625rem;height:;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvo5n3zWKuMTQQJZL7rdsZeuyF0tK1uc { top:27.1875rem;left:0rem;width:47.75rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvFpUWZvBzaTqtAFynHdBxE5zEm1mxIX { top:68.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbUO6azswQQPN5u8NXC8KH5FL5T9Sge2 { top:69.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrQB9c94dF85VJzt4PPgJ7Ny6PImluT { top:71.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdUnRO7INR9giBt9ZkPMmTPEDMt0oTNc { top:72.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5UAIIvd4MMtlFOcISTeWOmly1E16STU { top:79.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TooHxTpspEJ8oOHhzIPJODI8kRDGi2 { top:79.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T964wm1tfJaK3HkTtwE4NE1K1vant4ST { top:81.75rem;left:0rem;width:47.75rem;height:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTiOT08SZXsZt0lSEAzMuX7XFrRkR1S { top:123.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiKf9xomHm8fqLqF4dZD13tXO4msJ0gG { top:123.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdBw5AfQzroq41Towg6v69cDQCEg70sf { top:41.4375rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:1rem;display:block; }#SdBw5AfQzroq41Towg6v69cDQCEg70sf li:before{  }
 }@media only screen and (max-width: 763px) { #mq18Cc7qqgCMxqyw1T5Nf9raOAFJ40Ut { top:51.6875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3qK2RSJ4vB3CalV5Lqk8iovN1GuNaJ1 { top:57.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#C3qK2RSJ4vB3CalV5Lqk8iovN1GuNaJ1 li:before{  }
 }@media only screen and (max-width: 763px) { #Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz { display:block; }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW0OEgXKgpJSG3MP7rAT4qQf97KPCsdN { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW3BJCfyGIxloCEFbV72ENTFCHhDJyuG { top:28.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIs0yATKZg2MIVk2bE9UADIHBQxa35HP { top:0.6875rem;left:35.3125rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htn20Ac7l1sx07bLw4C4LXvoVTGBHqaM { top:90.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3UhJU7hTHPAXMsxJOWQDzbvu8ro7ARy { top:53.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6zkTtPyWAhEPa51yXL0cDU5tTtUTpXi { top:32.875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDGbNDD7cmOEJeqtf7A5uLgq7whv3Fnw { top:53.75rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOxOXUTtvpDVZs1VVr3y4TKiWRLLdSJb { top:56.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGPCbLxT8V9rxId5GXCC1xSsFrIEExpv { top:56.125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oebHDG2XE2bMcd3ZMuTdDilE9bX7LzQv { top:79rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8JLdyJJwT1gCq3NWeXHHhOqOshBiXxc { top:79rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFFiQRCHQya0htVqf2xrQqT5z8aLBtwd { top:90.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyw6rn4aZOGLWzEOquiKGqJTsowTzTOm { top:75.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERlBSKWzJDg9StT2tCxu9ER3ZPJG9dOO { top:76rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR9ggHCz4bSaOip4laZpQmItusmFy3pT { top:85.25rem;left:0rem;width:47.75rem;height:16.625rem;font-size:1rem;display:block; }#IR9ggHCz4bSaOip4laZpQmItusmFy3pT li:before{  }
 }@media only screen and (max-width: 763px) { #U8QUSGlgvFb3KKPi5mDhrEhseTaGfTC5 { top:97.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq3qOfs6lqHNxhv1qmwaLLZQ5e5k1wsc { top:97.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0pWVrArrzRTTvFPEI5LotVyantL90ZR { top:100.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3QapM7fWBpyNdmfvFwOlReV7LTNP0Tn { top:100.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FETCnBXTT0MzaqZ54wmuX9uCVSLLi3i6 { top:106.3125rem;left:0rem;width:47.75rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssv4iE1q6f2fbPtOc2DE0ZDo2Fssz8oi { top:105.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AucWBqzFKxaP3eqkJCVGNZTpfxH0pp3z { top:121.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afC7t4m39bCaCE985qOZp1t6QK3Syb5V { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvchZ0xzosVyn1lALwEpFKhRBJObsmue { top:124.5rem;left:23.875rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBnS6e0hNyZBwQwPJyltQ8akm0eFFfTv { top:124.125rem;left:3.53125rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8EGCMI0Gc3MOLHtfoRARWMX2Gnykb2W { width:14.8125rem;height:1.1875rem;top:125.1875rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1hCro4SUeDdWvrTXXxXTllJC9enekm2 { width:12.1875rem;height:1.1875rem;top:125.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JzdpfQRpThhTKAO0d3w0udVrZHEoKD { top:8.125rem;left:0rem;width:46.4375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnSWb9wkq1EH9dWMIfoLyIvGbJtnHXVZ { width:37.0625rem;height:;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXSfS7IgFJwc9KE1cc6eqn7y1uigs1hi { top:33.5625rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4CzKFCKy1ZkzqfBox8uiATcOct6VmU { top:43.5rem;left:0rem;width:22.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkhnOc9r1STxsOTxxXrxw2a1cFfnf8JG { top:46.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6QxR6Xi2LK4wE311ke01RCwXv1VVZm { top:46.0625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7H4bxz98WIH4tFemruX2kcQTw1T3WCu { top:52.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws1uHEv7ZQ46KkIJLwk0quiwBwAnupGn { top:52.875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmWPmWxK2GCUwggXisTXlq92yzg68qKQ { top:65.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooGHl192NyTI9ttvZTnLwNOh0IgabkoM { top:65.9375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTI6zzoqCfskOVxNXJW1ZMfm84yPcsw7 { top:72.1875rem;left:0rem;width:47.75rem;height:16.625rem;font-size:1rem;display:block; }#vTI6zzoqCfskOVxNXJW1ZMfm84yPcsw7 li:before{  }
 }@media only screen and (max-width: 763px) { #sMFAEtPglsdIDyM0aIT0X4kdvVZyTm9U { top:94.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMhKvrWyKIniB2aHceTXwXz20L5yaysk { top:94.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC { display:block; }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vr9HyrMEQ1X9gzEbsgh73qsr7rmSq3pt { top:20.9375rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1cn8T3HqaXFelnTHqohxkHJTsSym9zJ { top:29.0625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwTyJHCyTpaJFzoJ6XPW0zAawM3HFJpb { top:48rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDiFwaMWql6xMMDGsyRrgNgEmLUT203O { top:31.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTWA4UhkrXRAbdctHSazJ0iMAT0nl4O { top:28.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzJOcWMG8TuCBkIlIbUXXTrOHsXWv8JU { top:32.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cztwUgJMXgGdTDUFaSHTdaTOnxEHUDE4 { top:35.875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCiA6Tl1F5RD9Rv1kxtfMvzxoBVtXs1T { top:35.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #li9ODoxGtq4aVxXi5gOfKffGTdveeoTp { top:39.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6AH2UmVos8M9ZaWD75IAQKGvUvDxP8H { top:39.125rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOfzKJeleTZBsErNQxbFfPvn5DHdQL4S { top:55rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ommWJlrFIkJO6BUm1bKSHtAeiKTo859Q { top:55rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP8F8Dt68zC8Wm33DDUg7mQqTbtQwchw { top:51.25rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHwepdT38F6PRle7QMbKTttNlx55sLTV { top:51.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiEZ9mUygG16hmoaAGcxtexpVIqxe8e7 { top:61.5rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZASrG961NVwaZMNVR5qyHumI3KURHlx { top:147.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ATsJvumUXriae5UvDCppgnNxwXIe8Q { top:147.9375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDx4OIEklKJUXSonzawiAAmDDWzMHN0R { top:151.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQpVQeU2lwe8fNVe2l4hwMTqPwVhEQJp { top:151.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRAWCvPOD4ZFE7QqiK59AG7gHgNmmppx { top:156.75rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBSS0eVSllIhGzBVyhlf8ldlXHGJqP5c { top:156.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGM3ECeemPsHrw9by6XGhL2IEs5sQZWt { top:165.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpeNUba9xA78GSLZeu3Z29BSvak4Z2cy { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDFI1T3icDDNhrHE66iM13TgWUlOqbpb { top:170.5625rem;left:23.875rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1KzcHmR2Uz6QxPHSNRuTbVPSSWdZRCn { top:170.125rem;left:3.53125rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUxSwN3Hsw9tHUGIq4xlEvflFO6NENti { width:14.8125rem;height:1.1875rem;top:171.25rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFO4KT0DdMB2D5v36V0orm7Bo4ZPuWHo { width:12.1875rem;height:1.1875rem;top:171.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pifdu0eVKJs376am6qFqaLKqiHanw9yy { top:1.75rem;left:0rem;width:46.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX17kZHryuExsUzQ1gXB6ui2ss6vDsix { top:174.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9KeQHrXSsdaAqk2tdVkpXGhvNVxdx7Q { top:72.75rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }#a9KeQHrXSsdaAqk2tdVkpXGhvNVxdx7Q li:before{  }
 }@media only screen and (max-width: 763px) { #BSm8R47KzTp69faXPEMXTW6kOVqDX756 { top:81.625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HynTv1GWBd4VzCk7WOT1Kz8Us7Vdkp4P { top:100.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siZzMQGxtJJHpTBg2N3wk1lV7spRNzUk { top:90.125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:0.8125rem;display:block; }#siZzMQGxtJJHpTBg2N3wk1lV7spRNzUk li:before{  }
 }@media only screen and (max-width: 763px) { #NWcREXNoJ6riM8MVLRcIS1TO6yf0xDuf { top:107.3125rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:0.8125rem;display:block; }#NWcREXNoJ6riM8MVLRcIS1TO6yf0xDuf li:before{  }
 }@media only screen and (max-width: 763px) { #pwLmelWmu8u6OQ0NkuAphsa5co2ZTt9w { top:120.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUS5CQsw2zNsMkEfOmh5XNbCHEyGni7W { top:125.6875rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:0.8125rem;display:block; }#hUS5CQsw2zNsMkEfOmh5XNbCHEyGni7W li:before{  }
 }@media only screen and (max-width: 763px) { #u5bgkKFpckWmCnaHV1MMLvTOsrm34ebb { top:139.6875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGBkqukqRTr7dtC6CFTiWQWcbWZHw1Rx { top:48.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 { display:block; }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBKuLJMi45f0P1i6zqWgUNMIxI3wbDxw { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anqy03GxC3mCHi2X9pGAocWdVANww4G0 { top:28.5625rem;left:0rem;width:47.75rem;height:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTz42fTCT0F4p8U39WqZhlsTiXstsMip { top:0.6875rem;left:35.3125rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep1dWlL0JfTvl1E1M2svyKXJsVOSGcym { top:49.0625rem;left:0rem;width:22.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S06IGdeJeX9lwPIS36R9UuRMm96r3gTa { top:75.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2S7Zecep21Ss1uXbo29zeV1ozovTeEH { top:51.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuRoyKIqXNHCCvnUFogHq96NNqD6d6N { top:48.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N91twZy7JJmLyb53sk5G978Ta6WZZMii { top:51.625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1K1sZtOngccsVqydWu2p0nMTWfREo52 { top:58.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myXrnfJVebAqwq6J4nEGp6CZUK6lMCmo { top:57.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKkzsQg6coVeayPlvOruK5aH8sdCKdxV { top:62.25rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm2T75n0mxKnaJMCCDou79KWS2hy51uA { top:62.1875rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmFLpTmlP6TAlTd1wKJBz5n9wm92Cm2v { top:79rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuGlfVWAHQw75NvqEeStdpFECzdUe84o { top:79rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAvWZ7SzoCc8STofBdqdz0cAdeNpzvCD { top:76.25rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g83qotbF7NNnSS2yXbF3P04ROpC5CiNU { top:75.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUKslpsRMSIFhtPkFEnSSg1SrHCO56JA { top:76rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Ocpck3WaqK7JgziSFfcwqsG4qc5tNh { top:85.25rem;left:0rem;width:47.75rem;height:16.625rem;font-size:1rem;display:block; }#G1Ocpck3WaqK7JgziSFfcwqsG4qc5tNh li:before{  }
 }@media only screen and (max-width: 763px) { #BXNTSeFFereW8BrlThZR1nA6vQhK0FNZ { top:102.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ibDSdgUCQbq6LgcAUS3U7COUv1Kz9f { top:103.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8aeSBXnHv7pIvvTKFrQq8ICKv48LKfW { top:105.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiUJ3O9tziKLSZtBEiT9R6466UhnDcQ7 { top:106.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbc59yk1AtFR2QgirCTu8h0T7xNJIKQ2 { top:109.4375rem;left:0rem;width:47.75rem;height:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeNQSx56x9MES2VPTiSZp4CdoE7bR7gb { top:108.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swWVPIf52WTiUwPJeFhBT4KCgKmLJvKl { top:134.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v08dTiJXTAHnKP9tRSLBnfAcVmv33HFP { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6gdzKHHrJBdA73J0beicevECpcdh4rt { top:139.1875rem;left:21.125rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVKoNiVP3GWbT8wT45qitNwRTJn5b6RQ { top:138.75rem;left:3.52978515625rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olQEHoIlPh3kDHQWAZiVTcZercznQPET { width:14.8125rem;height:1.1875rem;top:139.875rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9DvxhmDsi4xGWMIfKLv4UTAO3pQ1ggH { width:12.1875rem;height:1.1875rem;top:140.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOkSwxCDblnPILTSJy1Ler6vOyE9oPfG { top:10.1875rem;left:0rem;width:46.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV4T2StbXQstgueK5ou4nfiiUiGJQrk4 { top:144.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOgTFvD1rBqQlmGn67nWVJbTogApecAC { width:47.75rem;height:1.8125rem;top:7.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX6Tx0tzV4ofrET9uUEdBXnhelbp77li { display:block; }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td6OqsSP0uzECPvO4GeLAGhsqNAP6Xni { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX2ndUeDeWLQK3RFHunIEy2P3vPs1kdr { top:28.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMUcPvIIVpZCR9QX36dOXdPmQrltcPQT { top:0.6875rem;left:35.3125rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeiS7rpDAsn48zs1zaPKZ1VD5rtVez4G { top:63.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Wl17eA53bkgdmGXQtOMQENsVQvsVtz { top:53.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxWCKEdL26FKu4Tdi4uy45DcITywZuTl { top:32.875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Thahe0vPJf0ryOWOTCsQZ7gmS3zKPz { top:53.75rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irUyNVDeqKT5xfBQtN5WHoosriPNsfeC { top:54rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyZL4mTTerI1mPbhp4WT5ntpQJfw3TVq { top:53.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZHgstreXFIdeaPMAqnrUzBkGe6DcVyI { top:57.8125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOVPG81ZKNdKbiMtBlD5kZga8b8hJzvr { top:57.8125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1iUEsERnLmC8gQOf0AViaR7WcrtoI0S { top:79rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmOKUA0AoI1B9X5ongzQee6QPQM4Ut4Z { top:79rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNV0I9TJTgA31cVALwTRuligXetS8z75 { top:64rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z94WQEfm9xMa1DONTwTDqUxzQ92Sd7W5 { top:75.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANHQDOTpctFFRQkrll0qOXqRviLqbqwz { top:76rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA8mgQzy1lU9zphFazy0CTLMn0F01XVs { top:85.25rem;left:0rem;width:47.75rem;height:16.625rem;font-size:1rem;display:block; }#QA8mgQzy1lU9zphFazy0CTLMn0F01XVs li:before{  }
 }@media only screen and (max-width: 763px) { #gUVN7oeBsFayo8UXQxfJpn4D4LpDTIHT { top:66.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HufBsk0xfTAc983H7p7xLD116xIwbNsI { top:67.0625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0duu1VrICg4w4kSPCRoxNiAxNNsIg6X { top:69.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evp1aEvTTuzBSz1WgX9ctXUCgm2yl5Q9 { top:70.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH22xRXpZiBDCPfhQtigELiXe5iPyFF3 { top:73.3125rem;left:0rem;width:47.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExwQCn5hHDqSGuCGE8EVcSLRxgOy1Ng1 { top:72.8125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvuMMV8DTfJht3CpCgDCHztbazQ7H9UW { top:92.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLeNXOtaCCnMX693T7c8uhJZZouVof9S { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8QoETp2q6G4kdV7tniHhw6GABq3OVL2 { top:95.375rem;left:23.875rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwVRl6Ncy8fvwk4ISVXINeO1BqOt3Ox0 { top:95rem;left:3.5305995941162rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpwew3bxx8s75HbHuN43tVDA4dDEcQ9G { width:14.8125rem;height:1.1875rem;top:96.0625rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImClDARXKpCKzS3IFoSJBUS1aQPn1vwQ { width:12.1875rem;height:1.1875rem;top:96.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU1kVKeWUaNuqpsFTxHSGxlU3HfM28cV { top:8.125rem;left:0rem;width:46.5rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkSQyRV2OQccPzshuu5NytoAQazDFCuu { top:100.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3mu9gydXP9pcqCsbC7gRsuZq62UXPTl { width:37.0625rem;height:;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmPW7SLN8RwHdH7SgUNkpbyDnellmfZ6 { top:33.5625rem;left:0rem;width:47.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQBrk1OQEumy12u5TgAdxwzuXxpFcblt { display:block; }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bf1gsANANMhPckMgW9Nb8HCnCQ9Nk8Zx { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSZ6gdduBrFEmE6T0tvNO5yyOXa4cerp { top:27.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwU9RbJg4Gcs2Bi0KXHzo2NtCAak7tkv { top:0.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih6OexvC0dQCihxqwwwfRuDFFLXfANuh { top:34.0625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaKZZGGP77CEWn35I40TP5oLHqoDVDRz { top:33.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPT2oWN4e4Ed8yWfSla1ZtF3T5lO6tm { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnOUWWISSLBhkvJp0VxZMW7P8AqWBEC { top:91.25rem;left:23.875rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBuPT8K8aqzbvyazEvvv3pNHaF74yKIp { top:90.8125rem;left:3.59375rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyA8MekwKsnOebvUkxe0vzmkQBGKcTO { width:14.8125rem;height:1.1875rem;top:91.9375rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca7wFzSlgaBGUTVmIXn0sM24ieZXtQR3 { width:12.1875rem;height:1.1875rem;top:92.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p34wA5b1FKUPzcaZB0LDkRGLT29negVN { top:8.6875rem;left:0rem;width:46.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVR4ploASrQyZW89J6QNcJ9ZXee96BKE { top:35.9375rem;left:0rem;width:47.75rem;height:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbCIhyngVyrmUTT289Vb2NVFQM4kAuCu { top:58.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqAkteen7XhD9il978eNcoX02J9wX6Ey { top:58.375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hak6J9nrbuO2kJg3eTfDh9UrD26aRpxF { top:62.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KXnkQghT8ax3vOUpUZdQEbnxmW6G9P { top:65.8125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9SSeaIA4r4QAPCmaWwgQyZVD5WucxWv { top:63.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7qlEvSarUOtQmlAwyoAq9fb2Z5qNuc2 { top:66.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSwr2UHCS3mmICdDm1zsqrha1Th3wwTp { top:70.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGHl1R4rB41lDTkwATRUvzadBg1Q9TQM { top:69.125rem;left:0rem;width:47.75rem;height:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrHa8bV8GOiaZF4xBlnEmIXonBpatcEK { top:95.3125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 { display:block; }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xx8HKm6zoQMtyc6HrmaMs9mtrHsgDa1V { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEgnCG9ebddfhP1CuMV8kr4KQDxiGOQ { top:27.8125rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtRq7eOnavVmtsJs0p12nVfI6QzTfpVD { top:0.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcR8iB6KXSNOfr1v0ZBq6fr7tpumuaKk { top:35.875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIaUFIP9WheGRw8baiNCkVHKUz4ABKMI { top:52.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRapzfuO7sMe7BuIkJ8n3VKPLmZ3qKKT { top:38.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbWPV3LJy9REi0pNJklxwv4AVdoP77AS { top:35.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpdsE2wMmL6xqpVqeU39TUZsi3tE6hS2 { top:38.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhoUv3K17yAbFIpR420OQDZouCk0G2Pi { top:44.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylnlVpQlf0GfJve0oPcwDyLiqG3fBQ9e { top:43.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVnVPk2NftPZcCig9PnD7RQxL9CiWFAb { top:47.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP9pMt3H40NSl7aDLIvRJ9TTWmNyUcSO { top:47.3125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giSRoxyTJRebwkpDDUdMBHxWvVL6TAiN { top:61.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUbzUrTDMbcM5uOKy7JAbVoEozKGvVZD { top:61.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROv16JyETb4HLVV2Vol50tAkpoS3FfoF { top:53.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUIZ17pKSvANAyiw5tT3X1cGtvH3Uh0s { top:55.9375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHZhrt7xT4fTB4ksxT87TZsyzIeABf4M { top:56.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgGwsuA3nDqzto1MFE3FNMCyb3DFWpPu { top:66.75rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6lHwb9vP3K6pdr905pattCuRaIT4JcB { top:152.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHqEXasxptR1mxc002KmM0gqr7XhInHA { top:153.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFvGeQ2ODTOZ1FIx6xFxed9TMI1lryqF { top:155.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn6CSwOCzJSBvlA4hveVKClJ185O7qOp { top:156.4375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFG0fXTqHzcRHZONQEZd6q5O2pTFO60O { top:161.9375rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVtqxtp09XiiDZpR2wBynmxyXa4Vf54I { top:161.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiTm8Zq5SseIWc3ZvPETNRnkIIEs0RBZ { top:171rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQyT4ewHth7zdusqbOFg0o9rZMNAc1Rf { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIf0GGfTi0LrAyiIoKLT7rpbPhB1THMW { top:175.75rem;left:21.125rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbKMSRbHRMKOdTgT4CVJeRqWxQNMI1L { top:175.375rem;left:3.5300064086914rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAApJ057JZ0QcnaeRbRGpNshLdQ2aHwl { width:14.8125rem;height:1.1875rem;top:176.4375rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr7NJn45T0xNSLEm3VgJoPm9vdgzifoB { width:12.1875rem;height:1.1875rem;top:176.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdA9gfKrcpa4kfu7sDOxTuwEEqLcG57u { top:8.6875rem;left:0rem;width:46.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sey2upyvHcvOTqhtzLSdeMuhnG1hF25K { top:181rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUQ6iDBaM60lP19CkmJybGSQxz9trhiF { top:78rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#KUQ6iDBaM60lP19CkmJybGSQxz9trhiF li:before{  }
 }@media only screen and (max-width: 763px) { #KaNoklPeSNvnk9D1VqXnsHsKwqX8MPCB { top:86.9375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD2euopsJSG8845OWfpy0TcP2QlRvyuf { top:106.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgLfu7cbJCplSTnM5EAtJgvnNJfaJ3h2 { top:95.4375rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#QgLfu7cbJCplSTnM5EAtJgvnNJfaJ3h2 li:before{  }
 }@media only screen and (max-width: 763px) { #L7QscygTWtanF5PSDloozU1KZ9XGD8k6 { top:112.625rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#L7QscygTWtanF5PSDloozU1KZ9XGD8k6 li:before{  }
 }@media only screen and (max-width: 763px) { #QmymVmutTPEW07rgU9GDIhxUJQQXdeTS { top:126.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAHKHVmoOIuq1V5aPEKoHxlRKhegg2qS { top:131rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#SAHKHVmoOIuq1V5aPEKoHxlRKhegg2qS li:before{  }
 }@media only screen and (max-width: 763px) { #hTbnuOPA3QNT6zrt5spJt1tRCaTgL59T { top:144.9375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv { display:block; }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVmZgi0STM2X2JHrcUc3dZWcmp4XQb6c { width:47.75rem;height:4.0625rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWbmf8JTyOUvoUCz9bAE3GHIbg6CxU2y { top:27.8125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvVhT3bJWypU8O08uUvAUyPt7OWH6B4F { top:0.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThowTTGWuHSEOVgg0kJ1iJrt22v5nhL { top:34.75rem;left:0rem;width:22.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwiS9c6IELX2zUolqmdnUWZMWK3Zvg7g { top:52.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8A6LJQDozOftdNWB9o4LvJ6rF0wqtMG { top:37.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHCw4pMTe8lNniaDUlycWtTzQdloJhvr { top:34.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDzdAokezQhKlGQIMkKw2zSd2vDaZWJc { top:37.3125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg73grKivLKVbPzce25feAogCdSz4CnS { top:44.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ZVlNNlSNTpVaOeXVEraXaJOqfes5Bq { top:43.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhfQa5TDKdWS3ZMnA9Wixc0rVuShHWCT { top:47.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEmQufVGrAKkdTof55R4XXccKneiTClo { top:47.3125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvsHN4lJBaMLqHkkOI1gdW5l1RTsLuTq { top:59.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prrNTKmO4Am89mveoifSGC4vw2QMMm5v { top:59.875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOEqvLU3fTqIUrgR3kuHcyMBeMH5KfEr { top:53.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTUQ88soBgQCJEmuBzo84O8TOXmv1GU { top:56.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhCJOiK6MbznhNDyul5tais6TsBOZhVh { top:56.875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZJG3LupH43OIpCzWQNbhDXZqTiZzEyJ { top:66.125rem;left:0rem;width:47.75rem;height:16.625rem;font-size:1rem;display:block; }#bZJG3LupH43OIpCzWQNbhDXZqTiZzEyJ li:before{  }
 }@media only screen and (max-width: 763px) { #WT3dignCM5xHNzpRoeLEpLv4gdem77yp { top:83.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDK33Ofk0L828HPh63bFzeD4zyW9HTMk { top:84.0625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz6sT25ZSeJOpWFyRBvTx3K5s9DvqDBf { top:86.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G56dClwiyTbo6p2udZVOqmkb0BymOhOw { top:87.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFP7bkg4e27pwcGO9oVUTuzmgWUmbvfi { top:92.75rem;left:0rem;width:47.75rem;height:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBk14R391k35wA4iagO6yZqTmK138p79 { top:92.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2EuoZTEdsnTcOitDxtLVEkKlK22x4wI { top:109.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhxwdWzODO3kbs74mhuAXIrwyhxsSHbM { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE8G0gg0Zf79xqEunhbg9fcBWDhXkDrp { top:113.875rem;left:21.125rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atd9w3NTfTD5qqvmvrCnvDOynQUyeu2P { top:113.5rem;left:3.5308933258057rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5OLyRmT0u973Gf69JVgTsh8cr3slgsF { width:14.8125rem;height:1.1875rem;top:114.5625rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX1FuaKCD4INLwTCzPCGdEeuJyu3THNv { width:12.1875rem;height:1.1875rem;top:114.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyOT6wapkCQfPNQyh7mCRotUrN3rfUEy { top:8.6875rem;left:0rem;width:47.4375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0o1AnKXmHcyBgVrdk68lqzXm2Bf1eXF { top:119.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ { display:block; }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyswxcS8VKCgVckpJ67hbZA2Ceetg1xM { top:3.9375rem;left:0rem;width:23.5625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVx8PBXdDiwZgpbACCcnKfym4FCDcWbn { width:33.9375rem;height:4.0625rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgmALe1uHIxmSGcW4gkdyGSuJ31EBduu { top:10.9375rem;left:0rem;width:34.1875rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9BBfTTa8xGsZgbJdir9eTsVIm95gK8J { width:34rem;height:3.4375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTGPXRgmItrsHwVLg2Xi4M9vtVfkbZiN { display:block; }
 }@media only screen and (max-width: 763px) { #UDiTMnnDyCR047PoQSo8k1nVlqCicN6I { top:0.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN { display:block; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzqTVuZFx49bC2Tr3lhkTpvakMqwLQTB { width:47.75rem;height:3.625rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHq3wqIOiLkmW5uUyaFN0IOe3bgMREAg { width:21.875rem;height:0.0625rem;top:6.5625rem;left:12.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #AczeRG7JwDWwNCi0hbh39XgN3Vk2ie6T { width:16.25rem;height:1.5rem;top:0.4375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZck6hqGemxy4ORUBm9uybA6Fst2QQfF { display:block; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owUmsUab4PTrIxdvsc8bpx9H7HsM6peZ { width:18.9375rem;height:18.75rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdsXuri3WOVCi2eNWM54lKJOOmawQVoJ { width:16.875rem;height:2rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ddAAHtXKXwqLTTm34ZB5gvChnqpiDm { width:16.875rem;height:4.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUQSvm4i7l9z2xzF8TMIMbikq0HqdEn2 { width:18.9375rem;height:18.75rem;top:3.1875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKDAIibeW519rXotVs568ACHh7U8Kiq7 { width:16.875rem;height:4.5rem;top:15rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKm23EBRG77QPxHTBmUVw4RELQzux44x { width:16.875rem;height:2rem;top:12.5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEVwfMZSBF6qpHzJLHSPwTkSEK14TJ08 { width:18.9375rem;height:18.75rem;top:3.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyZCZmUJzroW9Z1p03CvR0LH9wMuM3A2 { width:16.875rem;height:4.5rem;top:15rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mww8VK3ad9HCWcxOT8gc55d43devn9Jm { width:16.875rem;height:2rem;top:12.5rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOaUM34FOdeT0I4Zq8LqZp9DtZBNW9Vy { top:7.8125rem;left:5.6875009536743rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Sw43iClt09zWFyNH1zeA0Zx95LByxs { top:7.8125rem;left:21.781250953674rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeOaD7aIppxGRuu0Bfivk6fCxI1URsLu { top:7.8125rem;left:37.656250953674rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx { display:block; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfB1uFRT0xhc2BoOELrhdtiHTSn900ai { width:47.75rem;height:0.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik2IFTJRTL7yZg0dggtAZcNJhqyehZLb { width:47.75rem;height:2.875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhVhI1WECimKbTCtxIdtldULAihfZ2Su { display:block; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf { width:29.25rem;height:19.1875rem;top:23.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMKeNkBCKMyqoBFbUJ4Xow9UtDMkGRAS { width:25.75rem;height:2.375rem;top:44.0625rem;left:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph { width:29.25rem;height:19.1875rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN { width:29.25rem;height:19.1875rem;top:2.75rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXtldLDHk4uX54CkCP0T6spq5zeVkHnG { width:25.75rem;height:2.375rem;top:44.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLtKGyffnZ6xvGmOG7fkcgTuTH4IuM1u { width:25.75rem;height:2.375rem;top:22.9375rem;left:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnXuE3ySFk6w08ghRRJ5KgrkmTCzZxwS { width:29.25rem;height:19.1875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSGaRoFn5c6LS06bwdIBFyPRVes68XNP { width:25.6875rem;height:2.375rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLrvZcRonZDRkqCXkal9GB7M3w5DFMUE { top:16rem;left:35.25rem;width:12.5rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9yK0M9MzFdHEA04G6rzBZ6GRXk61uhl { top:11.0625rem;left:35.25rem;width:12.5rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbP5DHTcCE7ec3sRex54PFCxzH5Mtrb3 { top:16rem;left:9.65625rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylHzXpXt0t3hVfRLLQKrH2p92aXulEWc { top:25rem;left:9.65625rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0CfQ8pQoztD2gbVbXgSwKBugzES5dI { top:25rem;left:35.25rem;width:12.5rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KghKk0dEAdFvf0VG6JKWmNJBgIuCg1u2 { display:block; }#KghKk0dEAdFvf0VG6JKWmNJBgIuCg1u2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlbSFcw6mLHJIeylofkK40MVbd9eQX3Z { width:16.875rem;height:7.5rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuD2CoSUClzITMlN7kvexZe1gy35zJqH { width:16.875rem;height:2rem;top:12.5rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdmlsEv9blcnRe9FmbJ40cyaBTPxPsTJ { top:0rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DleR4otl1SoUHoL4h7mAhc5AWR74cEJO { top:0rem;left:33.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcsH5rkSnhKOOInmB4ieBbe3x62HScAm { width:16.875rem;height:2rem;top:12.5rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8vSgbt97erW4WT5UE3zQi8lbiaWaPAg { width:47.75rem;height:3.625rem;top:1.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4MHzuUQS5AJm4f2uSDmpJkSBHkNl04T { width:20.625rem;height:0.0625rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VL8w8DvRWkz67gFVa6Wd6VsgVStLVAHn { width:18.375rem;height:3.375rem;top:6.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7y7oFue0uxBEmvGwnhCRoJ1RqZAofIg { display:block; }#H7y7oFue0uxBEmvGwnhCRoJ1RqZAofIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsuiS8AewvxoSfJzyb7qOLXvpxGxGTT7 { top:0rem;left:1.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uybM1L7f65RlONZLcr28CAlxA12WWSTN { width:16.875rem;height:2rem;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZHcoOZ2F5tTH0uZGyJ7P3NQ3gTPeHb { top:0rem;left:33.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Eqvb6KsSar0ZnBEfxRxNsVQAx4Ky0X { width:19.8125rem;height:2rem;top:12.5rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEylAtHywMLoJRwsavBITz9e4G8ozAtu { display:block; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlwuwGTLyx6mCupxIc1LPDI4sBGVvyg6 { width:47.75rem;height:3.625rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyTMQDX0d80Dqc1sBGnpywNsxlxhwsXD { width:47.75rem;height:1.4375rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veIBvoTMXP6VibG77T3uKRT8OndkWlFq { top:12.8125rem;left:22.312500953674rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsSkXp86iTQCcRciKnUxO384Rfq002bW { width:47.75rem;height:1.4375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1 { display:block; }#GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Wn7CBM1oZ0b5XUU2cmTFb7KwGNt9gr { top:1rem;left:22.75rem;width:25rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOw7cf1R3t2rQ19AM9IUyanZEsvGcpUl { top:0.8125rem;left:0rem;width:32.875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEVm3isWJCH8zhQKCkDEexQzA7TpJMVW { top:8rem;left:0rem;width:32.9375rem;height:19.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 { display:block; }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAU1E4iUVEheTwnNt2ZFBqiSBlOGH0zx { top:0.4375rem;left:0rem;width:21.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXsyIQiP8ehZsmXWIX1gpOXF9R6h7FTh { top:14.5625rem;left:1.5625rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKN9T7sRNzkLEvH1O3dw6yONOS0yalPv { width:12.1875rem;height:1.1875rem;top:15.625rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efuceXK5ZuUb7B8HrdD4TJMslbRrf7dF { top:18.125rem;left:2rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye7EeuWI3QFaf7WTohpNEe6VDbwpElMb { width:14.8125rem;height:1.1875rem;top:18.8125rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMlBaXHqF6bsdtPzzHJb9ozDUQVXH5KR { top:21.4375rem;left:2rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwK1dmXDTagdnve1zoX8t2xCMqxmVyRm { width:14.9375rem;height:2.4375rem;top:21.8125rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcB3zPyHKHBNONwow94QDyxxW5yVCLED { top:25.0625rem;left:1.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs75hR7NmCHIVdGT9J5tMOsD2WSeBHst { top:1rem;left:22.75rem;width:25rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBuXrTLx9Prx9dfpvGsBT5Ju6f4ItdZW { top:8rem;left:0rem;width:32.9375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHnHLn5nnVKKLmVVNbpyrmn4VxiT9r1B { top:25.625rem;left:5.4994220733642rem;width:16.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AII9rzEszPJsSRMBfxCTtOGz97s8T490 { top:1.125rem;left:20.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVHT8EXfbL5w7JRLbaloTm0EtTGfFdT { width:4.9375rem;height:8.125rem;top:0.125rem;left:23.875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTABarth55KJZ4rMuz8q8c72KOnafbtQ { width:20.5625rem;height:2.9375rem;top:2.75rem;left:26.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTFIE44FqAmfrf12xBwTt04O3zZd12w { top:8.4375rem;left:0rem;width:32.125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdcHDFtolxzuaE8XePK3Xb0L7zWLqVfH { width:17.5rem;height:2.5rem;top:28.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBURncmgoTnIbr1aeq6Vyf657elVAWW { display:block; }
 }@media only screen and (max-width: 763px) { #TEaDrIGfT06q07MLTt9AmLfMis4mrdy1 { width:14.9375rem;height:1.1875rem;top:29.5625rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPfg4MrhSx3uK6xsm3tZ1bU1xOwTQdqk { top:29rem;left:2.125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOzEaWLqG2EWTv3f7u66T8xmvSXzVdpu { display:block; }#bOzEaWLqG2EWTv3f7u66T8xmvSXzVdpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtzdLdl3nZ2t8Mxu1BF5TtVJs8rMNLg2 { top:0.8125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnsrLQBIlkrMLq91oV1JQNS1d6LM5wE6 { width:0.1875rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycWy2yTE6Znvf40LMHeDZnHhlVJWmbeS { top:0.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luqBcUlWIQSGKSNTgJ18A6nHGAsNQZSO { width:0.1875rem;height:6.25rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Es8OUexk4oO23LELDGh8RNQlBEFmt0 { top:0.8125rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP6CDCvBEgA6x0ppqHsThT5hS5198hoT { width:0.1875rem;height:6.25rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Vdgmrqf0bPIJKRX8evORii1a6MO1b0 { width:16.875rem;height:6rem;top:3.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puFBC2U1tm2axPVUbypoBgadrNuB3s5O { width:16.875rem;height:3rem;top:3.9375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNni2XPwauXDy1W2IgbpdQIXiGJwO1m8 { width:16.875rem;height:7.5rem;top:3.9375rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRZfiPORRCQIEStX05vE1kUecRbbOdBz { width:16.875rem;height:1.1875rem;top:9.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnHmS5ZTpdxqewNx99xI7xr0PJlesXET { width:16.875rem;height:1.1875rem;top:7.125rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrXB0p6PAusTEnI9cTJh9Jy3eQshMaGz { width:16.875rem;height:1.1875rem;top:12.0625rem;left:30.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ntMCsXK2XdHgZSFWsHTbHE86ExUuxCT2 { display:block; }#ntMCsXK2XdHgZSFWsHTbHE86ExUuxCT2 > .row .container { width:20rem;height:17.36001171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5idGa9dPBDSBUbh1vNTJQDsa7xTCwD3 { top:0.75rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15000;color:#12806b;display:block; }
 }@media only screen and (max-width: 763px) { #so1A6VBEBxIMTquPwHDHdc7ay6S3Ox4l { top:3.875rem;left:9.75rem;width:9.8125rem;height:13.4857rem;z-index:15024;font-family:raleway;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #swq175aToHICdmXB3uVEkPwT2ShRdhCJ { width:12.875rem;height:2.3125rem;top:1.15625rem;left:6.3125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ofdTliuvdSWEtIwrmw53AOoiSiWT37kU { display:block; }
 }@media only screen and (max-width: 763px) { #nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N { position:relative;z-index:auto;display:block; }#nDBiZ9Q6FCHXK5lhpgkfx5DrrWRsNg8N > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVhsvR0N8Slf3xmBH7cAUMKHpyCyvfz5 { width:20rem;height:0.0625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXEfGskzTAhZJUPw50xdtNFWJgdz1f1M { width:14.6230625rem;height:1.40625rem;top:8.375rem;left:5.3759765625rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9XntNLCA1Swm3wepWxgTUMO36C076WZ { width:1.875rem;height:1.875rem;top:8.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThhQ6ZlDIqE4eDonqUg4BVVBw7Sc3EIJ { width:1.6875rem;height:1.6875rem;top:4.25rem;left:18.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rgr4G0vdDkE5md5Wxl8ieeKMmE0qZTrQ { width:7.5rem;height:1.5rem;top:9.4986982345581rem;left:6.2500002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqqCLFhA2mcwbrwI6nHeVvT1knLGTQzi { display:block; }
 }@media only screen and (max-width: 763px) { #Ky2RGcmDSVgGEOdSsvAJOUH5UTPh6RFi { width:7.5rem;height:1.5rem;top:6.7486982345581rem;left:6.2500002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3HgtJB2m7upNEsla4T5SmZP0Omo0g1f { display:block; }
 }@media only screen and (max-width: 763px) { #KtCXceLFkSCmunRJhuFH4ehv6koI3uHP { width:3.9375rem;height:1.5rem;top:4.34375rem;left:8.0312502980231rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZHmsWlMV9Jf8Vkz8XvwV93TzPSoyon3s { display:block; }
 }@media only screen and (max-width: 763px) { #zJ3WIVrEGFqWreyWVvbDNeWdHoclsqBN { width:7.5rem;height:1.5rem;top:12.248698234558rem;left:6.2500002980231rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #r7zPkvdKWsKT4hZhyn1VLPbk2PIBDsyu { display:block; }
 }@media only screen and (max-width: 763px) { #v5Sicp21Pb5MT80R342cuiwD2ntsO9up { width:11.999rem;height:1.40625rem;top:10.46875rem;left:8.0009765625rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MskM2UWf7AshVdmGqpscKZEi0Zyvx5Wm { width:11.8125rem;height:8.25rem;top:0rem;left:4.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAUJgoFQX9VR2tNrWTonkIzt2A3GpW9D { width:6.5625rem;height:2.625rem;top:22.5625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2orXpnKTyp5PAlToKHyO0vbc272s0LD { display:block; }
 }@media only screen and (max-width: 763px) { #OMOqfziHyEBafr4TM2VKRPuBCUflg8Tq { width:7.5rem;height:1.5rem;top:20.3125rem;left:6.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VPw1w7JAl8IhRXNWyb2xs5uoROazMnxz { display:block; }
 }@media only screen and (max-width: 763px) { #nvwzCepKUVlERCghPf7kUUTyhkK0W0vm { width:7.5rem;height:1.5rem;top:14.6875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yB8WuLgW17Z6TXkB3xkVRTLKzFz8tGpV { display:block; }
 }@media only screen and (max-width: 763px) { #t9bZlUAtZTKLy6XuyuAQvlcvGILtwEGM { width:7.5rem;height:1.5rem;top:17.1875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5cCsXGg6CNpV9csXBr9FH8GZ5UFR23q { display:block; }
 }@media only screen and (max-width: 763px) { #n9hu9FO7aoUym7N4w8Su8eW3gqo0A2QL { width:3.9375rem;height:1.5rem;top:11.78125rem;left:8.03125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KJBzy6L7UgTTiWEN0u29C7mWQTmDavpo { display:block; }
 }@media only screen and (max-width: 763px) { #ENKTlBPazPkmtAQuW3DZC1od21il97bz { width:6.5625rem;height:2.625rem;top:25.375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #trRmyaE1HNZODrSrR16S9Wie2OQgFeDI { display:block; }
 }@media only screen and (max-width: 763px) { #AJhIarC5EHgdoXBzO3s8qmxMf1mAD6yc { width:10.4375rem;height:2.3125rem;top:0.0625rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mn5qETxg23UeTVP6XI738TfmM7AXxIa9 { display:block; }
 }@media only screen and (max-width: 763px) { #ARRVtVOmTiGdccd6DvazdgxUOX2qd7pV { display:none; }#ARRVtVOmTiGdccd6DvazdgxUOX2qd7pV > .row .container { width:20rem;height:20.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #or0VhKsmar7qIOb00PT3MNmT3IWBGdJ1 { top:0rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15000;color:#12806b;display:block; }
 }@media only screen and (max-width: 763px) { #lxHtuCRpwwbWBuu44Tp0VKgWM0NzuJFp { width:3.9375rem;height:1.5rem;top:4.0625rem;left:8.03125rem;text-align:center;text-align-last:center;z-index:15020;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #sCWXGCedo9PorO0uyDWTs1V4qfxIGXv7 { display:block; }
 }@media only screen and (max-width: 763px) { #gBwdvl6vzOo4sTW3zMLAZovhn7uZUId3 { width:7.5rem;height:1.5rem;top:7rem;left:6.25rem;z-index:15019;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #rZHGGCXIzQGU7vSgoTg4dfctDnkmhhNJ { display:block; }
 }@media only screen and (max-width: 763px) { #r2wJ1Z1hWxTFyewP8BH2aP7rP3p4gCd8 { width:7.5rem;height:1.5rem;top:10.09375rem;left:6.25rem;z-index:15018;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #ZqqyBy3xzLp3NW19sZ8DxIW7m3RzQGU3 { display:block; }
 }@media only screen and (max-width: 763px) { #V2ohKn7rxqwgTqOK2PFnBBs2h4UXJFsw { width:7.5rem;height:1.5rem;top:12.9375rem;left:6.25rem;text-align:center;text-align-last:center;z-index:15021;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #R0ZgyRELOWk77Hvul5ROioP0lEEWAAwH { display:block; }
 }@media only screen and (max-width: 763px) { #KTT5s2kwlygWsUghSBEdZZGeS94TyoBu { width:6.5625rem;height:2.625rem;top:15.4375rem;left:6.71875rem;z-index:15023;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #Gvf432l0NrWzSFaqb3fAw0PEZs1uJ75D { display:block; }
 }@media only screen and (max-width: 763px) { #nstVtbyZOwwgT372SnnvhladaZgE7ah7 { width:6.5625rem;height:2.625rem;top:18.0625rem;left:6.71875rem;z-index:15023;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #c6o113yqzK9BOT39Cf1a1bDIXHo0S0Dd { display:block; }
 }@media only screen and (max-width: 763px) { #FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed791a17-d1a8-4318-a7e8-9a3ddca76c8c/1200x500.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX.adaptive-delivery-prevent-bg, #FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX.lazyload, #FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX.lazyloading { background-image: none; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row .container { background-color: transparent; background-image: none; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,128,107,0.5); }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row .container > .video-iframe-container { display: none; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,128,107,0.5); }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row > .video-iframe-container { display: none; }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .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); }#FUUSsly3CnJ0exDlmHLM1fgEapAfcUrX > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSqnQuqwS7a4U9NEedNCIvxolMfRJpVo { width:20rem;height:4.875rem;top:3.1250305175781rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A17UxsT3eVC6i9lqhA3g44iQovJgJUCd { width:13.3125rem;height:13.3125rem;top:9.9375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnoyed97i1BCSxKaFaz8x5l3T1OQ0uKe { width:16.375rem;height:1.21875rem;top:12.625rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rcso2bfFFdPAxlhnkZdqMl47MRH3Rtde { width:16.061625rem;height:1.3997375rem;top:24.246531486511rem;left:1.9670138955116rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BB6TMG5VuGTXm48TT4v3uyATiOHaRWdi { display:flex;width:2.5625rem;height:2.5625rem;top:23.664929866791rem;left:0.83680552244188rem; }
 }@media only screen and (max-width: 763px) { #wCMDWtsqcn5swwep4QUD44CH2xhisFWL { width:15.125rem;height:2.3125rem;top:27.834201335907rem;left:3.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrlTupDqrHI0cI2bEfV1ra1E27gxsJO7 { display:block; }
 }@media only screen and (max-width: 763px) { #Qcf4sdFCgBhneGBN0vNP52np8ggUVST4 { width:14.9375rem;height:1.3125rem;top:28.334201335907rem;left:3.3437500596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx9uJ8uuLFaVVmcLmWaScs8nerkxT34t { display:flex;width:2.25rem;height:2.25rem;top:27.865451335907rem;left:1.1493055224419rem; }
 }@media only screen and (max-width: 763px) { #v1xHqLqFraDx76di6CXzINzzlrX3tV8q { display:none; }#v1xHqLqFraDx76di6CXzINzzlrX3tV8q > .row .container { width:20rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KLv9gEcDBM2lcc2BsAIRXpzMlELD6y0E { width:19.9985625rem;height:15.6235625rem;top:11.25rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #VAGsdxycPDU0P1t2LirWe5OFp38Nti5e { width:20rem;height:19.625rem;top:53.1875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Mh45ghI1NynSXcwUICn9lc0and1XDcaJ { width:19.99925rem;height:15.8745625rem;top:11.125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #kViU7wyxmJ8W4QbHi2auP4sQz2hh2WeH { width:20rem;height:18.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 { display:block; }#t1qnsuHZTApiJy9IpgZLXzCy2tbBIwa8 > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mil979lEsSfTcwikweUXMiEXbgDyGRLl { width:2.687175rem;height:2.687175rem;top:0.53548049926758rem;left:15.988768935204rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InofQHCpRFQVuDlpeFEug4t2hKeFtfsR { width:15.3125rem;height:6.4981875rem;top:4.3125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyiBRaRcG3cUzCrFN70CP2FRHeyRk1T6 { display:flex;width:2.68685rem;height:2.68685rem;top:12rem;left:0rem; }
#fyiBRaRcG3cUzCrFN70CP2FRHeyRk1T6 > img { max-width: 100%;max-height:100%; width:2.68685rem; height:2.68685rem; } }@media only screen and (max-width: 763px) { #QVGrkd9gSrqTbu1DGfETEaVoV051Byb3 { width:16.5rem;height:1.29964375rem;top:12.75rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOqMBtG8CoZFnwvEakbJPMEhH7dbDhg7 { display:flex;width:2.5625rem;height:2.5625rem;top:4.3125rem;left:0rem; }
#fOqMBtG8CoZFnwvEakbJPMEhH7dbDhg7 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #iIcV0NpSKnW7KJwXdUiGTfGTbP4Fwgtu { width:20rem;height:0.0618489375rem;top:15.926105499267rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VJeIGUnS2CmmlAqxgaf8UK3qL2WH9dT7 { width:20rem;height:0;top:17.238605976105rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5kborBcEgA80HaN7B3FTWx4xaIAPffQ { display:block; }#V5kborBcEgA80HaN7B3FTWx4xaIAPffQ > .row .container { width:20rem;height:114.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtvNiStsdg1i95F7FLz2bwZSEb5tx1Np { width:19.375rem;height:19.375rem;top:3.311354637146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNtKOxovATQN8syJAtw6GUfcNkK1TM1t { width:20rem;height:3.41064375rem;top:95.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUD5fM990yC9Fw6I0c2UxxOSNuatW94N { width:3.5rem;height:3.5rem;top:99.75rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8xVTnxerihXsopBtUumyRlN5ocW5QT { width:2.6875rem;height:2.6875rem;top:105.75rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzFzkvm7yQJJ9S56EuEyIdF8rLadrg0q { width:14.749375rem;height:1.31185rem;top:108.9375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5XewiMpwmc9AvvC8EGlNzun8KEdu7yf { width:12.1875rem;height:1.31185rem;top:103.25rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJdAM8OaHlQlFkfmQAiHeD8B5pyTQEW5 { width:20rem;height:0;top:111.99948596954rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbT0GiwCaGJhNb6TTzzDaxCfp43EwWne { width:20rem;height:1.29964375rem;top:1.2500033378601rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnQAR4KNXPPRt2p2wMmJooLB6EQm27a4 { width:2.5rem;height:2.5rem;top:24.186197280884rem;left:8.4374994039537rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qToMR0ffPMD0Vw5ivPtvpnan57D3KLtg { width:20rem;height:17.05321875rem;top:27.49919128418rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFpeMrhCGqhLZaTykXoxQzrboXXcroGU { width:2.5rem;height:2.5rem;top:45.061847686767rem;left:8.7499994039537rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws5K3sirK9PQBn0WPBTDZXmZ15QanvKH { width:2.5rem;height:2.5rem;top:72.3125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXOmOZvlRR4nxT4G3IPEDeiypuWlEdSL { width:20rem;height:2.2737625rem;top:76.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxm4XWRSZqihPisHtQNlOXyztC3TxKC { width:2.5rem;height:2.5rem;top:79.5625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #conb1XD9wbg7goSetHkKDimyTinMzpng { width:20rem;height:2.2737625rem;top:83rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJe2kwIlICti3RiSHTb6nzTiTru0gOe6 { width:2.5rem;height:2.5rem;top:86.8125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzEbfdz7oTg7i3dT1kMPZyGWsvwAkQ0 { width:20rem;height:3.41064375rem;top:90.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0SAttGwtsmgfRQsrkH0GQHQAzCB6usy { width:2.5rem;height:2.5rem;top:65.1875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTEoWgqrSVwX12QtDkOrzn7u4Us27u7 { width:20rem;height:1.13688125rem;top:68.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa0VvtSwT2ydANZOF1UcLOWHI6aNsOLx { width:20rem;height:13.642575rem;top:49.061679840088rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsBx1kkexLqaTfPUJqSzNivIilQfZREF { display:block; }#fsBx1kkexLqaTfPUJqSzNivIilQfZREF > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPR8pJoRQrZu5MTzz4RVE0mOUsAgV27w { width:20rem;height:13.642575rem;top:23.874516487122rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGmy7G2nfoopac39S7nK9UQRVkeRADTe { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQV1Ilu9re0WTcst8NdawyWz4sJGissI { display:block; }#VQV1Ilu9re0WTcst8NdawyWz4sJGissI > .row .container { width:20rem;height:186.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOakx6on7fUpPkMxQ5HqVEpFxUZ3E7Mc { width:20rem;height:9.3125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlOuhWzwyxyhJAGtFgEikfO1Z1hzATb9 { width:20rem;height:3.41145625rem;top:169.24999237061rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W20LB31u9b9TFa99lKAmqQfymp8t6dkk { width:3.5rem;height:3.5rem;top:173.8125rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKRLX1cTKTysNEo5O2AhTKTWOgxtCaQp { width:2.6875rem;height:2.6875rem;top:179.81251144409rem;left:8.6562502980231rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ2p7zxpJRPrreXTb1orcPdSAl7NM3DP { width:14.749375rem;height:1.3125rem;top:183rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z56Hvk4DKa0b2Vr5a0wR2QhyJOeTSAzx { width:12.1875rem;height:1.3125rem;top:177.3125rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqLJ1t0JkpJoIHT285zo1R3PrpT0NGca { width:20rem;height:0;top:186.81251144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZJ8q8hDUw5mPgIXxu3bvD6RbpZPr0RC { width:20rem;height:2.59928125rem;top:1.2500033378601rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XduvlrXCsVVqhaPCgcN8Gy2mzwkzp0um { width:20rem;height:2.27430625rem;top:15.562498092651rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmDTlqDMSCz6nrtD0oTMwg2AoqEETZ1P { width:2.5rem;height:2.5rem;top:18.8125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohRIdwEM0aFnZJd5u3gp0FwC5N8umTT { width:20rem;height:13.64259375rem;top:22.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btihotOU5mkbrRneMeRuDCdmalOEagGO { width:20rem;height:1.13715rem;top:37.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C70y6mZc68cahfXAzEl4PhBTNokef4dZ { width:2.5rem;height:2.5rem;top:39.875005722046rem;left:8.7500005364419rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU2DHNue2VqrJ7eyCTIw2m3oWo83XX8r { width:20rem;height:7.9581875rem;top:43.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQpWQI0eyIITXETFLWeqhGcUdRi9GXay { width:2.5rem;height:2.5rem;top:52.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1qCaKQ3STfsOD33wFbwUkTEs1PkCbd8 { width:20rem;height:2.27430625rem;top:56.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDCcTdQXh7cCKATx1LgFcTSAuWg0f6T1 { width:2.5rem;height:2.5rem;top:60.0625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn13PXNUSXrfGlVvOq9G5U9VnO9EtNh0 { width:20rem;height:6.8212875rem;top:63.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL3S5deRExHQt6oBZxkQqJk0THxI3oer { width:2.5rem;height:2.5rem;top:71.875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hdBeaNTLcpD7ccVsoGa6tx9sdrgBk9 { width:20rem;height:9.0950625rem;top:75.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLfwFbIrzSAXum1Kq5f42gtE6Wc32eep { width:2.5rem;height:2.5rem;top:115.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #edRoIc45CofJS2zyFOq4EdHFTxqXPG6H { width:20rem;height:2.27430625rem;top:119.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9IzpEzd7KD7hIL3rvwcHRbSHmepRnvu { width:20rem;height:29.6720625rem;top:85.9375rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }#Q9IzpEzd7KD7hIL3rvwcHRbSHmepRnvu li:before{  }
 }@media only screen and (max-width: 763px) { #Arn5u2az76EmPLPm0nxGt12TNm4dpEeR { width:2.5rem;height:2.5rem;top:122.875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtptHcdVFbPUTT6uXRWRrRclg2suGcXF { width:20rem;height:2.27430625rem;top:126.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCsp3nb6FdduBJppDtLmzlS19C1r8Wqx { width:2.5rem;height:2.5rem;top:130.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUTw6sLBm3nQy3wB272CK1F9AqBuUpbf { width:20rem;height:9.09505rem;top:133.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZwwND3UP5BNFZTRiIdo7BFgLTHZX699 { width:20rem;height:19.32703125rem;top:148rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPDT9ISAf2fPD9nZA61POAhTaehAHpp8 { width:2.5rem;height:2.5rem;top:144.25rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA { display:block; }#HnQBTE9piWv11Sw7C0QSnn5pQzXcQhfA > .row .container { width:20rem;height:273.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8COTdfd8TOVqE4ssTTbSWn8ffsz7wwU { width:20rem;height:8.6875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSPRqT6XAXNRGKJq6X2TsIlP3obCgmK1 { width:20rem;height:3.41145625rem;top:258.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jul3tHTeLXNl2Zql8qbZeVMHP51velb2 { width:3.5rem;height:3.5rem;top:262.45833969116rem;left:8.2500002980231rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr1fhopwPhXto6GvXzyakt4iRrPP2weL { width:2.6875rem;height:2.6875rem;top:267.6875rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qktpiFhABB5JbLnF7cVZbgltklCfz9h4 { width:14.749375rem;height:1.3125rem;top:270.375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUmzXvMN61n6ImqCFkoTm6ALsU7SqXGo { width:12.1875rem;height:1.3125rem;top:265.875rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0MkT0d66X37sKZvenpvW3KAq6oU7Qp { width:20rem;height:0;top:273.68750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmQcQBHAEDRddEURhIlB99f8QhUNtoa { width:20rem;height:3.898925rem;top:1.2499890327454rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io0JW8ustZg4vmlkaOycZ3Sob1ftqLrK { width:20rem;height:14.7794375rem;top:19.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru17BxTVFDeQUrvXfbl3GLepg9SsGQ43 { width:2.5rem;height:2.5rem;top:35.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7KnQs4OQT8GGOEutNQ1qJqPeI4pUe0Z { width:2.5rem;height:2.5rem;top:43.0625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCycLxVeVTHaqsnOauRXluZBodyTMGRX { width:20rem;height:2.27430625rem;top:39.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHetTNebbT3EOcbIL6H9DlsPvTk7PR2l { width:20rem;height:3.41145625rem;top:46.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH2V9xOXuPPeIrxcX5G95VmiD36JfDTS { width:2.5rem;height:2.5rem;top:51.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBVHpucIHCkmauvn4QddXTV2BcEqLRVA { width:20rem;height:2.27430625rem;top:55.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw9M3I0NRSRQpuBn8BL2d17twkpOZLUJ { width:2.5rem;height:2.5rem;top:58.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkkNTDWNUso9o61d2axAr7dzsooICcvA { width:20rem;height:5.68440625rem;top:62.5rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KyegGE2av9bCJlIlNZq2rVbmdTpXHE7H { width:2.5rem;height:2.5rem;top:69.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUGPy5sxXAfxMnxNigSg7LbHQMcpFzq { width:20rem;height:2.27430625rem;top:73.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uggAfaTOS1pmZoliOg3E7iXJlVo31yZa { width:2.5rem;height:2.5rem;top:76.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJSR26yozgmKvC1DnprWMpiGI2aOBtWt { width:20rem;height:5.68440625rem;top:80.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z65nBvXiBSVFg1hhll16VwJQSNPBqmGk { width:20rem;height:17.05325rem;top:87.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnsXqi3QpGTt3quae6ofLilX2KizLd2h { width:20rem;height:12.5056875rem;top:105.6875rem;left:0rem;font-size:0.8125rem;display:block; }#EnsXqi3QpGTt3quae6ofLilX2KizLd2h li:before{  }
 }@media only screen and (max-width: 763px) { #aniUQfiyb9F5aIravwsJmvzWvGRCzOA3 { width:20rem;height:9.44825rem;top:119.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLxG6zWrAUXuIKyu8SAk34bTiVEcQVK2 { width:20rem;height:7.348625rem;top:147.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBaJNIlhMUTRwTHZwSOdZC4nN2RWRTwO { width:20rem;height:15.9163125rem;top:130.125rem;left:0rem;font-size:0.8125rem;display:block; }#zBaJNIlhMUTRwTHZwSOdZC4nN2RWRTwO li:before{  }
 }@media only screen and (max-width: 763px) { #o6lxT624NTvSScAeC20UK07LG0zzfT0K { width:20rem;height:19.327rem;top:155.875rem;left:0rem;font-size:0.8125rem;display:block; }#o6lxT624NTvSScAeC20UK07LG0zzfT0K li:before{  }
 }@media only screen and (max-width: 763px) { #ydLorqcbFfN6IhpTT5zJWT6FPlmae5rM { width:20rem;height:5.249025rem;top:176.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoRI1zbFVpL7nSDiaUpJ492xnv477qM8 { width:20rem;height:21.60075rem;top:182.9375rem;left:0rem;font-size:0.8125rem;display:block; }#CoRI1zbFVpL7nSDiaUpJ492xnv477qM8 li:before{  }
 }@media only screen and (max-width: 763px) { #gwDRu7w81QVJ8rVMtS0oUi8LnVzT75gN { width:2.5rem;height:2.5rem;top:218.5625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPr6ZihBJkyFyTBOEI5GZrpVnuehDbE { width:20rem;height:2.27430625rem;top:222.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvCVDI1CaAaZ09wAzdGc5E6ysl6Bdyg { width:2.5rem;height:2.5rem;top:225.875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uadG8sgPSlZuUPvyAyVWfUOx464DNFb3 { width:20rem;height:7.95816875rem;top:229.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V58S8QGTQd9ZoeDqeDoOUynKiVVA4etl { width:20rem;height:10.23195rem;top:243.12761688232rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHeyNV9oN42hBr99ks2fZ2Ug8A5pgSiI { width:2.5rem;height:2.5rem;top:239.56512451172rem;left:8.7500002980231rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcm3Vx3TJDwcaZMX5X1anZpt9oKKTrBS { width:20rem;height:11.547875rem;top:205.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ritKWSTgb6TiQT1RgmsErlVJ2N23pfId { width:20rem;height:2.27430625rem;top:16.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX { display:block; }#cID0Alhdl8ZVWrCBZA9EKP9sscsC2HTX > .row .container { width:20rem;height:216.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHA8tyZhDLm2xIdxKFoOkFnJ3fJrMCxp { width:2.5rem;height:2.5rem;top:110.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDUD3wV4TPJN5GiNm1tcgynTFEAlyZsN { width:2.5rem;height:2.5rem;top:26.300455570221rem;left:8.7499997019769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtFR1c52ff3BgVWDMix720sFGVB4v4t { width:2.5rem;height:2.5rem;top:37.25rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBAy1oTOQ036V3Wb4kZhhWN8Mkod0R62 { width:20rem;height:6.8213125rem;top:28.749180316925rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy3aTI1V5IZAxrUHyMpcE4HazBHJ1FhE { width:20rem;height:3.41145625rem;top:81.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJW4xBeJt8G26ehuxlNMOqT0DZDUL4bh { width:2.5rem;height:2.5rem;top:78.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUoslRZyZodNzkWgUKzTOlegb56Th5g4 { width:2.5rem;height:2.5rem;top:85.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXIReuQcbIElKzlcwnimpocUVt5D8yuG { width:20rem;height:21.60074375rem;top:87.9375rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #kANPbqE425Ox22NTTeD6DO0Bi3uKnTkv { width:2.5rem;height:2.5rem;top:116.875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn4Mz79kQyWSBcgTsEXymlO7cuBlW7eR { width:20rem;height:15.9163375rem;top:120.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1kpFrh15TeV7NdG6DAQl8aTWWtLdzEi { width:2.5rem;height:2.5rem;top:67.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xzg9A8TOATn8nWqCaSeDPgsdNOctnViA { width:20rem;height:3.41145625rem;top:70.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qm1aiTLppcyFfDsItGl9bFnnHoI19ydu { width:2.5rem;height:2.5rem;top:148.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZPdGXc80wWfrcttX30GRmKirF4D3qc8 { width:20rem;height:26.14826875rem;top:151.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf5ohnfcD3zmfFSwFqVOiT5b2woWG7TO { width:2.5rem;height:2.5rem;top:178.8125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BouD4oWZUX7Qx26bRPlteFuJGCrPWv3d { width:20rem;height:5.68440625rem;top:181.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDomxTgPHTayVeKybuVgaAEHATQbTui0 { width:20rem;height:5.68440625rem;top:190.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9tcd3qJ6etSIiKRXA57sutGuq3Hacqs { width:2.5rem;height:2.5rem;top:187.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwO1hLA0tfVKUax5EcyDFHcJCqqqUSKN { width:20rem;height:4.547525rem;top:196.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddOC1Tfg6fQD1oCV4poU9FfOPFThGKxc { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrhPey6CIEXssnVQF5tL4NpVHOQ75cu0 { width:2.75rem;height:2.75rem;top:208.6875rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdkDOFSwa02e5892NZwgM5G486vu0mIT { width:3.5625rem;height:3.5625rem;top:201.3125rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdmQsuQNOseRo2e7WAK0T7b35vZs896u { width:14.8125rem;height:1.3125rem;top:212.6875rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqluiTQVDwTd1Qmu21iycrTPKs6RKZKF { width:12.1875rem;height:1.3125rem;top:206.125rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsRXlpdt8O3NwCucxsPzQuQJhpdzpbP4 { width:19.125rem;height:7.125rem;top:10.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9yaZsTXh5q0Tiq9VeisgdX2pudcZ3nf { width:20rem;height:0.0625rem;top:215.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTP75odVn02wa2Tl9BAJTK250beTzBKC { width:20rem;height:3.41145625rem;top:112.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbKa59fGIy3KhWUbfggNh4TQQhlbRTNC { width:20rem;height:5.19856875rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQuiNgxsmpdqCEtcJleJ6LrU4EOa1GQn { width:20rem;height:6.8213125rem;top:18.685546875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ytyOmb7hxLwH4VJk0SHRSwKfcfeTtr { width:20rem;height:37.51710625rem;top:39.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVk1VUNkXmqy0Jrfll9wTwO59sbXqOxX { width:20rem;height:10.23193125rem;top:138.4375rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hSgHGzfrlB8poGykzlo6Oteais5yOWrx { width:12.5rem;height:1.29980625rem;top:0.912109375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ThlC0GOHrmtrU7xesB7r693cRiz3XT { display:block; }#s6ThlC0GOHrmtrU7xesB7r693cRiz3XT > .row .container { width:20rem;height:176.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFe0w3ISIg5VMB6DbioxKxDtKDg06ifW { width:2.5rem;height:2.5rem;top:97.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhrDWiBvBOkWyPcneiTQ1Thd1B95KQNm { width:2.5rem;height:2.5rem;top:76.812330722806rem;left:8.7499997019769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp3TvdKwliJPn3beNcnzXiicVydzXir7 { width:2.5rem;height:2.5rem;top:70.677093505863rem;left:8.7499997019769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mhFpQdVA88qLztiQMgnhrEapT01oG7 { width:20rem;height:10.2319375rem;top:80.124508857725rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZZPwm8ayUQbEzFtkvuhIXsuUoTODNm { width:20rem;height:2.27430625rem;top:94rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOkUGaxA4GCbOAQCuulm7guKhKT6OZ21 { width:2.5rem;height:2.5rem;top:91.5rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUIt1OB4fT1CnMTS6E1eDcWha4NbO3Cn { width:2.5rem;height:2.5rem;top:56.913248062134rem;left:8.7499997019769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFKgseah3gTN3oMl9MaWxsbsLmyNX867 { width:20rem;height:9.09505rem;top:60.45654296875rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RyrNAEp5ouFa64miVSQtDQkIQxsKPe7a { width:2.5rem;height:2.5rem;top:103.5rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4aINJHwA6A5ntncVntlsv5BSKAw9Vcc { width:20rem;height:9.09506875rem;top:106rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av0OPRb1p6FC5DO5xRqD3Hk7MVsEx5yn { width:2.5rem;height:2.5rem;top:67.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctpJz9JoGLQFrTyZXl9VNv13eiP3ozno { width:20rem;height:3.41145625rem;top:70.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgLw952BdALdQ18UA7KKSLdE6TcNEnhC { width:2.5rem;height:2.5rem;top:146.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wzfTUQKVBNLiwfncKVdpXg4Err2RrK { width:20rem;height:2.27430625rem;top:148.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TP96WQIUdFvFzIUJraN0rG7QwltBfw { width:2.5rem;height:2.5rem;top:160.125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9TvkSELZdF0ugAmWLRnidZowuFTitUR { width:20rem;height:2.27430625rem;top:162.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNvSzNLGlaPa9JenzQHWPczA8xk6ODs0 { width:20rem;height:17.0532rem;top:169.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWUKmkkylpGzn2cyRk1FtE1ChzFc6Nwv { width:2.5rem;height:2.5rem;top:152.37466430664rem;left:8.7499997019769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqwKXGX3crHVEuB4HNP9A7fGD6Rv98VP { width:20rem;height:3.41145625rem;top:155.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwNazrygvc3uptpN4enmN7n8rg1HEO1E { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFdChOGCbOGpw90pm0MV8SOgxvBT6leS { width:2.75rem;height:2.75rem;top:167.5rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTQ448fkxo4dK374qQDmwluGFp0dM0tR { width:3.5625rem;height:3.5625rem;top:160.125rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GubXF3lKwqNwVS9HiPBle6ayliUoWsM4 { width:14.8125rem;height:1.3125rem;top:171.5rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDLtOQgzCn5NQyCxHk8DdKCe5DMVuW8o { width:12.1875rem;height:1.3125rem;top:164.9375rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEc1DKdsP9M8VJaN5cRgsI4ngryIt7sg { width:19.124375rem;height:7.1248125rem;top:9.1235380172731rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfRrfyAAQOZ659F0k5oQQUtJ7ThkucaT { width:20rem;height:0.0618489375rem;top:175.56231117249rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naULUDCbrPZbTWshn30Q16oNQMKRkJhe { width:20rem;height:2.27430625rem;top:99.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVS14JThD35yNh5QseZ7G6x8mkfzBC2u { width:20rem;height:5.19856875rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTPtX4fodlV7OZqidGanpVh9y3a5sL8 { width:20rem;height:39.79088125rem;top:17.122395515442rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4rOH9ORN3X9RvSO7dPwHtUAcygqlpf0 { width:20rem;height:1.13715rem;top:73.177082061769rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZupV009RMVWgVzBqeZhov6m6eRTBh8g { width:20rem;height:29.6720625rem;top:116.1875rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }#yZupV009RMVWgVzBqeZhov6m6eRTBh8g li:before{  }
 }@media only screen and (max-width: 763px) { #ep32Tv00vKCBuTgyAeML435FATJV6VRo { width:20rem;height:13.6426rem;top:187.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5sL9E6GxFlSNhP7y2rVkrxA5nHGTxok { width:12.5rem;height:1.29980625rem;top:0.912109375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd136G1tgqszexxKqbdwFN8WMV5TqiD7 { display:block; }#xd136G1tgqszexxKqbdwFN8WMV5TqiD7 > .row .container { width:20rem;height:126.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZosVw1PbUUsXNTR61sndiIt3DCyJVl61 { width:2.5rem;height:2.5rem;top:81.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCyPXAgQsry2pdhgqVp6eW0aczSLxfSy { width:2.5rem;height:2.5rem;top:36.040844917297rem;left:8.7499997019769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zePZ9z6rVE78Xf0C8rZI7S1AF9cr3MNv { width:2.5rem;height:2.5rem;top:17.177952289581rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcc3ZKLQo5LzorTWzfsqzuMgzSdZe3z7 { width:20rem;height:25.1245rem;top:39.051106452942rem;left:0rem;font-size:0.8125rem;z-index:14999;display:block; }#zcc3ZKLQo5LzorTWzfsqzuMgzSdZe3z7 li:before{  }
 }@media only screen and (max-width: 763px) { #IwJsywO053z7wQkzugiyfgVCoTPQaMz1 { width:20rem;height:2.27430625rem;top:68.87450790405rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEp4Zpsu0f8rR9DeLoOh266vVS8abp7d { width:2.5rem;height:2.5rem;top:66.426599502562rem;left:8.7499997019769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyZh7qfTuKXUii1CKh0IJnfq78HLrlpb { width:2.5rem;height:2.5rem;top:72.249347686769rem;left:8.9892575144769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E93fZwwefaetm3hIC5I7oAat0R78TQ6T { width:20rem;height:4.547525rem;top:75.499668121338rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #iGKFwHmaPpiJxUJSUD6lp3Kg69PAFVvb { width:2.5rem;height:2.5rem;top:67.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAsx8DyxUWxiqCWRv4UTLwM4SzccCXtc { width:20rem;height:3.41145625rem;top:70.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoBFaUpeW47hZDaa9Q1OgbWBJfbDiX2n { width:2.5rem;height:2.5rem;top:88.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA8dEF8TgfdAAhZRkvWnaxkLvmilR5PS { width:20rem;height:2.27430625rem;top:91.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgSTZqQJNqTLdaX1oJd73Vq9ZMzPygnU { width:2.5rem;height:2.5rem;top:95.5rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkUMfZF7VkfaAsN7atp9FBMnQ6EXXXIi { width:20rem;height:2.2743rem;top:97.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO7OsHwfH2I1TCTDH6i4sluxiwVXnBwA { width:2.5rem;height:2.5rem;top:101.68700790405rem;left:8.7499997019769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob7Lv43s8wUykbW5NZ03XlgwU6p95ivu { width:20rem;height:3.41145625rem;top:105.06185340881rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTT9xkcimJUQhXFHNzW8N5GsVlXZwAhb { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTFaNbVpe9ZxKGPxsiFx2gRpieJAyke { width:2.75rem;height:2.75rem;top:117.375rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ongk118tVtLTf6FITQlgJ4h6uuFqx8p3 { width:3.5625rem;height:3.5625rem;top:110rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4z9rcv5dO4vodNRRbv0xrvHJyfNbV7m { width:14.8125rem;height:1.3125rem;top:121.375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlbxA6osRSiOTAobRFKG7udozHWntPEl { width:12.1875rem;height:1.3125rem;top:114.8125rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUTF1vOvhedy3dKNBaoeOaPHvzcyaWyw { width:19.1875rem;height:7.1875rem;top:8.9357638359069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm95e6h6WDsQTmAkabTPgQETXgFUGwqM { width:20rem;height:0.0625rem;top:123.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpA7rTxOEFr3N73TtMVXC1PAwtklf6XT { width:20rem;height:2.27430625rem;top:85rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5qMsGMZ1lxwdMpP69JaTTf0INqiqeHx { width:20rem;height:2.59928125rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMrw4bgHeOREew9LwbG85xfvBV2eQ7Af { width:20rem;height:14.77950625rem;top:20.497395038605rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2aeQKRFWqaMnQ9Dv6NWSBoiw4ifpssS { width:12.5rem;height:1.29980625rem;top:0.912109375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn { display:block; }#yfKqSW11pJhmuRJnvO4pqT00G9AdF7Nn > .row .container { width:20rem;height:105.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lr6rshQCPi1ONFl5x0D1k5ABTUB98uOa { width:2.5rem;height:2.5rem;top:61.625001907349rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hux8PwmzmT2PWcCADxqTwkZ1sVMJTKQ0 { width:2.5rem;height:2.5rem;top:39.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbNtxLskLhkS1iyGwcv2f4EBaKhUoWit { width:2.5rem;height:2.5rem;top:17.177952289581rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpc18KbcDUIuWIb4s9hiFbNxvGAUhGy7 { width:20rem;height:2.27430625rem;top:42.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwbSRHb0lJBxVuKBp5LhVBTdF3iNh8g5 { width:20rem;height:2.27430625rem;top:48.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqiRC6dMZPvDSyr1M8XXNSPTDz9J2Bnk { width:2.5rem;height:2.5rem;top:45.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6UKuOOlJB9mkqmSD84VS4gKUl9UO7v { width:2.5rem;height:2.5rem;top:52.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd1lMmdkHVGXd3GUWD38CnVrgLPp0FaX { width:20rem;height:5.68440625rem;top:54.9375rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HD52ZH1g09RCEdy3DGzTNLtE56OV2W96 { width:2.5rem;height:2.5rem;top:67.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDyaqSD33QpT51w8CJtElCvoAbRJsmf9 { width:20rem;height:3.41145625rem;top:70.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #haho3lRx18mm2tvrQUzCTl4hGlLbUNzQ { width:2.5rem;height:2.5rem;top:67.31250190735rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSLAKiE5ipwckJ0u2gT6CDrJyCvM4CXQ { width:20rem;height:4.547525rem;top:69.75000190735rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u310HwZMJnQSIyIgz5knTwx6rCZJruIQ { width:2.5rem;height:2.5rem;top:74.06250190735rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rblAU3NblFHw0PxcayBxSoQKgHh8NaR4 { width:20rem;height:5.68440625rem;top:76.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmDvi2TIRy4b5hvXCGxDaGUDGKaK2SLH { width:2.5rem;height:2.5rem;top:82.8125rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni1EuvheevhP4QidxgkIUAI7UAtl2Ku6 { width:20rem;height:3.41145625rem;top:85.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs2R9iFqEKPQeG1k142ewlHKNhbHkWH8 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAcfPm3VqAL9v8IGrm2Sx3DzvGTUCRoW { width:2.75rem;height:2.75rem;top:97.25rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBeDtTIbWzu8JmGyOEJu43NwHgUobg1q { width:3.5625rem;height:3.5625rem;top:89.875rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2iQoAhlIrb9vWbQ2MbSS4E2EmKd8Odq { width:14.8125rem;height:1.3125rem;top:101.25rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ile7hKd9D0SOasVEH9PyxCiavNUBIxBK { width:12.1875rem;height:1.3125rem;top:94.6875rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFPchEWVh544JJIhb4WmrX1T3PSBcmL1 { width:19.1875rem;height:7.1875rem;top:8.9357638359069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRf379KCDufCcPkt5HvG9wCJ3JSH77Qd { width:20rem;height:0.0625rem;top:103.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXwTnyaE7Nm4vRy83tEPizwN8ggkqTvP { width:20rem;height:2.27430625rem;top:64.06250190735rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArlS6fLwAmDvTQBg1T31rWxsRDsglNQk { width:20rem;height:3.898925rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aadVlbgGxDisRiocRvZrbQhJi6npBFzq { width:20rem;height:20.4638625rem;top:20.497395038605rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwmTTuulTkpNUtd3XOwRK7uIgKNUTgT9 { width:12.5rem;height:1.29980625rem;top:0.912109375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV { display:block; }#c2EeLf1eaVTDyVtB5gOtc46bT8fDEEFV > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4coQnWx9eScmqcNgtZFvRXQ2kwJweP5 { width:2.5rem;height:2.5rem;top:49.812498807907rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBbXkpn3Mn2LhmymDprVvKz96wcGTT5r { width:2.5rem;height:2.5rem;top:31.25rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxqPcdD3QZNf1ApGpCg38IPIXQQNKXA4 { width:2.5rem;height:2.5rem;top:17.177952289581rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK8i5eXZpoCOPuVWcpByBBx9m6uo2xN6 { width:20rem;height:2.27430625rem;top:33.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #conNqa6QPrIKEnTvTGfbOtQVdnPBXfmC { width:20rem;height:2.27430625rem;top:39.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPQUtO7Xsk41mJzgJG4AJdbe6gkddm2U { width:2.5rem;height:2.5rem;top:37.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFI9Rz29LMuUn9J745FIUKN9aIs7rsz { width:2.5rem;height:2.5rem;top:43.9375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTV7CTuxPk0n49fN5P03Sg7yHPnHf6yo { width:20rem;height:2.2743rem;top:46.4375rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xmy8AfSz67H0hXsaWJH8D8f8bcAo5Vl0 { width:2.5rem;height:2.5rem;top:67.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vhi53qBeSkTXGeszx8enTiv7dTAMd35u { width:20rem;height:3.41145625rem;top:70.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQ0wA1Tdv1nm5RSBrUMxKWUPw4kEKxmq { width:2.5rem;height:2.5rem;top:55.499998807907rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0b23Haq5A9N2Td268LMFCpBhJtfpehe { width:20rem;height:4.547525rem;top:57.937498807907rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9SGkHhW1VHkxKKQ7f1I9KfoyIiJXKt { width:2.5rem;height:2.5rem;top:62.249998807907rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfT0PzeycCcWmgr2Gg1nTZvQqoGTXp7 { width:20rem;height:5.68440625rem;top:64.687498807906rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNonLhTZCt4CJTFJFyo6IKsXQDdnZGk5 { width:2.5rem;height:2.5rem;top:71.0625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxImMQXIwmlZQlnE22TlsEeXfxFzwPUR { width:20rem;height:3.41145625rem;top:73.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvl9gefI6TZUckHTa235z6dvfPhpPeEC { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Jfr6OgQF3EfFuHfgiC2coP9mxBBssA { width:2.75rem;height:2.75rem;top:85.5rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnLJMRAsRrE7ThtGiKIdgeLBqXvvsTyl { width:3.5625rem;height:3.5625rem;top:78.125rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUvFctDlpsN4GzwGrWbMzGxTsK2ObTcw { width:14.8125rem;height:1.3125rem;top:89.5rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc15w5nJHxoaeTtXahePMJcTQnExArQt { width:12.1875rem;height:1.3125rem;top:82.9375rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obfDNCc0y7RfolU5lM8BSTN78mMvdVBK { width:19.1875rem;height:7.1875rem;top:8.9357638359069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InQWwab4ki3HQ2WofTnhGMfoWURG5cnw { width:20rem;height:0.0625rem;top:92.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzMQ392w6sOMMyC5TRZMsha60i6TLMlM { width:20rem;height:2.27430625rem;top:52.249998807907rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2RwkfdIdV3wMTgg9nOMMWJVE9w1QFq { width:20rem;height:3.898925rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1f2D30vyTZlSyOfTn4f8bzrSd5u82wI { width:20rem;height:10.23193125rem;top:20.497395038605rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ2kXlRx59Rz7u1GgSvnPng4w9WDGS0S { width:12.5rem;height:1.29980625rem;top:0.912109375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS { display:block; }#QSBSqlhAn3KNONVSDhAD7XXBuKi2KPLS > .row .container { width:20rem;height:220.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5zFLtiIPInTQoZFBrl1W5fTpopUNOZv { width:2.5rem;height:2.5rem;top:104.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc2vrIb5pO8oPZTQLJKRLhfvMAoWo45f { width:2.5rem;height:2.5rem;top:55.5625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNwSZixmC8WUm2CDJDtXlPpDI65Ncgk1 { width:2.5rem;height:2.5rem;top:49.3759765625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgxB5ATcwibclR6fLLptrlbfiPpHTD0R { width:20rem;height:10.2319375rem;top:58.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSdo1oW46Tf13aHt9PZZHvxdRvRyKlzo { width:20rem;height:2.27430625rem;top:71.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAlXDa7X8E86yL6VTtAp9TWiKWweEx6d { width:2.5rem;height:2.5rem;top:68.9375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH7DwdX9kXLSaUcDB1ciRa2UcoGz0IPI { width:2.5rem;height:2.5rem;top:75.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI5DEzM0fc2cSTc6x3SwAvhIucSFIz5K { width:20rem;height:25.0113875rem;top:78.25rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CP0007MmGD1ITvKBd3s9SKUf8rEOCq3x { width:2.5rem;height:2.5rem;top:110.5rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHBoSW36MVg1S5U34wiX2ohdb9QXt2tp { width:20rem;height:9.09506875rem;top:113rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE9St8abTotLTQ3LAGx1ih2fgTnJ6W90 { width:2.5rem;height:2.5rem;top:67.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwHQXi79cPKy47V1159lqpOcxEW187ci { width:20rem;height:3.41145625rem;top:70.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygHuzmETB5z1ffJyepw5afQ47VKFC4Uo { width:2.5rem;height:2.5rem;top:153.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkRfTLtOK507Leiwf3kmdB1GcJuJQ3lO { width:20rem;height:2.27430625rem;top:155.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gni4uR7nARdTnNxs5ONLUb8APugZ6QQ5 { width:2.5rem;height:2.5rem;top:160.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV3KCvfCXEHHcEy8UhK0NQyq6ddgh4TD { width:20rem;height:2.27430625rem;top:162.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paJlsEvrNyaU2TEdIqTvoRh9gWPZreHr { width:20rem;height:17.0532rem;top:169.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVrDdTkuqfRRMOATqrlIUBx46k1ZXvW { width:2.5rem;height:2.5rem;top:167.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZHariinTG9DRvA6gMi1oXQNcsuoTvVF { width:20rem;height:4.547525rem;top:201.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2sn7dbOg3hnEJUItFmfFEXDL5aer3sE { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awiqwWASMSxsfbmvNkVt5eusq0A94me2 { width:2.75rem;height:2.75rem;top:213.4375rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLITE5I5uEJ17T88dxbeDFc82dUEdnT { width:3.5625rem;height:3.5625rem;top:206.0625rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Q2cTvJHTiAzeWsiQntq2OyHWZ5JncQ { width:14.8125rem;height:1.3125rem;top:217.4375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zclTGrK21WpHQ8rLXDvJVeI9L8kxIo7r { width:12.1875rem;height:1.3125rem;top:210.875rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEyJtT7X0FQBweMrSiBc53Fswz6zHoPe { width:19.1875rem;height:7.1875rem;top:10.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cufEkTsVKCTshLtT8IKG1rWoU6FuI8N6 { width:20rem;height:0.0625rem;top:220rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl7GG69PEQxfwoa9gRZoBRbrGDrPy1BB { width:20rem;height:2.27430625rem;top:106.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO7PBA1yEdGBOXJ3pBKV56QJFKReFIoc { width:20rem;height:6.4981875rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgsZsxCHItS6fCLF1c7ndTvUA6n8XPq { width:20rem;height:30.69581875rem;top:18.685546875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe2o1s2gGJlRgoTBFGPTpI9rStTw1NWS { width:20rem;height:1.13715rem;top:52.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiVlNK0OATTIZJrm32lnhyzode2twcSa { width:20rem;height:29.6720625rem;top:123.1875rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }#KiVlNK0OATTIZJrm32lnhyzode2twcSa li:before{  }
 }@media only screen and (max-width: 763px) { #J5OiS1thu5fR7vOvkOgw5hFoRAwTMdzu { width:20rem;height:13.6426rem;top:187.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1xZ07rRPQfPS4i1MUtOUSNG1QxFCozb { width:12.5rem;height:1.29980625rem;top:0.912109375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCOVwyTNnByQxDP3eEuLWKcucWwPLRic { display:block; }#zCOVwyTNnByQxDP3eEuLWKcucWwPLRic > .row .container { width:20rem;height:185.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfLewgE9GxZ202Td6B0KnsQ2bCzb44w6 { width:19.875rem;height:1.2999125rem;top:3.17578125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtaB44XSpNAA6tJXGt1rwEreS2xJEmRx { width:12.5rem;height:1.2999125rem;top:0.94921875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIXD5NAPubbtruaVhic5LbN42uDraQPr { width:2.5rem;height:2.5rem;top:144.9375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB3utN9gZKVhsC7a8e95I1zT9mC82foo { width:2.5rem;height:2.5rem;top:56.749999523163rem;left:8.7499997615813rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdR9UKHu4dgPnwORTB5WaMvTMqPnNIKs { width:2.5rem;height:2.5rem;top:13.686630249024rem;left:8.7500000596044rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHw10OVBCtW96e4n0GJPkp4M1RbbvnfL { width:20rem;height:9.09375rem;top:59.249999523163rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgA95nCO8geUfU4JmoLfFf3LMqGxC1rm { width:2.5rem;height:2.5rem;top:137.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT36aHnSBms2WuJR75nVeUGy8mBKshZB { width:20rem;height:4.547525rem;top:139.93708229065rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi8vBlUeOxtgub9bUNWlvgwv6siU7U75 { width:2.5rem;height:2.5rem;top:96.062503337862rem;left:8.7499997615813rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJ34divSxhDImSixutwkmzXaNtccXSJJ { width:20rem;height:9.09375rem;top:98.562503337862rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqOilrHCF9Txc7kVSSIrH2X5fKrQsfQv { width:20rem;height:2.27430625rem;top:147.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuZlTxgUA5764xcLJwKoAcsoDmbLVHJO { width:2.5rem;height:2.5rem;top:69rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfF9fTZOnLclmeyUySSOxkbtwmehUcnM { width:20rem;height:2.2753875rem;top:71.5rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mndFfTIvOT8fVaythrWgcPkXqOtJ5HW0 { width:20rem;height:29.668rem;top:108.31250333786rem;left:0rem;font-size:0.8125rem;display:none; }#mndFfTIvOT8fVaythrWgcPkXqOtJ5HW0 li:before{  }
 }@media only screen and (max-width: 763px) { #vc006XaETAWV6azoOoRi6wGai40xaJkU { width:2.5rem;height:2.5rem;top:150.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWrW7OaEKmhApRwHTavX6hk00uyJcqy { width:20rem;height:2.27430625rem;top:152.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD128mwXVNh10c0e7HRTWZ8tTCbJu81s { width:2.5rem;height:2.5rem;top:155.148229599rem;left:8.7500000596044rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yggJV0DvaL87OL0NKWxXigCCpeOxcFsT { width:20rem;height:1.13715rem;top:158.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnpe3yqdZWypi5buiz67xs0VHU2llC3b { width:20rem;height:19.32421875rem;top:144.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVFUtvRXBr6hbXxdzz158TCb6i30kRJL { width:2.5rem;height:2.5rem;top:141.625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTb4cJFiyW0Vv1sTEvz95KGDD4EokfEJ { width:20rem;height:3.41145625rem;top:166.74914169311rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTQIOUh6UF9gGOJziGIipEh8gvJZuCC { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ublDc5TGAkAuL31xwpGk0VkGiRdtkwks { width:2.75rem;height:2.75rem;top:179.25rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUazWTbwXpQpmCaKrOqx3s5iMCx0T9T0 { width:3.5625rem;height:3.5625rem;top:171.875rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTU8PEmpyOdU4VvhSs3ImTcF5UkVwPxk { width:14.8125rem;height:1.3125rem;top:183.25rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeyczQXRGq1wtTxsvvy45BGA1DGhdIxk { width:12.1875rem;height:1.3125rem;top:176.6875rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV77R81v4LEglCClZdzQ3XmTNzffD2mW { width:19.1873125rem;height:7.1875rem;top:5.7367632389069rem;left:0.40581601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr2cvWlK1UwnQfOWUa1fT88TdGz4Kw2q { width:20rem;height:1.2999125rem;top:7.7500004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvo5n3zWKuMTQQJZL7rdsZeuyF0tK1uc { width:20rem;height:25.01139375rem;top:16.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvFpUWZvBzaTqtAFynHdBxE5zEm1mxIX { width:2.5rem;height:2.5rem;top:84.70702934265rem;left:8.7500000596044rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbUO6azswQQPN5u8NXC8KH5FL5T9Sge2 { width:20rem;height:1.13715rem;top:87.6054725647rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrQB9c94dF85VJzt4PPgJ7Ny6PImluT { width:2.5rem;height:2.5rem;top:89.173183441162rem;left:8.7500000596044rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdUnRO7INR9giBt9ZkPMmTPEDMt0oTNc { width:20rem;height:2.27430625rem;top:91.605895996094rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5UAIIvd4MMtlFOcISTeWOmly1E16STU { width:2.5rem;height:2.5rem;top:93.878044128419rem;left:8.7500000596044rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TooHxTpspEJ8oOHhzIPJODI8kRDGi2 { width:20rem;height:2.27430625rem;top:96.812301635744rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T964wm1tfJaK3HkTtwE4NE1K1vant4ST { width:20rem;height:36.3802rem;top:99.934900999069rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mhTiOT08SZXsZt0lSEAzMuX7XFrRkR1S { width:20rem;height:2.27430625rem;top:162.56164169311rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiKf9xomHm8fqLqF4dZD13tXO4msJ0gG { width:2.5rem;height:2.5rem;top:160.13000106811rem;left:8.7500000596044rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdBw5AfQzroq41Towg6v69cDQCEg70sf { width:20rem;height:15.2050625rem;top:42.0625rem;left:0rem;font-size:0.8125rem;display:block; }#SdBw5AfQzroq41Towg6v69cDQCEg70sf li:before{  }
 }@media only screen and (max-width: 763px) { #mq18Cc7qqgCMxqyw1T5Nf9raOAFJ40Ut { width:20rem;height:11.3688125rem;top:57.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3qK2RSJ4vB3CalV5Lqk8iovN1GuNaJ1 { width:20rem;height:15.2050625rem;top:69.81229019165rem;left:0rem;font-size:0.8125rem;display:block; }#C3qK2RSJ4vB3CalV5Lqk8iovN1GuNaJ1 li:before{  }
 }@media only screen and (max-width: 763px) { #Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz { display:block; }#Ev2UsUnnbthpZt43AKt1y4WRh0UgGtrz > .row .container { width:20rem;height:182.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW0OEgXKgpJSG3MP7rAT4qQf97KPCsdN { width:19.875rem;height:3.898925rem;top:3.17578125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MW3BJCfyGIxloCEFbV72ENTFCHhDJyuG { width:20rem;height:3.41145625rem;top:17.109375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIs0yATKZg2MIVk2bE9UADIHBQxa35HP { width:12.5rem;height:1.2999125rem;top:0.94921875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htn20Ac7l1sx07bLw4C4LXvoVTGBHqaM { width:2.5rem;height:2.5rem;top:123.8125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3UhJU7hTHPAXMsxJOWQDzbvu8ro7ARy { width:2.5rem;height:2.5rem;top:56.749999523163rem;left:8.7499997615813rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6zkTtPyWAhEPa51yXL0cDU5tTtUTpXi { width:2.5rem;height:2.5rem;top:21.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDGbNDD7cmOEJeqtf7A5uLgq7whv3Fnw { width:20rem;height:9.09375rem;top:59.249999523163rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOxOXUTtvpDVZs1VVr3y4TKiWRLLdSJb { width:2.5rem;height:2.5rem;top:107.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGPCbLxT8V9rxId5GXCC1xSsFrIEExpv { width:20rem;height:12.50569375rem;top:111.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oebHDG2XE2bMcd3ZMuTdDilE9bX7LzQv { width:2.5rem;height:2.5rem;top:96.062503337862rem;left:8.7499997615813rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8JLdyJJwT1gCq3NWeXHHhOqOshBiXxc { width:20rem;height:9.09375rem;top:98.562503337862rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFFiQRCHQya0htVqf2xrQqT5z8aLBtwd { width:20rem;height:2.27430625rem;top:126.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyw6rn4aZOGLWzEOquiKGqJTsowTzTOm { width:2.5rem;height:2.5rem;top:69rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERlBSKWzJDg9StT2tCxu9ER3ZPJG9dOO { width:20rem;height:2.2753875rem;top:71.5rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IR9ggHCz4bSaOip4laZpQmItusmFy3pT { width:20rem;height:29.668rem;top:108.31250333786rem;left:0rem;font-size:0.8125rem;display:none; }#IR9ggHCz4bSaOip4laZpQmItusmFy3pT li:before{  }
 }@media only screen and (max-width: 763px) { #U8QUSGlgvFb3KKPi5mDhrEhseTaGfTC5 { width:2.5rem;height:2.5rem;top:129.3125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq3qOfs6lqHNxhv1qmwaLLZQ5e5k1wsc { width:20rem;height:2.27430625rem;top:131.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0pWVrArrzRTTvFPEI5LotVyantL90ZR { width:2.5rem;height:2.5rem;top:134.5625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3QapM7fWBpyNdmfvFwOlReV7LTNP0Tn { width:20rem;height:3.41145625rem;top:137rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FETCnBXTT0MzaqZ54wmuX9uCVSLLi3i6 { width:20rem;height:19.32703125rem;top:144.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssv4iE1q6f2fbPtOc2DE0ZDo2Fssz8oi { width:2.5rem;height:2.5rem;top:141.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AucWBqzFKxaP3eqkJCVGNZTpfxH0pp3z { width:20rem;height:4.547525rem;top:163.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afC7t4m39bCaCE985qOZp1t6QK3Syb5V { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvchZ0xzosVyn1lALwEpFKhRBJObsmue { width:2.75rem;height:2.75rem;top:175.8125rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBnS6e0hNyZBwQwPJyltQ8akm0eFFfTv { width:3.5625rem;height:3.5625rem;top:168.4375rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8EGCMI0Gc3MOLHtfoRARWMX2Gnykb2W { width:14.8125rem;height:1.3125rem;top:179.8125rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1hCro4SUeDdWvrTXXxXTllJC9enekm2 { width:12.1875rem;height:1.3125rem;top:173.25rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JzdpfQRpThhTKAO0d3w0udVrZHEoKD { width:19.1875rem;height:7.1875rem;top:9.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnSWb9wkq1EH9dWMIfoLyIvGbJtnHXVZ { width:20rem;height:1.2999125rem;top:7.7500004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXSfS7IgFJwc9KE1cc6eqn7y1uigs1hi { width:20rem;height:13.64259375rem;top:24.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4CzKFCKy1ZkzqfBox8uiATcOct6VmU { width:20rem;height:1.13715rem;top:39.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkhnOc9r1STxsOTxxXrxw2a1cFfnf8JG { width:2.5rem;height:2.5rem;top:41.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6QxR6Xi2LK4wE311ke01RCwXv1VVZm { width:20rem;height:9.0950625rem;top:44.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7H4bxz98WIH4tFemruX2kcQTw1T3WCu { width:2.5rem;height:2.5rem;top:55.25rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws1uHEv7ZQ46KkIJLwk0quiwBwAnupGn { width:20rem;height:2.27430625rem;top:59rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmWPmWxK2GCUwggXisTXlq92yzg68qKQ { width:2.5rem;height:2.5rem;top:62.5rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooGHl192NyTI9ttvZTnLwNOh0IgabkoM { width:20rem;height:9.0950625rem;top:66.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTI6zzoqCfskOVxNXJW1ZMfm84yPcsw7 { width:20rem;height:29.6720625rem;top:76.1875rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }#vTI6zzoqCfskOVxNXJW1ZMfm84yPcsw7 li:before{  }
 }@media only screen and (max-width: 763px) { #sMFAEtPglsdIDyM0aIT0X4kdvVZyTm9U { width:20rem;height:3.41145625rem;top:138.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMhKvrWyKIniB2aHceTXwXz20L5yaysk { width:2.5rem;height:2.5rem;top:134.5625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC { display:block; }#WVbFI1IUL2qsPcaapkypAHVN1P6PMNBC > .row .container { width:20rem;height:259.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vr9HyrMEQ1X9gzEbsgh73qsr7rmSq3pt { width:20rem;height:14.7794375rem;top:13.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1cn8T3HqaXFelnTHqohxkHJTsSym9zJ { width:20rem;height:2.27430625rem;top:30.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwTyJHCyTpaJFzoJ6XPW0zAawM3HFJpb { width:2.5rem;height:2.5rem;top:61.296875953674rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDiFwaMWql6xMMDGsyRrgNgEmLUT203O { width:2.5rem;height:2.5rem;top:34.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTWA4UhkrXRAbdctHSazJ0iMAT0nl4O { width:2.5rem;height:2.5rem;top:28.5rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzJOcWMG8TuCBkIlIbUXXTrOHsXWv8JU { width:20rem;height:3.41145625rem;top:37.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cztwUgJMXgGdTDUFaSHTdaTOnxEHUDE4 { width:20rem;height:2.27430625rem;top:44.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCiA6Tl1F5RD9Rv1kxtfMvzxoBVtXs1T { width:2.5rem;height:2.5rem;top:42.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #li9ODoxGtq4aVxXi5gOfKffGTdveeoTp { width:2.5rem;height:2.5rem;top:48.5625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6AH2UmVos8M9ZaWD75IAQKGvUvDxP8H { width:20rem;height:10.23193125rem;top:51.0625rem;left:0rem;font-size:0.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WOfzKJeleTZBsErNQxbFfPvn5DHdQL4S { width:2.5rem;height:2.5rem;top:75.5rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ommWJlrFIkJO6BUm1bKSHtAeiKTo859Q { width:20rem;height:5.68440625rem;top:78rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP8F8Dt68zC8Wm33DDUg7mQqTbtQwchw { width:2.5rem;height:2.5rem;top:67.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHwepdT38F6PRle7QMbKTttNlx55sLTV { width:20rem;height:3.41145625rem;top:70.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiEZ9mUygG16hmoaAGcxtexpVIqxe8e7 { width:20rem;height:17.05325rem;top:85.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZASrG961NVwaZMNVR5qyHumI3KURHlx { width:2.5rem;height:2.5rem;top:213.875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ATsJvumUXriae5UvDCppgnNxwXIe8Q { width:20rem;height:2.27430625rem;top:216.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDx4OIEklKJUXSonzawiAAmDDWzMHN0R { width:2.5rem;height:2.5rem;top:220.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQpVQeU2lwe8fNVe2l4hwMTqPwVhEQJp { width:20rem;height:3.41145625rem;top:223.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRAWCvPOD4ZFE7QqiK59AG7gHgNmmppx { width:20rem;height:9.095075rem;top:230.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBSS0eVSllIhGzBVyhlf8ldlXHGJqP5c { width:2.5rem;height:2.5rem;top:227.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGM3ECeemPsHrw9by6XGhL2IEs5sQZWt { width:20rem;height:4.547525rem;top:240.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpeNUba9xA78GSLZeu3Z29BSvak4Z2cy { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDFI1T3icDDNhrHE66iM13TgWUlOqbpb { width:2.75rem;height:2.75rem;top:252.5625rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1KzcHmR2Uz6QxPHSNRuTbVPSSWdZRCn { width:3.5625rem;height:3.5625rem;top:245.1875rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUxSwN3Hsw9tHUGIq4xlEvflFO6NENti { width:14.8125rem;height:1.3125rem;top:256.5625rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFO4KT0DdMB2D5v36V0orm7Bo4ZPuWHo { width:12.1875rem;height:1.3125rem;top:250rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pifdu0eVKJs376am6qFqaLKqiHanw9yy { width:19.375rem;height:7.25rem;top:4.1874923706055rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX17kZHryuExsUzQ1gXB6ui2ss6vDsix { width:20rem;height:0.0625rem;top:259.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9KeQHrXSsdaAqk2tdVkpXGhvNVxdx7Q { width:20rem;height:12.5056875rem;top:103.625rem;left:0rem;font-size:0.8125rem;display:block; }#a9KeQHrXSsdaAqk2tdVkpXGhvNVxdx7Q li:before{  }
 }@media only screen and (max-width: 763px) { #BSm8R47KzTp69faXPEMXTW6kOVqDX756 { width:20rem;height:9.44825rem;top:117.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HynTv1GWBd4VzCk7WOT1Kz8Us7Vdkp4P { width:20rem;height:7.348625rem;top:143.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siZzMQGxtJJHpTBg2N3wk1lV7spRNzUk { width:20rem;height:15.9163125rem;top:127.25rem;left:0rem;font-size:0.8125rem;display:block; }#siZzMQGxtJJHpTBg2N3wk1lV7spRNzUk li:before{  }
 }@media only screen and (max-width: 763px) { #NWcREXNoJ6riM8MVLRcIS1TO6yf0xDuf { width:20rem;height:19.327rem;top:152.1875rem;left:0rem;font-size:0.8125rem;display:block; }#NWcREXNoJ6riM8MVLRcIS1TO6yf0xDuf li:before{  }
 }@media only screen and (max-width: 763px) { #pwLmelWmu8u6OQ0NkuAphsa5co2ZTt9w { width:20rem;height:5.249025rem;top:172.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUS5CQsw2zNsMkEfOmh5XNbCHEyGni7W { width:20rem;height:21.60075rem;top:178.9375rem;left:0rem;font-size:0.8125rem;display:block; }#hUS5CQsw2zNsMkEfOmh5XNbCHEyGni7W li:before{  }
 }@media only screen and (max-width: 763px) { #u5bgkKFpckWmCnaHV1MMLvTOsrm34ebb { width:20rem;height:11.547875rem;top:201.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGBkqukqRTr7dtC6CFTiWQWcbWZHw1Rx { width:20rem;height:2.27430625rem;top:63.7968788147rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 { display:block; }#ncfWwuFImQVDxGrgwewboqQ32PB8J4d1 > .row .container { width:20rem;height:208.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBKuLJMi45f0P1i6zqWgUNMIxI3wbDxw { width:19.875rem;height:3.898925rem;top:3.17578125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Anqy03GxC3mCHi2X9pGAocWdVANww4G0 { width:20rem;height:31.83266875rem;top:20.485242366791rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTz42fTCT0F4p8U39WqZhlsTiXstsMip { width:12.5rem;height:1.2999125rem;top:0.94921875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep1dWlL0JfTvl1E1M2svyKXJsVOSGcym { width:20rem;height:1.13715rem;top:54.687499523163rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S06IGdeJeX9lwPIS36R9UuRMm96r3gTa { width:2.5rem;height:2.5rem;top:91.374343872069rem;left:8.7499997019769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2S7Zecep21Ss1uXbo29zeV1ozovTeEH { width:2.5rem;height:2.5rem;top:56.749999523163rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuRoyKIqXNHCCvnUFogHq96NNqD6d6N { width:2.5rem;height:2.5rem;top:52.249999523163rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N91twZy7JJmLyb53sk5G978Ta6WZZMii { width:20rem;height:9.0950625rem;top:59.249999523163rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1K1sZtOngccsVqydWu2p0nMTWfREo52 { width:20rem;height:2.27430625rem;top:72.250003337862rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myXrnfJVebAqwq6J4nEGp6CZUK6lMCmo { width:2.5rem;height:2.5rem;top:69.750003337862rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKkzsQg6coVeayPlvOruK5aH8sdCKdxV { width:2.5rem;height:2.5rem;top:74.624671936038rem;left:8.8118483424188rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm2T75n0mxKnaJMCCDou79KWS2hy51uA { width:20rem;height:14.77945625rem;top:76.624343872069rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmFLpTmlP6TAlTd1wKJBz5n9wm92Cm2v { width:2.5rem;height:2.5rem;top:96.062503337862rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuGlfVWAHQw75NvqEeStdpFECzdUe84o { width:20rem;height:9.0950625rem;top:98.562503337862rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAvWZ7SzoCc8STofBdqdz0cAdeNpzvCD { width:20rem;height:2.27430625rem;top:93.686843872069rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g83qotbF7NNnSS2yXbF3P04ROpC5CiNU { width:2.5rem;height:2.5rem;top:69rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUKslpsRMSIFhtPkFEnSSg1SrHCO56JA { width:20rem;height:2.2753875rem;top:71.5rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1Ocpck3WaqK7JgziSFfcwqsG4qc5tNh { width:20rem;height:29.6720625rem;top:108.31250333786rem;left:0rem;font-size:0.8125rem;display:block; }#G1Ocpck3WaqK7JgziSFfcwqsG4qc5tNh li:before{  }
 }@media only screen and (max-width: 763px) { #BXNTSeFFereW8BrlThZR1nA6vQhK0FNZ { width:2.5rem;height:2.5rem;top:137.37500333786rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ibDSdgUCQbq6LgcAUS3U7COUv1Kz9f { width:20rem;height:2.27430625rem;top:139.81250333786rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8aeSBXnHv7pIvvTKFrQq8ICKv48LKfW { width:2.5rem;height:2.5rem;top:142.62500333786rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiUJ3O9tziKLSZtBEiT9R6466UhnDcQ7 { width:20rem;height:2.27430625rem;top:145.06250333786rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbc59yk1AtFR2QgirCTu8h0T7xNJIKQ2 { width:20rem;height:32.96963125rem;top:150.00000333786rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeNQSx56x9MES2VPTiSZp4CdoE7bR7gb { width:2.5rem;height:2.5rem;top:147.00000333786rem;left:8.7499997615813rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swWVPIf52WTiUwPJeFhBT4KCgKmLJvKl { width:20rem;height:3.41145625rem;top:184.31250333786rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v08dTiJXTAHnKP9tRSLBnfAcVmv33HFP { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6gdzKHHrJBdA73J0beicevECpcdh4rt { width:2.75rem;height:2.75rem;top:196.25000333786rem;left:8.6874997615813rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVKoNiVP3GWbT8wT45qitNwRTJn5b6RQ { width:3.5625rem;height:3.5625rem;top:188.87500333786rem;left:8.2499997615813rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olQEHoIlPh3kDHQWAZiVTcZercznQPET { width:14.8125rem;height:1.3125rem;top:200.25000333786rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9DvxhmDsi4xGWMIfKLv4UTAO3pQ1ggH { width:12.1875rem;height:1.3125rem;top:193.68750333786rem;left:3.9375002384186rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOkSwxCDblnPILTSJy1Ler6vOyE9oPfG { width:19.625rem;height:7.3125rem;top:11.750000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV4T2StbXQstgueK5ou4nfiiUiGJQrk4 { width:20rem;height:0.0625rem;top:202.81250333786rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOgTFvD1rBqQlmGn67nWVJbTogApecAC { width:20rem;height:3.898925rem;top:7.7500004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX6Tx0tzV4ofrET9uUEdBXnhelbp77li { display:block; }#EX6Tx0tzV4ofrET9uUEdBXnhelbp77li > .row .container { width:20rem;height:134.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td6OqsSP0uzECPvO4GeLAGhsqNAP6Xni { width:19.875rem;height:3.898925rem;top:3.17578125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qX2ndUeDeWLQK3RFHunIEy2P3vPs1kdr { width:20rem;height:5.68440625rem;top:17.109375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMUcPvIIVpZCR9QX36dOXdPmQrltcPQT { width:12.5rem;height:1.2999125rem;top:0.94921875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeiS7rpDAsn48zs1zaPKZ1VD5rtVez4G { width:2.5rem;height:2.5rem;top:71.875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Wl17eA53bkgdmGXQtOMQENsVQvsVtz { width:2.5rem;height:2.5rem;top:56.749999523163rem;left:8.7499997615813rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxWCKEdL26FKu4Tdi4uy45DcITywZuTl { width:2.5rem;height:2.5rem;top:23.73046875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Thahe0vPJf0ryOWOTCsQZ7gmS3zKPz { width:20rem;height:9.09375rem;top:59.249999523163rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #irUyNVDeqKT5xfBQtN5WHoosriPNsfeC { width:20rem;height:2.27430625rem;top:61.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyZL4mTTerI1mPbhp4WT5ntpQJfw3TVq { width:2.5rem;height:2.5rem;top:58.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZHgstreXFIdeaPMAqnrUzBkGe6DcVyI { width:2.5rem;height:2.5rem;top:64.125rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOVPG81ZKNdKbiMtBlD5kZga8b8hJzvr { width:20rem;height:5.68440625rem;top:66.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1iUEsERnLmC8gQOf0AViaR7WcrtoI0S { width:2.5rem;height:2.5rem;top:96.062503337862rem;left:8.7499997615813rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmOKUA0AoI1B9X5ongzQee6QPQM4Ut4Z { width:20rem;height:9.09375rem;top:98.562503337862rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNV0I9TJTgA31cVALwTRuligXetS8z75 { width:20rem;height:2.27430625rem;top:74.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z94WQEfm9xMa1DONTwTDqUxzQ92Sd7W5 { width:2.5rem;height:2.5rem;top:69rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANHQDOTpctFFRQkrll0qOXqRviLqbqwz { width:20rem;height:2.2753875rem;top:71.5rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QA8mgQzy1lU9zphFazy0CTLMn0F01XVs { width:20rem;height:29.668rem;top:108.31250333786rem;left:0rem;font-size:0.8125rem;display:none; }#QA8mgQzy1lU9zphFazy0CTLMn0F01XVs li:before{  }
 }@media only screen and (max-width: 763px) { #gUVN7oeBsFayo8UXQxfJpn4D4LpDTIHT { width:2.5rem;height:2.5rem;top:77.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HufBsk0xfTAc983H7p7xLD116xIwbNsI { width:20rem;height:2.27430625rem;top:79.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0duu1VrICg4w4kSPCRoxNiAxNNsIg6X { width:2.5rem;height:2.5rem;top:82.625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evp1aEvTTuzBSz1WgX9ctXUCgm2yl5Q9 { width:20rem;height:1.13715rem;top:85.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH22xRXpZiBDCPfhQtigELiXe5iPyFF3 { width:20rem;height:23.87453125rem;top:90rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExwQCn5hHDqSGuCGE8EVcSLRxgOy1Ng1 { width:2.5rem;height:2.5rem;top:87rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvuMMV8DTfJht3CpCgDCHztbazQ7H9UW { width:20rem;height:3.41145625rem;top:115.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLeNXOtaCCnMX693T7c8uhJZZouVof9S { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8QoETp2q6G4kdV7tniHhw6GABq3OVL2 { width:2.75rem;height:2.75rem;top:127.3125rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwVRl6Ncy8fvwk4ISVXINeO1BqOt3Ox0 { width:3.5625rem;height:3.5625rem;top:119.9375rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpwew3bxx8s75HbHuN43tVDA4dDEcQ9G { width:14.8125rem;height:1.3125rem;top:131.3125rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImClDARXKpCKzS3IFoSJBUS1aQPn1vwQ { width:12.1875rem;height:1.3125rem;top:124.75rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU1kVKeWUaNuqpsFTxHSGxlU3HfM28cV { width:19.375rem;height:7.25rem;top:9.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkSQyRV2OQccPzshuu5NytoAQazDFCuu { width:20rem;height:0.0625rem;top:133.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3mu9gydXP9pcqCsbC7gRsuZq62UXPTl { width:20rem;height:1.2999125rem;top:7.7500004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmPW7SLN8RwHdH7SgUNkpbyDnellmfZ6 { width:20rem;height:30.69579375rem;top:26.671875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQBrk1OQEumy12u5TgAdxwzuXxpFcblt { display:block; }#UQBrk1OQEumy12u5TgAdxwzuXxpFcblt > .row .container { width:20rem;height:127.99886065625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bf1gsANANMhPckMgW9Nb8HCnCQ9Nk8Zx { width:19.875rem;height:2.599825rem;top:3.17578125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSZ6gdduBrFEmE6T0tvNO5yyOXa4cerp { width:20rem;height:6.8213125rem;top:17.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwU9RbJg4Gcs2Bi0KXHzo2NtCAak7tkv { width:12.5rem;height:1.2999125rem;top:0.94921875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih6OexvC0dQCihxqwwwfRuDFFLXfANuh { width:20rem;height:1.13769375rem;top:27.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WaKZZGGP77CEWn35I40TP5oLHqoDVDRz { width:2.5rem;height:2.5rem;top:24.9375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPT2oWN4e4Ed8yWfSla1ZtF3T5lO6tm { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnOUWWISSLBhkvJp0VxZMW7P8AqWBEC { width:2.75rem;height:2.75rem;top:120.6875rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBuPT8K8aqzbvyazEvvv3pNHaF74yKIp { width:3.5625rem;height:3.5625rem;top:113.3125rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyA8MekwKsnOebvUkxe0vzmkQBGKcTO { width:14.8125rem;height:1.3125rem;top:124.6875rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca7wFzSlgaBGUTVmIXn0sM24ieZXtQR3 { width:12.1875rem;height:1.3125rem;top:118.125rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p34wA5b1FKUPzcaZB0LDkRGLT29negVN { width:19.375rem;height:7.25rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVR4ploASrQyZW89J6QNcJ9ZXee96BKE { width:20rem;height:32.96956875rem;top:29.43603515625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbCIhyngVyrmUTT289Vb2NVFQM4kAuCu { width:2.5rem;height:2.5rem;top:63.5625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqAkteen7XhD9il978eNcoX02J9wX6Ey { width:18.6875rem;height:4.547525rem;top:67.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hak6J9nrbuO2kJg3eTfDh9UrD26aRpxF { width:2.5rem;height:2.5rem;top:73.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KXnkQghT8ax3vOUpUZdQEbnxmW6G9P { width:2.5rem;height:2.5rem;top:80.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9SSeaIA4r4QAPCmaWwgQyZVD5WucxWv { width:20rem;height:2.27430625rem;top:76.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7qlEvSarUOtQmlAwyoAq9fb2Z5qNuc2 { width:20rem;height:1.13715rem;top:84.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSwr2UHCS3mmICdDm1zsqrha1Th3wwTp { width:2.5rem;height:2.5rem;top:86.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGHl1R4rB41lDTkwATRUvzadBg1Q9TQM { width:20rem;height:23.87453125rem;top:88.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrHa8bV8GOiaZF4xBlnEmIXonBpatcEK { width:20rem;height:0.0625rem;top:127.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 { display:block; }#fNihfzHWhJtGJbep5Cx9rKIMwCEgpJl4 > .row .container { width:20rem;height:260.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xx8HKm6zoQMtyc6HrmaMs9mtrHsgDa1V { width:19.875rem;height:3.898925rem;top:3.17578125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuEgnCG9ebddfhP1CuMV8kr4KQDxiGOQ { width:20rem;height:14.7794375rem;top:17.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtRq7eOnavVmtsJs0p12nVfI6QzTfpVD { width:12.5rem;height:1.2999125rem;top:0.94921875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcR8iB6KXSNOfr1v0ZBq6fr7tpumuaKk { width:20rem;height:2.27430625rem;top:36.436433792114rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIaUFIP9WheGRw8baiNCkVHKUz4ABKMI { width:2.5rem;height:2.5rem;top:61.374290466309rem;left:8.7499995827675rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRapzfuO7sMe7BuIkJ8n3VKPLmZ3qKKT { width:2.5rem;height:2.5rem;top:40.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbWPV3LJy9REi0pNJklxwv4AVdoP77AS { width:2.5rem;height:2.5rem;top:33.99857711792rem;left:8.7499995827675rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpdsE2wMmL6xqpVqeU39TUZsi3tE6hS2 { width:20rem;height:3.41145625rem;top:42.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhoUv3K17yAbFIpR420OQDZouCk0G2Pi { width:20rem;height:2.27430625rem;top:50.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylnlVpQlf0GfJve0oPcwDyLiqG3fBQ9e { width:2.5rem;height:2.5rem;top:47.9375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVnVPk2NftPZcCig9PnD7RQxL9CiWFAb { width:2.5rem;height:2.5rem;top:54.0625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP9pMt3H40NSl7aDLIvRJ9TTWmNyUcSO { width:20rem;height:3.41145rem;top:56.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giSRoxyTJRebwkpDDUdMBHxWvVL6TAiN { width:2.5rem;height:2.5rem;top:75.1875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUbzUrTDMbcM5uOKy7JAbVoEozKGvVZD { width:20rem;height:5.68440625rem;top:77.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROv16JyETb4HLVV2Vol50tAkpoS3FfoF { width:20rem;height:2.27430625rem;top:63.874290466306rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUIZ17pKSvANAyiw5tT3X1cGtvH3Uh0s { width:2.5rem;height:2.5rem;top:67.436965942381rem;left:8.7499995827675rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHZhrt7xT4fTB4ksxT87TZsyzIeABf4M { width:20rem;height:3.41145625rem;top:69.936965942381rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgGwsuA3nDqzto1MFE3FNMCyb3DFWpPu { width:20rem;height:17.05325rem;top:85.124284744262rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6lHwb9vP3K6pdr905pattCuRaIT4JcB { width:2.5rem;height:2.5rem;top:213.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHqEXasxptR1mxc002KmM0gqr7XhInHA { width:20rem;height:2.27430625rem;top:216.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFvGeQ2ODTOZ1FIx6xFxed9TMI1lryqF { width:2.5rem;height:2.5rem;top:218.9375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn6CSwOCzJSBvlA4hveVKClJ185O7qOp { width:20rem;height:4.547525rem;top:221.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFG0fXTqHzcRHZONQEZd6q5O2pTFO60O { width:20rem;height:9.095075rem;top:229.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVtqxtp09XiiDZpR2wBynmxyXa4Vf54I { width:2.5rem;height:2.5rem;top:227.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiTm8Zq5SseIWc3ZvPETNRnkIIEs0RBZ { width:20rem;height:4.547525rem;top:240.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQyT4ewHth7zdusqbOFg0o9rZMNAc1Rf { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIf0GGfTi0LrAyiIoKLT7rpbPhB1THMW { width:2.75rem;height:2.75rem;top:252.375rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbKMSRbHRMKOdTgT4CVJeRqWxQNMI1L { width:3.5625rem;height:3.5625rem;top:245rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAApJ057JZ0QcnaeRbRGpNshLdQ2aHwl { width:14.8125rem;height:1.3125rem;top:256.375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr7NJn45T0xNSLEm3VgJoPm9vdgzifoB { width:12.1875rem;height:1.3125rem;top:249.8125rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdA9gfKrcpa4kfu7sDOxTuwEEqLcG57u { width:19.625rem;height:7.3125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sey2upyvHcvOTqhtzLSdeMuhnG1hF25K { width:20rem;height:0.0625rem;top:258.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUQ6iDBaM60lP19CkmJybGSQxz9trhiF { width:20rem;height:12.5056875rem;top:103.31053948402rem;left:0rem;font-size:0.8125rem;display:block; }#KUQ6iDBaM60lP19CkmJybGSQxz9trhiF li:before{  }
 }@media only screen and (max-width: 763px) { #KaNoklPeSNvnk9D1VqXnsHsKwqX8MPCB { width:20rem;height:9.44825rem;top:116.88210296631rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD2euopsJSG8845OWfpy0TcP2QlRvyuf { width:20rem;height:7.348625rem;top:143.60618019104rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgLfu7cbJCplSTnM5EAtJgvnNJfaJ3h2 { width:20rem;height:15.9163125rem;top:126.94601249695rem;left:0rem;font-size:0.8125rem;display:block; }#QgLfu7cbJCplSTnM5EAtJgvnNJfaJ3h2 li:before{  }
 }@media only screen and (max-width: 763px) { #L7QscygTWtanF5PSDloozU1KZ9XGD8k6 { width:20rem;height:19.327rem;top:151.875rem;left:0rem;font-size:0.8125rem;display:block; }#L7QscygTWtanF5PSDloozU1KZ9XGD8k6 li:before{  }
 }@media only screen and (max-width: 763px) { #QmymVmutTPEW07rgU9GDIhxUJQQXdeTS { width:20rem;height:5.249025rem;top:172.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAHKHVmoOIuq1V5aPEKoHxlRKhegg2qS { width:20rem;height:21.60075rem;top:178.625rem;left:0rem;font-size:0.8125rem;display:block; }#SAHKHVmoOIuq1V5aPEKoHxlRKhegg2qS li:before{  }
 }@media only screen and (max-width: 763px) { #hTbnuOPA3QNT6zrt5spJt1tRCaTgL59T { width:20rem;height:11.547875rem;top:201.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv { display:block; }#ELyen2UVP2P4voIVndlJk6Wt6bx4zwrv > .row .container { width:20rem;height:175rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVmZgi0STM2X2JHrcUc3dZWcmp4XQb6c { width:19.875rem;height:3.898925rem;top:3.17578125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWbmf8JTyOUvoUCz9bAE3GHIbg6CxU2y { width:20rem;height:12.5056875rem;top:17.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvVhT3bJWypU8O08uUvAUyPt7OWH6B4F { width:12.5rem;height:1.2999125rem;top:0.94921875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThowTTGWuHSEOVgg0kJ1iJrt22v5nhL { width:20rem;height:1.13769375rem;top:32.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwiS9c6IELX2zUolqmdnUWZMWK3Zvg7g { width:2.5rem;height:2.5rem;top:62.9375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8A6LJQDozOftdNWB9o4LvJ6rF0wqtMG { width:2.5rem;height:2.5rem;top:35.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHCw4pMTe8lNniaDUlycWtTzQdloJhvr { width:2.5rem;height:2.5rem;top:30rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDzdAokezQhKlGQIMkKw2zSd2vDaZWJc { width:20rem;height:9.0950625rem;top:37.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg73grKivLKVbPzce25feAogCdSz4CnS { width:20rem;height:2.27430625rem;top:50.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ZVlNNlSNTpVaOeXVEraXaJOqfes5Bq { width:2.5rem;height:2.5rem;top:47.9375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhfQa5TDKdWS3ZMnA9Wixc0rVuShHWCT { width:2.5rem;height:2.5rem;top:54.0625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEmQufVGrAKkdTof55R4XXccKneiTClo { width:17.75rem;height:5.68440625rem;top:56.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvsHN4lJBaMLqHkkOI1gdW5l1RTsLuTq { width:2.5rem;height:2.5rem;top:75.1875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prrNTKmO4Am89mveoifSGC4vw2QMMm5v { width:20rem;height:9.0950625rem;top:77.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOEqvLU3fTqIUrgR3kuHcyMBeMH5KfEr { width:20rem;height:2.27430625rem;top:65.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTUQ88soBgQCJEmuBzo84O8TOXmv1GU { width:2.5rem;height:2.5rem;top:69rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhCJOiK6MbznhNDyul5tais6TsBOZhVh { width:20rem;height:2.27430625rem;top:71.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZJG3LupH43OIpCzWQNbhDXZqTiZzEyJ { width:20rem;height:29.6720625rem;top:87.4375rem;left:0rem;font-size:0.8125rem;display:block; }#bZJG3LupH43OIpCzWQNbhDXZqTiZzEyJ li:before{  }
 }@media only screen and (max-width: 763px) { #WT3dignCM5xHNzpRoeLEpLv4gdem77yp { width:2.5rem;height:2.5rem;top:117.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDK33Ofk0L828HPh63bFzeD4zyW9HTMk { width:20rem;height:2.27430625rem;top:120.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz6sT25ZSeJOpWFyRBvTx3K5s9DvqDBf { width:2.5rem;height:2.5rem;top:123rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G56dClwiyTbo6p2udZVOqmkb0BymOhOw { width:20rem;height:5.68440625rem;top:125.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFP7bkg4e27pwcGO9oVUTuzmgWUmbvfi { width:20rem;height:20.4639125rem;top:133.93696212769rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBk14R391k35wA4iagO6yZqTmK138p79 { width:2.5rem;height:2.5rem;top:131.49857330322rem;left:8.7499995827675rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2EuoZTEdsnTcOitDxtLVEkKlK22x4wI { width:20rem;height:4.547525rem;top:155.2499961853rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhxwdWzODO3kbs74mhuAXIrwyhxsSHbM { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE8G0gg0Zf79xqEunhbg9fcBWDhXkDrp { width:2.75rem;height:2.75rem;top:167.18713760376rem;left:8.6869674324988rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atd9w3NTfTD5qqvmvrCnvDOynQUyeu2P { width:3.5625rem;height:3.5625rem;top:159.81232070923rem;left:8.2492890954019rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5OLyRmT0u973Gf69JVgTsh8cr3slgsF { width:14.8125rem;height:1.3125rem;top:171.1874961853rem;left:2.6242895722389rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX1FuaKCD4INLwTCzPCGdEeuJyu3THNv { width:12.1875rem;height:1.3125rem;top:164.6249961853rem;left:3.9373221993446rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyOT6wapkCQfPNQyh7mCRotUrN3rfUEy { width:20rem;height:7.4308300395256rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0o1AnKXmHcyBgVrdk68lqzXm2Bf1eXF { width:20rem;height:0.0625rem;top:173.74963760376rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ { display:block; }#BZP9TiWCTRLmOQm6sFWP3T2MuBn9TWrJ > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyswxcS8VKCgVckpJ67hbZA2Ceetg1xM { width:13.9375rem;height:13.9375rem;top:2.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVx8PBXdDiwZgpbACCcnKfym4FCDcWbn { width:16.25rem;height:2.599825rem;top:17.9375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgmALe1uHIxmSGcW4gkdyGSuJ31EBduu { width:20rem;height:9.09505rem;top:21.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9BBfTTa8xGsZgbJdir9eTsVIm95gK8J { width:19rem;height:3.4375rem;top:31.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTGPXRgmItrsHwVLg2Xi4M9vtVfkbZiN { display:block; }
 }@media only screen and (max-width: 763px) { #UDiTMnnDyCR047PoQSo8k1nVlqCicN6I { width:12.5rem;height:1.2999125rem;top:0.94921875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN { display:none; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GzqTVuZFx49bC2Tr3lhkTpvakMqwLQTB { width:20rem;height:2.4375rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHq3wqIOiLkmW5uUyaFN0IOe3bgMREAg { width:20rem;height:0.0625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AczeRG7JwDWwNCi0hbh39XgN3Vk2ie6T { width:16.25rem;height:0;top:7.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZck6hqGemxy4ORUBm9uybA6Fst2QQfF { display:none; }#EZck6hqGemxy4ORUBm9uybA6Fst2QQfF > .row .container { width:20rem;height:64.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #owUmsUab4PTrIxdvsc8bpx9H7HsM6peZ { width:18.9375rem;height:18.75rem;top:2.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdsXuri3WOVCi2eNWM54lKJOOmawQVoJ { width:16.25rem;height:2rem;top:11.623756825924rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ddAAHtXKXwqLTTm34ZB5gvChnqpiDm { width:16.25rem;height:4.5rem;top:14.686611592769rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUQSvm4i7l9z2xzF8TMIMbikq0HqdEn2 { width:18.9375rem;height:18.75rem;top:23.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKDAIibeW519rXotVs568ACHh7U8Kiq7 { width:16.25rem;height:4.5rem;top:35.937497556209rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKm23EBRG77QPxHTBmUVw4RELQzux44x { width:16.25rem;height:2rem;top:32.968747556209rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEVwfMZSBF6qpHzJLHSPwTkSEK14TJ08 { width:18.9375rem;height:18.75rem;top:44.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyZCZmUJzroW9Z1p03CvR0LH9wMuM3A2 { width:16.25rem;height:4.5rem;top:56.686791837216rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mww8VK3ad9HCWcxOT8gc55d43devn9Jm { width:20rem;height:2rem;top:53.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOaUM34FOdeT0I4Zq8LqZp9DtZBNW9Vy { width:4.0625rem;height:4.0625rem;top:4.8750038146972rem;left:7.9687502980231rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Sw43iClt09zWFyNH1zeA0Zx95LByxs { width:4.0625rem;height:4.0625rem;top:26.75rem;left:7.9687502980231rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeOaD7aIppxGRuu0Bfivk6fCxI1URsLu { width:4.0625rem;height:4.0625rem;top:47.000005722046rem;left:7.9687502980231rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx { display:none; }#dCZWQlusnzT14xwd9EJmt7tuE4KpwHZx > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IfB1uFRT0xhc2BoOELrhdtiHTSn900ai { width:20rem;height:0.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik2IFTJRTL7yZg0dggtAZcNJhqyehZLb { width:20rem;height:3.375rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhVhI1WECimKbTCtxIdtldULAihfZ2Su { display:none; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf { width:20rem;height:12.4375rem;top:41.937255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMKeNkBCKMyqoBFbUJ4Xow9UtDMkGRAS { width:20rem;height:1.25rem;top:52.1875rem;left:0rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph { width:20rem;height:12.4375rem;top:14.93701171875rem;left:-0.035400390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN { width:20rem;height:12.4375rem;top:28.49853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXtldLDHk4uX54CkCP0T6spq5zeVkHnG { width:20rem;height:1.25rem;top:25.478271484375rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLtKGyffnZ6xvGmOG7fkcgTuTH4IuM1u { width:20rem;height:1.25rem;top:38.56201171875rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnXuE3ySFk6w08ghRRJ5KgrkmTCzZxwS { width:20rem;height:12.4375rem;top:1.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSGaRoFn5c6LS06bwdIBFyPRVes68XNP { width:20rem;height:1.25rem;top:12.373046875rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLrvZcRonZDRkqCXkal9GB7M3w5DFMUE { width:12.5rem;height:3.25rem;top:36.716796875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9yK0M9MzFdHEA04G6rzBZ6GRXk61uhl { width:12.5rem;height:3.25rem;top:33.091796875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbP5DHTcCE7ec3sRex54PFCxzH5Mtrb3 { width:12.5rem;height:1.625rem;top:10.9365234375rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylHzXpXt0t3hVfRLLQKrH2p92aXulEWc { width:12.5rem;height:3.25rem;top:23.1865234375rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0CfQ8pQoztD2gbVbXgSwKBugzES5dI { width:12.5rem;height:3.25rem;top:49.4365234375rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KghKk0dEAdFvf0VG6JKWmNJBgIuCg1u2 { display:none; }#KghKk0dEAdFvf0VG6JKWmNJBgIuCg1u2 > .row .container { width:20rem;height:35.42464375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlbSFcw6mLHJIeylofkK40MVbd9eQX3Z { width:16.25rem;height:7.5rem;top:14.4983959198rem;left:1.8741121888161rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vuD2CoSUClzITMlN7kvexZe1gy35zJqH { width:16.25rem;height:1.29980625rem;top:21.375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdmlsEv9blcnRe9FmbJ40cyaBTPxPsTJ { width:9.375rem;height:9.375rem;top:12rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DleR4otl1SoUHoL4h7mAhc5AWR74cEJO { width:9.375rem;height:9.375rem;top:24.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcsH5rkSnhKOOInmB4ieBbe3x62HScAm { width:16.875rem;height:1.29980625rem;top:34.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8vSgbt97erW4WT5UE3zQi8lbiaWaPAg { width:20rem;height:0;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #n4MHzuUQS5AJm4f2uSDmpJkSBHkNl04T { width:20rem;height:0.0625rem;top:4.875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #VL8w8DvRWkz67gFVa6Wd6VsgVStLVAHn { width:18.375rem;height:0;top:6.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #H7y7oFue0uxBEmvGwnhCRoJ1RqZAofIg { display:none; }#H7y7oFue0uxBEmvGwnhCRoJ1RqZAofIg > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KsuiS8AewvxoSfJzyb7qOLXvpxGxGTT7 { width:9.375rem;height:9.375rem;top:1.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uybM1L7f65RlONZLcr28CAlxA12WWSTN { width:16.25rem;height:1.29980625rem;top:10.6875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZHcoOZ2F5tTH0uZGyJ7P3NQ3gTPeHb { width:9.375rem;height:9.375rem;top:13.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Eqvb6KsSar0ZnBEfxRxNsVQAx4Ky0X { width:16.875rem;height:1.29980625rem;top:22.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEylAtHywMLoJRwsavBITz9e4G8ozAtu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NBQhCKtg_9Y/unsplash/ian-keefe-NBQhCKtg_9Y-photo-1503891617560-5b8c2e28cbf6.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu.adaptive-delivery-prevent-bg, #zEylAtHywMLoJRwsavBITz9e4G8ozAtu.lazyload, #zEylAtHywMLoJRwsavBITz9e4G8ozAtu.lazyloading { background-image: none; }#zEylAtHywMLoJRwsavBITz9e4G8ozAtu > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RlwuwGTLyx6mCupxIc1LPDI4sBGVvyg6 { width:20rem;height:2.41666875rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyTMQDX0d80Dqc1sBGnpywNsxlxhwsXD { width:20rem;height:1.125rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veIBvoTMXP6VibG77T3uKRT8OndkWlFq { width:3.125rem;height:3.125rem;top:12.47916875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsSkXp86iTQCcRciKnUxO384Rfq002bW { width:20rem;height:1.125rem;top:10.10416875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1 { display:none; }#GPxPEVZgVsSBC1IdNerI7iTooJ48GZU1 > .row .container { width:20rem;height:26.998847412109rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t6Wn7CBM1oZ0b5XUU2cmTFb7KwGNt9gr { width:19.9985625rem;height:15.6235625rem;top:11.25rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IOw7cf1R3t2rQ19AM9IUyanZEsvGcpUl { width:20rem;height:19.625rem;top:53.1875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #CEVm3isWJCH8zhQKCkDEexQzA7TpJMVW { width:19.99925rem;height:15.8745625rem;top:11.125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 { display:block; }#nElGvcuW4XqXwvsJFM75ergHXlKb5kF1 > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAU1E4iUVEheTwnNt2ZFBqiSBlOGH0zx { width:14.875rem;height:10.375rem;top:1.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXsyIQiP8ehZsmXWIX1gpOXF9R6h7FTh { width:3.5625rem;height:3.5625rem;top:17.4375rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKN9T7sRNzkLEvH1O3dw6yONOS0yalPv { width:12.1875rem;height:1.3125rem;top:21rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efuceXK5ZuUb7B8HrdD4TJMslbRrf7dF { width:2.75rem;height:2.75rem;top:23.375rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye7EeuWI3QFaf7WTohpNEe6VDbwpElMb { width:14.8125rem;height:1.3125rem;top:26.125rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMlBaXHqF6bsdtPzzHJb9ozDUQVXH5KR { width:3.125rem;height:3.125rem;top:28.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwK1dmXDTagdnve1zoX8t2xCMqxmVyRm { width:14.9375rem;height:2.6237rem;top:31.75rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcB3zPyHKHBNONwow94QDyxxW5yVCLED { width:3.125rem;height:3.125rem;top:12.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs75hR7NmCHIVdGT9J5tMOsD2WSeBHst { width:20rem;height:15.625rem;top:43.5625rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #BBuXrTLx9Prx9dfpvGsBT5Ju6f4ItdZW { width:20rem;height:15.875rem;top:43.5625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #BHnHLn5nnVKKLmVVNbpyrmn4VxiT9r1B { width:16.0619375rem;height:1.3997375rem;top:16.083659172058rem;left:1.9683160781861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AII9rzEszPJsSRMBfxCTtOGz97s8T490 { display:flex;width:3.06206875rem;height:3.06206875rem;top:15.373264789581rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qXVHT8EXfbL5w7JRLbaloTm0EtTGfFdT { width:3rem;height:0;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTABarth55KJZ4rMuz8q8c72KOnafbtQ { width:15.7494375rem;height:0.84375rem;top:15.373264789581rem;left:4.2498552799225rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTFIE44FqAmfrf12xBwTt04O3zZd12w { width:20rem;height:18.6875rem;top:8.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdcHDFtolxzuaE8XePK3Xb0L7zWLqVfH { width:17.5rem;height:5.3125rem;top:36.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBURncmgoTnIbr1aeq6Vyf657elVAWW { display:block; }
 }@media only screen and (max-width: 763px) { #TEaDrIGfT06q07MLTt9AmLfMis4mrdy1 { width:14.9375rem;height:1.3125rem;top:39.8125rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPfg4MrhSx3uK6xsm3tZ1bU1xOwTQdqk { display:flex;width:2.25rem;height:2.25rem;top:36.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #bOzEaWLqG2EWTv3f7u66T8xmvSXzVdpu { display:none; }#bOzEaWLqG2EWTv3f7u66T8xmvSXzVdpu > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DtzdLdl3nZ2t8Mxu1BF5TtVJs8rMNLg2 { width:3.125rem;height:3.125rem;top:0.875rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnsrLQBIlkrMLq91oV1JQNS1d6LM5wE6 { width:0.1875rem;height:6.25rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycWy2yTE6Znvf40LMHeDZnHhlVJWmbeS { width:3.125rem;height:3.125rem;top:9rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luqBcUlWIQSGKSNTgJ18A6nHGAsNQZSO { width:0.1875rem;height:6.25rem;top:8.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Es8OUexk4oO23LELDGh8RNQlBEFmt0 { width:3.125rem;height:3.125rem;top:18rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP6CDCvBEgA6x0ppqHsThT5hS5198hoT { width:0.1875rem;height:6.25rem;top:17.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Vdgmrqf0bPIJKRX8evORii1a6MO1b0 { width:14.625rem;height:5.16666875rem;top:0.875rem;left:5.3743489384651rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puFBC2U1tm2axPVUbypoBgadrNuB3s5O { width:14.6875rem;height:2.58333125rem;top:9.2701826095581rem;left:4.6875002980232rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNni2XPwauXDy1W2IgbpdQIXiGJwO1m8 { width:14.9375rem;height:6.4583125rem;top:17.083333492279rem;left:5.0618489384651rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRZfiPORRCQIEStX05vE1kUecRbbOdBz { width:12.625rem;height:1.20833125rem;top:6.2500004768369rem;left:7.374348938465rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnHmS5ZTpdxqewNx99xI7xr0PJlesXET { width:16.875rem;height:1.20833125rem;top:12.125000476837rem;left:3.1243489384651rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrXB0p6PAusTEnI9cTJh9Jy3eQshMaGz { width:16.875rem;height:1.20833125rem;top:24.312501430511rem;left:3.1243489384651rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }