.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HTVmwzmz/group_4637.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#OLHthGDkJq2ABNOf4MI5OwCXMK9uckFk { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:3.5rem;left:52.4375rem;overflow:hidden;display:block; }
#g2o6qAIE116wnbTMIRg7lb3gXCcPoNPF { color:#3fb7ab;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:3.5625rem;left:54.125rem;height:1.13769375rem;display:block; }
#RfM4Cqqf0qQlFIW3CBN96lpGm5CTWS6R { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:1.3125rem;top:3.375rem;left:46.375rem;overflow:hidden;display:block; }
#CBSWCeuasykgT59sinqNnmfWCPKEoFh2 { color:#3fb7ab;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:3.625rem;left:48rem;height:1.13769375rem;display:block; }
#R81Uvv6kKg3O9DkMQyqqzJuE1GRlWvUR { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:14.25rem;top:2.34375rem;left:0rem;overflow:hidden;display:block; }
#xfLiwwT99OtxnFAyHyLEKf8zoCyuZKlV { color:#707070;display:block;width:41.75rem;position:absolute;font-family:"open sans";font-size:4.875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:6.33725rem;font-style:normal;display:block; }
#Tcch0Emf6xJboRRmAffuy5vOChC45LWg { color:#707070;display:block;width:41.8115rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:9.2120361328125rem;left:0rem;height:1.7871125rem;display:block; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fb7ab;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.46625rem;padding-right:0.425rem;padding-bottom:0.46625rem;padding-left:0.425rem;display:block;align-items:center;width:2.550625rem;min-width:2.550625rem;height:2.503125rem;position:relative;font-family:arial;font-size:1.863125rem;font-weight:700;line-height:40.05px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh .widget-text.counter-label { background-color:;background-image:none;color:#3fb7ab;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.400625rem;height:0.98875rem;position:relative;font-family:arial;font-size:0.699375rem;font-weight:700;line-height:15.82px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:17.625rem;height:4.715625rem;padding-top:0.058125rem;padding-right:0.060625rem;padding-bottom:0.058125rem;padding-left:0.060625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:30.4375rem;left:0rem;z-index:100024; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #IKDGGqliUHUCq2ndb2WTSigf4OK51qhM { display:flex;position:relative;top:0rem;left:0rem; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #LPPks3dxHX8r0GDrBCT1Jfxz43RNKZiK { width:auto; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #DiHVvR3SdueSdU1Nt7TlqM6BdqCwNVo3 {  }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #ZOGlqfnl0CfMsdwe92L6eI0HQK6LTP3c { display:flex;position:relative;top:0rem;left:0rem; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #VE8cukfvEHwIAbIoNErHJ3bD3TNZqGBk {  }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #QeqfH9aGeC4HJvnuMOeJGRWvdKT963A2 {  }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #niiB4hi1FBuFLD1iXA4QXpvImQfSpTu1 { display:flex;position:relative;top:0rem;left:0rem; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #tGLSFSAnnkqRLqk5lTEdh7KU18oVNTcd {  }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #EM6p4T7qdc0F3NrFXDbMAAbRdhRm2Si6 {  }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #sSkwkqSHbFfLDWCmHkkfJLyPeeQqWGP1 { display:flex;position:relative;top:0rem;left:0rem; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #izKsburemvzA7hFFVBTHx5JfReHeQtVI {  }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #sk2wxdM5AkF9KHgBHnBlnQZXmMQ5kKCm {  }
#OuZhd5DIx3bsLC9ppLySgTR0F7mvZfy9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:2.125rem;display:none; }
#fv8sgmRGQf7iPWFTQHdsJc9eFZI1dkWR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75rem;width:75rem;display:none; }
#SsPhnkBpXTkddrkK2Gw8iVmJiOtqbFo6 { color:#3fb7ab;display:block;width:41.812125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:26.3125rem;left:0rem;height:1.46179375rem;display:block; }
#dtau41XP3GQ6QytZgBD0OXufs4JaNmXr { color:#707070;display:block;width:41.8109375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:18.999633789062rem;left:0rem;height:3.57421875rem;display:block; }
#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF { position:relative;display:block; }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF { background-color: transparent; background-image: none; }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF > .row .container > .video-iframe-container { display: none; }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF > .row > .video-iframe-container { display: none; }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF > .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); }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF { border-width: 0; border-radius: 0; }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF > .row .container > .video-iframe-container {  }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF > .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:30.5625rem;width:75rem;position:relative;display:block; }#T7OO9UhcF5pd5nKSrq5ADEf7TKTcTZi4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:37.5rem;top:4.40625rem;left:0rem;overflow:hidden;display:block; }
#zMfLFRLB6nx1MhsglSbZVkVyEanvdFnT { color:#3fb7ab;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:6.3125rem;left:42.6875rem;height:5.8483875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GxDVKG9zoGGRkeT2MNR9ut99yuzRNCur { position:absolute;display:block;z-index:100109;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1rem;top:14.125rem;left:42.6875rem;overflow:hidden;display:block; }
#IqPst8rd0mfvGAzRphuhbwdRSclDlyG4 { color:#707070;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100093;line-height:1.3;letter-spacing:0;top:14.3125rem;left:44.25rem;height:1.13769375rem;font-style:normal;display:block; }
#HaNn0IATNXQ521aC2oLZs0s3xqGpuVCW { position:absolute;display:block;z-index:100111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:0.75rem;top:16.5rem;left:42.875rem;overflow:hidden;display:block; }
#SJDMUvOi0qG4MPBGMRZZ8GC59Gplg0bD { color:#707070;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100095;line-height:1.3;letter-spacing:0;top:16.6875rem;left:44.25rem;height:1.13769375rem;font-style:normal;display:block; }
#PTf0Ok8umGa8zzJf5rSv7ey6Eu2UwJC8 { color:#3fb7ab;display:block;width:16.3745rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100112;line-height:1.3;letter-spacing:0;top:20.0625rem;left:42.6875rem;height:3.4118625rem;display:block; }
#yh4rHpZoUkoDeVMnvfhNHuSZ5Zp3fWLU { color:#707070;display:block;width:26.062rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100113;line-height:1.3;letter-spacing:0;top:23rem;left:42.6875rem;height:3.8983125rem;font-style:normal;display:block; }
#wP1pxNdAibIS01vqlAC1qQiotTKcF975 { position:relative;display:block; }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 { background-color: transparent; background-image: none; }#wP1pxNdAibIS01vqlAC1qQiotTKcF975::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 > .row .container > .video-iframe-container { display: none; }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 > .row > .video-iframe-container { display: none; }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 > .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); }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 { border-width: 0; border-radius: 0; }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 > .row .container > .video-iframe-container {  }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 > .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:20.875rem;width:75rem;position:relative;display:block; }#BLW8LGRZexiyg7ymdTSHiNbapG4U9CQK { position:absolute;display:block;z-index:100000;height:16.437375rem;width:72.6875rem;top:2.310791015625rem;left:1.156005859375rem;display:block; }
#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f0;background-image:none;position:relative;display:block; }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .row .container { background-color: transparent; background-image: none; }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .row .container > .video-iframe-container { display: none; }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .row > .video-iframe-container { display: none; }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .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); }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .row .container { border-width: 0; border-radius: 0; }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .row > .video-iframe-container {  }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#GMv4GzLTCo8Rl3unx2Lf6NCoI7eMtx2k { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;top:1.5625rem;left:9.625rem; }
#h1pD1HTCdlEZrAgW3NKgRby4RhOyo88W { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100001;top:10rem;left:9.625rem; }
#d5yTnX1OLHT8bJuTntToOhR08AcvoZbk { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:18.5625rem;left:9.625rem; }
#fSQCXw6xHEDHeqbXJETOtHwRCTI7tOTc { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;top:27.1875rem;left:9.625rem; }
#kbaZNGWmhd1WstgJ38BZTZKpOpUSD2h0 { 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:100004;top:3.875rem;left:12rem; }
#pJ3gmJZaikZfqPJ7NZatZvIb182eH7Q2 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;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:100005;top:12.625rem;left:12.25rem; }
#rTOgwkP00R6Bpyn4aLvkb5NJq2r8RhLC { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;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:100006;top:20.875rem;left:12rem; }
#ZrLf0HhKy41ORUGRpybHUmBLIKUsDBI0 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;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:100007;top:29.5rem;left:12rem; }
#TcTrrVJe1Sd9XPm5854Mn3VUWPxnTot5 { color:#707070;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.25rem;height:1.2994375rem;font-style:normal;display:block; }
#To4PFJ7KtRzToegGFfTVmeg13h54JaTP { color:#707070;display:block;width:39.937125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:4.625rem;left:18.25rem;height:2.598875rem;text-align:justify;text-align-last:initial;display:block; }
#CS9nybEHN4gVTLMA4EcJWKeyf9IxWHVr { color:#707070;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:11.1875rem;left:18.25rem;height:1.2994375rem;font-style:normal;display:block; }
#THvUHTCcRc6SwWuVMAPFLz04E7z2BTcl { color:#707070;display:block;width:39.937125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:12.4375rem;left:18.25rem;height:2.598875rem;text-align:justify;text-align-last:initial;display:block; }
#ocVXOucP5FWQE33lym3oHbBUP43k8kRb { color:#707070;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:19.6875rem;left:18.25rem;height:1.2994375rem;font-style:normal;display:block; }
#Uy8Eo0JidaRN1gR5y4DMUFwIOsHTEs7d { color:#707070;display:block;width:39.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:20.874633789062rem;left:18.24951171875rem;height:3.8983125rem;text-align:justify;text-align-last:initial;display:block; }
#T3vHvZHVU5NDweMfxRS9pPuhRhfJL2zp { color:#707070;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:29rem;left:18.25rem;height:1.2994375rem;font-style:normal;display:block; }
#TGnZKUsxqrJZhGefHNPEJUbzFJHxEwy1 { color:#707070;display:block;width:39.937125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:30.25rem;left:18.25rem;height:2.598875rem;text-align:justify;text-align-last:initial;display:block; }
#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE { position:relative;display:block; }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE { background-color: transparent; background-image: none; }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE > .row .container > .video-iframe-container { display: none; }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE > .row > .video-iframe-container { display: none; }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE > .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); }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE { border-width: 0; border-radius: 0; }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE > .row .container > .video-iframe-container {  }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE > .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:125.125rem;width:75rem;position:relative;display:block; }#KJTf2tyR5qaMduda8wW1gG3DaiSB5TcK { color:#707070;display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.90625rem;left:21.21875rem;height:2.92419375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDDOpEI1LAhni2hWJbKaxFgsqFR9RHuM { color:#3fb7ab;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8rem;left:31.625rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#CDzsiLvmXwkTdozuPAdVgueLNiiMZQzW { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:28.5625rem;left:8.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CLvnhGbikMtU92Xn6fOTHlFEI0ySyrDI { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:37.5rem;left:8.875rem;display:block; }
#LvPptQNmdcHHDTQR1zQ79MEQ34ya5yZT { position:absolute;display:block;z-index:100038;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:37.5rem;left:8.875rem;display:block; }
#tGfAFvshsv2BAc21r9uVcsQq817W6TTe { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:42.625rem;left:8.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXHVPEgHmtPm4uECPguScgtQ1Uvp0ZB5 { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:57.375rem;left:8.9375rem;display:block; }
#Segr5ODamqezG4tNnu94RqKl8tguLIZ3 { position:absolute;display:block;z-index:100046;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:57.375rem;left:8.9375rem;display:block; }
#QTKU1Q2gDSxmTd0aiZ05tbzHk8hIiq8k { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:62.5rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvIatgPqXEch8hFST5wrmx8rMGNrKL7c { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:71.6875rem;left:9rem;display:block; }
#aFNAqFzmuDFqLku7Fd4tB2AohrgGZBc9 { position:absolute;display:block;z-index:100054;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:71.6875rem;left:9rem;display:block; }
#f7v7GZaqFiPEhhrTlQF6RAxiX2ZeJHAJ { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:37.5rem;left:54.3125rem;overflow:hidden;display:block; }
#ihFUbZnHZ5TykH46LT56nsrsRyw6OgNX { position:absolute;display:block;z-index:100041;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:37.5rem;left:54.125rem;display:block; }
#VnbEgUqqWZpapvhufVaBBmu6FJ897wTt { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:41.9375rem;left:52.75rem;overflow:hidden;display:block; }
#NTQri16aG4MO8tZWDyma7FGckUINNLWu { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:57.375rem;left:54.375rem;overflow:hidden;display:block; }
#AgrwKdn1Vo7sl9EhkFSNLJG0rrrfqdEJ { position:absolute;display:block;z-index:100049;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:57.375rem;left:54.1875rem;display:block; }
#BPxhHvuX4AHMM7cwJc618SgzkA7SAxNF { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:61.8125rem;left:52.75rem;overflow:hidden;display:block; }
#TTwg3roOklT4T7Ff1OfG70JNuu0Wy2LS { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:71.6875rem;left:54.4375rem;overflow:hidden;display:block; }
#PBMEn4udCPpmLK70OTnReqICADInnuZs { position:absolute;display:block;z-index:100057;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:71.6875rem;left:54.25rem;display:block; }
#CZoZy0Bxrpyfo6soHhQBLJMOOGp6Q7sc { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:76.125rem;left:52.8125rem;overflow:hidden;display:block; }
#gkPtbBsFqG8bAJ4p5WLJtkvtul0HNh8E { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:76.8125rem;left:8.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uDGQVCi7kddElLr3JleSv0mv7iaoV7WZ { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:90.8125rem;left:9rem;display:block; }
#XTpstAd8HrpnSp8RSItvl0O18BLHcyqf { position:absolute;display:block;z-index:100046;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:90.875rem;left:9rem;display:block; }
#km1hLCDw2tpWlFQJatKuB3CXpE7o0tse { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:90.875rem;left:54.4375rem;overflow:hidden;display:block; }
#T8Q555pgJdg7iTkswevK9cbQwo2hKKO7 { position:absolute;display:block;z-index:100049;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:90.875rem;left:54.25rem;display:block; }
#pdqQk1P53Ty8sGULwBgB43FmFZAhWu7i { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:96.0625rem;left:8.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcy2SWv2FheynaxSIKwHmPIWZ1nzJr2J { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:95.3125rem;left:52.75rem;overflow:hidden;display:block; }
#eTW1OC046EPvTI9Qz5FJutyU67OOFTqe { color:#3fb7ab;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.75rem;left:8.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3kZOe0z9xoxBn4qVMFUScudJRrDR1OC { color:#3fb7ab;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:18.9375rem;left:8.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A3vbhiQegpr6c9mVTzBbKvLeqnG2a6Pc { color:#707070;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.749755859375rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DtqGpK1mhIPrTu27655idPGb9860UIvF { color:#707070;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:18.9375rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LPNwh0EASTn6elubySbyzbXNLm2t9Owb { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:23.4375rem;left:9rem;display:block; }
#IfDtJG10Q9bBN9MNRKyAX6K93FpO47Cl { position:absolute;display:block;z-index:100046;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:23.4375rem;left:9rem;display:block; }
#lndStcryyvBfWFfTFOMl3eikvXx1ayoG { color:#707070;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;top:27.9375rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2MNXJFT3nG068KChExCeLaMBGRqMdR6 { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:28.5625rem;left:8.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrxnc82NVraf8oZEZcuyTbsHDnGUSr29 { color:#707070;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100046;line-height:1.3;letter-spacing:0;top:29.5rem;left:21.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nZabpQkx2xbqwec5sPu1D1yZnwZZwOCS { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:27.875rem;left:52.875rem;overflow:hidden;display:block; }
#uVLyJznc7Vq159PG5XfVowQvdbbzxpKw { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:23.4375rem;left:54.4375rem;overflow:hidden;display:block; }
#ifMuwv6WpFKS44Qvr9iD8hrf0A6TB7K4 { position:absolute;display:block;z-index:100049;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:23.4375rem;left:54.25rem;display:block; }
#yaVpzKMN1vwJJJATTNZHhkUsbmfkTZ3o { color:#707070;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:42.0625rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MZvp2zfaaHwkACaxlH59xiAFOPBH8G90 { color:#707070;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100048;line-height:1.3;letter-spacing:0;top:43.625rem;left:21.25rem;height:2.598875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i5BvC6f85WHZRFvT58tz69Ju1Xpz2OQu { color:#3fb7ab;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:52.5rem;left:8.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ErqEJifeOvGlTPe9ITTqkcO5rTTyfh19 { color:#707070;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:52.5rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xn9hXtwPF0t64MLqUewLVwt35lJ51Hb8 { color:#707070;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100052;line-height:1.3;letter-spacing:0;top:77.8125rem;left:21.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRAzASwGo9CNKJxgTTZ7hVFCuiHZz1Rv { color:#707070;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100052;line-height:1.3;letter-spacing:0;top:79rem;left:23.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x6gkmoM5dOHNe6TyO9ZVSVMKAvQA2Hny { color:#707070;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:76.1875rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#elk2QzLnWu9ZL2pPyyxvD9vplzMqokgz { color:#707070;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100072;line-height:1.3;letter-spacing:0;top:77.75rem;left:21.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MgoGTA0pGaW2f7Goe5BMPhA2JAo7UGr8 { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:105.4375rem;left:8.9375rem;display:block; }
#ud3acKH08QwXefVK2L4u0Bnp2rNPrew5 { position:absolute;display:block;z-index:100053;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:105.4375rem;left:8.9375rem;display:block; }
#tTiQOVPX8wCewVRMehLHItbUQCRfZHcx { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:110.625rem;left:8.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHnFerOAtZDLATEK5GWJV0dGzOvHTMff { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:109.875rem;left:52.6875rem;overflow:hidden;display:block; }
#KUDgcl0h5pd4RMTKHiM2Mr7t2RL1gtJa { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:105.4375rem;left:54.375rem;overflow:hidden;display:block; }
#qlLIaWILEZtxbzBBBlN9mzm40c114T7U { position:absolute;display:block;z-index:100056;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:105.4375rem;left:54.1875rem;display:block; }
#pDeb5OnIzcSOZLD6vkKqLmLi0AF8WcHb { color:#3fb7ab;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:86.3125rem;left:8.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#drounTIZb8crg3I2wzGVBqPDJ7EzqElq { color:#707070;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:86.3125rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PeKbs9ZATNNJuatGJgfmHV6ldwJ5xqlT { color:#707070;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:95.3125rem;left:21.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sfnpu2GrMKFF3ZXHeHTKw6kXaqN5CMzg { color:#707070;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100074;line-height:1.3;letter-spacing:0;top:96.875rem;left:21.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0whu2Q65hgy8H5bBPyEs4SdHX1eIbVM { color:#707070;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:109.8125rem;left:21.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pCnNXTzE2WKTwEGNhTFJ4STDqP16m9TJ { color:#707070;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100076;line-height:1.3;letter-spacing:0;top:111.375rem;left:21.0625rem;height:2.598875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BghgpL77yHOuVfi17CMklV4FywT5bwXr { color:#3fb7ab;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:120.4375rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ug2E5PsNBHDWlGtig2RmW6aDiBoVZR1v { color:#707070;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:120.4375rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZEPvBfA3W3HFz2nPWFflolHciIW8RiXT { color:#707070;display:block;width:24.624625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:61.875rem;left:21.1875rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uys5P6eL9BVVPBZNkUmZCTmSI6x7ZXAc { color:#707070;display:block;width:27.999875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100076;line-height:1.3;letter-spacing:0;top:63.4375rem;left:21.1875rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO { position:relative;display:block; }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO { background-color: transparent; background-image: none; }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO > .row .container > .video-iframe-container { display: none; }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO > .row > .video-iframe-container { display: none; }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO > .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); }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO { border-width: 0; border-radius: 0; }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO > .row .container > .video-iframe-container {  }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO > .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:73.5rem;width:75rem;position:relative;display:block; }#t0S4RoFSH1EBmzuCP8eprDAlsxanlHVv { color:#3fb7ab;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0.5625rem;left:29.875001907349rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#knbg6qnJiQ12yyZTrZx0ehaOH6SE18mf { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:4.375rem;left:8.9375rem;display:block; }
#TF0OuXL7mUmC8c2ohCITQvwd706ggCmX { position:absolute;display:block;z-index:100015;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:4.375rem;left:8.9375rem;display:block; }
#TVrdawWtPVP9sVDnvzx19snHEOKikIMT { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:4.375rem;left:54.375rem;overflow:hidden;display:block; }
#fcIUpXOSFyXPabft5IWdgHACwUn4VhRP { position:absolute;display:block;z-index:100018;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:4.375rem;left:54.1875rem;display:block; }
#F6Nil1fBXpI7HZzrRVUP4vJGnTrooR5R { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:8.8125rem;left:52.75rem;overflow:hidden;display:block; }
#IXHzR01waxUgRHo5WHkVxQ9Oo1gKau4h { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:9.5rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQyuNPTLCubT7Gy5EUMP8mpKq9yKHQrh { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:18.9375rem;left:8.9375rem;display:block; }
#UvyOgEPnPoU9glkXTTMS4dFwPuww23Ih { position:absolute;display:block;z-index:100023;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:18.9375rem;left:8.9375rem;display:block; }
#fSZBI2liXorqVIamkU0P6uPSfAzanHo6 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:18.9375rem;left:54.375rem;overflow:hidden;display:block; }
#bDmmZmXs0i6ygS91QpScFLpm4e14M0lT { position:absolute;display:block;z-index:100026;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:18.9375rem;left:54.1875rem;display:block; }
#S2A8OqCVkuPhG0se8FmS16XLW42Kblkw { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:23.375rem;left:52.75rem;overflow:hidden;display:block; }
#vcSpkNpGnZriJkDXXWNo05WWNhwAITCq { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:24.0625rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cwt0XehCZGX1K6qkExeVZHvcvW1eL82M { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:38.25rem;left:8.9375rem;display:block; }
#tmTawHlHbJOtlXfMTObDmde2IDL5rwe9 { position:absolute;display:block;z-index:100031;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:38.25rem;left:8.9375rem;display:block; }
#waDAmqRzZAbm0NgV0ra85C4qSNL6f7V8 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:38.25rem;left:54.375rem;overflow:hidden;display:block; }
#T3pDOD4KZaohwcQkpVsi6XFVVXM6bT27 { position:absolute;display:block;z-index:100034;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:38.25rem;left:54.1875rem;display:block; }
#JDCbADumFU6PTQTITgDAl4UerONahf4C { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:42.6875rem;left:52.8125rem;overflow:hidden;display:block; }
#aeITqOScpBTCHLAEBM8Sh5wzoKKIVf29 { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:43.375rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMq929yqFAvUds2WG6T2WsBU9KTwBtJ8 { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:52.5625rem;left:8.9375rem;display:block; }
#FTSvdLAhTpmdZlT9hNWDmfriPQbaP7iw { position:absolute;display:block;z-index:100039;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:52.5625rem;left:8.9375rem;display:block; }
#eFh5DIHxxn2ceyplIgpHSPlKhOWC8osu { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:52.5625rem;left:54.375rem;overflow:hidden;display:block; }
#gxu7WAyblfUg8Jzz9efEOk0dCe0p0Hbn { position:absolute;display:block;z-index:100042;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:52.5625rem;left:54.1875rem;display:block; }
#DTeJX6aGeVhDxEtNcCDGC9eZv0A1xFdl { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:57rem;left:52.8125rem;overflow:hidden;display:block; }
#azMIBone84GzvfzBZwg0MNrWkTmLuld3 { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:57.6875rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tcyxz8I0pvMs5siiBJCpvUZ8STFO2s97 { color:#707070;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:23.5rem;left:21.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SZtQCHaLzd15h8GxzDVSCQubDz1DSR8U { color:#707070;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100078;line-height:1.3;letter-spacing:0;top:25.0625rem;left:21.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vM0pCOw2MaIT3dghFv57NhHRCRFTObW4 { color:#3fb7ab;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:33.8125rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWo5389xE1CgNyvNtpadw8Htlh6EWMor { color:#707070;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:33.8125rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dK0gX8QNS0cXe4leacg9AiID7naHM3Oo { color:#707070;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:41.1875rem;left:21.5rem;height:3.2495125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h49v1qT3RXafGk1tnbUSUViIIMOakTGK { color:#707070;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100080;line-height:1.3;letter-spacing:0;top:44.375rem;left:21.5rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMbJB0fl9PXqephWbC0XvDxQgT0fWHwd { color:#707070;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:57.125rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WnpZNVEecgnszd8lXOs9Rc6CSCvMzf0A { color:#707070;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100080;line-height:1.3;letter-spacing:0;top:58.6875rem;left:21.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ImNtaxIiKWe5bEFHAwavQDwvRbywXKzE { color:#3fb7ab;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:66.96875rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WrhpHVvihQ8kQyP7VdZLIwNZCi8FW3Rw { color:#707070;display:block;width:36.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:66.96875rem;left:21.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vZqwv5Vtmq0ofuSavCrJHsITrmBoqymt { color:#707070;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:8.9375rem;left:21.3125rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P5VaXMBzMUfN3Z6A61UGDLfKsHIr2zS3 { color:#707070;display:block;width:27.999875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100050;line-height:1.3;letter-spacing:0;top:10.5rem;left:21.3125rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow { position:relative;display:block; }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow { background-color: transparent; background-image: none; }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow > .row .container > .video-iframe-container { display: none; }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow > .row > .video-iframe-container { display: none; }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow > .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); }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow { border-width: 0; border-radius: 0; }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow > .row .container > .video-iframe-container {  }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow > .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:0.6875rem;width:75rem;position:relative;display:block; }#IlXSFqs7mp9mTwEKkE3Ffund7qcVr3dn { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:13.5rem;left:8.8125rem;display:none; }
#TQyfOBrS4qwxcRrSchVxR9hnXMHICgKD { color:#707070;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:20.25rem;left:21.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NErddEAcWRwBcBxLnGDnskknVdGetKTT { color:#707070;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.375rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RpycoSdyFGhoH8iwRbV6y3pRe6CEu1I8 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:17.9375rem;left:52.6875rem;overflow:hidden;display:none; }
#vThqPMGF8t1lxpWT0GpecrlBTLkTiUSW { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:13.5rem;left:54.25rem;overflow:hidden;display:none; }
#bfrNeA1SXUxy0qG3TrOlpkBHGges8AdT { position:absolute;display:block;z-index:100010;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:13.5rem;left:54.0625rem;display:none; }
#Q3k62a1ekJhorD3PK9PXmmSVuTN17z62 { position:absolute;display:block;z-index:100007;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:13.5rem;left:8.8125rem;display:none; }
#EBxwX2mXC8OzGAf33eNWSqsZkWNaXlZ8 { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.625rem;left:8.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FG5zNl8pKMLpov5ak2mxqTdCTPdQo3Ef { color:#3fb7ab;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8rem;left:31.625rem;height:1.5rem;text-align:center;text-align-last:center;display:none; }
#tTgCBHLHDIPK5WHSvGDPMimqqiuTeAS4 { color:#707070;display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.90625rem;left:21.21875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wJGhklnoWvew7BSvZ9ZAExmIlIAxr2qB { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:13.5rem;left:8.8125rem;display:none; }
#JCLtqOng9OoPCUE8CcfO84ZE5nPN6DaT { color:#707070;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:20.25rem;left:21.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#S3NMSduDhdONhh7eN3Zh3t9xqCA4ifvc { color:#707070;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.375rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PFlpvEkSv5L8zwNh1o8QnW9klEJdFewi { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:17.9375rem;left:52.6875rem;overflow:hidden;display:none; }
#THCm6A6TZSfo0aeZM4aDyAEm7XGhtnhT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:13.5rem;left:54.25rem;overflow:hidden;display:none; }
#O6IgT11x8pprANbTCuW7PPDsbGPF5FxP { position:absolute;display:block;z-index:100010;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:13.5rem;left:54.0625rem;display:none; }
#WR6BEN8gVK7RdUQct85mxMWcJw34lPT8 { position:absolute;display:block;z-index:100007;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:13.5rem;left:8.8125rem;display:none; }
#IraUuXrDTbiKoyx7yDLxCKwChRwFvXWM { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.625rem;left:8.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#N0TgbCJrhP3HlG0K8riKgT07LNwG7PUC { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:13.5rem;left:8.8125rem;display:none; }
#ccIkcWvwc041gXvab87JvMGSD295Drav { color:#707070;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:20.25rem;left:21.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PlDlXT5wK07w46fUrnWIgITlpOMZl9GO { color:#707070;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.375rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NCLb164qRdSBQ7z3711KUKce4JLthsUR { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:17.9375rem;left:52.6875rem;overflow:hidden;display:none; }
#yzPk2NNUyLH8JN9VorI2yasB868lZQ0r { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:13.5rem;left:54.25rem;overflow:hidden;display:none; }
#vvJshXlhZbVfyizDkfl24DQshT8nywkp { position:absolute;display:block;z-index:100010;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:13.5rem;left:54.0625rem;display:none; }
#emzMW0wuDDQUOW3remz4eMB3l1SsvqIb { position:absolute;display:block;z-index:100007;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:13.5rem;left:8.8125rem;display:none; }
#nMKRAzCSLEoUVChUqTfmy4sH7VFGomIP { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.625rem;left:8.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hI7wR2qH988lAOBtOsXsQFiV5rRduzcV { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:13.5rem;left:8.8125rem;display:none; }
#C6nibho1F0yeisFmqg8lnNTTr6CSeEqy { color:#707070;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:20.25rem;left:21.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EI37mV2gyol3cimEXvpKx3i1KHBia71r { color:#707070;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.375rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Pk9K17xoTTOToSp5miMpTB4fHTALFaDJ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:11.875rem;top:13.5rem;left:54.25rem;overflow:hidden;display:none; }
#RbkhihZLx5wfa2fWBQ1J3UO4W8MckppJ { position:absolute;display:block;z-index:100010;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:13.5rem;left:54.0625rem;display:none; }
#wHfgBAGTBS3uM8tmMHgdmDVWZ4VF4tor { position:absolute;display:block;z-index:100007;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:13.5rem;left:8.8125rem;display:none; }
#dcohox7Sx3D6IcJHqMrROIDEZbH2hvod { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.625rem;left:8.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cBfssDGzxwwEmDsRT0TfKxkTub9W1H5D { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:17.9375rem;left:52.6875rem;overflow:hidden;display:none; }
#XoTCb0E1JiVf4dXxiv7vdJUESJDFsZqK { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:13.5rem;left:8.8125rem;display:none; }
#ZTFL6DD1U9SfbX8eGXp3J7u2I8uzbmcJ { color:#707070;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.375rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HO70Dp0GUcXTTJ0zBCNo8cbNszW6VbV3 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:17.9375rem;left:52.6875rem;overflow:hidden;display:none; }
#eTlctTZPMzgRpcVlSrygpx8i8dsLptsr { position:absolute;display:block;z-index:100010;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:13.5rem;left:54.0625rem;display:none; }
#bDeSdgX52c3nb2wELMeI6Z5EUbrcwF1I { position:absolute;display:block;z-index:100007;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:13.5rem;left:8.8125rem;display:none; }
#yLttdn2Oh9rO4FvrMETKT3TgmNKI0Xxp { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.625rem;left:8.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lCKDdRNoE8HDXaZbrosNZ7ECEERTRTXC { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.21) ;height:11.875rem;width:57.3125rem;top:13.5rem;left:8.8125rem;display:none; }
#hiuCTT1FP8SgD4pJ7hi19PZTRRo1SAiW { color:#707070;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.375rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UHrmuLKI8v0iBpAcfghOGKdqKBmrxhF7 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:17.9375rem;left:52.6875rem;overflow:hidden;display:none; }
#Ksr0qGftx3O8LmKdtPIkdlrgWAngdle2 { position:absolute;display:block;z-index:100007;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:9.375rem;top:13.5rem;left:8.8125rem;display:none; }
#PHFROFnxVkfTzUw0Iu8xsMNkQJC3gMac { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.625rem;left:8.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CVi9xfzMaTm08hfvbE9lCFL9BQPUJXJQ { position:absolute;display:block;z-index:100010;background-color:#3fb7ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:0.25rem;top:13.5rem;left:54.0625rem;display:none; }
#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f0;background-image:none;position:relative;display:block; }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .row .container { background-color: transparent; background-image: none; }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .row .container > .video-iframe-container { display: none; }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .row > .video-iframe-container { display: none; }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .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); }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .row .container { border-width: 0; border-radius: 0; }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .row > .video-iframe-container {  }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#qxcgoxbMxdUxiuuwhXxOQJtrEDD7edqi { color:#3fb7ab;display:block;width:41.375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.28125rem;left:16.8125rem;height:2.92419375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upV627I01dmM7orJMtNq2CBKaEmbQ7qZ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.875rem;width:23.875rem;top:8.3125rem;left:9.25rem;overflow:hidden;display:block; }
#WpTA7Z69T8obCJfuJNuKsW7b9Wre4irV { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.375rem;width:18.375rem;top:11.0625rem;left:44.125rem;overflow:hidden;display:block; }
#vOs6kRfQNe6excV1tKzzrLVqTx7ywfi8 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.8125rem;width:23.875rem;top:8.3125rem;left:41.375rem;overflow:hidden;display:block; }
#kuaQqXtQ8De0PwHmqIIfdzIMacD4Hs9O { color:#3fb7ab;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:33.375rem;left:13.5625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kSiCNqxPPK8iGdovswhdq86uEQIUDvqG { color:#707070;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:35.5rem;left:14.4375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JsrMpTUbQH15DFXlmiNlBC02v9N6d4Sh { color:#3fb7ab;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:33.375rem;left:45.6875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h1pAngOpi4TWzTHidN5WEC8zg7KQb3R8 { color:#707070;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:35.4375rem;left:46.5625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0LDpbT9gdAORh0qNQsBBQSIJITvHC2p { color:#707070;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:41.875rem;left:26.125rem;height:4.22363125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .row .container { background-color: transparent; background-image: none; }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .row .container > .video-iframe-container { display: none; }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .row > .video-iframe-container { display: none; }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .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); }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .row .container { border-width: 0; border-radius: 0; }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .row > .video-iframe-container {  }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#CTcldI3ofgUPtie7Kk8VHTWB7wAUSbPL { color:#3fb7ab;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9rem;left:7.125rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dq9wThzmT7arK3BcTBUvfpcn14g4G7EL { color:#707070;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:13.0625rem;left:7.125rem;height:12.994375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AXAB7e5MJ4TfCv0sauet8mJqqCtp5c5p { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:24.4375rem;top:3.375rem;left:42.6875rem;overflow:hidden;display:block; }
#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fb7ab;background-image:none;position:relative;display:block; }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .row .container { background-color: transparent; background-image: none; }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .row .container > .video-iframe-container { display: none; }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .row > .video-iframe-container { display: none; }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .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); }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .row .container { border-width: 0; border-radius: 0; }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .row > .video-iframe-container {  }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#BH9Xkm22hT6RE4TKcEB2yHK9CHCMI1GT { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.125rem;left:14.71875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLHthGDkJq2ABNOf4MI5OwCXMK9uckFk { width:1.25rem;height:1.25rem;top:3.5rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2o6qAIE116wnbTMIRg7lb3gXCcPoNPF { width:6.875rem;height:1.125rem;top:3.5625rem;left:40.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfM4Cqqf0qQlFIW3CBN96lpGm5CTWS6R { width:1.25rem;height:0;top:3.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBSWCeuasykgT59sinqNnmfWCPKEoFh2 { width:4.4375rem;height:1.125rem;top:3.625rem;left:34.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R81Uvv6kKg3O9DkMQyqqzJuE1GRlWvUR { width:14.25rem;height:3.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfLiwwT99OtxnFAyHyLEKf8zoCyuZKlV { width:41.6875rem;height:6.3125rem;top:10.9375rem;left:0rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcch0Emf6xJboRRmAffuy5vOChC45LWg { width:41.75rem;height:1.75rem;top:9.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh { width:18rem;height:5.0625rem;display:flex;top:32.875rem;left:0rem;z-index:100024; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #IKDGGqliUHUCq2ndb2WTSigf4OK51qhM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #LPPks3dxHX8r0GDrBCT1Jfxz43RNKZiK {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #DiHVvR3SdueSdU1Nt7TlqM6BdqCwNVo3 {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #ZOGlqfnl0CfMsdwe92L6eI0HQK6LTP3c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #VE8cukfvEHwIAbIoNErHJ3bD3TNZqGBk {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #QeqfH9aGeC4HJvnuMOeJGRWvdKT963A2 {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #niiB4hi1FBuFLD1iXA4QXpvImQfSpTu1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #tGLSFSAnnkqRLqk5lTEdh7KU18oVNTcd {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #EM6p4T7qdc0F3NrFXDbMAAbRdhRm2Si6 {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #sSkwkqSHbFfLDWCmHkkfJLyPeeQqWGP1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #izKsburemvzA7hFFVBTHx5JfReHeQtVI {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #sk2wxdM5AkF9KHgBHnBlnQZXmMQ5kKCm {  }
 }@media only screen and (max-width: 763px) { #OuZhd5DIx3bsLC9ppLySgTR0F7mvZfy9 { width:2.125rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fv8sgmRGQf7iPWFTQHdsJc9eFZI1dkWR { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SsPhnkBpXTkddrkK2Gw8iVmJiOtqbFo6 { width:41.75rem;height:1.4375rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtau41XP3GQ6QytZgBD0OXufs4JaNmXr { width:41.75rem;height:5.3125rem;top:18.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izeiTUnthPhdZMPImmECBfHPGKJ7mZuF { display:block; }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7OO9UhcF5pd5nKSrq5ADEf7TKTcTZi4 { width:37.5rem;height:24.375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMfLFRLB6nx1MhsglSbZVkVyEanvdFnT { width:27.1875rem;height:5.8125rem;top:6.3125rem;left:20.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxDVKG9zoGGRkeT2MNR9ut99yuzRNCur { width:0.9375rem;height:1.4062470695982rem;top:14.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqPst8rd0mfvGAzRphuhbwdRSclDlyG4 { width:12.5rem;height:1.125rem;top:14.3125rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaNn0IATNXQ521aC2oLZs0s3xqGpuVCW { width:0.6875rem;height:1.3755560906256rem;top:16.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJDMUvOi0qG4MPBGMRZZ8GC59Gplg0bD { width:12.5rem;height:1.125rem;top:16.6875rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTf0Ok8umGa8zzJf5rSv7ey6Eu2UwJC8 { width:16.3125rem;height:1.6875rem;top:20.0625rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh4rHpZoUkoDeVMnvfhNHuSZ5Zp3fWLU { width:26rem;height:3.875rem;top:23rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP1pxNdAibIS01vqlAC1qQiotTKcF975 { display:block; }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLW8LGRZexiyg7ymdTSHiNbapG4U9CQK { width:47.75rem;height:16.375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 { display:block; }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMv4GzLTCo8Rl3unx2Lf6NCoI7eMtx2k { width:7.5rem;height:7.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1pD1HTCdlEZrAgW3NKgRby4RhOyo88W { width:7.5rem;height:7.5rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5yTnX1OLHT8bJuTntToOhR08AcvoZbk { width:7.5rem;height:7.5rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSQCXw6xHEDHeqbXJETOtHwRCTI7tOTc { width:7.5rem;height:7.5rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbaZNGWmhd1WstgJ38BZTZKpOpUSD2h0 { width:2.8125rem;height:2.8125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ3gmJZaikZfqPJ7NZatZvIb182eH7Q2 { width:2.1875rem;height:2.1875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOgwkP00R6Bpyn4aLvkb5NJq2r8RhLC { width:2.8125rem;height:2.8125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLf0HhKy41ORUGRpybHUmBLIKUsDBI0 { width:2.8125rem;height:2.8125rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTrrVJe1Sd9XPm5854Mn3VUWPxnTot5 { width:12.5rem;height:1.25rem;top:3.375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To4PFJ7KtRzToegGFfTVmeg13h54JaTP { width:39.875rem;height:2.5625rem;top:4.5625rem;left:4.62451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS9nybEHN4gVTLMA4EcJWKeyf9IxWHVr { width:12.5rem;height:1.25rem;top:11.1875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THvUHTCcRc6SwWuVMAPFLz04E7z2BTcl { width:39.875rem;height:3.875rem;top:12.4375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocVXOucP5FWQE33lym3oHbBUP43k8kRb { width:12.5rem;height:1.25rem;top:19.6875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8Eo0JidaRN1gR5y4DMUFwIOsHTEs7d { width:39.6875rem;height:3.875rem;top:20.8125rem;left:4.62451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3vHvZHVU5NDweMfxRS9pPuhRhfJL2zp { width:12.5rem;height:1.25rem;top:29rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGnZKUsxqrJZhGefHNPEJUbzFJHxEwy1 { width:39.875rem;height:2.5625rem;top:30.1875rem;left:4.62451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE { display:block; }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJTf2tyR5qaMduda8wW1gG3DaiSB5TcK { width:32.5625rem;height:2.92480625rem;top:3.875rem;left:7.59375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDDOpEI1LAhni2hWJbKaxFgsqFR9RHuM { width:11.75rem;height:1.54345625rem;top:8rem;left:18rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDzsiLvmXwkTdozuPAdVgueLNiiMZQzW { width:9.75rem;height:1.625rem;top:28.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvnhGbikMtU92Xn6fOTHlFEI0ySyrDI { width:47.75rem;height:11.875rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvPptQNmdcHHDTQR1zQ79MEQ34ya5yZT { width:9.375rem;height:11.875rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGfAFvshsv2BAc21r9uVcsQq817W6TTe { width:9.75rem;height:1.625rem;top:42.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXHVPEgHmtPm4uECPguScgtQ1Uvp0ZB5 { width:47.75rem;height:11.875rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Segr5ODamqezG4tNnu94RqKl8tguLIZ3 { width:9.375rem;height:11.875rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKU1Q2gDSxmTd0aiZ05tbzHk8hIiq8k { width:9.75rem;height:1.625rem;top:62.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvIatgPqXEch8hFST5wrmx8rMGNrKL7c { width:47.75rem;height:11.875rem;top:71.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFNAqFzmuDFqLku7Fd4tB2AohrgGZBc9 { width:9.375rem;height:11.875rem;top:71.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7v7GZaqFiPEhhrTlQF6RAxiX2ZeJHAJ { width:11.875rem;height:11.875rem;top:37.5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihFUbZnHZ5TykH46LT56nsrsRyw6OgNX { width:0.25rem;height:11.875rem;top:37.5rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnbEgUqqWZpapvhufVaBBmu6FJ897wTt { width:3.0625rem;height:3.0625rem;top:41.9375rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQri16aG4MO8tZWDyma7FGckUINNLWu { width:11.875rem;height:11.875rem;top:57.375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgrwKdn1Vo7sl9EhkFSNLJG0rrrfqdEJ { width:0.25rem;height:11.875rem;top:57.375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPxhHvuX4AHMM7cwJc618SgzkA7SAxNF { width:3.0625rem;height:3.0625rem;top:61.8125rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwg3roOklT4T7Ff1OfG70JNuu0Wy2LS { width:11.875rem;height:11.875rem;top:71.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBMEn4udCPpmLK70OTnReqICADInnuZs { width:0.25rem;height:11.875rem;top:71.6875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZoZy0Bxrpyfo6soHhQBLJMOOGp6Q7sc { width:3.0625rem;height:3.0625rem;top:76.125rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkPtbBsFqG8bAJ4p5WLJtkvtul0HNh8E { width:9.75rem;height:1.625rem;top:76.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDGQVCi7kddElLr3JleSv0mv7iaoV7WZ { width:47.75rem;height:11.875rem;top:90.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTpstAd8HrpnSp8RSItvl0O18BLHcyqf { width:9.375rem;height:11.875rem;top:90.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #km1hLCDw2tpWlFQJatKuB3CXpE7o0tse { width:11.875rem;height:11.875rem;top:90.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Q555pgJdg7iTkswevK9cbQwo2hKKO7 { width:0.25rem;height:11.875rem;top:90.875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdqQk1P53Ty8sGULwBgB43FmFZAhWu7i { width:9.75rem;height:1.625rem;top:96.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcy2SWv2FheynaxSIKwHmPIWZ1nzJr2J { width:3.0625rem;height:3.0625rem;top:95.3125rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTW1OC046EPvTI9Qz5FJutyU67OOFTqe { width:9.75rem;height:1.625rem;top:14.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3kZOe0z9xoxBn4qVMFUScudJRrDR1OC { width:9.75rem;height:1.625rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3vbhiQegpr6c9mVTzBbKvLeqnG2a6Pc { width:26.5625rem;height:1.625rem;top:14.6875rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtqGpK1mhIPrTu27655idPGb9860UIvF { width:17.9375rem;height:1.625rem;top:18.9375rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPNwh0EASTn6elubySbyzbXNLm2t9Owb { width:47.75rem;height:11.875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDtJG10Q9bBN9MNRKyAX6K93FpO47Cl { width:9.375rem;height:11.875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lndStcryyvBfWFfTFOMl3eikvXx1ayoG { width:14.375rem;height:1.625rem;top:27.9375rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2MNXJFT3nG068KChExCeLaMBGRqMdR6 { width:9.75rem;height:1.625rem;top:28.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrxnc82NVraf8oZEZcuyTbsHDnGUSr29 { width:22.5rem;height:1.29980625rem;top:29.5rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZabpQkx2xbqwec5sPu1D1yZnwZZwOCS { width:3.0625rem;height:3.0625rem;top:27.875rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVLyJznc7Vq159PG5XfVowQvdbbzxpKw { width:11.875rem;height:11.875rem;top:23.4375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifMuwv6WpFKS44Qvr9iD8hrf0A6TB7K4 { width:0.25rem;height:11.875rem;top:23.4375rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaVpzKMN1vwJJJATTNZHhkUsbmfkTZ3o { width:21.5625rem;height:1.625rem;top:42.0625rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZvp2zfaaHwkACaxlH59xiAFOPBH8G90 { width:28rem;height:2.5996125rem;top:43.625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5BvC6f85WHZRFvT58tz69Ju1Xpz2OQu { width:9.75rem;height:1.625rem;top:52.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErqEJifeOvGlTPe9ITTqkcO5rTTyfh19 { width:17.9375rem;height:1.625rem;top:52.5rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn9hXtwPF0t64MLqUewLVwt35lJ51Hb8 { width:28rem;height:1.29980625rem;top:77.8125rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRAzASwGo9CNKJxgTTZ7hVFCuiHZz1Rv { width:28rem;height:1.29980625rem;top:79rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6gkmoM5dOHNe6TyO9ZVSVMKAvQA2Hny { width:24.625rem;height:1.625rem;top:76.1875rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elk2QzLnWu9ZL2pPyyxvD9vplzMqokgz { width:28rem;height:1.29980625rem;top:77.75rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgoGTA0pGaW2f7Goe5BMPhA2JAo7UGr8 { width:47.75rem;height:11.875rem;top:105.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud3acKH08QwXefVK2L4u0Bnp2rNPrew5 { width:9.375rem;height:11.875rem;top:105.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTiQOVPX8wCewVRMehLHItbUQCRfZHcx { width:9.75rem;height:1.625rem;top:110.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHnFerOAtZDLATEK5GWJV0dGzOvHTMff { width:3.0625rem;height:3.0625rem;top:109.875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUDgcl0h5pd4RMTKHiM2Mr7t2RL1gtJa { width:11.875rem;height:11.875rem;top:105.4375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlLIaWILEZtxbzBBBlN9mzm40c114T7U { width:0.25rem;height:11.875rem;top:105.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDeb5OnIzcSOZLD6vkKqLmLi0AF8WcHb { width:9.75rem;height:1.625rem;top:86.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drounTIZb8crg3I2wzGVBqPDJ7EzqElq { width:17.9375rem;height:1.625rem;top:86.3125rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeKbs9ZATNNJuatGJgfmHV6ldwJ5xqlT { width:24.625rem;height:1.625rem;top:95.3125rem;left:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfnpu2GrMKFF3ZXHeHTKw6kXaqN5CMzg { width:28rem;height:1.29980625rem;top:96.875rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0whu2Q65hgy8H5bBPyEs4SdHX1eIbVM { width:24.625rem;height:1.625rem;top:109.8125rem;left:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCnNXTzE2WKTwEGNhTFJ4STDqP16m9TJ { width:25.1875rem;height:2.5996125rem;top:111.375rem;left:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BghgpL77yHOuVfi17CMklV4FywT5bwXr { width:9.75rem;height:1.625rem;top:120.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2E5PsNBHDWlGtig2RmW6aDiBoVZR1v { width:38.3125rem;height:1.625rem;top:120.4375rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEPvBfA3W3HFz2nPWFflolHciIW8RiXT { width:24.5625rem;height:1.5625rem;top:61.875rem;left:7.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uys5P6eL9BVVPBZNkUmZCTmSI6x7ZXAc { width:27.9375rem;height:1.25rem;top:63.4375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO { display:block; }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0S4RoFSH1EBmzuCP8eprDAlsxanlHVv { width:15.25rem;height:1.54345625rem;top:0.5625rem;left:16.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knbg6qnJiQ12yyZTrZx0ehaOH6SE18mf { width:47.75rem;height:11.875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0OuXL7mUmC8c2ohCITQvwd706ggCmX { width:9.375rem;height:11.875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrdawWtPVP9sVDnvzx19snHEOKikIMT { width:11.875rem;height:11.875rem;top:4.375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcIUpXOSFyXPabft5IWdgHACwUn4VhRP { width:0.25rem;height:11.875rem;top:4.375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Nil1fBXpI7HZzrRVUP4vJGnTrooR5R { width:3.0625rem;height:3.0625rem;top:8.8125rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXHzR01waxUgRHo5WHkVxQ9Oo1gKau4h { width:9.75rem;height:1.625rem;top:9.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQyuNPTLCubT7Gy5EUMP8mpKq9yKHQrh { width:47.75rem;height:11.875rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvyOgEPnPoU9glkXTTMS4dFwPuww23Ih { width:9.375rem;height:11.875rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZBI2liXorqVIamkU0P6uPSfAzanHo6 { width:11.875rem;height:11.875rem;top:18.9375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDmmZmXs0i6ygS91QpScFLpm4e14M0lT { width:0.25rem;height:11.875rem;top:18.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2A8OqCVkuPhG0se8FmS16XLW42Kblkw { width:3.0625rem;height:3.0625rem;top:23.375rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcSpkNpGnZriJkDXXWNo05WWNhwAITCq { width:9.75rem;height:1.625rem;top:24.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwt0XehCZGX1K6qkExeVZHvcvW1eL82M { width:47.75rem;height:11.875rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmTawHlHbJOtlXfMTObDmde2IDL5rwe9 { width:9.375rem;height:11.875rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waDAmqRzZAbm0NgV0ra85C4qSNL6f7V8 { width:11.875rem;height:11.875rem;top:38.25rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pDOD4KZaohwcQkpVsi6XFVVXM6bT27 { width:0.25rem;height:11.875rem;top:38.25rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDCbADumFU6PTQTITgDAl4UerONahf4C { width:3.0625rem;height:3.0625rem;top:42.6875rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeITqOScpBTCHLAEBM8Sh5wzoKKIVf29 { width:9.75rem;height:1.625rem;top:43.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMq929yqFAvUds2WG6T2WsBU9KTwBtJ8 { width:47.75rem;height:11.875rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTSvdLAhTpmdZlT9hNWDmfriPQbaP7iw { width:9.375rem;height:11.875rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFh5DIHxxn2ceyplIgpHSPlKhOWC8osu { width:11.875rem;height:11.875rem;top:52.5625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxu7WAyblfUg8Jzz9efEOk0dCe0p0Hbn { width:0.25rem;height:11.875rem;top:52.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeJX6aGeVhDxEtNcCDGC9eZv0A1xFdl { width:3.0625rem;height:3.0625rem;top:57rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azMIBone84GzvfzBZwg0MNrWkTmLuld3 { width:9.75rem;height:1.625rem;top:57.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcyxz8I0pvMs5siiBJCpvUZ8STFO2s97 { width:24.625rem;height:1.625rem;top:23.5rem;left:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZtQCHaLzd15h8GxzDVSCQubDz1DSR8U { width:28rem;height:1.29980625rem;top:25.0625rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM0pCOw2MaIT3dghFv57NhHRCRFTObW4 { width:9.75rem;height:1.625rem;top:33.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWo5389xE1CgNyvNtpadw8Htlh6EWMor { width:17.9375rem;height:1.625rem;top:33.8125rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK0gX8QNS0cXe4leacg9AiID7naHM3Oo { width:27rem;height:3.1875rem;top:41.125rem;left:7.8746337890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h49v1qT3RXafGk1tnbUSUViIIMOakTGK { width:27.9375rem;height:1.25rem;top:44.375rem;left:7.8746337890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMbJB0fl9PXqephWbC0XvDxQgT0fWHwd { width:24.625rem;height:1.625rem;top:57.125rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnpZNVEecgnszd8lXOs9Rc6CSCvMzf0A { width:28rem;height:1.29980625rem;top:58.6875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImNtaxIiKWe5bEFHAwavQDwvRbywXKzE { width:9.75rem;height:1.625rem;top:66.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrhpHVvihQ8kQyP7VdZLIwNZCi8FW3Rw { width:36.4375rem;height:1.625rem;top:66.9375rem;left:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZqwv5Vtmq0ofuSavCrJHsITrmBoqymt { width:21.5625rem;height:1.5625rem;top:8.9375rem;left:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5VaXMBzMUfN3Z6A61UGDLfKsHIr2zS3 { width:27.9375rem;height:1.25rem;top:10.5rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAI6TpeTxg1bvBldWcP8VIdsA2z749ow { display:block; }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlXSFqs7mp9mTwEKkE3Ffund7qcVr3dn { width:47.75rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQyfOBrS4qwxcRrSchVxR9hnXMHICgKD { width:20rem;height:3.75rem;top:43.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NErddEAcWRwBcBxLnGDnskknVdGetKTT { width:14.375rem;height:1.625rem;top:17.375rem;left:7.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpycoSdyFGhoH8iwRbV6y3pRe6CEu1I8 { width:3.0625rem;height:3.0625rem;top:17.9375rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vThqPMGF8t1lxpWT0GpecrlBTLkTiUSW { width:11.875rem;height:11.875rem;top:13.5rem;left:35.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfrNeA1SXUxy0qG3TrOlpkBHGges8AdT { width:0.25rem;height:11.875rem;top:13.5rem;left:40.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3k62a1ekJhorD3PK9PXmmSVuTN17z62 { width:9.375rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBxwX2mXC8OzGAf33eNWSqsZkWNaXlZ8 { width:9.75rem;height:1.5625rem;top:13.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG5zNl8pKMLpov5ak2mxqTdCTPdQo3Ef { width:11.75rem;height:1.5rem;top:8rem;left:18rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTgCBHLHDIPK5WHSvGDPMimqqiuTeAS4 { width:32.5625rem;height:2.875rem;top:3.875rem;left:7.59375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJGhklnoWvew7BSvZ9ZAExmIlIAxr2qB { width:47.75rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCLtqOng9OoPCUE8CcfO84ZE5nPN6DaT { width:20rem;height:3.75rem;top:70.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3NMSduDhdONhh7eN3Zh3t9xqCA4ifvc { width:14.375rem;height:4.875rem;top:57.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFlpvEkSv5L8zwNh1o8QnW9klEJdFewi { width:3.0625rem;height:3.0625rem;top:17.9375rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #THCm6A6TZSfo0aeZM4aDyAEm7XGhtnhT { width:11.875rem;height:11.875rem;top:13.5rem;left:35.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6IgT11x8pprANbTCuW7PPDsbGPF5FxP { width:0.25rem;height:11.875rem;top:13.5rem;left:40.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WR6BEN8gVK7RdUQct85mxMWcJw34lPT8 { width:9.375rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IraUuXrDTbiKoyx7yDLxCKwChRwFvXWM { width:9.75rem;height:1.5625rem;top:39.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0TgbCJrhP3HlG0K8riKgT07LNwG7PUC { width:47.75rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccIkcWvwc041gXvab87JvMGSD295Drav { width:20rem;height:3.75rem;top:96.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlDlXT5wK07w46fUrnWIgITlpOMZl9GO { width:18.625rem;height:1.625rem;top:88.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCLb164qRdSBQ7z3711KUKce4JLthsUR { width:3.0625rem;height:3.0625rem;top:17.9375rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzPk2NNUyLH8JN9VorI2yasB868lZQ0r { width:11.875rem;height:11.875rem;top:13.5rem;left:35.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvJshXlhZbVfyizDkfl24DQshT8nywkp { width:0.25rem;height:11.875rem;top:13.5rem;left:40.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #emzMW0wuDDQUOW3remz4eMB3l1SsvqIb { width:9.375rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMKRAzCSLEoUVChUqTfmy4sH7VFGomIP { width:9.75rem;height:1.5625rem;top:65.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hI7wR2qH988lAOBtOsXsQFiV5rRduzcV { width:47.75rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6nibho1F0yeisFmqg8lnNTTr6CSeEqy { width:20rem;height:5rem;top:122.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI37mV2gyol3cimEXvpKx3i1KHBia71r { width:18.625rem;height:3.25rem;top:114.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pk9K17xoTTOToSp5miMpTB4fHTALFaDJ { width:11.875rem;height:11.8125rem;top:13.5rem;left:35.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbkhihZLx5wfa2fWBQ1J3UO4W8MckppJ { width:0.25rem;height:11.875rem;top:13.5rem;left:40.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHfgBAGTBS3uM8tmMHgdmDVWZ4VF4tor { width:9.375rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcohox7Sx3D6IcJHqMrROIDEZbH2hvod { width:9.75rem;height:1.5625rem;top:92.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBfssDGzxwwEmDsRT0TfKxkTub9W1H5D { width:3.0625rem;height:3.0625rem;top:17.9375rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XoTCb0E1JiVf4dXxiv7vdJUESJDFsZqK { width:47.75rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTFL6DD1U9SfbX8eGXp3J7u2I8uzbmcJ { width:18.625rem;height:4.75rem;top:124.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HO70Dp0GUcXTTJ0zBCNo8cbNszW6VbV3 { width:3.0625rem;height:3.0625rem;top:17.9375rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTlctTZPMzgRpcVlSrygpx8i8dsLptsr { width:0.25rem;height:11.875rem;top:13.5rem;left:40.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDeSdgX52c3nb2wELMeI6Z5EUbrcwF1I { width:9.375rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLttdn2Oh9rO4FvrMETKT3TgmNKI0Xxp { width:9.75rem;height:1.5625rem;top:131.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCKDdRNoE8HDXaZbrosNZ7ECEERTRTXC { width:47.75rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hiuCTT1FP8SgD4pJ7hi19PZTRRo1SAiW { width:18.625rem;height:3.125rem;top:14.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHrmuLKI8v0iBpAcfghOGKdqKBmrxhF7 { width:3.0625rem;height:3.0625rem;top:17.9375rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ksr0qGftx3O8LmKdtPIkdlrgWAngdle2 { width:9.375rem;height:11.875rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHFROFnxVkfTzUw0Iu8xsMNkQJC3gMac { width:9.75rem;height:1.5625rem;top:11.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVi9xfzMaTm08hfvbE9lCFL9BQPUJXJQ { width:0.25rem;height:11.875rem;top:13.5rem;left:40.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 { display:block; }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxcgoxbMxdUxiuuwhXxOQJtrEDD7edqi { width:41.375rem;height:2.92480625rem;top:2.25rem;left:3.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upV627I01dmM7orJMtNq2CBKaEmbQ7qZ { width:23.875rem;height:23.875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpTA7Z69T8obCJfuJNuKsW7b9Wre4irV { width:18.375rem;height:18.375rem;top:11.0625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOs6kRfQNe6excV1tKzzrLVqTx7ywfi8 { width:23.875rem;height:23.8125rem;top:8.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuaQqXtQ8De0PwHmqIIfdzIMacD4Hs9O { width:15.25rem;height:2.11230625rem;top:33.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSiCNqxPPK8iGdovswhdq86uEQIUDvqG { width:13.5rem;height:0;top:35.5rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsrMpTUbQH15DFXlmiNlBC02v9N6d4Sh { width:15.25rem;height:2.11230625rem;top:33.375rem;left:32.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1pAngOpi4TWzTHidN5WEC8zg7KQb3R8 { width:13.5rem;height:2.0625rem;top:35.4375rem;left:32.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0LDpbT9gdAORh0qNQsBBQSIJITvHC2p { width:22.6875rem;height:4.1875rem;top:41.875rem;left:12.499877929688rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s { display:block; }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTcldI3ofgUPtie7Kk8VHTWB7wAUSbPL { width:28.75rem;height:2.625rem;top:9rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9wThzmT7arK3BcTBUvfpcn14g4G7EL { width:25.9375rem;height:14.25rem;top:13.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXAB7e5MJ4TfCv0sauet8mJqqCtp5c5p { width:24.4375rem;height:29.5625rem;top:3.375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUZXixNVqJePkIaEeXmSITw5NtEy8A8h { display:block; }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH9Xkm22hT6RE4TKcEB2yHK9CHCMI1GT { width:45.5625rem;height:1.13720625rem;top:1.125rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#e8e8e8;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLHthGDkJq2ABNOf4MI5OwCXMK9uckFk { width:1.31225625rem;height:1.31225625rem;top:15.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2o6qAIE116wnbTMIRg7lb3gXCcPoNPF { width:6.875rem;height:1.13769375rem;top:15.3125rem;left:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfM4Cqqf0qQlFIW3CBN96lpGm5CTWS6R { width:1.31225625rem;height:0;top:6.12426875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBSWCeuasykgT59sinqNnmfWCPKEoFh2 { width:4.4995125rem;height:1.13769375rem;top:15.3125rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R81Uvv6kKg3O9DkMQyqqzJuE1GRlWvUR { width:14.24925rem;height:3.62426875rem;top:1.25rem;left:3.0628662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfLiwwT99OtxnFAyHyLEKf8zoCyuZKlV { width:20rem;height:2.6001rem;top:7.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tcch0Emf6xJboRRmAffuy5vOChC45LWg { width:20rem;height:3.08715625rem;top:11.187133789062rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh .widget-text.counter-number { padding-top:0.30375rem;padding-right:0.264375rem;padding-bottom:0.30375rem;padding-left:0.264375rem;width:1.585625rem;min-width:1.585625rem;height:1.634375rem;font-size:1.21625rem;line-height:26.15px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.19rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.11375rem;height:0.645625rem;font-size:0.45625rem;line-height:10.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh { width:12.437125rem;height:3.07739375rem;display:flex;top:20.625rem;left:3.75rem;z-index:100024;background-color:transparent;background-image:none;padding-top:0.03rem;padding-right:0.03125rem;padding-bottom:0.03rem;padding-left:0.03125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #IKDGGqliUHUCq2ndb2WTSigf4OK51qhM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #LPPks3dxHX8r0GDrBCT1Jfxz43RNKZiK {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #DiHVvR3SdueSdU1Nt7TlqM6BdqCwNVo3 {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #ZOGlqfnl0CfMsdwe92L6eI0HQK6LTP3c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #VE8cukfvEHwIAbIoNErHJ3bD3TNZqGBk {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #QeqfH9aGeC4HJvnuMOeJGRWvdKT963A2 {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #niiB4hi1FBuFLD1iXA4QXpvImQfSpTu1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #tGLSFSAnnkqRLqk5lTEdh7KU18oVNTcd {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #EM6p4T7qdc0F3NrFXDbMAAbRdhRm2Si6 {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #sSkwkqSHbFfLDWCmHkkfJLyPeeQqWGP1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #izKsburemvzA7hFFVBTHx5JfReHeQtVI {  }
 }@media only screen and (max-width: 763px) { #MnWwGvF5KNG2q2WN7l2Pgggczy18nvwh #sk2wxdM5AkF9KHgBHnBlnQZXmMQ5kKCm {  }
 }@media only screen and (max-width: 763px) { #OuZhd5DIx3bsLC9ppLySgTR0F7mvZfy9 { top:14.9375rem;left:1.4375rem;width:1.25rem;height:1.875rem;z-index:100030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fv8sgmRGQf7iPWFTQHdsJc9eFZI1dkWR { top:24.874267578125rem;left:0rem;width:20rem;height:20rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SsPhnkBpXTkddrkK2Gw8iVmJiOtqbFo6 { width:20rem;height:1.46179375rem;top:18.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtau41XP3GQ6QytZgBD0OXufs4JaNmXr { width:20rem;height:7.717875rem;top:46.124267578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izeiTUnthPhdZMPImmECBfHPGKJ7mZuF { display:block; }#izeiTUnthPhdZMPImmECBfHPGKJ7mZuF > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7OO9UhcF5pd5nKSrq5ADEf7TKTcTZi4 { width:20rem;height:12.999875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMfLFRLB6nx1MhsglSbZVkVyEanvdFnT { width:20rem;height:7.8003125rem;top:15.49925rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxDVKG9zoGGRkeT2MNR9ut99yuzRNCur { width:0.99975625rem;height:1.499025rem;top:24.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqPst8rd0mfvGAzRphuhbwdRSclDlyG4 { width:10.625rem;height:1.05590625rem;top:24.6875rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaNn0IATNXQ521aC2oLZs0s3xqGpuVCW { width:0.7495125rem;height:1.499025rem;top:26.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJDMUvOi0qG4MPBGMRZZ8GC59Gplg0bD { width:5.187375rem;height:1.05590625rem;top:26.9375rem;left:8.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTf0Ok8umGa8zzJf5rSv7ey6Eu2UwJC8 { width:16.31225rem;height:1.70593125rem;top:29.43603671875rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh4rHpZoUkoDeVMnvfhNHuSZ5Zp3fWLU { width:20rem;height:5.19775625rem;top:32.39136171875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wP1pxNdAibIS01vqlAC1qQiotTKcF975 { display:block; }#wP1pxNdAibIS01vqlAC1qQiotTKcF975 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLW8LGRZexiyg7ymdTSHiNbapG4U9CQK { width:20rem;height:16.437375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 { display:block; }#X0HfTM2GJhpgsGyfATx0xTmGP2yDt572 > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMv4GzLTCo8Rl3unx2Lf6NCoI7eMtx2k { width:7.5rem;height:7.5rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1pD1HTCdlEZrAgW3NKgRby4RhOyo88W { width:7.5rem;height:7.5rem;top:17.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5yTnX1OLHT8bJuTntToOhR08AcvoZbk { width:7.5rem;height:7.5rem;top:35.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSQCXw6xHEDHeqbXJETOtHwRCTI7tOTc { width:7.5rem;height:7.5rem;top:54.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbaZNGWmhd1WstgJ38BZTZKpOpUSD2h0 { width:2.8125rem;height:2.8125rem;top:3.59375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ3gmJZaikZfqPJ7NZatZvIb182eH7Q2 { width:2.25rem;height:2.25rem;top:20.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOgwkP00R6Bpyn4aLvkb5NJq2r8RhLC { width:2.8125rem;height:2.8125rem;top:37.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLf0HhKy41ORUGRpybHUmBLIKUsDBI0 { width:2.8125rem;height:2.8125rem;top:57.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTrrVJe1Sd9XPm5854Mn3VUWPxnTot5 { width:3.125rem;height:1.2994375rem;top:8.75rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To4PFJ7KtRzToegGFfTVmeg13h54JaTP { width:20rem;height:5.19775625rem;top:10.6103515625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CS9nybEHN4gVTLMA4EcJWKeyf9IxWHVr { width:6.687rem;height:1.2994375rem;top:25.1875rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THvUHTCcRc6SwWuVMAPFLz04E7z2BTcl { width:20rem;height:6.4971875rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocVXOucP5FWQE33lym3oHbBUP43k8kRb { width:4.74975625rem;height:1.2994375rem;top:43.125rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8Eo0JidaRN1gR5y4DMUFwIOsHTEs7d { width:20rem;height:9.0960625rem;top:44.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3vHvZHVU5NDweMfxRS9pPuhRhfJL2zp { width:6.62475rem;height:1.2994375rem;top:62.25rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGnZKUsxqrJZhGefHNPEJUbzFJHxEwy1 { width:20rem;height:5.19775625rem;top:64.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE { display:block; }#T5XONtIHllLcGXgBq3WGfBzZAlMhgZWE > .row .container { width:20rem;height:169.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJTf2tyR5qaMduda8wW1gG3DaiSB5TcK { width:20rem;height:2.6001rem;top:2.3748779296875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDDOpEI1LAhni2hWJbKaxFgsqFR9RHuM { width:11.749875rem;height:1.54358125rem;top:6.5618896484375rem;left:4.12353515625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDzsiLvmXwkTdozuPAdVgueLNiiMZQzW { width:9.75rem;height:1.62475625rem;top:46.06201171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvnhGbikMtU92Xn6fOTHlFEI0ySyrDI { width:20rem;height:19.9375rem;top:40.936889648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvPptQNmdcHHDTQR1zQ79MEQ34ya5yZT { width:9.375rem;height:11.875rem;top:40.936889648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGfAFvshsv2BAc21r9uVcsQq817W6TTe { width:8.0625rem;height:1.46179375rem;top:46.143188476562rem;left:0rem;font-size:1.125rem;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #PXHVPEgHmtPm4uECPguScgtQ1Uvp0ZB5 { width:20rem;height:19.9375rem;top:67.061767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Segr5ODamqezG4tNnu94RqKl8tguLIZ3 { width:9.375rem;height:11.875rem;top:67.061767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKU1Q2gDSxmTd0aiZ05tbzHk8hIiq8k { width:8.0625rem;height:1.46179375rem;top:72.26806640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvIatgPqXEch8hFST5wrmx8rMGNrKL7c { width:20rem;height:19.9375rem;top:88.999633789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFNAqFzmuDFqLku7Fd4tB2AohrgGZBc9 { width:9.375rem;height:11.875rem;top:88.999633789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7v7GZaqFiPEhhrTlQF6RAxiX2ZeJHAJ { width:11.875rem;height:11.875rem;top:40.936889648438rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihFUbZnHZ5TykH46LT56nsrsRyw6OgNX { width:0.24963375rem;height:11.875rem;top:40.936889648438rem;left:7.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnbEgUqqWZpapvhufVaBBmu6FJ897wTt { width:3.06213125rem;height:3.06213125rem;top:51.249389648438rem;left:6.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQri16aG4MO8tZWDyma7FGckUINNLWu { width:11.875rem;height:11.875rem;top:67.061767578125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgrwKdn1Vo7sl9EhkFSNLJG0rrrfqdEJ { width:0.24963375rem;height:11.875rem;top:67.061767578125rem;left:8.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPxhHvuX4AHMM7cwJc618SgzkA7SAxNF { width:3.06213125rem;height:3.06213125rem;top:77.437133789062rem;left:6.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwg3roOklT4T7Ff1OfG70JNuu0Wy2LS { width:11.875rem;height:11.875rem;top:88.999633789062rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBMEn4udCPpmLK70OTnReqICADInnuZs { width:0.24963375rem;height:11.875rem;top:88.999633789062rem;left:7.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZoZy0Bxrpyfo6soHhQBLJMOOGp6Q7sc { width:3.06213125rem;height:3.06213125rem;top:99.312133789062rem;left:6.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkPtbBsFqG8bAJ4p5WLJtkvtul0HNh8E { width:8.0625rem;height:1.46179375rem;top:94.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDGQVCi7kddElLr3JleSv0mv7iaoV7WZ { width:20rem;height:19.9375rem;top:115.99975585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTpstAd8HrpnSp8RSItvl0O18BLHcyqf { width:9.375rem;height:11.875rem;top:115.99975585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #km1hLCDw2tpWlFQJatKuB3CXpE7o0tse { width:11.875rem;height:11.875rem;top:115.99975585938rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Q555pgJdg7iTkswevK9cbQwo2hKKO7 { width:0.24963375rem;height:11.875rem;top:115.99975585938rem;left:7.8741455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdqQk1P53Ty8sGULwBgB43FmFZAhWu7i { width:8.0625rem;height:1.46179375rem;top:121.12487792969rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcy2SWv2FheynaxSIKwHmPIWZ1nzJr2J { width:3.06213125rem;height:3.06213125rem;top:126.46740722656rem;left:6.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTW1OC046EPvTI9Qz5FJutyU67OOFTqe { width:9.74975rem;height:1.62475625rem;top:9.37451171875rem;left:5.1239013671875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3kZOe0z9xoxBn4qVMFUScudJRrDR1OC { width:9.74975rem;height:1.62475625rem;top:14.935913085938rem;left:5.1239013671875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3vbhiQegpr6c9mVTzBbKvLeqnG2a6Pc { width:18.062125rem;height:3.2495125rem;top:10.936767578125rem;left:0.9674072265625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtqGpK1mhIPrTu27655idPGb9860UIvF { width:17.937rem;height:1.62475625rem;top:16.498413085938rem;left:1.0302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPNwh0EASTn6elubySbyzbXNLm2t9Owb { width:20rem;height:19.9375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDtJG10Q9bBN9MNRKyAX6K93FpO47Cl { width:9.375rem;height:11.875rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lndStcryyvBfWFfTFOMl3eikvXx1ayoG { width:14.375rem;height:1.62475625rem;top:32.8125rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2MNXJFT3nG068KChExCeLaMBGRqMdR6 { width:8.062125rem;height:1.46179375rem;top:24.25rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qrxnc82NVraf8oZEZcuyTbsHDnGUSr29 { width:20rem;height:1.2994375rem;top:35.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZabpQkx2xbqwec5sPu1D1yZnwZZwOCS { width:3.06213125rem;height:3.06213125rem;top:29.249877929688rem;left:6.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVLyJznc7Vq159PG5XfVowQvdbbzxpKw { width:11.875rem;height:11.875rem;top:19.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifMuwv6WpFKS44Qvr9iD8hrf0A6TB7K4 { width:0.25rem;height:11.875rem;top:19.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaVpzKMN1vwJJJATTNZHhkUsbmfkTZ3o { width:20rem;height:1.62475625rem;top:54.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZvp2zfaaHwkACaxlH59xiAFOPBH8G90 { width:20rem;height:2.598875rem;top:57.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5BvC6f85WHZRFvT58tz69Ju1Xpz2OQu { width:9.75rem;height:1.62475625rem;top:62.25rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErqEJifeOvGlTPe9ITTqkcO5rTTyfh19 { width:17.937rem;height:1.62475625rem;top:63.875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn9hXtwPF0t64MLqUewLVwt35lJ51Hb8 { width:20rem;height:1.2994375rem;top:85.76171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #lRAzASwGo9CNKJxgTTZ7hVFCuiHZz1Rv { width:20rem;height:1.2994375rem;top:82.93701171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #x6gkmoM5dOHNe6TyO9ZVSVMKAvQA2Hny { width:20rem;height:1.62475625rem;top:102.99926757812rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elk2QzLnWu9ZL2pPyyxvD9vplzMqokgz { width:20rem;height:2.598875rem;top:105.74951171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MgoGTA0pGaW2f7Goe5BMPhA2JAo7UGr8 { width:20rem;height:19.9375rem;top:138.18664550781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud3acKH08QwXefVK2L4u0Bnp2rNPrew5 { width:9.375rem;height:11.875rem;top:138.18664550781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTiQOVPX8wCewVRMehLHItbUQCRfZHcx { width:8.0625rem;height:1.46179375rem;top:143.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHnFerOAtZDLATEK5GWJV0dGzOvHTMff { width:3.06213125rem;height:3.06213125rem;top:148.62426757812rem;left:6.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUDgcl0h5pd4RMTKHiM2Mr7t2RL1gtJa { width:11.875rem;height:11.875rem;top:138.18664550781rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlLIaWILEZtxbzBBBlN9mzm40c114T7U { width:0.24963375rem;height:11.875rem;top:138.18664550781rem;left:7.8741455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDeb5OnIzcSOZLD6vkKqLmLi0AF8WcHb { width:9.74975rem;height:1.62475625rem;top:111.12426757812rem;left:5.1239013671875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drounTIZb8crg3I2wzGVBqPDJ7EzqElq { width:17.937rem;height:1.62475625rem;top:112.7490234375rem;left:1.0302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeKbs9ZATNNJuatGJgfmHV6ldwJ5xqlT { width:20rem;height:1.62475625rem;top:130.15380859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sfnpu2GrMKFF3ZXHeHTKw6kXaqN5CMzg { width:20rem;height:2.598875rem;top:132.49951171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0whu2Q65hgy8H5bBPyEs4SdHX1eIbVM { width:20rem;height:1.62475625rem;top:151.99829101562rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCnNXTzE2WKTwEGNhTFJ4STDqP16m9TJ { width:20rem;height:3.8983125rem;top:154.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BghgpL77yHOuVfi17CMklV4FywT5bwXr { width:9.75rem;height:1.62475625rem;top:159.75rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2E5PsNBHDWlGtig2RmW6aDiBoVZR1v { width:20rem;height:4.87426875rem;top:161.37451171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEPvBfA3W3HFz2nPWFflolHciIW8RiXT { width:20rem;height:1.62475625rem;top:80.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uys5P6eL9BVVPBZNkUmZCTmSI6x7ZXAc { width:20rem;height:2.598875rem;top:83.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO { display:block; }#V2AalzmrJvxdH7ZCTMPLiWU6mTADn4gO > .row .container { width:20rem;height:107.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0S4RoFSH1EBmzuCP8eprDAlsxanlHVv { width:15.25rem;height:1.54358125rem;top:1.25rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knbg6qnJiQ12yyZTrZx0ehaOH6SE18mf { width:20rem;height:19.9375rem;top:3.9996337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0OuXL7mUmC8c2ohCITQvwd706ggCmX { width:9.375rem;height:11.875rem;top:3.9996337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrdawWtPVP9sVDnvzx19snHEOKikIMT { width:11.875rem;height:11.875rem;top:3.9996337890625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcIUpXOSFyXPabft5IWdgHACwUn4VhRP { width:0.25rem;height:11.875rem;top:3.9996337890625rem;left:7.8118896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Nil1fBXpI7HZzrRVUP4vJGnTrooR5R { width:3.0625rem;height:3.0625rem;top:14.249267578125rem;left:6.3751220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXHzR01waxUgRHo5WHkVxQ9Oo1gKau4h { width:8.0625rem;height:1.46179375rem;top:9.124755859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQyuNPTLCubT7Gy5EUMP8mpKq9yKHQrh { width:20rem;height:19.9375rem;top:25.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvyOgEPnPoU9glkXTTMS4dFwPuww23Ih { width:9.375rem;height:11.875rem;top:25.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZBI2liXorqVIamkU0P6uPSfAzanHo6 { width:11.875rem;height:11.875rem;top:25.74951171875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDmmZmXs0i6ygS91QpScFLpm4e14M0lT { width:0.25rem;height:11.875rem;top:25.74951171875rem;left:7.9376220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2A8OqCVkuPhG0se8FmS16XLW42Kblkw { width:3.0625rem;height:3.0625rem;top:36.25rem;left:6.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcSpkNpGnZriJkDXXWNo05WWNhwAITCq { width:8.0625rem;height:1.46179375rem;top:30.874633789062rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwt0XehCZGX1K6qkExeVZHvcvW1eL82M { width:20rem;height:19.9375rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmTawHlHbJOtlXfMTObDmde2IDL5rwe9 { width:9.375rem;height:11.875rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waDAmqRzZAbm0NgV0ra85C4qSNL6f7V8 { width:11.875rem;height:8.875rem;top:51.875rem;left:7.999857390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pDOD4KZaohwcQkpVsi6XFVVXM6bT27 { width:0.25rem;height:11.875rem;top:51.875rem;left:7.9376220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDCbADumFU6PTQTITgDAl4UerONahf4C { width:3.0625rem;height:3.0625rem;top:62.249755859375rem;left:6.5924072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeITqOScpBTCHLAEBM8Sh5wzoKKIVf29 { width:8.0625rem;height:1.46179375rem;top:57rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMq929yqFAvUds2WG6T2WsBU9KTwBtJ8 { width:20rem;height:19.9375rem;top:73.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTSvdLAhTpmdZlT9hNWDmfriPQbaP7iw { width:9.375rem;height:11.875rem;top:73.687133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFh5DIHxxn2ceyplIgpHSPlKhOWC8osu { width:11.9375rem;height:11.9375rem;top:73.687133789062rem;left:7.937357390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxu7WAyblfUg8Jzz9efEOk0dCe0p0Hbn { width:0.25rem;height:11.875rem;top:73.687133789062rem;left:7.811279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeJX6aGeVhDxEtNcCDGC9eZv0A1xFdl { width:3.0625rem;height:3.0625rem;top:84.124755859375rem;left:6.3751220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azMIBone84GzvfzBZwg0MNrWkTmLuld3 { width:8.0625rem;height:1.46179375rem;top:78.812255859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcyxz8I0pvMs5siiBJCpvUZ8STFO2s97 { width:20rem;height:1.62475625rem;top:39.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZtQCHaLzd15h8GxzDVSCQubDz1DSR8U { width:20rem;height:2.598875rem;top:42.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vM0pCOw2MaIT3dghFv57NhHRCRFTObW4 { width:9.75rem;height:1.62475625rem;top:47rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWo5389xE1CgNyvNtpadw8Htlh6EWMor { width:17.9375rem;height:1.62475625rem;top:48.624267578125rem;left:1.0302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dK0gX8QNS0cXe4leacg9AiID7naHM3Oo { width:20rem;height:2.598875rem;top:65.311889648438rem;left:-0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h49v1qT3RXafGk1tnbUSUViIIMOakTGK { width:20rem;height:1.2994375rem;top:69.134155273438rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMbJB0fl9PXqephWbC0XvDxQgT0fWHwd { width:20rem;height:1.62475625rem;top:88.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnpZNVEecgnszd8lXOs9Rc6CSCvMzf0A { width:20rem;height:1.2994375rem;top:91.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImNtaxIiKWe5bEFHAwavQDwvRbywXKzE { width:9.75rem;height:1.62475625rem;top:95.5rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrhpHVvihQ8kQyP7VdZLIwNZCi8FW3Rw { width:20rem;height:3.2495125rem;top:97.124633789062rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZqwv5Vtmq0ofuSavCrJHsITrmBoqymt { width:20rem;height:1.62475625rem;top:18.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5VaXMBzMUfN3Z6A61UGDLfKsHIr2zS3 { width:20rem;height:1.2994375rem;top:21.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAI6TpeTxg1bvBldWcP8VIdsA2z749ow { display:none; }#oAI6TpeTxg1bvBldWcP8VIdsA2z749ow > .row .container { width:20rem;height:274.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IlXSFqs7mp9mTwEKkE3Ffund7qcVr3dn { width:20rem;height:11.875rem;top:79.64245625rem;left:0rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #TQyfOBrS4qwxcRrSchVxR9hnXMHICgKD { width:20rem;height:3.89941875rem;top:218.63928125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #NErddEAcWRwBcBxLnGDnskknVdGetKTT { width:14.375rem;height:1.625rem;top:155.89245625rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #RpycoSdyFGhoH8iwRbV6y3pRe6CEu1I8 { width:3.0625rem;height:3.0625rem;top:180.32995625rem;left:8.4375rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #vThqPMGF8t1lxpWT0GpecrlBTLkTiUSW { width:9.125rem;height:9.125rem;top:123.01745625rem;left:0.1875rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #bfrNeA1SXUxy0qG3TrOlpkBHGges8AdT { width:20rem;height:0.25rem;top:123.01745625rem;left:0rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #Q3k62a1ekJhorD3PK9PXmmSVuTN17z62 { width:20rem;height:3.5625rem;top:74.82995625rem;left:0rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #EBxwX2mXC8OzGAf33eNWSqsZkWNaXlZ8 { width:9.75rem;height:1.625rem;top:199.01745625rem;left:5.125rem;font-size:1.25rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #FG5zNl8pKMLpov5ak2mxqTdCTPdQo3Ef { width:11.75rem;height:1.54345625rem;top:5.0994875rem;left:4.125rem;font-size:1.1875rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #tTgCBHLHDIPK5WHSvGDPMimqqiuTeAS4 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #wJGhklnoWvew7BSvZ9ZAExmIlIAxr2qB { width:20rem;height:11.875rem;top:61.70495625rem;left:0rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #JCLtqOng9OoPCUE8CcfO84ZE5nPN6DaT { width:20rem;height:3.89941875rem;top:213.49035625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #S3NMSduDhdONhh7eN3Zh3t9xqCA4ifvc { width:18.625rem;height:3.25rem;top:151.39245625rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #PFlpvEkSv5L8zwNh1o8QnW9klEJdFewi { width:3.0625rem;height:3.0625rem;top:176.01745625rem;left:8.4375rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #THCm6A6TZSfo0aeZM4aDyAEm7XGhtnhT { width:9.125rem;height:9.125rem;top:123.01745625rem;left:0.1875rem;z-index:100033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O6IgT11x8pprANbTCuW7PPDsbGPF5FxP { width:20rem;height:0.25rem;top:121.51745625rem;left:0rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #WR6BEN8gVK7RdUQct85mxMWcJw34lPT8 { width:20rem;height:3.5625rem;top:56.89245625rem;left:0rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #IraUuXrDTbiKoyx7yDLxCKwChRwFvXWM { width:9.75rem;height:1.625rem;top:196.14245625rem;left:5.125rem;font-size:1.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #N0TgbCJrhP3HlG0K8riKgT07LNwG7PUC { width:20rem;height:11.875rem;top:43.76745625rem;left:0rem;z-index:100038;display:block; }
 }@media only screen and (max-width: 763px) { #ccIkcWvwc041gXvab87JvMGSD295Drav { width:20rem;height:3.89941875rem;top:208.34143125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #PlDlXT5wK07w46fUrnWIgITlpOMZl9GO { width:18.625rem;height:1.625rem;top:148.51745625rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100038;display:block; }
 }@media only screen and (max-width: 763px) { #NCLb164qRdSBQ7z3711KUKce4JLthsUR { width:3.0625rem;height:3.0625rem;top:171.70495625rem;left:8.4375rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #yzPk2NNUyLH8JN9VorI2yasB868lZQ0r { width:9.125rem;height:9.125rem;top:123.01745625rem;left:0.1875rem;z-index:100041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vvJshXlhZbVfyizDkfl24DQshT8nywkp { width:20rem;height:0.25rem;top:120.01745625rem;left:0rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #emzMW0wuDDQUOW3remz4eMB3l1SsvqIb { width:20rem;height:3.5625rem;top:38.95495625rem;left:0rem;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #nMKRAzCSLEoUVChUqTfmy4sH7VFGomIP { width:9.75rem;height:1.625rem;top:193.26745625rem;left:5.125rem;font-size:1.25rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #hI7wR2qH988lAOBtOsXsQFiV5rRduzcV { width:20rem;height:11.875rem;top:25.82995625rem;left:0rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #C6nibho1F0yeisFmqg8lnNTTr6CSeEqy { width:20rem;height:5.19921875rem;top:201.89245625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #EI37mV2gyol3cimEXvpKx3i1KHBia71r { width:18.625rem;height:3.25rem;top:144.01745625rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #Pk9K17xoTTOToSp5miMpTB4fHTALFaDJ { width:9.125rem;height:9.0625rem;top:123.01745625rem;left:0.1875rem;z-index:100049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RbkhihZLx5wfa2fWBQ1J3UO4W8MckppJ { width:20rem;height:0.25rem;top:118.51745625rem;left:0rem;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #wHfgBAGTBS3uM8tmMHgdmDVWZ4VF4tor { width:20rem;height:3.5625rem;top:21.01745625rem;left:0rem;z-index:100052;display:block; }
 }@media only screen and (max-width: 763px) { #dcohox7Sx3D6IcJHqMrROIDEZbH2hvod { width:9.75rem;height:1.625rem;top:190.39245625rem;left:5.125rem;font-size:1.25rem;z-index:100053;display:block; }
 }@media only screen and (max-width: 763px) { #cBfssDGzxwwEmDsRT0TfKxkTub9W1H5D { width:3.0625rem;height:3.0625rem;top:167.39245625rem;left:8.4375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #XoTCb0E1JiVf4dXxiv7vdJUESJDFsZqK { width:20rem;height:11.875rem;top:7.89245625rem;left:0rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #ZTFL6DD1U9SfbX8eGXp3J7u2I8uzbmcJ { width:18.625rem;height:4.875rem;top:137.89245625rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #HO70Dp0GUcXTTJ0zBCNo8cbNszW6VbV3 { width:3.0625rem;height:3.0625rem;top:163.07995625rem;left:8.4375rem;z-index:100068;display:block; }
 }@media only screen and (max-width: 763px) { #eTlctTZPMzgRpcVlSrygpx8i8dsLptsr { width:20rem;height:0.25rem;top:117.01745625rem;left:0rem;z-index:100064;display:block; }
 }@media only screen and (max-width: 763px) { #bDeSdgX52c3nb2wELMeI6Z5EUbrcwF1I { width:20rem;height:3.5625rem;top:110.70495625rem;left:0rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #yLttdn2Oh9rO4FvrMETKT3TgmNKI0Xxp { width:9.75rem;height:1.625rem;top:187.51745625rem;left:5.125rem;font-size:1.25rem;z-index:100069;display:block; }
 }@media only screen and (max-width: 763px) { #lCKDdRNoE8HDXaZbrosNZ7ECEERTRTXC { width:20rem;height:11.875rem;top:97.57995625rem;left:0rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #hiuCTT1FP8SgD4pJ7hi19PZTRRo1SAiW { width:18.625rem;height:3.25rem;top:133.39245625rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #UHrmuLKI8v0iBpAcfghOGKdqKBmrxhF7 { width:3.0625rem;height:3.0625rem;top:158.76745625rem;left:8.4375rem;z-index:100074;display:block; }
 }@media only screen and (max-width: 763px) { #Ksr0qGftx3O8LmKdtPIkdlrgWAngdle2 { width:20rem;height:3.5625rem;top:92.76745625rem;left:0rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #PHFROFnxVkfTzUw0Iu8xsMNkQJC3gMac { width:9.75rem;height:1.625rem;top:184.64245625rem;left:5.125rem;font-size:1.25rem;z-index:100075;display:block; }
 }@media only screen and (max-width: 763px) { #CVi9xfzMaTm08hfvbE9lCFL9BQPUJXJQ { width:20rem;height:0.25rem;top:115.51745625rem;left:0rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 { display:block; }#Dqu8tuJgcxvGZJI9WICBO8hLKIp6ZfT1 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxcgoxbMxdUxiuuwhXxOQJtrEDD7edqi { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #upV627I01dmM7orJMtNq2CBKaEmbQ7qZ { width:16.3745rem;height:16.3745rem;top:7.7606201171875rem;left:1.8121337890625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #WpTA7Z69T8obCJfuJNuKsW7b9Wre4irV { width:8.2495rem;height:8.2495rem;top:11.1962890625rem;left:5.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOs6kRfQNe6excV1tKzzrLVqTx7ywfi8 { width:16.375rem;height:16.375rem;top:30.13427734375rem;left:1.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuaQqXtQ8De0PwHmqIIfdzIMacD4Hs9O { width:15.249rem;height:2.11181875rem;top:24.133911132812rem;left:2.37548828125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSiCNqxPPK8iGdovswhdq86uEQIUDvqG { width:13.499125rem;height:1.62475625rem;top:26.245727539062rem;left:3.2501220703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsrMpTUbQH15DFXlmiNlBC02v9N6d4Sh { width:15.249rem;height:2.11181875rem;top:46.508178710938rem;left:2.3748779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1pAngOpi4TWzTHidN5WEC8zg7KQb3R8 { width:13.499125rem;height:1.62475625rem;top:48.619995117188rem;left:3.24951171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0LDpbT9gdAORh0qNQsBBQSIJITvHC2p { width:20rem;height:4.22363125rem;top:52.393798828125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s { display:block; }#E6OUvJGz94KfA4AM1MhTXpvcuL0VEP1s > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTcldI3ofgUPtie7Kk8VHTWB7wAUSbPL { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9wThzmT7arK3BcTBUvfpcn14g4G7EL { width:20rem;height:11.61498125rem;top:7.6995875rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AXAB7e5MJ4TfCv0sauet8mJqqCtp5c5p { width:20rem;height:24.19375rem;top:21.832275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUZXixNVqJePkIaEeXmSITw5NtEy8A8h { display:block; }#CUZXixNVqJePkIaEeXmSITw5NtEy8A8h > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH9Xkm22hT6RE4TKcEB2yHK9CHCMI1GT { width:20rem;height:2.2753875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }