.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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/333c261e-b028-4f54-bf50-4fce5d7238fc/75a830_f20ce929aa394d39afdda4be3e530d2c_mv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.58); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.58); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { border-width: 0; border-radius: 0; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:3.3125rem;font-weight:300;z-index:100000;line-height:1;letter-spacing:0;top:10.125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x5By3kKbVmUGVwO09uxRLlssfDSayi2x { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:100001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:18.0625rem;left:0rem;height:3.324225rem;font-style:normal;display:block; }
#aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:21.5625rem;top:7.25rem;left:38.4375rem;display:block; }
#Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:21.5625rem;top:14.4375rem;left:38.4375rem;display:block; }
#kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { color:#45454d;display:block;width:20.75rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:8.193359375rem;left:38.84375rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-form-header {  }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-container:first-of-type{padding-top:0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-container:last-of-type{padding-bottom:0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100020;position:absolute;top:14.625rem;left:39.25rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX {display:block;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100020;position:absolute;top:14.625rem;left:39.25rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #TeHE1VMKORaVpLrw2weCo1ZsikyFE1Z4 { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #eHvH1sHtiQZiWq0gUUAP90TL4AS1WNtU { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #uKBoFTdfdo8eJRaapOrBEsrOnqedlo3D { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #qgNDsdvWvb9euT3sTtiByzveHOBiArqN { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #LB44FI0Mi3JWOlwsfr6hUtBty3L79WO7 { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #VFLxTG8TKXVyqGyewdLK1oGKlN0t7EzH { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #I13mOq5wuqQfn2469ovnvpf26LTUGl2g { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #os4FZ44sN8t8yiB3TJP4B1aPywEde4Ss { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #nnDRPrlZbkey9nTdTRRhxkoZrCrF1Ebv { position:relative; }
#ymU1fde0PRCUbnq4srxz4RpHcNEA4qaF { position:relative;display:block; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #WyIHKSVhgLgzJSZSOHINExTmXmrbixFG { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #L4ZuVrFVlZS2gLwsOIqwrX2bgxXDpUSe { position:relative; }
#xuiDd2Haa4S7diF4y6lKEfNTMNI9ZmQT { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:33.3125rem;left:40.5rem;display:block; }
#bTR7PGldUqSTnJ536zSfJ9LJCAXJccpN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hridN8xphcC1cqKfVQMsFReoTy78tsAP { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:34.375rem;left:0rem;height:2.25rem;font-style:normal;display:block; }
#R2GV4Mv8xBHvM9p1xlXh7wXnv8gQFrhT { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:23.8125rem;left:0rem;height:7.875rem;font-style:normal;display:block; }
#r9gnOXbToH8peAwxbS8yKTCN7SPuRzWf { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:100001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:18.0625rem;left:0rem;height:3.324225rem;font-style:normal;display:none; }
#bpvICZ24DbMyKXAVVkCOZvfRCZuyQeRD { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:3.3125rem;font-weight:300;z-index:100000;line-height:1;letter-spacing:0;top:10.125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UMtcVqQ1LUmAgkhTFhKmxXPJhaqfkw7K { color:#45454d;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:11.875rem;left:35.125rem;height:15.46875rem;font-style:normal;display:none; }
#bg6MGHhRfaPOyhR5yKeZyUOUtyI1hsPu { color:#45454d;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:11.875rem;left:35.125rem;height:15.46875rem;font-style:normal;display:none; }
#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { background-color: transparent; background-image: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .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); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { border-width: 0; border-radius: 0; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#LWJAcEarLaSfuCSAKDLdx7024TFTa30g { color:#1e1e27;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:4.8125rem;left:35.0625rem;height:6.597625rem;font-style:normal;display:block; }
#lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { color:#45454d;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:11.875rem;left:35.125rem;height:14.0625rem;font-style:normal;display:block; }
#G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { position:absolute;display:block;z-index:100008;background-color:#9a9b9b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:11.061718702316rem;left:35.125001907349rem;display:block; }
#e9CJlf2xc6AhvC2wSENB6ipJ9tD426Qp { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:21.875rem;width:30.6875rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#kpUorc1cVahIzDlGcN0XoLOInmS3nQay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container { background-color: transparent; background-image: none; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container > .video-iframe-container { display: none; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row > .video-iframe-container { display: none; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .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); }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container { border-width: 0; border-radius: 0; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#etdJ4CPfB5JKdQOge46OUBUuVGDJJdNX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:0rem;left:10rem;display:block; }
#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { background-color: transparent; background-image: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .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); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { border-width: 0; border-radius: 0; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:2.96875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container { background-color: transparent; background-image: none; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container > .video-iframe-container { display: none; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row > .video-iframe-container { display: none; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .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); }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container { border-width: 0; border-radius: 0; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#op2CRPXozyxNCBW6uMlgUsg1hToxACZA { color:#45454d;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100000;line-height:1.7;letter-spacing:0;top:14.1875rem;left:2.75rem;height:11.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { color:#1e1e27;display:block;width:14.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:11.25rem;left:2.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELwMCeh2BlA0qSOzzUTAxHFEXkhiCCQk { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.5625rem;width:14.5rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#StrcSmT9fmO39NHsH86e9EAct604BVrC { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:14.25rem;left:23.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:11.25rem;left:23.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.7;letter-spacing:0;top:14.1875rem;left:43.25rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:43.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BugCqgFzODuadshbWw2dD5JH62uh4RHb { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.1875rem;width:13.6875rem;top:0rem;left:43.25rem;overflow:hidden;display:block; }
#bAWAD6TAeQb8qMR0TlUKJutZuZu7TCe9 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:14.5rem;top:0rem;left:22.750001907349rem;overflow:hidden;display:block; }
#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container { background-color: transparent; background-image: none; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container > .video-iframe-container { display: none; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row > .video-iframe-container { display: none; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .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); }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container { border-width: 0; border-radius: 0; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#roGSafQRMa9gakCJ2Wpd3LL3MKn6KZss { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100013;line-height:1.7;letter-spacing:0;top:14.0625rem;left:3.25rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nldP7ccyWJcJHDZTgTXLasZf7z5ETtlS { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:11.1875rem;left:3.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBtkrrUWJE72ElDd9y02zKqxSSqhQ1B5 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:13.375rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#zI5EpJ5n6b6dxWw11SCRwkXAo3h1kIGl { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100000;line-height:1.7;letter-spacing:0;top:15.875rem;left:23.25rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UhH8XAnGFsbweR0lamy4glkX32eG64eA { color:#1e1e27;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:23.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWfx1LGNoeg5S1XJqqTgEzpKmRNt46z7 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.25rem;width:12.9375rem;top:0rem;left:23.53125rem;overflow:hidden;display:block; }
#rrM5uTdNVymrLOZGaKDfpeyz96Go9BP4 { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:15.9375rem;left:43.25rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yb5kVve9WuFlG6Gb9szUTfbiRUuxoObl { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:11.5rem;left:43.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Psknffv7K6kJu96LBKzI7TiXXXvXwzTE { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.875rem;width:14.5rem;top:0rem;left:42.750001907349rem;overflow:hidden;display:block; }
#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container { background-color: transparent; background-image: none; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container > .video-iframe-container { display: none; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row > .video-iframe-container { display: none; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .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); }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container { border-width: 0; border-radius: 0; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#WfwVroM7ZzNp7qaqG3AEMZsEyPglxDI2 { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:2.6562519073486rem;left:21.250001907349rem;display:block; }
#ewofxza6eXn5MQ91rK84k3iivLSWfOlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD { position:relative;display:block; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD { background-color: transparent; background-image: none; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row .container > .video-iframe-container { display: none; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row > .video-iframe-container { display: none; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .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); }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD { border-width: 0; border-radius: 0; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .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:9.0625rem;width:60rem;position:relative;display:block; }#taJERWZNztuwqZxA5HuNOzutRTTxVhMu { color:#87193d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:3.15625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqiMdstMqugaJkeslZoDJmey2i9rNeAi { position:relative;display:block; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi { background-color: transparent; background-image: none; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row .container > .video-iframe-container { display: none; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row > .video-iframe-container { display: none; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .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); }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi { border-width: 0; border-radius: 0; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .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:62.3125rem;width:60rem;position:relative;display:block; }#Ut3AXZhD41h7Bm3Q6O7Gc6cRUz3kLQJI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.8125rem;width:27.0625rem;top:0rem;left:15.375rem;overflow:hidden;display:block; }
#rDwRhxXhw0nMJqETfOxyQvLatcGqUikh { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.75rem;width:53rem;top:32.250001430511rem;left:3.5rem;overflow:hidden;display:block; }
#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { position:relative;display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { background-color: transparent; background-image: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { border-width: 0; border-radius: 0; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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:8.75rem;width:60rem;position:relative;display:block; }#cJ5QhIOn4ke9ANqIVwXWPoOAP6RR4K1z { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:2.6562519073486rem;left:21.250001907349rem;display:block; }
#B1HE4TnfyTuJFWenVJwIPUoWa6dqnvnz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container { background-color: transparent; background-image: none; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container > .video-iframe-container { display: none; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row > .video-iframe-container { display: none; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .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); }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container { border-width: 0; border-radius: 0; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#lppyigrhudZIc2WHNWkBF9Nez0yGNNUI { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:1.71875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ClIlqpFTROklXyURlCIWqZV26b1OCNma { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100005;line-height:1.1;letter-spacing:0;top:4.46875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { background-color: transparent; background-image: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .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); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { border-width: 0; border-radius: 0; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1.03125rem;left:21.25rem;overflow:hidden;display:block; }
#hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1.15625rem;left:41.25rem;overflow:hidden;display:block; }
#vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1.03125rem;left:1.03125rem;overflow:hidden;display:block; }
#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container { background-color: transparent; background-image: none; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container > .video-iframe-container { display: none; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row > .video-iframe-container { display: none; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .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); }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container { border-width: 0; border-radius: 0; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#U3UEK6UHopIGUGNvdgwzQRbfmBksBcuh { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1.03125rem;left:21.25rem;overflow:hidden;display:block; }
#gRDdnBDrWs9WGqSOFQDCkFgzx6xgdVsQ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1.03125rem;left:41.25rem;overflow:hidden;display:block; }
#d1w6uAkr5WsIdRxkwxzyPKP0mIkcvET4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:0.9375rem;left:1.25rem;overflow:hidden;display:block; }
#F5roRAD6ESGJsqigvmdhEOV00imWfBHv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container { background-color: transparent; background-image: none; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container > .video-iframe-container { display: none; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row > .video-iframe-container { display: none; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .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); }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container { border-width: 0; border-radius: 0; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#EqikpVF6JUAMnprBmPUUvosPVATJPpn3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1.21875rem;left:21.25rem;overflow:hidden;display:block; }
#VEHfWSfU2S2dWNvxpA4FvoTAVNtd2s8x { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1.25rem;left:41.1875rem;overflow:hidden;display:block; }
#b8fUDFNq9r9bM3PgOIPsqGlkb7yaWNTP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container { background-color: transparent; background-image: none; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container > .video-iframe-container { display: none; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row > .video-iframe-container { display: none; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .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); }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container { border-width: 0; border-radius: 0; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#WPoJertpXvKWw5TVKFCkfGTLo5gCfSFw { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1.0625rem;left:21.25rem;overflow:hidden;display:block; }
#vFKgSerC5w8HsHPcSeMK30wxCGstl9Ey { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1.0625rem;left:41.25rem;overflow:hidden;display:block; }
#vCs4UOdP8S9w83Crbl57KlleR53mVxED { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:17.5rem;top:1rem;left:1.25rem;overflow:hidden;display:block; }
#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { background-color: transparent; background-image: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .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); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { border-width: 0; border-radius: 0; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { background-color: transparent; background-image: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container > .video-iframe-container { display: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container { display: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .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); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { border-width: 0; border-radius: 0; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:2.03125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIP6dsyloUxdRcMmLAmWdZDFTZEeW1JC { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100005;line-height:1.1;letter-spacing:0;top:4.78125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { background-color: transparent; background-image: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container > .video-iframe-container { display: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container { display: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .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); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { border-width: 0; border-radius: 0; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.25rem;width:23rem;top:2.65625rem;left:4.259765625rem;overflow:hidden;display:block; }
#QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { position:absolute;display:block;z-index:100021;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:6.375rem;left:38.375rem;display:block; }
#cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:13.875rem;left:38.375rem;display:block; }
#cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100023;line-height:1.1;letter-spacing:0;top:9.0625rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:18.0625rem;left:38.4375rem;display:block; }
#yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:15.25rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:15.21875038743rem;left:52.937498092651rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:22.4375rem;left:38.375rem;display:block; }
#p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:26.8125rem;left:38.4375rem;display:block; }
#EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:24rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#wz13f1eH7adq47T2wCozmopmcuP08sBB { color:#45454d;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:23.96875rem;left:48.4365234375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:19.625rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:19.7998046875rem;left:47.4990234375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gfGoTfZU2Frv3edUUPqceoNkT3bGwgvu { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:27.531251907349rem;left:40.406251907349rem;display:block; }
#aPlNfMT0T2FvnVW2pHQyr37ztiABISta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container { background-color: transparent; background-image: none; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container > .video-iframe-container { display: none; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row > .video-iframe-container { display: none; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .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); }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container { border-width: 0; border-radius: 0; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#FZKxxuznrvyLuniwCFdypFGTyP5rGf5T { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:25rem;top:4.125rem;left:3.375rem;overflow:hidden;display:block; }
#Wo9U7wKBzXy9W00ewwWP1hqkaZttgQOx { position:absolute;display:block;z-index:100021;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:5.5625rem;left:38.375rem;display:block; }
#rgDQGyvmJHMKyoSwcGiZUfX5Rp8xyhNU { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:13.0625rem;left:38.375rem;display:block; }
#v7dpGMiPCTL2BChTAmv8vpt2R1xfOcdO { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100023;line-height:1.1;letter-spacing:0;top:8.25rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#EwhPRpN0AlJN2vLTC6eTNVAl1n78PfQ6 { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:17.25rem;left:38.4375rem;display:block; }
#Z2fLzMwT6mmalnmbxHbAVyvfM1lNQ3RO { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:14.4375rem;left:40.25rem;height:1.4619125rem;font-style:normal;display:block; }
#ABvHA2ic54zWSwvgMwP0tcHX6evTfB2y { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:15.249998092651rem;left:52.937498092651rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p4qiSnP0nbp5J1UBcQb1WawrM9RgeCVM { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:21.625rem;left:38.375rem;display:block; }
#IN8w27Mc6nMzbJgzlF0E2T5rVJlRQtTN { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:25.125rem;left:38.4375rem;display:block; }
#eubpqIXTmo1XAKJho6pAsW0ICk5HtyVg { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:22.6875rem;left:40.25rem;height:1.4619125rem;font-style:normal;display:block; }
#a712WqbmP6FmMZN9WPyGFla8ieWEVrTO { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:23.500001907349rem;left:52.937498092651rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B91pwKdu95wqIdmPoswaX9hFR61TpM6m { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:18.8125rem;left:40.25rem;height:1.4619125rem;font-style:normal;display:block; }
#tlUHqNtiT7sRsHD7Qpe3cPI28Mx4C3h3 { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:19.593751907349rem;left:52.937498092651rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RT2Cfm23BWRKSTlOzk7RTctluJd2lq0z { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:26.9990234375rem;left:40.40625rem;display:block; }
#mhqg2sEkQhnNcFf2C8SxXQeVCp1Xz22F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container { background-color: transparent; background-image: none; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container > .video-iframe-container { display: none; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row > .video-iframe-container { display: none; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .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); }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container { border-width: 0; border-radius: 0; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#JX6p3TIUgOaVsaSz8L1SJvmETV7sFN50 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:24.75rem;top:4.125rem;left:2.375rem;overflow:hidden;display:block; }
#HrHx2MF1aDx9g4z95NoHiyO8Pc4d6atz { position:absolute;display:block;z-index:100021;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:5.5625rem;left:38.375rem;display:block; }
#P88gir6iiMP02Rx9bLgAHvVB2hDFMWHF { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:13.0625rem;left:38.375rem;display:block; }
#w681OUOb7AIOcITtw4Ct5xKNQV5lTtrw { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100023;line-height:1.1;letter-spacing:0;top:8.25rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#ZVi0fgPKdavwEpI5rmiRCkT2wpDGRhMg { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:17.25rem;left:38.4375rem;display:block; }
#eDNNnktsQJOFvvDp8LMbF8NO3resepkU { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:14.4375rem;left:40.25rem;height:1.4619125rem;font-style:normal;display:block; }
#dL2Xr6yeD0gCKywG5MXXmPCzRhkF9icp { color:#45454d;display:block;width:7.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:15.25rem;left:51rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kIcSwphkBaFQO54TOviAkB90clU2b0II { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:21.625rem;left:38.375rem;display:block; }
#lMB6dpioLTSCCknP2xFzylpFidWRXCkg { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:25.9375rem;left:38.4375rem;display:block; }
#VecTJgBbkOroA3hUQVzyKkyTQ3rWqwc6 { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:23.1875rem;left:40.25rem;height:1.4619125rem;font-style:normal;display:block; }
#toMbZ7P67uCo2FvMpANMF9HQpPOuSqL8 { color:#45454d;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:23.1875rem;left:47.75rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uegnzl1PiMsbRITRueUg0HXF6SFOrRKC { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:18.8125rem;left:40.25rem;height:1.4619125rem;font-style:normal;display:block; }
#a7uQqsarOvPwmspUlfbTmHCwAlJ6iktb { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:19.625rem;left:52.9375rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HqcR50h1Kdd8FAFsB4tvsZJ9w5FNEZlK { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:27.25rem;left:40.40625rem;display:block; }
#UvtL8eBXnWANUglwoKcvsReIy8nCtZdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container { background-color: transparent; background-image: none; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container > .video-iframe-container { display: none; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row > .video-iframe-container { display: none; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .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); }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container { border-width: 0; border-radius: 0; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#Sqiky1OXvBQ2BrTZhouyGpQlgNKfyFR5 { position:absolute;display:block;z-index:100021;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:4.5625rem;left:38.375rem;display:block; }
#IqDUhsLHFLHXHalkF1CiSCJpOzzZuwJl { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:12.0625rem;left:38.375rem;display:block; }
#FdzAgy4yNt2qOIkpNSOgR5D4lKPSXqTI { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100023;line-height:1.1;letter-spacing:0;top:7.25rem;left:40.250001907349rem;height:2.0625rem;font-style:normal;display:block; }
#vtLuxpdqJSlSNGUXbPbfGXASMnW8a9Ko { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:16.25rem;left:38.4375rem;display:block; }
#i9IlUcSZb1oH1TTzZAhr9hxD9qcXJs2k { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:13.4375rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#oIqKK9IAeL5lQwvfeTXRr90s7FwPHF3o { color:#45454d;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:13.4375rem;left:50.625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N4kDeOuni9dMzw8DIHmnLDZr7ZZbmbhs { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:20.625rem;left:38.375rem;display:block; }
#IeVdNksxr7c1PgUDpXi54xvJAgsPN3rg { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:24.125rem;left:38.4375rem;display:block; }
#kBSGiw0cyOf3yvuq5wHgGskP69IlVxIN { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#Zni0cv6eXteLICD3GT5qksJIQcaKn2Wl { color:#45454d;display:block;width:11rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:22.1875rem;left:47.125rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aaUPeauoQAtV8mosh3KUD5wGmHXTXMo1 { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:17.8125rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#dbDUE1nb6GrHe0Z69Vg6BNL0Xen3Cv6C { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:17.8125rem;left:52.9375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iI2vWIWZ1O2aRDXJBIA79iAZed3M0Cd9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:25.9375rem;top:4.5625rem;left:2.9375rem;overflow:hidden;display:block; }
#xD0RuUFTcMcNJrO40aAdenhegWT4M80y { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:26.062501907349rem;left:40.406251907349rem;display:block; }
#TzTVsBueVZBEnSJFVR8z4ChoiRLz7KLL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container { background-color: transparent; background-image: none; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container > .video-iframe-container { display: none; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row > .video-iframe-container { display: none; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .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); }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container { border-width: 0; border-radius: 0; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#TnZiLuVeOQh3ThfhWlSsnlh4NR2aJoiS { position:absolute;display:block;z-index:100021;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:4.5625rem;left:38.375rem;display:block; }
#t9skKy04P4UTfyD8c0e37gd4ynPLL9yC { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:12.0625rem;left:38.375rem;display:block; }
#KypLaBOX5emi6eKRma6TUpFdNF74ZIR7 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100023;line-height:1.1;letter-spacing:0;top:7.25rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#sB9dHmuJhrg8R8wTGHuTkkmyBvPaJbZA { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:16.25rem;left:38.4375rem;display:block; }
#LnIhAQFxNHWBa670oGW9V2rRI1S859vn { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:13.4375rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#iWpzdoKeOPuhz75zLgaeGw199Bm7TGvg { color:#45454d;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:13.4375rem;left:50.4375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Nl9doS75OPfsR9fTJGZoTySCxdTa4lwy { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:20.625rem;left:38.375rem;display:block; }
#nWhEOUPKakeRWZXzK8pvBkTPSX4A7Imd { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:24.125rem;left:38.4375rem;display:block; }
#G6HTxNVV3iI9snbpeVLblEauvM5XAr1F { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#pzB2zw0h56xehFfgBhzWSa9bsb1TdnlN { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:22.1875rem;left:52.9375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kyFJn99JdD0EGt0FOlnTFB0qr8oBCxvR { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:17.8125rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#bAfkzdWp5ZU8c1CAE2Tg0dqodrXo6ova { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:17.8125rem;left:52.9375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#P2sAa7l2yr77NZVWgvoTn8fLXwQvOk48 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:26.125rem;top:3.625rem;left:2.8125rem;overflow:hidden;display:block; }
#hfFBT1L9TZ49reS14xR0fGCd5sbg0lUh { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:26.124212265014rem;left:40.406251907349rem;display:block; }
#hucX4KTT3T99nDI07b2WmNQK5VrLeJaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE > .row .container { background-color: transparent; background-image: none; }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE > .row .container > .video-iframe-container { display: none; }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE > .row > .video-iframe-container { display: none; }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE > .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); }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE > .row .container { border-width: 0; border-radius: 0; }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#B4PmSpBzVh2HM6yfougxuszClHiQ3iTk { color:#87193d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:1.78125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oh6cWbGAtR1IR72xFM0IGfQS58ZiHsvh { color:#87193d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100005;line-height:1.1;letter-spacing:0;top:4.53125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e1dc;background-image:none;position:relative;display:block; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container { background-color: transparent; background-image: none; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container > .video-iframe-container { display: none; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row > .video-iframe-container { display: none; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .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); }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container { border-width: 0; border-radius: 0; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#pgNuHVioMbFtU5Cs4TTuCV8rvtbfLGRx { position:absolute;display:block;z-index:100021;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:4.4375rem;left:36.375rem;display:block; }
#abMU5VMIS9cTS1PMMsQTenM038LwW2aR { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:11.9375rem;left:36.375rem;display:block; }
#pD2yb40N4tfL9ZvCLVzNDU08NFKkRfSu { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100023;line-height:1.1;letter-spacing:0;top:7.125rem;left:38.25rem;height:2.0625rem;font-style:normal;display:block; }
#ZxnPV697a2xkoxOA8SJg0UPnoqfwQsUO { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:16.125rem;left:36.4375rem;display:block; }
#o4ITDgn9lUBGESntfVvzZOGyCCMrvAaD { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:13.3125rem;left:38.25rem;height:1.4619125rem;font-style:normal;display:block; }
#nylqPqNIeOUtt8LJ4DVSLLmJmVPmZOIf { color:#45454d;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:13.3125rem;left:48.75rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MeRsZhSbBCK5yDRpSLeV3tmBPh4amO2h { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:20.5rem;left:36.375rem;display:block; }
#uH34Rw0eZV3Amk0FWMnBsHfs4A2wLnIi { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:24rem;left:36.4375rem;display:block; }
#rlP3gus8gTHhimWd7coT24Vay8gDWQBq { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:22.0625rem;left:38.25rem;height:1.4619125rem;font-style:normal;display:block; }
#Mn2W85yOiihTdMMQG9C8vDXq0aeAs1rC { color:#45454d;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:22.0625rem;left:45.8125rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SvT2lZnHKnlaiOoeXc0EPhU8gNs7P5BH { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:17.6875rem;left:38.25rem;height:1.4619125rem;font-style:normal;display:block; }
#pwTKpRICRoMbVdfiyisBmGxD9i9NmWKS { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:17.6875rem;left:50.9375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#onPHyhi9FbBCFVT8ObVF1DRCIfbT1GVv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:24.75rem;top:4.4375rem;left:4.5625rem;overflow:hidden;display:block; }
#XBTGTMJiPd9giycNOZ9ul3ZMo2yKA18T { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:26.812480926514rem;left:40.406251907349rem;display:block; }
#eDwgpETV8TcBhHszDtAp9G2Tktphiepf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container { background-color: transparent; background-image: none; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container > .video-iframe-container { display: none; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row > .video-iframe-container { display: none; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .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); }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container { border-width: 0; border-radius: 0; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#xibxsnEO18QBQyIcBDspflbr3fIXDnTJ { position:absolute;display:block;z-index:100021;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:6.375rem;left:38.375rem;display:block; }
#wP2eFFiWS7i0JQpuq5NibvbynTpBO1Cf { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:13.875rem;left:38.375rem;display:block; }
#swKAwNyh0X8DLFEXDui8DMiQFTCXZaNz { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:18.0625rem;left:38.4375rem;display:block; }
#H9459w3cKiNEstP4Qdy1LNXW0sfn9ZAU { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:15.25rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#aZB6wwIDsFC7f1wTvO1p69ZqDKswzqzV { color:#45454d;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:15.25rem;left:50.4375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#geA6AnCrS9JucnIBoe4TPQNb89Te34Is { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:22.4375rem;left:38.375rem;display:block; }
#XVPbmFBp2ugP09PzbEkuAAcval6QQldI { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:25.9375rem;left:38.4375rem;display:block; }
#nlpyhv1ee533ndTENq3bppLJOeQcP28p { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:23.9990234375rem;left:40.25rem;height:1.4619125rem;font-style:normal;display:block; }
#AyibS045CISI7L8o75ux889MEVTBXUCM { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:24rem;left:52.9375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#po98IR5na6GEQUolMVT6XRAhZ2F4R3z3 { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:19.625rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#EH6neNXOwpup8zQMTikxPVGHr0LuUQvI { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:19.625rem;left:52.9375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r4lT75vJekKOJyBTCNtEUo2wZZ2XEaXK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.875rem;width:34.625rem;top:6.84375rem;left:0.875rem;overflow:hidden;display:block; }
#xEEE19P7bEyTB4zDRHDQWW1IU9pP12Qi { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:27.75rem;left:40.406251907349rem;display:block; }
#V3QnkWvbsm7LWc9UID50zhLKWq2iDGfp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xpTfwqGRf63CCFfRFW2IoRQ1rcXZWc5x { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100031;line-height:1.1;letter-spacing:0;top:8.0625rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB > .row .container { background-color: transparent; background-image: none; }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB > .row .container > .video-iframe-container { display: none; }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB > .row > .video-iframe-container { display: none; }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB > .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); }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB > .row .container { border-width: 0; border-radius: 0; }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#zJDPboNcrW4cmBZCr65uGLDI1102VMai { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:2.03125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGA9kNccSXnIpnCcs1kru5K7XipExzJr { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100005;line-height:1.1;letter-spacing:0;top:4.78125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e1dc;background-image:none;position:relative;display:block; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container { background-color: transparent; background-image: none; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container > .video-iframe-container { display: none; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row > .video-iframe-container { display: none; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .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); }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container { border-width: 0; border-radius: 0; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#T1CTOWAbOB9ndN3HA4zp05fA466GxKFm { position:absolute;display:block;z-index:100021;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:5.75rem;left:38.375rem;display:block; }
#Br7QRk7g2V4ECql3Pk1UrI63cB2A3pwm { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:13.25rem;left:38.375rem;display:block; }
#eH1hGIRDqH4KRyJZVKcP34GgDcTR8KRJ { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:17.4375rem;left:38.4375rem;display:block; }
#QHeOqnQdVqZ7ufxuf3Bp0xgmfoO9Jhqb { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:14.625rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#WDHfvJ1umZ9TQelANtATKLpXvGaa1pM3 { color:#45454d;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:14.625rem;left:50.625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lEDq4WQ3VMKxPagMCQe0Z6F9cCFUAJhl { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:21.8125rem;left:38.375rem;display:block; }
#pKty7AgbCu4FKlgd3l9sRcpF9kEAva6q { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:25.3125rem;left:38.4375rem;display:block; }
#Zyf7n5d5nvyglBTF6Lqe0IhGR62kzGNI { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:22.75rem;left:40.25rem;height:1.4619125rem;font-style:normal;display:block; }
#obiGGGOLA6TDxrT0xTz4ZCvVZQIW78Sd { color:#45454d;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:22.75rem;left:48.25rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gFMzefvikTgkLdvIVrULGdxZKuGS3o1m { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:19rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#JGInqiDIgq9k0FXRXFvhrziViWGc5tT5 { color:#45454d;display:block;width:9.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:18.443359375rem;left:49.0625rem;height:2.923825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qqSpiThxwCT1lWF58kstOuVkMbq3LbiU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.625rem;width:21.625rem;top:1.96875rem;left:6.1875rem;overflow:hidden;display:block; }
#sEEN4NPOqRSS91kaZNWMxzBA1km2vrzC { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:27.3125rem;left:40.406251907349rem;display:block; }
#scvIACwCWHeiGE1zb6CtzeO58foytShQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#szPNiOI8plSxNOD7KJpwph8IEXdVCTPs { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100025;line-height:1.1;letter-spacing:0;top:7.4375rem;left:40.5625rem;height:4.125rem;font-style:normal;display:block; }
#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e1dc;background-image:none;position:relative;display:block; }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH > .row .container { background-color: transparent; background-image: none; }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH > .row .container > .video-iframe-container { display: none; }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH > .row > .video-iframe-container { display: none; }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH > .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); }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH > .row .container { border-width: 0; border-radius: 0; }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#Gg2GTZW4wBp2NAyqDMLmeH5qCFmhqF1S { position:absolute;display:block;z-index:100021;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:6.375rem;left:38.375rem;display:block; }
#gxpW2adEzK2DyWDR6LHyFhX8L1axv7Q3 { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:13.875rem;left:38.375rem;display:block; }
#AzPM7UAXqHsNNwR3fLpSiXa8Gen8OtLk { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:18.0625rem;left:38.4375rem;display:block; }
#KTvzUlZ2E2dFXnIb7rcTzye0y32AlHKx { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:15.25rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#GDzwKKb0Jo88RZDRIzWdTCfDo3e2d4LA { color:#45454d;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:15.25rem;left:51.3125rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bXOc1pJt1Atl0kqlnTcysTrt70ThCNXh { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:22.4375rem;left:38.375rem;display:block; }
#BTZeTTWtVgTadFovAmDEmTotWKinzQx4 { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:25.9375rem;left:38.4375rem;display:block; }
#mL3r3J7TqVUxRkvpUuUd3PsnADeB0r7z { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:23.375rem;left:40.25rem;height:1.4619125rem;font-style:normal;display:block; }
#cuaqgFobiQ8T80QoVBOJAK08Tal2UTmJ { color:#45454d;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:23.375rem;left:48.4375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xX0ehmbTGCxU5IJGxs97zWMkvlufTP3B { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:19.625rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#LIIgaI8Th0T2J4PBTXUDMWQqw67otovz { color:#45454d;display:block;width:8.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:18.818359375rem;left:49.375rem;height:2.923825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kypJ4bfGiXZ7yZ0urboD5GktxdwJ6Sy7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.0625rem;width:23.6875rem;top:3.25rem;left:5.125rem;overflow:hidden;display:block; }
#IqVHgd9Tg2Eb9Frm2X55EEskVk1XewgV { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:27.75rem;left:40.406251907349rem;display:block; }
#uC2tZ55xiellyL81Wx6NKS28uMRDTDnC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WumZdIV6ZCSm5XSu5k0iQhKAOb86S3DP { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100027;line-height:1.1;letter-spacing:0;top:8.0625rem;left:40.5625rem;height:4.125rem;font-style:normal;display:block; }
#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 > .row .container { background-color: transparent; background-image: none; }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 > .row .container > .video-iframe-container { display: none; }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 > .row > .video-iframe-container { display: none; }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 > .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); }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 > .row .container { border-width: 0; border-radius: 0; }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#deb5brQ7qS7VDIM4DK4Pg2ZdTJWMsQ43 { position:absolute;display:block;z-index:100021;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:6.375rem;left:38.375rem;display:block; }
#p2vWii4wTetaIdAMkc5ygqQkhpBQoOgL { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:13.875rem;left:38.375rem;display:block; }
#ahTUOmPDzftfKfnWbyJQuUpH18S1X62d { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:18.0625rem;left:38.4375rem;display:block; }
#PkPHCNa1rgnXIaLsEHbLd2nKkwFNJC0T { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:15.25rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#qDohrq1kHcWf9IRVuBaTBeCDJJ8IQ6l8 { color:#45454d;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:15.25rem;left:50.4375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#G37Iuo0gwUHCBFGHUQZAxT9zxlRu5Uow { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:22.4375rem;left:38.375rem;display:block; }
#ZyodVONTa5444RA5wKcNXv90JZurCNGf { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:25.9375rem;left:38.4375rem;display:block; }
#HdtPDyDNf2Inad1NKgFotAsTmXF1qs3f { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:24rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#fsIVabaBlRWG5PBACWRc2uL7EuFnVnND { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:24rem;left:52.9375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fkgFUJT3NQ9vfqI81SgNxK6pxaTpJTUf { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:19.625rem;left:40.25rem;height:1.4625rem;font-style:normal;display:block; }
#cftVMURsRpn2FKsxkECa04mpIxNI03M5 { color:#45454d;display:block;width:5.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:19.625rem;left:52.9375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QTgcoqFnU4or6RquG9Qfv1Il5m8kmhxP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:35.4375rem;top:8.0625rem;left:1.125rem;overflow:hidden;display:block; }
#N9FHKm4VZVycbmGueZzANhN81ceMHt3B { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:27.75rem;left:40.406251907349rem;display:block; }
#NWC7CCExHpQP5SuVAoCDSw5SHgAEoHIL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NCOEcsLWuo06F4qq4tgNOEK1r5KbZtH4 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100031;line-height:1.1;letter-spacing:0;top:8.0625rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { background-color: transparent; background-image: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container > .video-iframe-container { display: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container { display: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .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); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { border-width: 0; border-radius: 0; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.625rem;width:47.625rem;top:1.21875rem;left:6.1875rem;display:block; }
#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container { background-color: transparent; background-image: none; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container > .video-iframe-container { display: none; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row > .video-iframe-container { display: none; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .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); }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container { border-width: 0; border-radius: 0; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#HMr7V6z8CFvXTCGTppuH1dSLlwApprJE { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:3.15625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container { background-color: transparent; background-image: none; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container > .video-iframe-container { display: none; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row > .video-iframe-container { display: none; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .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); }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container { border-width: 0; border-radius: 0; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#coufu3apbNAmOz3OJRlXL8qTTDhbkgZm { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:17.5rem;top:1.28125rem;left:21.25rem;overflow:hidden;display:block; }
#Dlhl0u6ZGZmZznXHAmez9PaoGTnILXrW { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:17.5rem;top:1.28125rem;left:41.25rem;overflow:hidden;display:block; }
#GykbPySuxtJBxUCiDwTSU6rkMdBo1710 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:17.5rem;top:1.28125rem;left:1.25rem;overflow:hidden;display:block; }
#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { background-color: transparent; background-image: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .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); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { border-width: 0; border-radius: 0; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#lLc2HWgOPic80UrIviDDeQcheiDgC0To { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:17.5rem;top:1.25rem;left:21.25rem;overflow:hidden;display:block; }
#ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:17.5rem;top:1.25rem;left:41.25rem;overflow:hidden;display:block; }
#SBcEXN7mShOP355uiwNli9cQmwHc4DZy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:17.5rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container { background-color: transparent; background-image: none; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container > .video-iframe-container { display: none; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row > .video-iframe-container { display: none; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .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); }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container { border-width: 0; border-radius: 0; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#wDvC1KzNhKZcVPfz3LAXNWnIRZbxV2fG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:17.5rem;top:1.28125rem;left:21.25rem;overflow:hidden;display:block; }
#tgmz5D9VThTU7etrnmZqMlnIaE7xTsUD { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:17.5rem;top:1.25rem;left:41.1875rem;overflow:hidden;display:block; }
#fK21hzvUrETJTwn3QQxpHzECqv6DU1p5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:17.5rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/333c261e-b028-4f54-bf50-4fce5d7238fc/75a830_f20ce929aa394d39afdda4be3e530d2c_mv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.adaptive-delivery-prevent-bg, #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.lazyload, #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.lazyloading { background-image: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { background-color: transparent; background-image: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.19); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container > .video-iframe-container { display: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.19); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row > .video-iframe-container { display: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .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); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { border-width: 0; border-radius: 0; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#hTvFatqHyxVkAtMalHLMVJSl3qT4HTbX { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:5.9375rem;left:19.25rem;display:block; }
#Xymi61wMtt3vZZomxLDk7du95DgXCHS4 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:21.5625rem;top:13.375rem;left:19.25rem;display:block; }
#IquVFIqblZ9G8rFQAhGbpxGCIKGMm7w1 { color:#45454d;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:6.80078125rem;left:20.3125rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-form-header {  }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-container:first-of-type{padding-top:0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-container:last-of-type{padding-bottom:0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100020;position:absolute;top:13.5625rem;left:20.000001907349rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 {display:block;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100020;position:absolute;top:13.5625rem;left:20.000001907349rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #TWTUHqSekd9u24aGQiGlUav8tK8VvStT { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #cfJSBm0KAMzI3uf7kKrXJE7dFLfFwsn3 { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ZvnGkJQk8GS42bi6ii4aLfFfAx9zdS9x { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ThqI2fpP8TqSeE4wxwLzJVIT0XHLKlc6 { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #oLRptug8Q4NrGDRyG03veTm4pNCWd46y { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #fPcxU4s32JpbCb8R9FXdQiqHf1G4KlHP { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #QVw8IQp1GpoWQK4cbx1q7lVTGRS6VRNQ { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #wlVbWBsMKbHeQR7TI0ED03TwypaqhycT { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #hzqVe6qWPKpIMqk2vt1TJZqk65mfv2Bo { position:relative; }
#uNcLfv7AzaXFlV4l2QsnN4xD9z14GcFT { position:relative;display:block; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #OOgOc0qmpQ54C57ZSx81PMQ5qEUTBnlN { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #UQ68l1OgLpH5SzfzCXLbUdFPHXE5EG0X { position:relative; }
#WBHpw4pgcXm4a96iV68oUTATsngoezDC { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:32.1875rem;left:21.25rem;display:block; }
#X79XhVV3tTcT6LCMOeTXnJFyTJr0drg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:29.4375rem;height:6.625rem;top:10.125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:29.4375rem;height:3.3125rem;top:18.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:21.5625rem;height:7.25rem;top:7.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { width:21.5625rem;height:23.5rem;top:14.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { width:20.75rem;height:5.3125rem;top:8.1875rem;left:27rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX  { width:17.5rem;height:auto;top:14.625rem;left:27.75rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX {display:block;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX { width:17.5rem;height:auto;top:14.625rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #TeHE1VMKORaVpLrw2weCo1ZsikyFE1Z4 {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #eHvH1sHtiQZiWq0gUUAP90TL4AS1WNtU {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #uKBoFTdfdo8eJRaapOrBEsrOnqedlo3D {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #qgNDsdvWvb9euT3sTtiByzveHOBiArqN {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #LB44FI0Mi3JWOlwsfr6hUtBty3L79WO7 {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #VFLxTG8TKXVyqGyewdLK1oGKlN0t7EzH {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #I13mOq5wuqQfn2469ovnvpf26LTUGl2g {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #os4FZ44sN8t8yiB3TJP4B1aPywEde4Ss {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #nnDRPrlZbkey9nTdTRRhxkoZrCrF1Ebv {  }
 }@media only screen and (max-width: 763px) { #ymU1fde0PRCUbnq4srxz4RpHcNEA4qaF { display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #WyIHKSVhgLgzJSZSOHINExTmXmrbixFG {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #L4ZuVrFVlZS2gLwsOIqwrX2bgxXDpUSe {  }
 }@media only screen and (max-width: 763px) { #xuiDd2Haa4S7diF4y6lKEfNTMNI9ZmQT { width:17.5rem;height:3.4375rem;top:33.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTR7PGldUqSTnJ536zSfJ9LJCAXJccpN { display:block; }
 }@media only screen and (max-width: 763px) { #hridN8xphcC1cqKfVQMsFReoTy78tsAP { width:29.125rem;height:2.25rem;top:34.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2GV4Mv8xBHvM9p1xlXh7wXnv8gQFrhT { width:29.4375rem;height:7.875rem;top:23.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9gnOXbToH8peAwxbS8yKTCN7SPuRzWf { width:29.4375rem;height:3.3125rem;top:18.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpvICZ24DbMyKXAVVkCOZvfRCZuyQeRD { width:20rem;height:;top:8.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMtcVqQ1LUmAgkhTFhKmxXPJhaqfkw7K { width:20rem;height:15.9375rem;top:12.75rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bg6MGHhRfaPOyhR5yKeZyUOUtyI1hsPu { width:20rem;height:2.5625rem;top:25.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:22.875rem;height:4.375rem;top:4.8125rem;left:24.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:24.875rem;height:15.4375rem;top:11.875rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:3.125rem;height:0.125rem;top:11rem;left:29.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9CJlf2xc6AhvC2wSENB6ipJ9tD426Qp { top:4.8125rem;left:0rem;width:30.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpUorc1cVahIzDlGcN0XoLOInmS3nQay { display:block; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etdJ4CPfB5JKdQOge46OUBUuVGDJJdNX { top:0rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:47.75rem;height:2.75rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q { display:block; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:14.9375rem;height:11.1875rem;top:14.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:14.25rem;height:1.625rem;top:11.25rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwMCeh2BlA0qSOzzUTAxHFEXkhiCCQk { top:0rem;left:0.6875rem;width:14.5rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:13.5rem;height:;top:14.25rem;left:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:;top:11.25rem;left:17.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:13.5rem;height:4.75rem;top:14.1875rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:1.625rem;top:11.1875rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BugCqgFzODuadshbWw2dD5JH62uh4RHb { top:0rem;left:32.9375rem;width:13.6875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAWAD6TAeQb8qMR0TlUKJutZuZu7TCe9 { top:0rem;left:16.562501907349rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKU2QxKKXE0HGkBvW5esEm64P2soFlqz { display:block; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roGSafQRMa9gakCJ2Wpd3LL3MKn6KZss { width:13.5rem;height:11.125rem;top:14.0625rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nldP7ccyWJcJHDZTgTXLasZf7z5ETtlS { width:12.5rem;height:1.625rem;top:11.1875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBtkrrUWJE72ElDd9y02zKqxSSqhQ1B5 { top:0rem;left:0.6875rem;width:13.375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI5EpJ5n6b6dxWw11SCRwkXAo3h1kIGl { width:13.5rem;height:6.375rem;top:15.875rem;left:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhH8XAnGFsbweR0lamy4glkX32eG64eA { width:12.9375rem;height:3.25rem;top:11.1875rem;left:17.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWfx1LGNoeg5S1XJqqTgEzpKmRNt46z7 { top:0rem;left:17.34375rem;width:12.9375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrM5uTdNVymrLOZGaKDfpeyz96Go9BP4 { width:13.5rem;height:12.75rem;top:15.9375rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb5kVve9WuFlG6Gb9szUTfbiRUuxoObl { width:12.5rem;height:3.25rem;top:11.5rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psknffv7K6kJu96LBKzI7TiXXXvXwzTE { top:0rem;left:32.437501907349rem;width:14.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf { display:block; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfwVroM7ZzNp7qaqG3AEMZsEyPglxDI2 { width:17.5rem;height:3.4375rem;top:2.625rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewofxza6eXn5MQ91rK84k3iivLSWfOlh { display:block; }
 }@media only screen and (max-width: 763px) { #UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD { display:block; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taJERWZNztuwqZxA5HuNOzutRTTxVhMu { width:47.75rem;height:2.75rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqiMdstMqugaJkeslZoDJmey2i9rNeAi { display:block; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut3AXZhD41h7Bm3Q6O7Gc6cRUz3kLQJI { top:0rem;left:9.25rem;width:27.0625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDwRhxXhw0nMJqETfOxyQvLatcGqUikh { top:32.25rem;left:0rem;width:47.75rem;height:24.100235849057rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJ5QhIOn4ke9ANqIVwXWPoOAP6RR4K1z { width:17.5rem;height:3.4375rem;top:2.625rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1HE4TnfyTuJFWenVJwIPUoWa6dqnvnz { display:block; }
 }@media only screen and (max-width: 763px) { #ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF { display:block; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lppyigrhudZIc2WHNWkBF9Nez0yGNNUI { width:47.75rem;height:2.75rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClIlqpFTROklXyURlCIWqZV26b1OCNma { width:47.75rem;height:2.75rem;top:4.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:17.5rem;height:13.375rem;top:1rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:17.5rem;height:13.375rem;top:1.125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:17.5rem;height:13.375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM { display:block; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3UEK6UHopIGUGNvdgwzQRbfmBksBcuh { width:17.5rem;height:13.375rem;top:1rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRDdnBDrWs9WGqSOFQDCkFgzx6xgdVsQ { width:17.5rem;height:13.375rem;top:1rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1w6uAkr5WsIdRxkwxzyPKP0mIkcvET4 { width:17.5rem;height:13.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5roRAD6ESGJsqigvmdhEOV00imWfBHv { display:block; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqikpVF6JUAMnprBmPUUvosPVATJPpn3 { width:17.5rem;height:13.375rem;top:1.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEHfWSfU2S2dWNvxpA4FvoTAVNtd2s8x { width:17.5rem;height:13.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8fUDFNq9r9bM3PgOIPsqGlkb7yaWNTP { width:17.5rem;height:13.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs { display:block; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPoJertpXvKWw5TVKFCkfGTLo5gCfSFw { width:17.5rem;height:13.375rem;top:1.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFKgSerC5w8HsHPcSeMK30wxCGstl9Ey { width:17.5rem;height:13.375rem;top:1.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCs4UOdP8S9w83Crbl57KlleR53mVxED { width:17.5rem;height:13.375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:47.75rem;height:2.75rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIP6dsyloUxdRcMmLAmWdZDFTZEeW1JC { width:47.75rem;height:2.75rem;top:4.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { width:23rem;height:28.25rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { width:21.5625rem;height:7.5rem;top:6.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { width:21.625rem;height:13.3125rem;top:13.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { width:17.1875rem;height:2.0625rem;top:9.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { width:21.5625rem;height:0.0625rem;top:18.0625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { width:10.625rem;height:1.4375rem;top:15.25rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { width:5.1875rem;height:1.4375rem;top:15.1875rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { width:21.5625rem;height:0.0625rem;top:22.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { width:21.5625rem;height:0.0625rem;top:26.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { width:10.625rem;height:1.4375rem;top:24rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz13f1eH7adq47T2wCozmopmcuP08sBB { width:9.6875rem;height:1.4375rem;top:23.9375rem;left:38.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { width:10.625rem;height:1.4375rem;top:19.625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { width:10.625rem;height:1.4375rem;top:19.75rem;left:37.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfGoTfZU2Frv3edUUPqceoNkT3bGwgvu { width:17.5rem;height:3.4375rem;top:27.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPlNfMT0T2FvnVW2pHQyr37ztiABISta { display:block; }
 }@media only screen and (max-width: 763px) { #Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V { display:block; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZKxxuznrvyLuniwCFdypFGTyP5rGf5T { width:25rem;height:25.3125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo9U7wKBzXy9W00ewwWP1hqkaZttgQOx { width:21.5625rem;height:7.5rem;top:5.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgDQGyvmJHMKyoSwcGiZUfX5Rp8xyhNU { width:21.625rem;height:13.3125rem;top:13.0625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7dpGMiPCTL2BChTAmv8vpt2R1xfOcdO { width:17.1875rem;height:2.0625rem;top:8.25rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwhPRpN0AlJN2vLTC6eTNVAl1n78PfQ6 { width:21.5625rem;height:0.0625rem;top:17.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2fLzMwT6mmalnmbxHbAVyvfM1lNQ3RO { width:10.625rem;height:1.4375rem;top:14.4375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABvHA2ic54zWSwvgMwP0tcHX6evTfB2y { width:5.1875rem;height:1.4375rem;top:15.1875rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4qiSnP0nbp5J1UBcQb1WawrM9RgeCVM { width:21.5625rem;height:0.0625rem;top:21.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN8w27Mc6nMzbJgzlF0E2T5rVJlRQtTN { width:21.5625rem;height:0.0625rem;top:25.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eubpqIXTmo1XAKJho6pAsW0ICk5HtyVg { width:10.625rem;height:1.4375rem;top:22.6875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a712WqbmP6FmMZN9WPyGFla8ieWEVrTO { width:5.1875rem;height:1.4375rem;top:23.5rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B91pwKdu95wqIdmPoswaX9hFR61TpM6m { width:10.625rem;height:1.4375rem;top:18.8125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlUHqNtiT7sRsHD7Qpe3cPI28Mx4C3h3 { width:5.1875rem;height:1.4375rem;top:19.5625rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2Cfm23BWRKSTlOzk7RTctluJd2lq0z { width:17.5rem;height:3.4375rem;top:26.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhqg2sEkQhnNcFf2C8SxXQeVCp1Xz22F { display:block; }
 }@media only screen and (max-width: 763px) { #ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB { display:block; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX6p3TIUgOaVsaSz8L1SJvmETV7sFN50 { width:24.75rem;height:25.3125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrHx2MF1aDx9g4z95NoHiyO8Pc4d6atz { width:21.5625rem;height:7.5rem;top:5.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P88gir6iiMP02Rx9bLgAHvVB2hDFMWHF { width:21.625rem;height:13.3125rem;top:13.0625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w681OUOb7AIOcITtw4Ct5xKNQV5lTtrw { width:17.1875rem;height:2.0625rem;top:8.25rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVi0fgPKdavwEpI5rmiRCkT2wpDGRhMg { width:21.5625rem;height:0.0625rem;top:17.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDNNnktsQJOFvvDp8LMbF8NO3resepkU { width:10.625rem;height:1.4375rem;top:14.4375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL2Xr6yeD0gCKywG5MXXmPCzRhkF9icp { width:7.125rem;height:1.4375rem;top:15.25rem;left:40.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIcSwphkBaFQO54TOviAkB90clU2b0II { width:21.5625rem;height:0.0625rem;top:21.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMB6dpioLTSCCknP2xFzylpFidWRXCkg { width:21.5625rem;height:0.0625rem;top:25.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VecTJgBbkOroA3hUQVzyKkyTQ3rWqwc6 { width:10.625rem;height:1.4375rem;top:23.1875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toMbZ7P67uCo2FvMpANMF9HQpPOuSqL8 { width:10.375rem;height:1.4375rem;top:23.1875rem;left:37.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uegnzl1PiMsbRITRueUg0HXF6SFOrRKC { width:10.625rem;height:1.4375rem;top:18.8125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7uQqsarOvPwmspUlfbTmHCwAlJ6iktb { width:5.1875rem;height:;top:19.625rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqcR50h1Kdd8FAFsB4tvsZJ9w5FNEZlK { width:17.5rem;height:3.4375rem;top:27.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvtL8eBXnWANUglwoKcvsReIy8nCtZdq { display:block; }
 }@media only screen and (max-width: 763px) { #ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM { display:block; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sqiky1OXvBQ2BrTZhouyGpQlgNKfyFR5 { width:21.5625rem;height:7.5rem;top:4.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqDUhsLHFLHXHalkF1CiSCJpOzzZuwJl { width:21.625rem;height:13.3125rem;top:12.0625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdzAgy4yNt2qOIkpNSOgR5D4lKPSXqTI { width:18.8125rem;height:2.0625rem;top:7.25rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtLuxpdqJSlSNGUXbPbfGXASMnW8a9Ko { width:21.5625rem;height:0.0625rem;top:16.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9IlUcSZb1oH1TTzZAhr9hxD9qcXJs2k { width:10.625rem;height:1.4375rem;top:13.4375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIqKK9IAeL5lQwvfeTXRr90s7FwPHF3o { width:7.5rem;height:1.4375rem;top:13.4375rem;left:40.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4kDeOuni9dMzw8DIHmnLDZr7ZZbmbhs { width:21.5625rem;height:0.0625rem;top:20.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeVdNksxr7c1PgUDpXi54xvJAgsPN3rg { width:21.5625rem;height:0.0625rem;top:24.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBSGiw0cyOf3yvuq5wHgGskP69IlVxIN { width:10.625rem;height:1.4375rem;top:22.1875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zni0cv6eXteLICD3GT5qksJIQcaKn2Wl { width:11rem;height:1.4375rem;top:22.1875rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaUPeauoQAtV8mosh3KUD5wGmHXTXMo1 { width:10.625rem;height:1.4375rem;top:17.8125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbDUE1nb6GrHe0Z69Vg6BNL0Xen3Cv6C { width:5.1875rem;height:1.4375rem;top:17.8125rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI2vWIWZ1O2aRDXJBIA79iAZed3M0Cd9 { width:25.9375rem;height:25.3125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD0RuUFTcMcNJrO40aAdenhegWT4M80y { width:17.5rem;height:3.4375rem;top:26.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTVsBueVZBEnSJFVR8z4ChoiRLz7KLL { display:block; }
 }@media only screen and (max-width: 763px) { #zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs { display:block; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnZiLuVeOQh3ThfhWlSsnlh4NR2aJoiS { width:21.5625rem;height:7.5rem;top:4.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9skKy04P4UTfyD8c0e37gd4ynPLL9yC { width:21.625rem;height:13.3125rem;top:12.0625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KypLaBOX5emi6eKRma6TUpFdNF74ZIR7 { width:17.1875rem;height:2.0625rem;top:7.25rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB9dHmuJhrg8R8wTGHuTkkmyBvPaJbZA { width:21.5625rem;height:0.0625rem;top:16.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnIhAQFxNHWBa670oGW9V2rRI1S859vn { width:10.625rem;height:1.4375rem;top:13.4375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWpzdoKeOPuhz75zLgaeGw199Bm7TGvg { width:7.6875rem;height:1.4375rem;top:13.4375rem;left:40.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl9doS75OPfsR9fTJGZoTySCxdTa4lwy { width:21.5625rem;height:0.0625rem;top:20.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhEOUPKakeRWZXzK8pvBkTPSX4A7Imd { width:21.5625rem;height:0.0625rem;top:24.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6HTxNVV3iI9snbpeVLblEauvM5XAr1F { width:10.625rem;height:1.4375rem;top:22.1875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzB2zw0h56xehFfgBhzWSa9bsb1TdnlN { width:5.1875rem;height:1.4375rem;top:22.1875rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyFJn99JdD0EGt0FOlnTFB0qr8oBCxvR { width:10.625rem;height:1.4375rem;top:17.8125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAfkzdWp5ZU8c1CAE2Tg0dqodrXo6ova { width:5.1875rem;height:1.4375rem;top:17.8125rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2sAa7l2yr77NZVWgvoTn8fLXwQvOk48 { width:26.125rem;height:25.3125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfFBT1L9TZ49reS14xR0fGCd5sbg0lUh { width:17.5rem;height:3.4375rem;top:26.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hucX4KTT3T99nDI07b2WmNQK5VrLeJaa { display:block; }
 }@media only screen and (max-width: 763px) { #ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE { display:block; }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4PmSpBzVh2HM6yfougxuszClHiQ3iTk { width:47.75rem;height:2.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6cWbGAtR1IR72xFM0IGfQS58ZiHsvh { width:47.75rem;height:2.75rem;top:4.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK { display:block; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgNuHVioMbFtU5Cs4TTuCV8rvtbfLGRx { width:21.5625rem;height:7.5rem;top:4.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abMU5VMIS9cTS1PMMsQTenM038LwW2aR { width:21.625rem;height:13.3125rem;top:11.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD2yb40N4tfL9ZvCLVzNDU08NFKkRfSu { width:17.1875rem;height:2.0625rem;top:7.125rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxnPV697a2xkoxOA8SJg0UPnoqfwQsUO { width:21.5625rem;height:0.0625rem;top:16.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ITDgn9lUBGESntfVvzZOGyCCMrvAaD { width:10.625rem;height:1.4375rem;top:13.3125rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylqPqNIeOUtt8LJ4DVSLLmJmVPmZOIf { width:7.375rem;height:1.4375rem;top:13.3125rem;left:40.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeRsZhSbBCK5yDRpSLeV3tmBPh4amO2h { width:21.5625rem;height:0.0625rem;top:20.5rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH34Rw0eZV3Amk0FWMnBsHfs4A2wLnIi { width:21.5625rem;height:0.0625rem;top:24rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlP3gus8gTHhimWd7coT24Vay8gDWQBq { width:10.625rem;height:1.4375rem;top:22.0625rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn2W85yOiihTdMMQG9C8vDXq0aeAs1rC { width:10.3125rem;height:1.4375rem;top:22.0625rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvT2lZnHKnlaiOoeXc0EPhU8gNs7P5BH { width:10.625rem;height:1.4375rem;top:17.6875rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTKpRICRoMbVdfiyisBmGxD9i9NmWKS { width:5.1875rem;height:1.4375rem;top:17.6875rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onPHyhi9FbBCFVT8ObVF1DRCIfbT1GVv { width:24.75rem;height:25.3125rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTGTMJiPd9giycNOZ9ul3ZMo2yKA18T { width:17.5rem;height:3.4375rem;top:26.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwgpETV8TcBhHszDtAp9G2Tktphiepf { display:block; }
 }@media only screen and (max-width: 763px) { #mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 { display:block; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xibxsnEO18QBQyIcBDspflbr3fIXDnTJ { width:21.5625rem;height:7.5rem;top:6.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP2eFFiWS7i0JQpuq5NibvbynTpBO1Cf { width:21.625rem;height:13.3125rem;top:13.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swKAwNyh0X8DLFEXDui8DMiQFTCXZaNz { width:21.5625rem;height:0.0625rem;top:18.0625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9459w3cKiNEstP4Qdy1LNXW0sfn9ZAU { width:10.625rem;height:1.4375rem;top:15.25rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZB6wwIDsFC7f1wTvO1p69ZqDKswzqzV { width:7.6875rem;height:1.4375rem;top:15.25rem;left:40.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geA6AnCrS9JucnIBoe4TPQNb89Te34Is { width:21.5625rem;height:0.0625rem;top:22.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVPbmFBp2ugP09PzbEkuAAcval6QQldI { width:21.5625rem;height:0.0625rem;top:25.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlpyhv1ee533ndTENq3bppLJOeQcP28p { width:10.625rem;height:1.4375rem;top:23.9375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyibS045CISI7L8o75ux889MEVTBXUCM { width:5.1875rem;height:1.4375rem;top:24rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #po98IR5na6GEQUolMVT6XRAhZ2F4R3z3 { width:10.625rem;height:1.4375rem;top:19.625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6neNXOwpup8zQMTikxPVGHr0LuUQvI { width:5.1875rem;height:1.4375rem;top:19.625rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4lT75vJekKOJyBTCNtEUo2wZZ2XEaXK { width:34.625rem;height:19.875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEEE19P7bEyTB4zDRHDQWW1IU9pP12Qi { width:17.5rem;height:3.4375rem;top:27.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3QnkWvbsm7LWc9UID50zhLKWq2iDGfp { display:block; }
 }@media only screen and (max-width: 763px) { #xpTfwqGRf63CCFfRFW2IoRQ1rcXZWc5x { width:17.1875rem;height:4.125rem;top:8.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB { display:block; }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJDPboNcrW4cmBZCr65uGLDI1102VMai { width:47.75rem;height:2.75rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGA9kNccSXnIpnCcs1kru5K7XipExzJr { width:47.75rem;height:2.75rem;top:4.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 { display:block; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1CTOWAbOB9ndN3HA4zp05fA466GxKFm { width:21.5625rem;height:7.5rem;top:5.75rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7QRk7g2V4ECql3Pk1UrI63cB2A3pwm { width:21.625rem;height:13.3125rem;top:13.25rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH1hGIRDqH4KRyJZVKcP34GgDcTR8KRJ { width:21.5625rem;height:0.0625rem;top:17.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHeOqnQdVqZ7ufxuf3Bp0xgmfoO9Jhqb { width:10.625rem;height:1.4375rem;top:14.625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDHfvJ1umZ9TQelANtATKLpXvGaa1pM3 { width:7.5rem;height:1.4375rem;top:14.625rem;left:40.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEDq4WQ3VMKxPagMCQe0Z6F9cCFUAJhl { width:21.5625rem;height:0.0625rem;top:21.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKty7AgbCu4FKlgd3l9sRcpF9kEAva6q { width:21.5625rem;height:0.0625rem;top:25.3125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyf7n5d5nvyglBTF6Lqe0IhGR62kzGNI { width:10.625rem;height:1.4375rem;top:22.75rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obiGGGOLA6TDxrT0xTz4ZCvVZQIW78Sd { width:9.9375rem;height:1.4375rem;top:22.75rem;left:37.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFMzefvikTgkLdvIVrULGdxZKuGS3o1m { width:10.625rem;height:1.4375rem;top:19rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGInqiDIgq9k0FXRXFvhrziViWGc5tT5 { width:9.125rem;height:2.9375rem;top:18.4375rem;left:38rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqSpiThxwCT1lWF58kstOuVkMbq3LbiU { width:21.625rem;height:29.625rem;top:1.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEEN4NPOqRSS91kaZNWMxzBA1km2vrzC { width:17.5rem;height:3.4375rem;top:27.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scvIACwCWHeiGE1zb6CtzeO58foytShQ { display:block; }
 }@media only screen and (max-width: 763px) { #szPNiOI8plSxNOD7KJpwph8IEXdVCTPs { width:17.1875rem;height:4.125rem;top:7.4375rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH { display:block; }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gg2GTZW4wBp2NAyqDMLmeH5qCFmhqF1S { width:21.5625rem;height:7.5rem;top:6.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxpW2adEzK2DyWDR6LHyFhX8L1axv7Q3 { width:21.625rem;height:13.3125rem;top:13.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzPM7UAXqHsNNwR3fLpSiXa8Gen8OtLk { width:21.5625rem;height:0.0625rem;top:18.0625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTvzUlZ2E2dFXnIb7rcTzye0y32AlHKx { width:10.625rem;height:1.4375rem;top:15.25rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDzwKKb0Jo88RZDRIzWdTCfDo3e2d4LA { width:6.8125rem;height:2.9375rem;top:15.25rem;left:40.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXOc1pJt1Atl0kqlnTcysTrt70ThCNXh { width:21.5625rem;height:0.0625rem;top:22.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZeTTWtVgTadFovAmDEmTotWKinzQx4 { width:21.5625rem;height:0.0625rem;top:25.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL3r3J7TqVUxRkvpUuUd3PsnADeB0r7z { width:10.625rem;height:1.4375rem;top:23.375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuaqgFobiQ8T80QoVBOJAK08Tal2UTmJ { width:9.75rem;height:1.4375rem;top:23.375rem;left:38rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX0ehmbTGCxU5IJGxs97zWMkvlufTP3B { width:10.625rem;height:1.4375rem;top:19.625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIIgaI8Th0T2J4PBTXUDMWQqw67otovz { width:8.8125rem;height:2.875rem;top:18.8125rem;left:38.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kypJ4bfGiXZ7yZ0urboD5GktxdwJ6Sy7 { width:23.6875rem;height:27.0625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqVHgd9Tg2Eb9Frm2X55EEskVk1XewgV { width:17.5rem;height:3.4375rem;top:27.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC2tZ55xiellyL81Wx6NKS28uMRDTDnC { display:block; }
 }@media only screen and (max-width: 763px) { #WumZdIV6ZCSm5XSu5k0iQhKAOb86S3DP { width:17.1875rem;height:4.125rem;top:8.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1aMGS6s92z7fV3xn5BD3ChJR3876B73 { display:block; }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deb5brQ7qS7VDIM4DK4Pg2ZdTJWMsQ43 { width:21.5625rem;height:7.5rem;top:6.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2vWii4wTetaIdAMkc5ygqQkhpBQoOgL { width:21.625rem;height:13.3125rem;top:13.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahTUOmPDzftfKfnWbyJQuUpH18S1X62d { width:21.5625rem;height:0.0625rem;top:18.0625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPHCNa1rgnXIaLsEHbLd2nKkwFNJC0T { width:10.625rem;height:1.4375rem;top:15.25rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDohrq1kHcWf9IRVuBaTBeCDJJ8IQ6l8 { width:7.6875rem;height:1.4375rem;top:15.25rem;left:40.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G37Iuo0gwUHCBFGHUQZAxT9zxlRu5Uow { width:21.5625rem;height:0.0625rem;top:22.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyodVONTa5444RA5wKcNXv90JZurCNGf { width:21.5625rem;height:0.0625rem;top:25.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtPDyDNf2Inad1NKgFotAsTmXF1qs3f { width:10.625rem;height:1.4375rem;top:24rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsIVabaBlRWG5PBACWRc2uL7EuFnVnND { width:5.1875rem;height:1.4375rem;top:24rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkgFUJT3NQ9vfqI81SgNxK6pxaTpJTUf { width:10.625rem;height:1.4375rem;top:19.625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cftVMURsRpn2FKsxkECa04mpIxNI03M5 { width:5.1875rem;height:1.4375rem;top:19.625rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTgcoqFnU4or6RquG9Qfv1Il5m8kmhxP { width:35.4375rem;height:12.25rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9FHKm4VZVycbmGueZzANhN81ceMHt3B { width:17.5rem;height:3.4375rem;top:27.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWC7CCExHpQP5SuVAoCDSw5SHgAEoHIL { display:block; }
 }@media only screen and (max-width: 763px) { #NCOEcsLWuo06F4qq4tgNOEK1r5KbZtH4 { width:17.1875rem;height:4.125rem;top:8.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { display:block; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { width:47.625rem;height:26.625rem;top:1.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ { display:block; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMr7V6z8CFvXTCGTppuH1dSLlwApprJE { width:47.75rem;height:2.75rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 { display:block; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coufu3apbNAmOz3OJRlXL8qTTDhbkgZm { width:17.5rem;height:11.25rem;top:1.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlhl0u6ZGZmZznXHAmez9PaoGTnILXrW { width:17.5rem;height:11.25rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GykbPySuxtJBxUCiDwTSU6rkMdBo1710 { width:17.5rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:17.5rem;height:11.25rem;top:1.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:17.5rem;height:11.25rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:17.5rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 { display:block; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDvC1KzNhKZcVPfz3LAXNWnIRZbxV2fG { width:17.5rem;height:11.25rem;top:1.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgmz5D9VThTU7etrnmZqMlnIaE7xTsUD { width:17.5rem;height:11.25rem;top:1.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK21hzvUrETJTwn3QQxpHzECqv6DU1p5 { width:17.5rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 { display:block; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTvFatqHyxVkAtMalHLMVJSl3qT4HTbX { width:21.5625rem;height:7.5rem;top:5.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xymi61wMtt3vZZomxLDk7du95DgXCHS4 { width:21.5625rem;height:23.5rem;top:13.375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IquVFIqblZ9G8rFQAhGbpxGCIKGMm7w1 { width:19.375rem;height:5.75rem;top:6.75rem;left:14.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9  { width:17.5rem;height:auto;top:13.5625rem;left:13.875001907349rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 {display:block;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 { width:17.5rem;height:auto;top:13.5625rem;left:13.875001907349rem; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #TWTUHqSekd9u24aGQiGlUav8tK8VvStT {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #cfJSBm0KAMzI3uf7kKrXJE7dFLfFwsn3 {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ZvnGkJQk8GS42bi6ii4aLfFfAx9zdS9x {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ThqI2fpP8TqSeE4wxwLzJVIT0XHLKlc6 {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #oLRptug8Q4NrGDRyG03veTm4pNCWd46y {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #fPcxU4s32JpbCb8R9FXdQiqHf1G4KlHP {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #QVw8IQp1GpoWQK4cbx1q7lVTGRS6VRNQ {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #wlVbWBsMKbHeQR7TI0ED03TwypaqhycT {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #hzqVe6qWPKpIMqk2vt1TJZqk65mfv2Bo {  }
 }@media only screen and (max-width: 763px) { #uNcLfv7AzaXFlV4l2QsnN4xD9z14GcFT { display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #OOgOc0qmpQ54C57ZSx81PMQ5qEUTBnlN {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #UQ68l1OgLpH5SzfzCXLbUdFPHXE5EG0X {  }
 }@media only screen and (max-width: 763px) { #WBHpw4pgcXm4a96iV68oUTATsngoezDC { width:17.5rem;height:3.4375rem;top:32.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X79XhVV3tTcT6LCMOeTXnJFyTJr0drg6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/333c261e-b028-4f54-bf50-4fce5d7238fc/75a830_f20ce929aa394d39afdda4be3e530d2c_mv2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.22); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.22); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:20rem;height:4.5rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:20rem;height:0;top:42.375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:20rem;height:6rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { width:20rem;height:22.6875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { width:18.1875rem;height:4.7431625rem;top:32.900390625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX  { width:17.5rem;height:auto;top:38.375rem;left:0rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX {display:block;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX { width:17.5rem;height:auto;top:38.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #TeHE1VMKORaVpLrw2weCo1ZsikyFE1Z4 {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #eHvH1sHtiQZiWq0gUUAP90TL4AS1WNtU {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #uKBoFTdfdo8eJRaapOrBEsrOnqedlo3D {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #qgNDsdvWvb9euT3sTtiByzveHOBiArqN {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #LB44FI0Mi3JWOlwsfr6hUtBty3L79WO7 {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #VFLxTG8TKXVyqGyewdLK1oGKlN0t7EzH {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #I13mOq5wuqQfn2469ovnvpf26LTUGl2g {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #os4FZ44sN8t8yiB3TJP4B1aPywEde4Ss {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #nnDRPrlZbkey9nTdTRRhxkoZrCrF1Ebv {  }
 }@media only screen and (max-width: 763px) { #ymU1fde0PRCUbnq4srxz4RpHcNEA4qaF { display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #WyIHKSVhgLgzJSZSOHINExTmXmrbixFG {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #L4ZuVrFVlZS2gLwsOIqwrX2bgxXDpUSe {  }
 }@media only screen and (max-width: 763px) { #xuiDd2Haa4S7diF4y6lKEfNTMNI9ZmQT { width:17.5rem;height:3.4375rem;top:57.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTR7PGldUqSTnJ536zSfJ9LJCAXJccpN { display:block; }
 }@media only screen and (max-width: 763px) { #hridN8xphcC1cqKfVQMsFReoTy78tsAP { width:20rem;height:auto;top:34.375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2GV4Mv8xBHvM9p1xlXh7wXnv8gQFrhT { width:20rem;height:auto;top:23.8125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9gnOXbToH8peAwxbS8yKTCN7SPuRzWf { width:20rem;height:0;top:9.75rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #bpvICZ24DbMyKXAVVkCOZvfRCZuyQeRD { width:19.9375rem;height:3.7119125rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;z-index:100001;font-weight:300;font-style:normal;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UMtcVqQ1LUmAgkhTFhKmxXPJhaqfkw7K { width:20rem;height:10.3984375rem;top:13.9931640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.6;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #bg6MGHhRfaPOyhR5yKeZyUOUtyI1hsPu { width:20rem;height:2.5996125rem;top:25.9931640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.6;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:20rem;height:6.597625rem;top:1.3935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:20rem;height:22.394525rem;top:22.9931640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:20rem;height:0.0625rem;top:7.990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9CJlf2xc6AhvC2wSENB6ipJ9tD426Qp { width:17.75rem;height:12.75rem;top:8.9287109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpUorc1cVahIzDlGcN0XoLOInmS3nQay { display:block; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etdJ4CPfB5JKdQOge46OUBUuVGDJJdNX { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:20rem;height:2.19921875rem;top:1.337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q { display:block; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:16.625rem;height:11.19725rem;top:15.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:15.5625rem;height:1.625rem;top:13.375rem;left:2.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELwMCeh2BlA0qSOzzUTAxHFEXkhiCCQk { width:18.4375rem;height:12.1875rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:16.625rem;height:7.9980625rem;top:43.8759765625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:1.625rem;top:41.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:16.625rem;height:4.798825rem;top:69.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:1.625rem;top:66.375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BugCqgFzODuadshbWw2dD5JH62uh4RHb { width:18.4375rem;height:12.25rem;top:53.5rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAWAD6TAeQb8qMR0TlUKJutZuZu7TCe9 { width:18.4375rem;height:12.25rem;top:28.3125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKU2QxKKXE0HGkBvW5esEm64P2soFlqz { display:block; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roGSafQRMa9gakCJ2Wpd3LL3MKn6KZss { width:16.625rem;height:9.597625rem;top:70.25rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nldP7ccyWJcJHDZTgTXLasZf7z5ETtlS { width:12.5rem;height:1.625rem;top:67.5625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBtkrrUWJE72ElDd9y02zKqxSSqhQ1B5 { width:18.4375rem;height:12.25rem;top:54.3125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI5EpJ5n6b6dxWw11SCRwkXAo3h1kIGl { width:16.625rem;height:6.3984375rem;top:15.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UhH8XAnGFsbweR0lamy4glkX32eG64eA { width:16.125rem;height:1.625rem;top:13.25rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWfx1LGNoeg5S1XJqqTgEzpKmRNt46z7 { width:18.4375rem;height:12.25rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrM5uTdNVymrLOZGaKDfpeyz96Go9BP4 { width:16.625rem;height:11.19725rem;top:40.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yb5kVve9WuFlG6Gb9szUTfbiRUuxoObl { width:15.25rem;height:1.625rem;top:38rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Psknffv7K6kJu96LBKzI7TiXXXvXwzTE { width:18.4375rem;height:12.25rem;top:24.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf { display:block; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfwVroM7ZzNp7qaqG3AEMZsEyPglxDI2 { width:17.5rem;height:3.4375rem;top:1.78125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewofxza6eXn5MQ91rK84k3iivLSWfOlh { display:block; }
 }@media only screen and (max-width: 763px) { #UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD { display:block; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taJERWZNztuwqZxA5HuNOzutRTTxVhMu { width:20rem;height:2.2rem;top:2.1500005722046rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqiMdstMqugaJkeslZoDJmey2i9rNeAi { display:block; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut3AXZhD41h7Bm3Q6O7Gc6cRUz3kLQJI { width:20rem;height:16.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDwRhxXhw0nMJqETfOxyQvLatcGqUikh { width:20rem;height:10.0625rem;top:19.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJ5QhIOn4ke9ANqIVwXWPoOAP6RR4K1z { width:17.5rem;height:3.4375rem;top:1.78125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1HE4TnfyTuJFWenVJwIPUoWa6dqnvnz { display:block; }
 }@media only screen and (max-width: 763px) { #ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF { display:block; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lppyigrhudZIc2WHNWkBF9Nez0yGNNUI { width:20rem;height:2.2rem;top:2.1500005722046rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClIlqpFTROklXyURlCIWqZV26b1OCNma { width:20rem;height:1.71875rem;top:4.4111328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:18.4375rem;height:12.25rem;top:14.90625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:18.4375rem;height:12.25rem;top:28.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.4375rem;height:12.25rem;top:1.125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM { display:block; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3UEK6UHopIGUGNvdgwzQRbfmBksBcuh { width:18.4375rem;height:12.25rem;top:13.6875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRDdnBDrWs9WGqSOFQDCkFgzx6xgdVsQ { width:18.4375rem;height:12.25rem;top:27.4375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1w6uAkr5WsIdRxkwxzyPKP0mIkcvET4 { width:18.4375rem;height:12.25rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5roRAD6ESGJsqigvmdhEOV00imWfBHv { display:block; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqikpVF6JUAMnprBmPUUvosPVATJPpn3 { width:18.5rem;height:12.1875rem;top:13.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEHfWSfU2S2dWNvxpA4FvoTAVNtd2s8x { width:18.4375rem;height:12.25rem;top:26.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8fUDFNq9r9bM3PgOIPsqGlkb7yaWNTP { width:18.4375rem;height:12.25rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs { display:block; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPoJertpXvKWw5TVKFCkfGTLo5gCfSFw { width:18.4375rem;height:12.25rem;top:13.1875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFKgSerC5w8HsHPcSeMK30wxCGstl9Ey { width:18.4375rem;height:12.25rem;top:26.6875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCs4UOdP8S9w83Crbl57KlleR53mVxED { width:18.4375rem;height:12.25rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:20rem;height:2.2rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIP6dsyloUxdRcMmLAmWdZDFTZEeW1JC { width:20rem;height:2.0625rem;top:3.181640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { width:14.25rem;height:17.5rem;top:6rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { width:14.75rem;height:1.65rem;top:1.9375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { width:20rem;height:0.0625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { width:10.625rem;height:1.3rem;top:24.125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { width:5.1875rem;height:1.3rem;top:24.125rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { width:20rem;height:0.0625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { width:20rem;height:0.0625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { width:10.625rem;height:1.29980625rem;top:32.6875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wz13f1eH7adq47T2wCozmopmcuP08sBB { width:9.0625rem;height:1.29980625rem;top:32.6875rem;left:9.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { width:10.625rem;height:1.29980625rem;top:28.5rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { width:8rem;height:1.29980625rem;top:28.5rem;left:10.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gfGoTfZU2Frv3edUUPqceoNkT3bGwgvu { width:17.5rem;height:3.4375rem;top:36.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPlNfMT0T2FvnVW2pHQyr37ztiABISta { display:block; }
 }@media only screen and (max-width: 763px) { #Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V { display:block; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZKxxuznrvyLuniwCFdypFGTyP5rGf5T { width:14.8125rem;height:15rem;top:6rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo9U7wKBzXy9W00ewwWP1hqkaZttgQOx { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgDQGyvmJHMKyoSwcGiZUfX5Rp8xyhNU { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7dpGMiPCTL2BChTAmv8vpt2R1xfOcdO { width:14.75rem;height:1.65rem;top:1.9375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwhPRpN0AlJN2vLTC6eTNVAl1n78PfQ6 { width:20rem;height:0.0625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2fLzMwT6mmalnmbxHbAVyvfM1lNQ3RO { width:10.625rem;height:1.3rem;top:22rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ABvHA2ic54zWSwvgMwP0tcHX6evTfB2y { width:5.1875rem;height:1.3rem;top:22rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #p4qiSnP0nbp5J1UBcQb1WawrM9RgeCVM { width:20rem;height:0.0625rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN8w27Mc6nMzbJgzlF0E2T5rVJlRQtTN { width:20rem;height:0.0625rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eubpqIXTmo1XAKJho6pAsW0ICk5HtyVg { width:10.625rem;height:1.29980625rem;top:30.5625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a712WqbmP6FmMZN9WPyGFla8ieWEVrTO { width:5.1875rem;height:1.3rem;top:26.375rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #B91pwKdu95wqIdmPoswaX9hFR61TpM6m { width:10.625rem;height:1.29980625rem;top:26.375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tlUHqNtiT7sRsHD7Qpe3cPI28Mx4C3h3 { width:5.125rem;height:1.3rem;top:30.5625rem;left:13.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RT2Cfm23BWRKSTlOzk7RTctluJd2lq0z { width:17.5rem;height:3.4375rem;top:34.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhqg2sEkQhnNcFf2C8SxXQeVCp1Xz22F { display:block; }
 }@media only screen and (max-width: 763px) { #ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB { display:block; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX6p3TIUgOaVsaSz8L1SJvmETV7sFN50 { width:15.4375rem;height:15.75rem;top:6rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrHx2MF1aDx9g4z95NoHiyO8Pc4d6atz { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P88gir6iiMP02Rx9bLgAHvVB2hDFMWHF { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w681OUOb7AIOcITtw4Ct5xKNQV5lTtrw { width:14.75rem;height:1.65rem;top:2.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVi0fgPKdavwEpI5rmiRCkT2wpDGRhMg { width:20rem;height:0.0625rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDNNnktsQJOFvvDp8LMbF8NO3resepkU { width:10.625rem;height:1.3rem;top:22.3125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dL2Xr6yeD0gCKywG5MXXmPCzRhkF9icp { width:5.1875rem;height:1.3rem;top:22.3125rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kIcSwphkBaFQO54TOviAkB90clU2b0II { width:20rem;height:0.0625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMB6dpioLTSCCknP2xFzylpFidWRXCkg { width:20rem;height:0.0625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VecTJgBbkOroA3hUQVzyKkyTQ3rWqwc6 { width:10.625rem;height:1.29980625rem;top:30.9375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #toMbZ7P67uCo2FvMpANMF9HQpPOuSqL8 { width:8.8125rem;height:1.29980625rem;top:30.9375rem;left:9.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uegnzl1PiMsbRITRueUg0HXF6SFOrRKC { width:10.625rem;height:1.29980625rem;top:26.6875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a7uQqsarOvPwmspUlfbTmHCwAlJ6iktb { width:5.125rem;height:1.29980625rem;top:26.6875rem;left:13.34375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HqcR50h1Kdd8FAFsB4tvsZJ9w5FNEZlK { width:17.5rem;height:3.4375rem;top:35.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvtL8eBXnWANUglwoKcvsReIy8nCtZdq { display:block; }
 }@media only screen and (max-width: 763px) { #ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM { display:block; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sqiky1OXvBQ2BrTZhouyGpQlgNKfyFR5 { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqDUhsLHFLHXHalkF1CiSCJpOzzZuwJl { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdzAgy4yNt2qOIkpNSOgR5D4lKPSXqTI { width:14.75rem;height:1.65rem;top:2.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtLuxpdqJSlSNGUXbPbfGXASMnW8a9Ko { width:20rem;height:0.0625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9IlUcSZb1oH1TTzZAhr9hxD9qcXJs2k { width:10.625rem;height:1.29980625rem;top:23.625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oIqKK9IAeL5lQwvfeTXRr90s7FwPHF3o { width:5.1875rem;height:1.29980625rem;top:23.625rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #N4kDeOuni9dMzw8DIHmnLDZr7ZZbmbhs { width:20rem;height:0.0625rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeVdNksxr7c1PgUDpXi54xvJAgsPN3rg { width:20rem;height:0.0625rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBSGiw0cyOf3yvuq5wHgGskP69IlVxIN { width:10.625rem;height:1.29980625rem;top:31.875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zni0cv6eXteLICD3GT5qksJIQcaKn2Wl { width:8.8125rem;height:1.29980625rem;top:31.875rem;left:9.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aaUPeauoQAtV8mosh3KUD5wGmHXTXMo1 { width:10.625rem;height:1.29980625rem;top:28rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbDUE1nb6GrHe0Z69Vg6BNL0Xen3Cv6C { width:5.125rem;height:1.29980625rem;top:28rem;left:13.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iI2vWIWZ1O2aRDXJBIA79iAZed3M0Cd9 { width:16.5625rem;height:16.1875rem;top:6rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD0RuUFTcMcNJrO40aAdenhegWT4M80y { width:17.5rem;height:3.4375rem;top:36.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTVsBueVZBEnSJFVR8z4ChoiRLz7KLL { display:block; }
 }@media only screen and (max-width: 763px) { #zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs { display:block; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnZiLuVeOQh3ThfhWlSsnlh4NR2aJoiS { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9skKy04P4UTfyD8c0e37gd4ynPLL9yC { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KypLaBOX5emi6eKRma6TUpFdNF74ZIR7 { width:14.75rem;height:1.65rem;top:2.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB9dHmuJhrg8R8wTGHuTkkmyBvPaJbZA { width:20rem;height:0.0625rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnIhAQFxNHWBa670oGW9V2rRI1S859vn { width:10.625rem;height:1.29980625rem;top:22.6875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iWpzdoKeOPuhz75zLgaeGw199Bm7TGvg { width:5.1875rem;height:1.29980625rem;top:22.6875rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Nl9doS75OPfsR9fTJGZoTySCxdTa4lwy { width:20rem;height:0.0625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhEOUPKakeRWZXzK8pvBkTPSX4A7Imd { width:20rem;height:0.0625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6HTxNVV3iI9snbpeVLblEauvM5XAr1F { width:10.625rem;height:1.29980625rem;top:31.4375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzB2zw0h56xehFfgBhzWSa9bsb1TdnlN { width:5.1875rem;height:1.29980625rem;top:31.4375rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kyFJn99JdD0EGt0FOlnTFB0qr8oBCxvR { width:10.625rem;height:1.29980625rem;top:27.3984375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bAfkzdWp5ZU8c1CAE2Tg0dqodrXo6ova { width:5.125rem;height:1.29980625rem;top:27.0625rem;left:13.34375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #P2sAa7l2yr77NZVWgvoTn8fLXwQvOk48 { width:16.5rem;height:16rem;top:6rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfFBT1L9TZ49reS14xR0fGCd5sbg0lUh { width:17.5rem;height:3.4375rem;top:35.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hucX4KTT3T99nDI07b2WmNQK5VrLeJaa { display:block; }
 }@media only screen and (max-width: 763px) { #ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE { display:block; }#ZiATUw2XDdcFtaHnMiWHnbXGtkPyCTwE > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4PmSpBzVh2HM6yfougxuszClHiQ3iTk { width:17.8125rem;height:2.2rem;top:1.0812501907349rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6cWbGAtR1IR72xFM0IGfQS58ZiHsvh { width:20rem;height:2.0625rem;top:3.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK { display:block; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgNuHVioMbFtU5Cs4TTuCV8rvtbfLGRx { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abMU5VMIS9cTS1PMMsQTenM038LwW2aR { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pD2yb40N4tfL9ZvCLVzNDU08NFKkRfSu { width:14.75rem;height:1.65rem;top:1.375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxnPV697a2xkoxOA8SJg0UPnoqfwQsUO { width:20rem;height:0.0625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ITDgn9lUBGESntfVvzZOGyCCMrvAaD { width:10.625rem;height:1.3rem;top:20.75rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nylqPqNIeOUtt8LJ4DVSLLmJmVPmZOIf { width:5.1875rem;height:1.3rem;top:20.75rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MeRsZhSbBCK5yDRpSLeV3tmBPh4amO2h { width:20rem;height:0.0625rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH34Rw0eZV3Amk0FWMnBsHfs4A2wLnIi { width:20rem;height:0.0625rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlP3gus8gTHhimWd7coT24Vay8gDWQBq { width:10.625rem;height:1.29980625rem;top:29.0234375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mn2W85yOiihTdMMQG9C8vDXq0aeAs1rC { width:9.75rem;height:1.29980625rem;top:29.0234375rem;left:8.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SvT2lZnHKnlaiOoeXc0EPhU8gNs7P5BH { width:10.625rem;height:1.29980625rem;top:24.5625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pwTKpRICRoMbVdfiyisBmGxD9i9NmWKS { width:5.125rem;height:1.29980625rem;top:24.5625rem;left:13.34375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #onPHyhi9FbBCFVT8ObVF1DRCIfbT1GVv { width:13.75rem;height:14.0625rem;top:6rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTGTMJiPd9giycNOZ9ul3ZMo2yKA18T { width:17.5rem;height:3.4375rem;top:33.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwgpETV8TcBhHszDtAp9G2Tktphiepf { display:block; }
 }@media only screen and (max-width: 763px) { #mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 { display:block; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xibxsnEO18QBQyIcBDspflbr3fIXDnTJ { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP2eFFiWS7i0JQpuq5NibvbynTpBO1Cf { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #swKAwNyh0X8DLFEXDui8DMiQFTCXZaNz { width:20rem;height:0.0625rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9459w3cKiNEstP4Qdy1LNXW0sfn9ZAU { width:10.625rem;height:1.29980625rem;top:18.125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZB6wwIDsFC7f1wTvO1p69ZqDKswzqzV { width:5.1875rem;height:1.29980625rem;top:18.125rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #geA6AnCrS9JucnIBoe4TPQNb89Te34Is { width:20rem;height:0.0625rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVPbmFBp2ugP09PzbEkuAAcval6QQldI { width:20rem;height:0.0625rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlpyhv1ee533ndTENq3bppLJOeQcP28p { width:10.625rem;height:1.29980625rem;top:26.8125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AyibS045CISI7L8o75ux889MEVTBXUCM { width:5.1875rem;height:1.29980625rem;top:26.8125rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #po98IR5na6GEQUolMVT6XRAhZ2F4R3z3 { width:10.625rem;height:1.29980625rem;top:22.5rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EH6neNXOwpup8zQMTikxPVGHr0LuUQvI { width:5.125rem;height:1.29980625rem;top:22.5rem;left:13.34375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #r4lT75vJekKOJyBTCNtEUo2wZZ2XEaXK { width:19.75rem;height:11.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEEE19P7bEyTB4zDRHDQWW1IU9pP12Qi { width:17.5rem;height:3.4375rem;top:31.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3QnkWvbsm7LWc9UID50zhLKWq2iDGfp { display:block; }
 }@media only screen and (max-width: 763px) { #xpTfwqGRf63CCFfRFW2IoRQ1rcXZWc5x { width:17.1875rem;height:1.65rem;top:1.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB { display:block; }#lfhab5FOZuuWkMbsDXXTXQPTZeUSqKoB > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJDPboNcrW4cmBZCr65uGLDI1102VMai { width:20rem;height:2.2rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGA9kNccSXnIpnCcs1kru5K7XipExzJr { width:20rem;height:2.0625rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 { display:block; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1CTOWAbOB9ndN3HA4zp05fA466GxKFm { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7QRk7g2V4ECql3Pk1UrI63cB2A3pwm { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eH1hGIRDqH4KRyJZVKcP34GgDcTR8KRJ { width:20rem;height:0.0625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHeOqnQdVqZ7ufxuf3Bp0xgmfoO9Jhqb { width:10.625rem;height:1.29980625rem;top:26.75rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WDHfvJ1umZ9TQelANtATKLpXvGaa1pM3 { width:5.1875rem;height:1.29980625rem;top:26.75rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lEDq4WQ3VMKxPagMCQe0Z6F9cCFUAJhl { width:20rem;height:0.0625rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKty7AgbCu4FKlgd3l9sRcpF9kEAva6q { width:20rem;height:0.0625rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyf7n5d5nvyglBTF6Lqe0IhGR62kzGNI { width:10.625rem;height:1.29980625rem;top:35.5rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #obiGGGOLA6TDxrT0xTz4ZCvVZQIW78Sd { width:9.6875rem;height:1.29980625rem;top:35.5rem;left:9rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gFMzefvikTgkLdvIVrULGdxZKuGS3o1m { width:10.625rem;height:1.29980625rem;top:31.125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JGInqiDIgq9k0FXRXFvhrziViWGc5tT5 { width:7.9375rem;height:2.5996125rem;top:30.474609375rem;left:10.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qqSpiThxwCT1lWF58kstOuVkMbq3LbiU { width:15.125rem;height:20.75rem;top:6rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEEN4NPOqRSS91kaZNWMxzBA1km2vrzC { width:17.5rem;height:3.4375rem;top:39.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scvIACwCWHeiGE1zb6CtzeO58foytShQ { display:block; }
 }@media only screen and (max-width: 763px) { #szPNiOI8plSxNOD7KJpwph8IEXdVCTPs { width:17.1875rem;height:3.361325rem;top:1.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH { display:block; }#BCOqea1rBJGhtLyTsO8wHJtMkAVmFTvH > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gg2GTZW4wBp2NAyqDMLmeH5qCFmhqF1S { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxpW2adEzK2DyWDR6LHyFhX8L1axv7Q3 { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzPM7UAXqHsNNwR3fLpSiXa8Gen8OtLk { width:20rem;height:0.0625rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTvzUlZ2E2dFXnIb7rcTzye0y32AlHKx { width:10.625rem;height:1.29980625rem;top:25.625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GDzwKKb0Jo88RZDRIzWdTCfDo3e2d4LA { width:5.1875rem;height:1.29980625rem;top:25.625rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bXOc1pJt1Atl0kqlnTcysTrt70ThCNXh { width:20rem;height:0.0625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZeTTWtVgTadFovAmDEmTotWKinzQx4 { width:20rem;height:0.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL3r3J7TqVUxRkvpUuUd3PsnADeB0r7z { width:10.625rem;height:1.29980625rem;top:34.3125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cuaqgFobiQ8T80QoVBOJAK08Tal2UTmJ { width:8.9375rem;height:1.29980625rem;top:34.3125rem;left:9.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xX0ehmbTGCxU5IJGxs97zWMkvlufTP3B { width:10.625rem;height:1.29980625rem;top:30rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LIIgaI8Th0T2J4PBTXUDMWQqw67otovz { width:7.8125rem;height:2.5996125rem;top:29.349609375rem;left:10.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kypJ4bfGiXZ7yZ0urboD5GktxdwJ6Sy7 { width:16.5625rem;height:18.875rem;top:6rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqVHgd9Tg2Eb9Frm2X55EEskVk1XewgV { width:17.5rem;height:3.4375rem;top:38.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC2tZ55xiellyL81Wx6NKS28uMRDTDnC { display:block; }
 }@media only screen and (max-width: 763px) { #WumZdIV6ZCSm5XSu5k0iQhKAOb86S3DP { width:17.1875rem;height:3.361325rem;top:1.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1aMGS6s92z7fV3xn5BD3ChJR3876B73 { display:block; }#T1aMGS6s92z7fV3xn5BD3ChJR3876B73 > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deb5brQ7qS7VDIM4DK4Pg2ZdTJWMsQ43 { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2vWii4wTetaIdAMkc5ygqQkhpBQoOgL { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahTUOmPDzftfKfnWbyJQuUpH18S1X62d { width:20rem;height:0.0625rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPHCNa1rgnXIaLsEHbLd2nKkwFNJC0T { width:10.625rem;height:1.29980625rem;top:13.6875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qDohrq1kHcWf9IRVuBaTBeCDJJ8IQ6l8 { width:8.1875rem;height:1.29980625rem;top:13.6875rem;left:10.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #G37Iuo0gwUHCBFGHUQZAxT9zxlRu5Uow { width:20rem;height:0.0625rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyodVONTa5444RA5wKcNXv90JZurCNGf { width:20rem;height:0.0625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtPDyDNf2Inad1NKgFotAsTmXF1qs3f { width:10.625rem;height:1.29980625rem;top:22.375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fsIVabaBlRWG5PBACWRc2uL7EuFnVnND { width:5.1875rem;height:1.29980625rem;top:22.375rem;left:13.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fkgFUJT3NQ9vfqI81SgNxK6pxaTpJTUf { width:10.625rem;height:1.29980625rem;top:18.0625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cftVMURsRpn2FKsxkECa04mpIxNI03M5 { width:5.125rem;height:1.29980625rem;top:18.0625rem;left:13.4375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QTgcoqFnU4or6RquG9Qfv1Il5m8kmhxP { width:19.875rem;height:6.875rem;top:6.0000004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9FHKm4VZVycbmGueZzANhN81ceMHt3B { width:17.5rem;height:3.4375rem;top:26.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWC7CCExHpQP5SuVAoCDSw5SHgAEoHIL { display:block; }
 }@media only screen and (max-width: 763px) { #NCOEcsLWuo06F4qq4tgNOEK1r5KbZtH4 { width:17.1875rem;height:1.6494125rem;top:2.17578125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { display:block; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { height:11.233625rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ { display:block; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMr7V6z8CFvXTCGTppuH1dSLlwApprJE { width:20rem;height:2.2rem;top:2.1500005722046rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 { display:block; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coufu3apbNAmOz3OJRlXL8qTTDhbkgZm { width:17.5rem;height:10.625rem;top:12.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlhl0u6ZGZmZznXHAmez9PaoGTnILXrW { width:17.5rem;height:10.625rem;top:24.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GykbPySuxtJBxUCiDwTSU6rkMdBo1710 { width:17.5rem;height:10.625rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:17.5rem;height:10.625rem;top:13.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:17.5rem;height:10.625rem;top:25.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:17.5rem;height:10.625rem;top:1.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 { display:block; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDvC1KzNhKZcVPfz3LAXNWnIRZbxV2fG { width:17.5rem;height:10.625rem;top:12.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgmz5D9VThTU7etrnmZqMlnIaE7xTsUD { width:17.5rem;height:10.625rem;top:24.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK21hzvUrETJTwn3QQxpHzECqv6DU1p5 { width:17.5rem;height:10.625rem;top:1.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/333c261e-b028-4f54-bf50-4fce5d7238fc/75a830_f20ce929aa394d39afdda4be3e530d2c_mv2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.adaptive-delivery-prevent-bg, #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.lazyload, #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.lazyloading { background-image: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { background-color: transparent; background-image: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.19); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container > .video-iframe-container { display: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.19); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row > .video-iframe-container { display: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .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); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTvFatqHyxVkAtMalHLMVJSl3qT4HTbX { width:20rem;height:6rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xymi61wMtt3vZZomxLDk7du95DgXCHS4 { width:20rem;height:24.8125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IquVFIqblZ9G8rFQAhGbpxGCIKGMm7w1 { width:17.75rem;height:4.94824375rem;top:3.337890625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9  { width:17.5rem;height:auto;top:8.8125rem;left:0rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 {display:block;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 { width:17.5rem;height:auto;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #TWTUHqSekd9u24aGQiGlUav8tK8VvStT {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #cfJSBm0KAMzI3uf7kKrXJE7dFLfFwsn3 {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ZvnGkJQk8GS42bi6ii4aLfFfAx9zdS9x {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ThqI2fpP8TqSeE4wxwLzJVIT0XHLKlc6 {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #oLRptug8Q4NrGDRyG03veTm4pNCWd46y {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #fPcxU4s32JpbCb8R9FXdQiqHf1G4KlHP {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #QVw8IQp1GpoWQK4cbx1q7lVTGRS6VRNQ {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #wlVbWBsMKbHeQR7TI0ED03TwypaqhycT {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #hzqVe6qWPKpIMqk2vt1TJZqk65mfv2Bo {  }
 }@media only screen and (max-width: 763px) { #uNcLfv7AzaXFlV4l2QsnN4xD9z14GcFT { display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #OOgOc0qmpQ54C57ZSx81PMQ5qEUTBnlN {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #UQ68l1OgLpH5SzfzCXLbUdFPHXE5EG0X {  }
 }@media only screen and (max-width: 763px) { #WBHpw4pgcXm4a96iV68oUTATsngoezDC { width:17.5rem;height:3.4375rem;top:27.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X79XhVV3tTcT6LCMOeTXnJFyTJr0drg6 { display:block; }
 }