.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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:#e8f2f4;background-image:none;position:relative;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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#bdTL9sWEf4o98rqK0X7UTPkLqeNx8sia { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:19.531251907349rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#mOPPqV59UgVkJmphP9mlk9TKwwD4BB9N { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:9.375rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#RhToyyrJQ9PibzOsXJh4wTnXIGORRq1l { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:15.78750038147rem;left:9.375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#tTA8FA8bbXKKhTTmcSgq7Dbpc2m5NNUA { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:40.75rem;top:23.937500834465rem;left:9.625rem;overflow:hidden;display:block; }
#fB22lPAiJI1fo8WxMwTTbocnu3VE2m2y { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:7.875rem;top:1.9250000715256rem;left:10.39999961853rem;overflow:hidden;display:block; }
#B2TeTy1NEudo7a8WPewIBTGFVINLZ2Eu { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:7.875rem;top:2.3625000715256rem;left:41.77499961853rem;overflow:hidden;display:block; }
#koRw8r5pf7HiUfMtdCAqirTgG8aS6H0M { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:23.125rem;top:18.6875rem;left:18.437501907349rem;overflow:hidden;display:block; }
#N321nM9rTBGz0Q14IPNTimXrItr2glru { color:#000000;display:block;width:48rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:31.875000834465rem;left:6rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#WFeehCUMAunifMpStsRVBKfH4h18mLV7 { position:relative;display:block; }#WFeehCUMAunifMpStsRVBKfH4h18mLV7 { background-color: transparent; background-image: none; }#WFeehCUMAunifMpStsRVBKfH4h18mLV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFeehCUMAunifMpStsRVBKfH4h18mLV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFeehCUMAunifMpStsRVBKfH4h18mLV7 > .row .container > .video-iframe-container { display: none; }#WFeehCUMAunifMpStsRVBKfH4h18mLV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFeehCUMAunifMpStsRVBKfH4h18mLV7 > .row > .video-iframe-container { display: none; }#WFeehCUMAunifMpStsRVBKfH4h18mLV7 > .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); }#WFeehCUMAunifMpStsRVBKfH4h18mLV7 { border-width: 0; border-radius: 0; }#WFeehCUMAunifMpStsRVBKfH4h18mLV7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#aguyMW91qI4SZedZ46ySrMniStu9BS1i { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 { position:relative;display:block; }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 { background-color: transparent; background-image: none; }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 > .row .container > .video-iframe-container { display: none; }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 > .row > .video-iframe-container { display: none; }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 > .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); }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 { border-width: 0; border-radius: 0; }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 > .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:36.5625rem;width:60rem;position:relative;display:block; }#Zd4OLwTpBhgT3Sw6rwFZ8kXbwcT7rqdz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:17.125rem;top:5.7492198944092rem;left:3.3992195129394rem;overflow:hidden;display:block; }
#IDBuNtsLzWGAkVOs92usZTR7kow6CHul { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:16.3125rem;top:3.3117189407349rem;left:3.8054695129394rem;overflow:hidden;display:block; }
#yQWle7c89DzCGOXJLLuoCdrsAHdozaTO { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:50.625rem;top:31.625rem;left:4.6875rem;overflow:hidden;display:block; }
#nUE7T35obZoHdKTS73HBizb4WwgpBkTH { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.4992189407349rem;left:23.64999961853rem;height:25.025rem;display:block; }
#QHTqZS6gvwFtM1Fa9Ri8XzfBRKtG8GyT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:17.875rem;top:18.624219894409rem;left:4.6875rem;overflow:hidden;display:block; }
#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k { position:relative;display:block; }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k { background-color: transparent; background-image: none; }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k > .row .container > .video-iframe-container { display: none; }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k > .row > .video-iframe-container { display: none; }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k > .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); }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k { border-width: 0; border-radius: 0; }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.6875rem;width:60rem;position:relative;display:block; }#mthbId9yJ2IKro8H9FxbtfLEnKI06QXI { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4rem;left:7.03125rem;height:7.15rem;display:block; }
#kJICAqtPUuZTWN74xBpUu7uPAI8Dxhmc { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.9375rem;left:7.03125rem;height:32.175rem;display:block; }
#frCP1FgLppmd9EVMTpf9Ok3neQ6Wq08r { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.9375rem;left:6.84375rem;height:2.275rem;display:block; }
#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI { position:relative;display:block; }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI { background-color: transparent; background-image: none; }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI > .row .container > .video-iframe-container { display: none; }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI > .row > .video-iframe-container { display: none; }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI > .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); }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI { border-width: 0; border-radius: 0; }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI > .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:16rem;width:60rem;position:relative;display:block; }#lCHPiQXprpw2xFFn4PC1KOmO8uTLCQi5 { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.63671875rem;left:6.78125rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#LXzpUoDVpU9WGQiOqbytgSZpP4w9Mm12 { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.9984359741213rem;left:9.375rem;height:6.6625rem;text-align:center;text-align-last:center;display:block; }
#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 { position:relative;display:block; }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 { background-color: transparent; background-image: none; }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 > .row .container > .video-iframe-container { display: none; }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 > .row > .video-iframe-container { display: none; }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 > .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); }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 { border-width: 0; border-radius: 0; }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 > .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:38.375rem;width:60rem;position:relative;display:block; }#hV1i4T1NLsAAiqyDc2PDAIK34bRnx4rg { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:2.9375009536743rem;left:7.03125rem;height:12.5125rem;display:block; }
#gPJKaqJsk4fNR7XGRoCcVhwZFTuOf92q { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:16.312500953674rem;left:7.03125rem;height:2.4375rem;display:block; }
#HWuxKuFVOIIdNH3gtmpebku1vy5TcAwM { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:19.875000953674rem;left:7.03125rem;height:12.5125rem;display:block; }
#E86ZG48BxRplIfmC55RTWS6oFnqqdqNM { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(176,177,179,0.5) ;height:3.375rem;width:34.875rem;top:33.324999809265rem;left:12.5625rem;overflow:hidden;display:block; }
#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK { position:relative;display:block; }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK { background-color: transparent; background-image: none; }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK > .row .container > .video-iframe-container { display: none; }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK > .row > .video-iframe-container { display: none; }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK > .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); }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK { border-width: 0; border-radius: 0; }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK > .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:39.25rem;width:60rem;position:relative;display:block; }#K9L7W85ATdovAnoVzQxBmtXkBZITVhOn { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.0625rem;left:7.03125rem;height:37.5375rem;display:block; }
#npHTRhALLwaGZtFKW6ElLQtKe9buTasT { position:relative;display:block; }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT { background-color: transparent; background-image: none; }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT > .row .container > .video-iframe-container { display: none; }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT > .row > .video-iframe-container { display: none; }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT > .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); }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT { border-width: 0; border-radius: 0; }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT > .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:22.4375rem;width:60rem;position:relative;display:block; }#eNWePTeKiMtx3DvS9rUN50AhgvsqdBTM { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.5rem 0.1875rem #e5e7e8 ;height:14.5rem;width:43.875rem;top:3.5625rem;left:8.0625rem;overflow:hidden;display:block; }
#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn { position:relative;display:block; }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn { background-color: transparent; background-image: none; }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn > .row .container > .video-iframe-container { display: none; }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn > .row > .video-iframe-container { display: none; }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn > .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); }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn { border-width: 0; border-radius: 0; }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn > .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:22.125rem;width:60rem;position:relative;display:block; }#TDuExi24LpWtR4ZFPpSpPI6cSKBVIvhF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:19rem;top:3.0000007152558rem;left:8.21875rem;overflow:hidden;display:block; }
#x33OMwa7OBly2KHNJATm8FhOWOWsxccG { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:2.4375002384186rem;left:29.062501907349rem;height:18.76875rem;display:block; }
#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz { position:relative;display:block; }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz { background-color: transparent; background-image: none; }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz > .row .container > .video-iframe-container { display: none; }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz > .row > .video-iframe-container { display: none; }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz > .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); }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz { border-width: 0; border-radius: 0; }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz > .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:26.125rem;width:60rem;position:relative;display:block; }#QUe0COrTG2dM65KL7OU5VWXu7folhhbM { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:9.625rem;left:10.625rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#K3VFtGxXyXT1h03ORsQVO5lL57UzZUQK { color:#000000;display:block;width:45.875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:17.425001144409rem;left:7.0625rem;height:3.33125rem;text-align:center;text-align-last:center;display:block; }
#ivEWIk4zWpg34kKEbBI8NAWlBSoBT8HP { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.625rem;left:9.375rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX { position:relative;display:block; }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX { background-color: transparent; background-image: none; }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX > .row .container > .video-iframe-container { display: none; }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX > .row > .video-iframe-container { display: none; }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX > .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); }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX { border-width: 0; border-radius: 0; }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX > .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:34.5625rem;width:60rem;position:relative;display:block; }#aPTyAXtp39UdOusMinWo7xWo44G4d6NA { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:2.7117195129394rem;left:7.03125rem;height:10.725rem;display:block; }
#KhqZyLU39QqiGTDn16QtO5VosuvyeBKD { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:19.399218559265rem;left:7.03125rem;height:12.5125rem;display:block; }
#ZB8TCqEIONdQou31WTfLxXC8K6GbxyQD { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:14.586719512939rem;left:7.03125rem;height:3.575rem;display:block; }
#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w { position:relative;display:block; }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w { background-color: transparent; background-image: none; }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w > .row .container > .video-iframe-container { display: none; }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w > .row > .video-iframe-container { display: none; }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w > .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); }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w { border-width: 0; border-radius: 0; }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w > .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:27.8125rem;width:60rem;position:relative;display:block; }#r8wy2cePh8k8cDooGD7P2JAbOnS5TEll { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;height:23.5rem;width:53.125rem;top:2.15625rem;left:3.4375rem;overflow:hidden;display:block; }
#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 { position:relative;display:block; }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 { background-color: transparent; background-image: none; }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 > .row .container > .video-iframe-container { display: none; }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 > .row > .video-iframe-container { display: none; }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 > .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); }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 { border-width: 0; border-radius: 0; }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#z91iV6IHEb4usSPtKgGlKlrQfeh8tHOv { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:3.59375rem;left:6.9375rem;height:23.2375rem;display:block; }
#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI { position:relative;display:block; }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI { background-color: transparent; background-image: none; }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI > .row .container > .video-iframe-container { display: none; }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI > .row > .video-iframe-container { display: none; }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI > .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); }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI { border-width: 0; border-radius: 0; }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI > .row .container { border-top:0.3125rem dashed #d9e7ea;border-left:0.3125rem dashed #d9e7ea;border-right:0.3125rem dashed #d9e7ea;border-bottom:0.3125rem dashed #d9e7ea;background-color:#f6fafb;background-image:none;font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;position:relative;display:block; }#rLPflobawyna8Ce0nkRW8GBPtAh9Xkbc { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:46.75rem;top:11.5rem;left:6.625rem;overflow:hidden;display:block; }
#Jra5cdkLTcUJRAHB0mzTmJDUJvWI5bgB { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.5rem;left:10.625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#G2AMTGLzKpbwcb6Ta7LofsFxexn4GTkE { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:14.9375rem;left:10.625rem;height:16.0875rem;display:block; }
#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB { position:relative;display:block; }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB { background-color: transparent; background-image: none; }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB > .row .container > .video-iframe-container { display: none; }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB > .row > .video-iframe-container { display: none; }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB > .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); }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB { border-width: 0; border-radius: 0; }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB > .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:4.9375rem;width:60rem;position:relative;display:block; }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u { position:relative;display:block; }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u { background-color: transparent; background-image: none; }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u > .row .container > .video-iframe-container { display: none; }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u > .row > .video-iframe-container { display: none; }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u > .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); }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u { border-width: 0; border-radius: 0; }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u > .row .container { border-top:0.3125rem dashed #d9e7ea;border-left:0.3125rem dashed #d9e7ea;border-right:0.3125rem dashed #d9e7ea;border-bottom:0.3125rem dashed #d9e7ea;background-color:#f6fafb;background-image:none;font-size:0.875rem;font-family:arial;height:112.1875rem;width:60rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;position:relative;display:block; }#uSVbTHqeLfch0fVoeSDuNSHtIMm36WAd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:46.75rem;top:12.187499761581rem;left:6.625rem;overflow:hidden;display:block; }
#TzHyBm9aACpn424ccyweVSpmoLbMO0RN { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:2.5rem;left:10.625rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#TNRkHBSL3eKrt4Nz34QUUAFebiurb2Lz { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15.750001907349rem;left:11.1875rem;height:46.475rem;display:block; }
#veyoab0l2DSJt6E6sVcGCa0XWMii9oPV { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:8.6874997615813rem;left:10.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#wuIPvTk5T0QU4VfBEWVfVeR4ZrqpQOtV { color:#000000;display:block;width:37.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:63.375rem;left:14.4375rem;height:21.45rem;display:block; }
#x1oA8QoMW6mTAPtwLXF3sbXi1INpdTOa { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:86.5rem;left:10.8125rem;height:21.45rem;display:block; }
#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC { position:relative;display:block; }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC { background-color: transparent; background-image: none; }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC > .row .container > .video-iframe-container { display: none; }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC > .row > .video-iframe-container { display: none; }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC > .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); }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC { border-width: 0; border-radius: 0; }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC > .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:15.25rem;width:60rem;position:relative;display:block; }#f1JUxhZtd2FmTLRgNXTHrhW4nkyT7wKo { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.8125rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#xKZ8flc6xNZMuu3BPchMq6PBPt4g7IGf { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:8.3875007629394rem;left:9.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT { position:relative;display:block; }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT { background-color: transparent; background-image: none; }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT > .row .container > .video-iframe-container { display: none; }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT > .row > .video-iframe-container { display: none; }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT > .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); }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT { border-width: 0; border-radius: 0; }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT > .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:76.1875rem;width:60rem;position:relative;display:block; }#WwKTeSzLlsDnnUe2Z1MgDDucX9RTpUsr { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.625rem 0.625rem 0.4375rem #e5e7e8 ;height:38.75rem;width:31rem;top:2.5250000953674rem;left:14.5rem;overflow:hidden;display:block; }
#KMCJMQsnlOmq3MgHW7SPQE5wvSpzrode { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.625rem 0.625rem 0.4375rem #e5e7e8 ;height:27.25rem;width:31rem;top:44.337501525879rem;left:14.5rem;overflow:hidden;display:block; }
#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO { position:relative;display:block; }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO { background-color: transparent; background-image: none; }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO > .row .container > .video-iframe-container { display: none; }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO > .row > .video-iframe-container { display: none; }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO > .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); }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO { border-width: 0; border-radius: 0; }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO > .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:19.1875rem;width:60rem;position:relative;display:block; }#o69rHsnUCHwpBSefT05ayklMrw2wb6mS { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:6.78125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#WThbdGEmmfbGeciSiZsKtEVnqfXgwZQP { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.14999961853rem;left:9.375rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#weQXZwV68LMGu5u6Z2rED5Syb1H1IqZh { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:14.5rem;left:9.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd { position:relative;display:block; }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd { background-color: transparent; background-image: none; }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd > .row .container > .video-iframe-container { display: none; }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd > .row > .video-iframe-container { display: none; }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd > .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); }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd { border-width: 0; border-radius: 0; }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd > .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:34.125rem;width:60rem;position:relative;display:block; }#Rc0Tyqp9D1HnDLSEdOTeH8KWTx1J1dLK { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:2.9617190361023rem;left:6.9375rem;height:3.575rem;display:block; }
#I0gEtoJozO0QUybTH22pyAnoEhfmTzH6 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.625rem 0.375rem #e5e7e8 ;height:3.25rem;width:15.4375rem;top:8.7812503576281rem;left:3.875rem;overflow:hidden;display:block; }
#gDhe9xnBhrxspb5iDKkwEvX4wHWFXtfv { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:14.399999976158rem;left:6.9375rem;height:17.875rem;display:block; }
#BvO47HhWMml04JvEVDwMrwIMTfc37NDz { position:relative;display:block; }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz { background-color: transparent; background-image: none; }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz > .row .container > .video-iframe-container { display: none; }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz > .row > .video-iframe-container { display: none; }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz > .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); }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz { border-width: 0; border-radius: 0; }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz > .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:28.875rem;width:60rem;position:relative;display:block; }#rfUEkbDnIubdDqMsUfp72aXTXb1oLukb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.625rem 0.3125rem #e5e7e8 ;height:9.5625rem;width:57.9375rem;top:3.2742185592651rem;left:1.03125rem;overflow:hidden;display:block; }
#CSekyxrD16G1Zq93LZy3WCCF8nhuk1fN { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:17.83749999851rem;left:6.9375rem;height:5.3625rem;display:block; }
#OyV5eOUuI1kBfHlk3egQGlbmXlfHRQfd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.9375rem 0.4375rem #e5e7e8 ;height:90rem;width:60rem;display:none; }
#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI { position:relative;display:block; }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI { background-color: transparent; background-image: none; }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI > .row .container > .video-iframe-container { display: none; }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI > .row > .video-iframe-container { display: none; }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI > .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); }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI { border-width: 0; border-radius: 0; }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI > .row .container { border-top:0.3125rem dashed #d9e7ea;border-left:0.3125rem dashed #d9e7ea;border-right:0.3125rem dashed #d9e7ea;border-bottom:0.3125rem dashed #d9e7ea;background-color:#f6fafb;background-image:none;font-size:0.875rem;font-family:arial;height:160rem;width:60rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;position:relative;display:block; }#WFk9FVcPw3sJrz2tebtSoptwyR9VNqKz { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:45.125rem;top:8.8125009536744rem;left:7.4375rem;overflow:hidden;display:block; }
#JmnmZdTBdKE9QDG7CsapEh8nLZiua1By { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:3.4375009536743rem;left:10.625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#t0ssI3zP4nISNdQygbeuXTOn1lQMQfqX { color:#000000;display:block;width:41.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:59.8125rem;left:9.3125rem;height:12.5125rem;display:block; }
#f6PM0vnofhScMAB899PcqCrbrShNcvTe { color:#000000;display:block;width:45.875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:18.249219417572rem;left:7.0625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#ZfecseihmuitF5mQEmls2SxKhUZrA1Di { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:55.125rem;left:10.625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#f0IWp04JMNxMvA18UTLroEKIfLQcvGOr { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:74.125rem;left:6.8125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#HooVmW4xEILVcChfx9qRcbiGlQt6vPUy { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:79.1875rem;left:9.375rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#dgqraR1qomK5DJDKUUdeIkWRJpV6xTDQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:37.75rem;top:91.625rem;left:11.125rem;overflow:hidden;display:block; }
#wgeqldlIZz38rXV4gr24hbTP1ewTGhUf { color:#ff0000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:87.5rem;left:6.8125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#PcvLq3vXhGfWqg8OZo1KyOcIheeQddig { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:46.75rem;top:97.5625rem;left:6.625rem;overflow:hidden;display:block; }
#xl6iy8312aOctsvylood6sISpCv0sNMl { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:109.1875rem;left:6.8125rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#DHQXTvT66vg7yIylG8tMDlo4E01AJeZ2 { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:123.8125rem;left:9.375rem;height:3.7375rem;text-align:center;text-align-last:center;display:block; }
#d7xFFmSOKOwnDm3kVRCSco0Znvn6D6k5 { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:101.625rem;left:9.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OlnMWwNI45MlgTZzHoAkyXRkk8RMvzRz { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:106.5rem;left:9.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#DoQTdvfn6ipo1nDxqbdW6DAMTg7VTioT { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:127.5rem;left:9.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#Gd0zFTIn5urXuHc3Mxb6u6DINtaOw7Ow { color:#ff0000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:134.5rem;left:6.8125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#bDFu05Qhg3VsS250tdHDlHX3w6wGMt0w { color:#ff0000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:139rem;left:6.8125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#NlR4dyFAmsTKA15kVCNdLThls1Qmi56b { position:absolute;display:block;z-index:100012;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem #e5e7e8 ;height:6.75rem;width:27.25rem;top:148.4375rem;left:16.0625rem;overflow:hidden;display:block; }
#VWHFgF0xw9i1J4VIlZ9efgbOlOyC9Syf { color:#000000;display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:23.6875rem;left:11.5625rem;height:28.6rem;display:block; }
#iLOIL3Vm5kGKtSA0MCkuX3TS5zQ8cZ3A { color:#000000;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:33.625rem;left:14.6875rem;height:8.9375rem;display:block; }
#RWyHputgK0ylVPG2XFydDqfeK1ZMmPJs { color:#000000;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:33.625rem;left:14.6875rem;height:8.75rem;display:none; }
#dSW2cT7aclIgrp8kTFpvbRZzqiiom7in { color:#000000;display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:23.6875rem;left:11.5625rem;height:28rem;display:none; }
#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb { position:relative;display:block; }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb { background-color: transparent; background-image: none; }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb > .row .container > .video-iframe-container { display: none; }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb > .row > .video-iframe-container { display: none; }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb > .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); }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb { border-width: 0; border-radius: 0; }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb > .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:124.0625rem;width:60rem;position:relative;display:block; }#T5ehdTabMFvp2KsWyPNOqKMNDTvxF191 { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:15.625rem;left:6.9375rem;height:25.025rem;display:block; }
#SrIOtk7H2FotTW3S5mf3DpoNgRxOMubz { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:9.375rem;height:11.2125rem;text-align:center;text-align-last:center;display:block; }
#A3Tx2iXmFzpOLQv7Lxq4RTiC78Zmsm1t { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:53.406253814698rem;left:6.9375rem;height:23.2375rem;display:block; }
#I3lpigSz23gm9lIMKB4rNCnCwWCb2Car { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:43.175003051757rem;left:9.375rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#IAVEuyiw2OFN3Imzae9qMV7MfNccH3rC { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:98.000000953675rem;left:6.9375rem;height:23.2375rem;display:block; }
#MVqTlftaOlzXHNcndQXHpNiNsLTOIbmv { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:91.75000190735rem;left:9.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#PJlLckwdzwpaFHlmwR2CW0kn5aJEPNSh { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:83.625rem;left:9.375rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#KVkLzWluGyK0QuB8gBRfKhcfvrmNzzZ6 { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:78rem;left:6.8125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe { position:relative;display:block; }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe { background-color: transparent; background-image: none; }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe > .row .container > .video-iframe-container { display: none; }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe > .row > .video-iframe-container { display: none; }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe > .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); }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe { border-width: 0; border-radius: 0; }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe > .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:49.625rem;width:60rem;position:relative;display:block; }#r4G9ZWyogPwDkZSplQNpKy3x1N7SPZGr { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13rem;left:6.9375rem;height:32.175rem;display:block; }
#KUnkrLMi5Qnl10tZwNZPOBXmMxmZuWCF { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:1.5375003814698rem;left:9.375rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya { position:relative;display:block; }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya { background-color: transparent; background-image: none; }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya > .row .container > .video-iframe-container { display: none; }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya > .row > .video-iframe-container { display: none; }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya > .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); }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya { border-width: 0; border-radius: 0; }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya > .row .container { border-top:0.3125rem dashed #d9e7ea;border-left:0.3125rem dashed #d9e7ea;border-right:0.3125rem dashed #d9e7ea;border-bottom:0.3125rem dashed #d9e7ea;background-color:#f6fafb;background-image:none;font-size:0.875rem;font-family:arial;height:64.9375rem;width:60rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;position:relative;display:block; }#l450kNfQ3DB5fD5q8l6HDGhZwNTIwQ9v { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:5.6500005722046rem;left:6.78125rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#yTpnQBGKuLhAAruTUmqPTQxQK2h3dQ1J { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:20.25rem;left:5.5929679870606rem;height:11.2125rem;text-align:center;text-align-last:center;display:block; }
#cH2QdxIHfmwMLxOREFF4xhN8fEfQ6xCv { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:2rem;left:9.375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#PRDDx9zPpQfqNSVokk0x5HlSE0biz0US { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:32.125rem;left:9.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#SeydWWwpD7NTbPTwLaEmfZ8MptOPueT4 { color:#ff0000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:37.9375rem;left:6.8125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#Ow4R64zqMlT5v8Jl0TDtJX8OP4tZuOAp { color:#ff0000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:42.4375rem;left:6.8125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Wo6BdNXTaCsG73rD70dOC2Kf9RdTWXbw { position:absolute;display:block;z-index:100012;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem #e5e7e8 ;height:6.75rem;width:27.25rem;top:51.875rem;left:16.0625rem;overflow:hidden;display:block; }
#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s { position:relative;display:block; }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s { background-color: transparent; background-image: none; }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s > .row .container > .video-iframe-container { display: none; }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s > .row > .video-iframe-container { display: none; }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s > .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); }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s { border-width: 0; border-radius: 0; }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.625rem;width:60rem;position:relative;display:block; }#UAEZJmrCS4HHE7uDJCst21VdnO2TJr2D { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:4.75rem;left:6.9375rem;height:41.1125rem;display:block; }
#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm { position:relative;display:block; }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm { background-color: transparent; background-image: none; }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm > .row .container > .video-iframe-container { display: none; }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm > .row > .video-iframe-container { display: none; }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm > .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); }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm { border-width: 0; border-radius: 0; }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm > .row .container { border-top:0.625rem dashed #ff0000;border-left:0.625rem dashed #ff0000;border-right:0.625rem dashed #ff0000;border-bottom:0.625rem dashed #ff0000;background-color:rgba(246,250,251,0.5);background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;position:relative;display:block; }#dAkisyv0Cff47dqFUiy3dJNGu2fu6Bla { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100014;line-height:1.1;letter-spacing:0;top:1.625rem;left:10.625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#AGDT8h2d4DZNxRNV4wIhO0iqt6fdQ35Z { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:6.6250009536744rem;left:10.1875rem;height:3.575rem;display:block; }
#SLTgvKisC6JfePWg0BPhREoKCSKD8QvX { color:#000000;display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:11.250000953674rem;left:10.125rem;height:12.5125rem;display:block; }
#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM { position:relative;display:block; }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM { background-color: transparent; background-image: none; }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM > .row .container > .video-iframe-container { display: none; }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM > .row > .video-iframe-container { display: none; }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM > .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); }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM { border-width: 0; border-radius: 0; }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM > .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:45.4375rem;width:60rem;position:relative;display:block; }#W7o86L8lkqPdEucTc4Egrpdpr74cb5LK { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:4.9375009536743rem;left:6.9375rem;height:35.75rem;display:block; }
#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv { position:relative;display:block; }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv { background-color: transparent; background-image: none; }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv > .row .container > .video-iframe-container { display: none; }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv > .row > .video-iframe-container { display: none; }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv > .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); }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv { border-width: 0; border-radius: 0; }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv > .row .container { border-top:0.3125rem dashed #d9e7ea;border-left:0.3125rem dashed #d9e7ea;border-right:0.3125rem dashed #d9e7ea;border-bottom:0.3125rem dashed #d9e7ea;background-color:#f6fafb;background-image:none;font-size:0.875rem;font-family:arial;height:65.875rem;width:60rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;position:relative;display:block; }#obestdM6PkTsnZMrfX7LbJJnQ8BQEyMy { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:11.5625rem;left:6.75rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#p3Og5k3RLkqcpuyBtbra3X7qXXwViAKr { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:26.1875rem;left:9.375rem;height:3.7375rem;text-align:center;text-align-last:center;display:block; }
#SBHct2yOaFV0y7EEwyTbJihTVORfAHxh { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:4rem;left:9.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#DnCElgSlwrKSMLLdnmgEpEC5Mbw2e5lX { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:8.875rem;left:9.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QDHlTQD5P51r5aSBTgr2eEHWzNmTrSTf { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:29.875rem;left:9.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#K6W2yNJ48FOyZTL9HJ1kB1iVN3Crxieo { color:#ff0000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:36.875rem;left:6.8125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#iV85LTZF8Lx91Sufd8LaHMk1WuzSLCDD { color:#ff0000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:41.375rem;left:6.8125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#kuu4VlTGiUhKkE9d1kgMt3QyTMHqeke2 { position:absolute;display:block;z-index:100012;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem #e5e7e8 ;height:6.75rem;width:27.25rem;top:50.8125rem;left:16.0625rem;overflow:hidden;display:block; }
#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF { position:relative;display:block; }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF { background-color: transparent; background-image: none; }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF > .row .container > .video-iframe-container { display: none; }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF > .row > .video-iframe-container { display: none; }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF > .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); }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF { border-width: 0; border-radius: 0; }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#fFRvnoX3ZmmFtutTE3HM4Xd8AlTTqN9m { color:#000000;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:2.2875003814698rem;left:8.125rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdTL9sWEf4o98rqK0X7UTPkLqeNx8sia { top:1.9375rem;left:13.406251907349rem;width:20.9375rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOPPqV59UgVkJmphP9mlk9TKwwD4BB9N { top:7.8125rem;left:3.25rem;width:41.25rem;height:7.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhToyyrJQ9PibzOsXJh4wTnXIGORRq1l { top:15.75rem;left:3.25rem;width:41.25rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTA8FA8bbXKKhTTmcSgq7Dbpc2m5NNUA { top:23.9375rem;left:3.5rem;width:40.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB22lPAiJI1fo8WxMwTTbocnu3VE2m2y { top:1.875rem;left:4.2749996185303rem;width:7.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2TeTy1NEudo7a8WPewIBTGFVINLZ2Eu { top:2.3125rem;left:35.64999961853rem;width:7.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koRw8r5pf7HiUfMtdCAqirTgG8aS6H0M { top:18.6875rem;left:12.312501907349rem;width:23.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N321nM9rTBGz0Q14IPNTimXrItr2glru { top:31.875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFeehCUMAunifMpStsRVBKfH4h18mLV7 { display:block; }#WFeehCUMAunifMpStsRVBKfH4h18mLV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aguyMW91qI4SZedZ46ySrMniStu9BS1i { top:0rem;left:0rem;width:47.75rem;height:7.9583333333331rem;display:block; }
 }@media only screen and (max-width: 763px) { #gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 { display:block; }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd4OLwTpBhgT3Sw6rwFZ8kXbwcT7rqdz { top:5.6875rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDBuNtsLzWGAkVOs92usZTR7kow6CHul { top:3.25rem;left:0rem;width:16.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQWle7c89DzCGOXJLLuoCdrsAHdozaTO { top:31.625rem;left:0rem;width:47.75rem;height:3.6549382716049rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUE7T35obZoHdKTS73HBizb4WwgpBkTH { top:3.4375rem;left:14.125rem;width:33.625rem;height:24.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHTqZS6gvwFtM1Fa9Ri8XzfBRKtG8GyT { top:18.5625rem;left:0rem;width:17.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k { display:block; }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mthbId9yJ2IKro8H9FxbtfLEnKI06QXI { top:4rem;left:0.90625rem;width:45.9375rem;height:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJICAqtPUuZTWN74xBpUu7uPAI8Dxhmc { top:13.9375rem;left:0.90625rem;width:45.9375rem;height:31.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frCP1FgLppmd9EVMTpf9Ok3neQ6Wq08r { top:10.9375rem;left:0.71875rem;width:45.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI { display:block; }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCHPiQXprpw2xFFn4PC1KOmO8uTLCQi5 { top:0.625rem;left:0.65625rem;width:46.4375rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXzpUoDVpU9WGQiOqbytgSZpP4w9Mm12 { top:7.9375rem;left:3.25rem;width:41.25rem;height:6.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 { display:block; }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hV1i4T1NLsAAiqyDc2PDAIK34bRnx4rg { top:2.9375rem;left:0.90625rem;width:45.9375rem;height:12.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPJKaqJsk4fNR7XGRoCcVhwZFTuOf92q { top:16.3125rem;left:0.90625rem;width:45.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWuxKuFVOIIdNH3gtmpebku1vy5TcAwM { top:19.875rem;left:0.90625rem;width:45.9375rem;height:12.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E86ZG48BxRplIfmC55RTWS6oFnqqdqNM { top:33.3125rem;left:6.4375rem;width:34.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK { display:block; }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9L7W85ATdovAnoVzQxBmtXkBZITVhOn { top:1.0625rem;left:0.90625rem;width:45.9375rem;height:36.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npHTRhALLwaGZtFKW6ElLQtKe9buTasT { display:block; }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNWePTeKiMtx3DvS9rUN50AhgvsqdBTM { top:3.5625rem;left:1.9375rem;width:43.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn { display:block; }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDuExi24LpWtR4ZFPpSpPI6cSKBVIvhF { top:3rem;left:2.09375rem;width:19rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x33OMwa7OBly2KHNJATm8FhOWOWsxccG { top:2.4375rem;left:22.937501907349rem;width:23.25rem;height:18.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzdcuK0RV54xfbv2br5q5uDklvMRa4cz { display:block; }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUe0COrTG2dM65KL7OU5VWXu7folhhbM { top:9.625rem;left:4.5rem;width:38.75rem;height:7.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3VFtGxXyXT1h03ORsQVO5lL57UzZUQK { top:17.375rem;left:0.9375rem;width:45.875rem;height:3.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivEWIk4zWpg34kKEbBI8NAWlBSoBT8HP { top:3.625rem;left:3.25rem;width:41.25rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX { display:block; }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPTyAXtp39UdOusMinWo7xWo44G4d6NA { top:2.6875rem;left:0.90625rem;width:45.9375rem;height:10.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhqZyLU39QqiGTDn16QtO5VosuvyeBKD { top:19.375rem;left:0.90625rem;width:45.9375rem;height:12.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB8TCqEIONdQou31WTfLxXC8K6GbxyQD { top:14.5625rem;left:0.90625rem;width:45.9375rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w { display:block; }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8wy2cePh8k8cDooGD7P2JAbOnS5TEll { top:2.125rem;left:0rem;width:47.75rem;height:21.122352941176rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 { display:block; }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z91iV6IHEb4usSPtKgGlKlrQfeh8tHOv { top:3.5625rem;left:0.8125rem;width:46.125rem;height:22.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI { display:block; }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLPflobawyna8Ce0nkRW8GBPtAh9Xkbc { top:11.5rem;left:0.5rem;width:46.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jra5cdkLTcUJRAHB0mzTmJDUJvWI5bgB { top:2.5rem;left:4.5rem;width:38.75rem;height:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2AMTGLzKpbwcb6Ta7LofsFxexn4GTkE { top:14.9375rem;left:4.5rem;width:40.125rem;height:15.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB { display:block; }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwGSTAsd9DEyM9PGduNwrVKL58NAP09u { display:block; }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSVbTHqeLfch0fVoeSDuNSHtIMm36WAd { top:12.125rem;left:0.5rem;width:46.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzHyBm9aACpn424ccyweVSpmoLbMO0RN { top:2.5rem;left:4.5rem;width:38.75rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNRkHBSL3eKrt4Nz34QUUAFebiurb2Lz { top:15.75rem;left:5.0625rem;width:40.125rem;height:45.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veyoab0l2DSJt6E6sVcGCa0XWMii9oPV { top:8.625rem;left:4.5rem;width:38.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuIPvTk5T0QU4VfBEWVfVeR4ZrqpQOtV { top:63.375rem;left:8.3125rem;width:37.25rem;height:21rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1oA8QoMW6mTAPtwLXF3sbXi1INpdTOa { top:86.5rem;left:4.6875rem;width:40.125rem;height:21rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC { display:block; }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1JUxhZtd2FmTLRgNXTHrhW4nkyT7wKo { top:3.9375rem;left:0.6875rem;width:46.4375rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKZ8flc6xNZMuu3BPchMq6PBPt4g7IGf { top:8.375rem;left:3.25rem;width:41.25rem;height:4.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT { display:block; }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwKTeSzLlsDnnUe2Z1MgDDucX9RTpUsr { top:2.5rem;left:8.375rem;width:31rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMCJMQsnlOmq3MgHW7SPQE5wvSpzrode { top:44.3125rem;left:8.375rem;width:31rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO { display:block; }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o69rHsnUCHwpBSefT05ayklMrw2wb6mS { top:1.5rem;left:0.65625rem;width:46.4375rem;height:5.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WThbdGEmmfbGeciSiZsKtEVnqfXgwZQP { top:7.125rem;left:3.25rem;width:41.25rem;height:7.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weQXZwV68LMGu5u6Z2rED5Syb1H1IqZh { top:14.5rem;left:3.25rem;width:41.25rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd { display:block; }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rc0Tyqp9D1HnDLSEdOTeH8KWTx1J1dLK { top:2.9375rem;left:0.8125rem;width:46.125rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0gEtoJozO0QUybTH22pyAnoEhfmTzH6 { top:8.75rem;left:0rem;width:15.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDhe9xnBhrxspb5iDKkwEvX4wHWFXtfv { top:14.375rem;left:0.8125rem;width:46.125rem;height:17.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvO47HhWMml04JvEVDwMrwIMTfc37NDz { display:block; }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfUEkbDnIubdDqMsUfp72aXTXb1oLukb { top:3.25rem;left:0rem;width:47.75rem;height:7.881067961165rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSekyxrD16G1Zq93LZy3WCCF8nhuk1fN { top:17.8125rem;left:0.8125rem;width:46.125rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyV5eOUuI1kBfHlk3egQGlbmXlfHRQfd { width:47.75rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI { display:block; }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFk9FVcPw3sJrz2tebtSoptwyR9VNqKz { top:8.8125rem;left:1.3125rem;width:45.125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmnmZdTBdKE9QDG7CsapEh8nLZiua1By { top:3.4375rem;left:4.5rem;width:38.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ssI3zP4nISNdQygbeuXTOn1lQMQfqX { top:59.8125rem;left:3.1875rem;width:41.375rem;height:12.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6PM0vnofhScMAB899PcqCrbrShNcvTe { top:18.1875rem;left:0.9375rem;width:45.875rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfecseihmuitF5mQEmls2SxKhUZrA1Di { top:55.125rem;left:4.5rem;width:38.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0IWp04JMNxMvA18UTLroEKIfLQcvGOr { top:74.125rem;left:0.6875rem;width:46.4375rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HooVmW4xEILVcChfx9qRcbiGlQt6vPUy { top:79.1875rem;left:3.25rem;width:41.25rem;height:7.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgqraR1qomK5DJDKUUdeIkWRJpV6xTDQ { top:91.625rem;left:5rem;width:37.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgeqldlIZz38rXV4gr24hbTP1ewTGhUf { top:87.5rem;left:0.6875rem;width:46.4375rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcvLq3vXhGfWqg8OZo1KyOcIheeQddig { top:97.5625rem;left:0.5rem;width:46.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl6iy8312aOctsvylood6sISpCv0sNMl { top:109.1875rem;left:0.6875rem;width:46.4375rem;height:14.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHQXTvT66vg7yIylG8tMDlo4E01AJeZ2 { top:123.8125rem;left:3.25rem;width:41.25rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7xFFmSOKOwnDm3kVRCSco0Znvn6D6k5 { top:101.625rem;left:3.25rem;width:41.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlnMWwNI45MlgTZzHoAkyXRkk8RMvzRz { top:106.5rem;left:3.25rem;width:41.25rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoQTdvfn6ipo1nDxqbdW6DAMTg7VTioT { top:127.5rem;left:3.25rem;width:41.25rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0zFTIn5urXuHc3Mxb6u6DINtaOw7Ow { top:134.5rem;left:0.6875rem;width:46.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDFu05Qhg3VsS250tdHDlHX3w6wGMt0w { top:139rem;left:0.6875rem;width:46.4375rem;height:8.0625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR4dyFAmsTKA15kVCNdLThls1Qmi56b { top:148.4375rem;left:9.9375rem;width:27.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWHFgF0xw9i1J4VIlZ9efgbOlOyC9Syf { top:23.6875rem;left:5.4375rem;width:36.875rem;height:28rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLOIL3Vm5kGKtSA0MCkuX3TS5zQ8cZ3A { top:33.625rem;left:8.5625rem;width:30.625rem;height:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWyHputgK0ylVPG2XFydDqfeK1ZMmPJs { top:33.625rem;left:8.5625rem;width:30.625rem;height:8.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSW2cT7aclIgrp8kTFpvbRZzqiiom7in { top:16.75rem;left:0rem;width:20rem;height:36.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkEMKprSD1tSn9al0qVlKcOHFQSMSItb { display:block; }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5ehdTabMFvp2KsWyPNOqKMNDTvxF191 { top:15.625rem;left:0.8125rem;width:46.125rem;height:25.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrIOtk7H2FotTW3S5mf3DpoNgRxOMubz { top:1.6875rem;left:3.25rem;width:41.25rem;height:11.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Tx2iXmFzpOLQv7Lxq4RTiC78Zmsm1t { top:53.375rem;left:0.8125rem;width:46.125rem;height:22.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3lpigSz23gm9lIMKB4rNCnCwWCb2Car { top:43.125rem;left:3.25rem;width:41.25rem;height:7.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAVEuyiw2OFN3Imzae9qMV7MfNccH3rC { top:98rem;left:0.8125rem;width:46.125rem;height:22.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVqTlftaOlzXHNcndQXHpNiNsLTOIbmv { top:91.75rem;left:3.25rem;width:41.25rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJlLckwdzwpaFHlmwR2CW0kn5aJEPNSh { top:83.625rem;left:3.25rem;width:41.25rem;height:7.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVkLzWluGyK0QuB8gBRfKhcfvrmNzzZ6 { top:78rem;left:0.6875rem;width:46.4375rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe { display:block; }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4G9ZWyogPwDkZSplQNpKy3x1N7SPZGr { top:13rem;left:0.8125rem;width:46.125rem;height:31.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUnkrLMi5Qnl10tZwNZPOBXmMxmZuWCF { top:1.5rem;left:3.25rem;width:41.25rem;height:7.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya { display:block; }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l450kNfQ3DB5fD5q8l6HDGhZwNTIwQ9v { top:5.625rem;left:0.65625rem;width:46.4375rem;height:14.5625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpnQBGKuLhAAruTUmqPTQxQK2h3dQ1J { top:20.25rem;left:0rem;width:47.6875rem;height:11.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH2QdxIHfmwMLxOREFF4xhN8fEfQ6xCv { top:2rem;left:3.25rem;width:41.25rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRDDx9zPpQfqNSVokk0x5HlSE0biz0US { top:32.125rem;left:3.25rem;width:41.25rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeydWWwpD7NTbPTwLaEmfZ8MptOPueT4 { top:37.9375rem;left:0.6875rem;width:46.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow4R64zqMlT5v8Jl0TDtJX8OP4tZuOAp { top:42.4375rem;left:0.6875rem;width:46.4375rem;height:8.0625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo6BdNXTaCsG73rD70dOC2Kf9RdTWXbw { top:51.875rem;left:9.9375rem;width:27.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvFW0bOBb9aBsohS4wboIMImPUZCaH7s { display:block; }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAEZJmrCS4HHE7uDJCst21VdnO2TJr2D { top:4.75rem;left:0.8125rem;width:46.125rem;height:40.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm { display:block; }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAkisyv0Cff47dqFUiy3dJNGu2fu6Bla { top:1.625rem;left:4.5rem;width:38.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGDT8h2d4DZNxRNV4wIhO0iqt6fdQ35Z { top:6.625rem;left:4.0625rem;width:41.0625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTgvKisC6JfePWg0BPhREoKCSKD8QvX { top:11.25rem;left:4rem;width:41.5rem;height:12.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZLs6oq085IDTDT9S4hpHkld5QKSmMUM { display:block; }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7o86L8lkqPdEucTc4Egrpdpr74cb5LK { top:4.9375rem;left:0.8125rem;width:46.125rem;height:35rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT1CNdGdPMcMcJnr3OagDfXK6goWERTv { display:block; }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obestdM6PkTsnZMrfX7LbJJnQ8BQEyMy { top:11.5625rem;left:0.625rem;width:46.4375rem;height:14.5625rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Og5k3RLkqcpuyBtbra3X7qXXwViAKr { top:26.1875rem;left:3.25rem;width:41.25rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBHct2yOaFV0y7EEwyTbJihTVORfAHxh { top:4rem;left:3.25rem;width:41.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCElgSlwrKSMLLdnmgEpEC5Mbw2e5lX { top:8.875rem;left:3.25rem;width:41.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDHlTQD5P51r5aSBTgr2eEHWzNmTrSTf { top:29.875rem;left:3.25rem;width:41.25rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6W2yNJ48FOyZTL9HJ1kB1iVN3Crxieo { top:36.8125rem;left:0.6875rem;width:46.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV85LTZF8Lx91Sufd8LaHMk1WuzSLCDD { top:41.375rem;left:0.6875rem;width:46.4375rem;height:8.0625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuu4VlTGiUhKkE9d1kgMt3QyTMHqeke2 { top:50.8125rem;left:9.9375rem;width:27.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF { display:block; }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFRvnoX3ZmmFtutTE3HM4Xd8AlTTqN9m { top:2.25rem;left:2rem;width:43.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdTL9sWEf4o98rqK0X7UTPkLqeNx8sia { width:20rem;height:2.6rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOPPqV59UgVkJmphP9mlk9TKwwD4BB9N { width:20rem;height:7.06875rem;top:4.5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhToyyrJQ9PibzOsXJh4wTnXIGORRq1l { width:20rem;height:2.4375rem;top:11.987500190735rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTA8FA8bbXKKhTTmcSgq7Dbpc2m5NNUA { width:20rem;height:3.1901840490797rem;top:17.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB22lPAiJI1fo8WxMwTTbocnu3VE2m2y { width:4.4375rem;height:2.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2TeTy1NEudo7a8WPewIBTGFVINLZ2Eu { width:4.3125rem;height:2.5625rem;top:1.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koRw8r5pf7HiUfMtdCAqirTgG8aS6H0M { width:15rem;height:2.3125rem;top:14.387499809265rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #N321nM9rTBGz0Q14IPNTimXrItr2glru { width:20rem;height:13rem;top:22.174218893051rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFeehCUMAunifMpStsRVBKfH4h18mLV7 { display:block; }#WFeehCUMAunifMpStsRVBKfH4h18mLV7 > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aguyMW91qI4SZedZ46ySrMniStu9BS1i { width:20rem;height:3.3333333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 { display:block; }#gttDRKeNe3o22ePUlXNqRpSDo8bD06C9 > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd4OLwTpBhgT3Sw6rwFZ8kXbwcT7rqdz { width:17.125rem;height:17.125rem;top:3.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDBuNtsLzWGAkVOs92usZTR7kow6CHul { width:16.3125rem;height:2.6875rem;top:0.4375rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQWle7c89DzCGOXJLLuoCdrsAHdozaTO { width:20rem;height:1.53046875rem;top:62.81250190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUE7T35obZoHdKTS73HBizb4WwgpBkTH { width:20rem;height:39.325rem;top:22.499998092651rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHTqZS6gvwFtM1Fa9Ri8XzfBRKtG8GyT { width:17.875rem;height:5.6875rem;top:14.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k { display:block; }#zp4cqU40yp7L5N8zgaGoFBzKFzn6MW9k > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mthbId9yJ2IKro8H9FxbtfLEnKI06QXI { width:20rem;height:10.725rem;top:7rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJICAqtPUuZTWN74xBpUu7uPAI8Dxhmc { width:20rem;height:48.2625rem;top:18.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frCP1FgLppmd9EVMTpf9Ok3neQ6Wq08r { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI { display:block; }#eJkrAzya9SvwWJ1KGCwxD7zKwa8mPvVI > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCHPiQXprpw2xFFn4PC1KOmO8uTLCQi5 { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXzpUoDVpU9WGQiOqbytgSZpP4w9Mm12 { width:20rem;height:7.8rem;top:12.9rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 { display:block; }#L2ZA2qBU4xhMm8wR3TE45yGtL4IUoH96 > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hV1i4T1NLsAAiqyDc2PDAIK34bRnx4rg { width:20rem;height:16.0875rem;top:0.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPJKaqJsk4fNR7XGRoCcVhwZFTuOf92q { width:20rem;height:7.3125rem;top:18.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWuxKuFVOIIdNH3gtmpebku1vy5TcAwM { width:20rem;height:23.2375rem;top:26.7rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E86ZG48BxRplIfmC55RTWS6oFnqqdqNM { width:20rem;height:1.9354838709677rem;top:50.7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK { display:block; }#sb0Rxcg8AlrWB4QFDn29pSNIl2QTWqaK > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9L7W85ATdovAnoVzQxBmtXkBZITVhOn { width:20rem;height:60.775rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npHTRhALLwaGZtFKW6ElLQtKe9buTasT { display:block; }#npHTRhALLwaGZtFKW6ElLQtKe9buTasT > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNWePTeKiMtx3DvS9rUN50AhgvsqdBTM { width:20rem;height:6.6096866096869rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn { display:block; }#AqTLk7pWGqQm7sVnq8RQf5WM5rs0CRGn > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDuExi24LpWtR4ZFPpSpPI6cSKBVIvhF { width:19rem;height:14.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x33OMwa7OBly2KHNJATm8FhOWOWsxccG { width:20rem;height:20.475rem;top:16.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzdcuK0RV54xfbv2br5q5uDklvMRa4cz { display:block; }#TzdcuK0RV54xfbv2br5q5uDklvMRa4cz > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUe0COrTG2dM65KL7OU5VWXu7folhhbM { width:20rem;height:7.8rem;top:5.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3VFtGxXyXT1h03ORsQVO5lL57UzZUQK { width:20rem;height:5.2rem;top:14.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivEWIk4zWpg34kKEbBI8NAWlBSoBT8HP { width:20rem;height:2.6rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX { display:block; }#F81VTi4xaCW5rcSe7d4RTVUzWVZE2SyX > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPTyAXtp39UdOusMinWo7xWo44G4d6NA { width:20rem;height:19.6625rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhqZyLU39QqiGTDn16QtO5VosuvyeBKD { width:20rem;height:23.2375rem;top:30rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB8TCqEIONdQou31WTfLxXC8K6GbxyQD { width:20rem;height:7.15rem;top:21.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w { display:block; }#x7v6bZ1LfPygMmCyEgQ4Js1B3CFwWM7w > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8wy2cePh8k8cDooGD7P2JAbOnS5TEll { width:20rem;height:8.8470588235294rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 { display:block; }#W9k2K4aqTPutx35e4GaWTkyktpd4Gyt1 > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z91iV6IHEb4usSPtKgGlKlrQfeh8tHOv { width:20rem;height:39.325rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI { display:block; }#ArqfkTyg0HMlZOkVImeHDQivr6XLgPVI > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLPflobawyna8Ce0nkRW8GBPtAh9Xkbc { width:20rem;height:0.25rem;top:7.7000122070312rem;left:2.9802322387695E-8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jra5cdkLTcUJRAHB0mzTmJDUJvWI5bgB { width:20rem;height:4.55rem;top:2.2607421875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2AMTGLzKpbwcb6Ta7LofsFxexn4GTkE { width:16.3125rem;height:33.9625rem;top:8.635937690735rem;left:1.8437501490116rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB { display:block; }#P7fXiiRsinqSzWzmSJogfg6u7SOEBaWB > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwGSTAsd9DEyM9PGduNwrVKL58NAP09u { display:block; }#XwGSTAsd9DEyM9PGduNwrVKL58NAP09u > .row .container { width:20rem;height:205.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSVbTHqeLfch0fVoeSDuNSHtIMm36WAd { width:20rem;height:0.74866310160425rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzHyBm9aACpn424ccyweVSpmoLbMO0RN { width:20rem;height:8.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNRkHBSL3eKrt4Nz34QUUAFebiurb2Lz { width:15.1875rem;height:92.95rem;top:17.375rem;left:2.4062501490116rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veyoab0l2DSJt6E6sVcGCa0XWMii9oPV { width:20rem;height:3.25rem;top:11.3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuIPvTk5T0QU4VfBEWVfVeR4ZrqpQOtV { width:12.875rem;height:48.2625rem;top:110.99843406678rem;left:4.7812499105931rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1oA8QoMW6mTAPtwLXF3sbXi1INpdTOa { width:15.6875rem;height:42.9rem;top:160.81094205379rem;left:2.1562501490116rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC { display:block; }#m4MIObqMDJG7TRCNaQP6Sz0vwe8yIZlC > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1JUxhZtd2FmTLRgNXTHrhW4nkyT7wKo { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKZ8flc6xNZMuu3BPchMq6PBPt4g7IGf { width:20rem;height:7.3125rem;top:5.1rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT { display:block; }#u1HZ0dawSHel8dglxS6JlXpHhTKXF0WT > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwKTeSzLlsDnnUe2Z1MgDDucX9RTpUsr { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMCJMQsnlOmq3MgHW7SPQE5wvSpzrode { width:20rem;height:17.580645161291rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO { display:block; }#UHhTLxG7tl7GvEZ7Dvvy3IWVWurFo7nO > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o69rHsnUCHwpBSefT05ayklMrw2wb6mS { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WThbdGEmmfbGeciSiZsKtEVnqfXgwZQP { width:20rem;height:10.4rem;top:5.1rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #weQXZwV68LMGu5u6Z2rED5Syb1H1IqZh { width:20rem;height:5.2rem;top:16.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd { display:block; }#VyqNtKc3nLOQFSm9EipPSlLfK8CKzAJd > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rc0Tyqp9D1HnDLSEdOTeH8KWTx1J1dLK { width:20rem;height:8.9375rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0gEtoJozO0QUybTH22pyAnoEhfmTzH6 { width:15.4375rem;height:3.25rem;top:11.9375rem;left:2.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDhe9xnBhrxspb5iDKkwEvX4wHWFXtfv { width:20rem;height:35.75rem;top:17.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvO47HhWMml04JvEVDwMrwIMTfc37NDz { display:block; }#BvO47HhWMml04JvEVDwMrwIMTfc37NDz > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfUEkbDnIubdDqMsUfp72aXTXb1oLukb { width:20rem;height:3.3009708737864rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSekyxrD16G1Zq93LZy3WCCF8nhuk1fN { width:20rem;height:8.9375rem;top:36.80078125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyV5eOUuI1kBfHlk3egQGlbmXlfHRQfd { top:2.5609388351441rem;left:0rem;width:20rem;height:30rem;z-index:100012;overflow:hidden;box-shadow: 0rem 0.9375rem 0.4375rem #e5e7e8 ;display:block; }
 }@media only screen and (max-width: 763px) { #l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI { display:block; }#l0ldmXut1tZU78TD8vaIkhmbwS4MQvAI > .row .container { width:20rem;height:160rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFk9FVcPw3sJrz2tebtSoptwyR9VNqKz { width:20rem;height:3.1301939058172rem;top:6.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmnmZdTBdKE9QDG7CsapEh8nLZiua1By { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ssI3zP4nISNdQygbeuXTOn1lQMQfqX { width:16.875rem;height:26.8125rem;top:62.8125rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6PM0vnofhScMAB899PcqCrbrShNcvTe { width:19.75rem;height:4.225rem;top:11.028907775879rem;left:0.062500149011612rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfecseihmuitF5mQEmls2SxKhUZrA1Di { width:20rem;height:2.2rem;top:58.249999046326rem;left:2.9802322387695E-8rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0IWp04JMNxMvA18UTLroEKIfLQcvGOr { width:20rem;height:2.6rem;top:92.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HooVmW4xEILVcChfx9qRcbiGlQt6vPUy { width:20rem;height:7.8rem;top:96.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgqraR1qomK5DJDKUUdeIkWRJpV6xTDQ { width:20rem;height:1.5224625rem;top:108.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgeqldlIZz38rXV4gr24hbTP1ewTGhUf { width:20rem;height:2.6rem;top:105.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcvLq3vXhGfWqg8OZo1KyOcIheeQddig { width:20rem;height:0.74866310160425rem;top:112.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl6iy8312aOctsvylood6sISpCv0sNMl { width:20rem;height:7.15rem;top:120.125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHQXTvT66vg7yIylG8tMDlo4E01AJeZ2 { width:20rem;height:2.4375rem;top:127.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7xFFmSOKOwnDm3kVRCSco0Znvn6D6k5 { width:20rem;height:2.6rem;top:114.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlnMWwNI45MlgTZzHoAkyXRkk8RMvzRz { width:20rem;height:2.4375rem;top:117.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoQTdvfn6ipo1nDxqbdW6DAMTg7VTioT { width:20rem;height:5.2rem;top:132.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0zFTIn5urXuHc3Mxb6u6DINtaOw7Ow { width:20rem;height:2.6rem;top:138.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDFu05Qhg3VsS250tdHDlHX3w6wGMt0w { width:20rem;height:6.5rem;top:142.3125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR4dyFAmsTKA15kVCNdLThls1Qmi56b { width:19.375rem;height:4.798825rem;top:150rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWHFgF0xw9i1J4VIlZ9efgbOlOyC9Syf { width:20rem;height:0;top:16.6875rem;left:2.9802322387695E-8rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLOIL3Vm5kGKtSA0MCkuX3TS5zQ8cZ3A { width:16rem;height:0;top:27.187500953674rem;left:2.9802322387695E-8rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWyHputgK0ylVPG2XFydDqfeK1ZMmPJs { width:16rem;height:12.5125rem;top:29.375rem;left:2rem;font-size:1.375rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #dSW2cT7aclIgrp8kTFpvbRZzqiiom7in { width:20rem;height:37.5375rem;top:17.625rem;left:0rem;font-size:1.375rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #LkEMKprSD1tSn9al0qVlKcOHFQSMSItb { display:block; }#LkEMKprSD1tSn9al0qVlKcOHFQSMSItb > .row .container { width:20rem;height:172.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5ehdTabMFvp2KsWyPNOqKMNDTvxF191 { width:20rem;height:44.6875rem;top:15.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrIOtk7H2FotTW3S5mf3DpoNgRxOMubz { width:20rem;height:10.4rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Tx2iXmFzpOLQv7Lxq4RTiC78Zmsm1t { width:20rem;height:35.75rem;top:71.887500762938rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3lpigSz23gm9lIMKB4rNCnCwWCb2Car { width:20rem;height:7.8rem;top:61.737501144409rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAVEuyiw2OFN3Imzae9qMV7MfNccH3rC { width:20rem;height:39.325rem;top:132.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVqTlftaOlzXHNcndQXHpNiNsLTOIbmv { width:20rem;height:5.2rem;top:124.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJlLckwdzwpaFHlmwR2CW0kn5aJEPNSh { width:20rem;height:11.05rem;top:112.86250019074rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVkLzWluGyK0QuB8gBRfKhcfvrmNzzZ6 { width:20rem;height:4.0625rem;top:108.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe { display:block; }#PqCEyvNrVkq0oBluIio6JPz1t7bNoUwe > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4G9ZWyogPwDkZSplQNpKy3x1N7SPZGr { width:20rem;height:58.9875rem;top:9.8242206573488rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUnkrLMi5Qnl10tZwNZPOBXmMxmZuWCF { width:20rem;height:5.2rem;top:1.8125004768372rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya { display:block; }#ZhUNDXzCTJQUVZ9FUb4lqtfaTFDqsKya > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l450kNfQ3DB5fD5q8l6HDGhZwNTIwQ9v { width:20rem;height:8.9375rem;top:5.125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpnQBGKuLhAAruTUmqPTQxQK2h3dQ1J { width:20rem;height:15.6rem;top:13.9375rem;left:2.9802322387695E-8rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH2QdxIHfmwMLxOREFF4xhN8fEfQ6xCv { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRDDx9zPpQfqNSVokk0x5HlSE0biz0US { width:20rem;height:5.2rem;top:30.2119140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeydWWwpD7NTbPTwLaEmfZ8MptOPueT4 { width:20rem;height:2.6rem;top:37.424999237061rem;left:2.9802322387695E-8rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow4R64zqMlT5v8Jl0TDtJX8OP4tZuOAp { width:20rem;height:6.5rem;top:39.96249961853rem;left:2.9802322387695E-8rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo6BdNXTaCsG73rD70dOC2Kf9RdTWXbw { width:19.375rem;height:4.798825rem;top:47.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvFW0bOBb9aBsohS4wboIMImPUZCaH7s { display:block; }#NvFW0bOBb9aBsohS4wboIMImPUZCaH7s > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAEZJmrCS4HHE7uDJCst21VdnO2TJr2D { width:20rem;height:71.5rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm { display:block; }#NeTwyUED0wSfKaaCkm5IKfNmiaQU5SHm > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAkisyv0Cff47dqFUiy3dJNGu2fu6Bla { width:20rem;height:4.4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGDT8h2d4DZNxRNV4wIhO0iqt6fdQ35Z { width:16.375rem;height:7.15rem;top:7.4000005722044rem;left:2.0625001415611rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTgvKisC6JfePWg0BPhREoKCSKD8QvX { width:15.875rem;height:28.6rem;top:15.586719870567rem;left:2.0625001415611rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZLs6oq085IDTDT9S4hpHkld5QKSmMUM { display:block; }#uZLs6oq085IDTDT9S4hpHkld5QKSmMUM > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7o86L8lkqPdEucTc4Egrpdpr74cb5LK { width:20rem;height:66.1375rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT1CNdGdPMcMcJnr3OagDfXK6goWERTv { display:block; }#iT1CNdGdPMcMcJnr3OagDfXK6goWERTv > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obestdM6PkTsnZMrfX7LbJJnQ8BQEyMy { width:20rem;height:5.2rem;top:8.2236328125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Og5k3RLkqcpuyBtbra3X7qXXwViAKr { width:20rem;height:5.2rem;top:15.4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBHct2yOaFV0y7EEwyTbJihTVORfAHxh { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCElgSlwrKSMLLdnmgEpEC5Mbw2e5lX { width:20rem;height:2.6rem;top:4.9736328125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDHlTQD5P51r5aSBTgr2eEHWzNmTrSTf { width:20rem;height:5.2rem;top:21.85rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6W2yNJ48FOyZTL9HJ1kB1iVN3Crxieo { width:20rem;height:2.6rem;top:28.3rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV85LTZF8Lx91Sufd8LaHMk1WuzSLCDD { width:20rem;height:6.5rem;top:32.15rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuu4VlTGiUhKkE9d1kgMt3QyTMHqeke2 { width:19.375rem;height:4.798825rem;top:38.6494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF { display:block; }#Z8Klcyu9Hii39qiXcvAAoOwePMH36TdF > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFRvnoX3ZmmFtutTE3HM4Xd8AlTTqN9m { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }