.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a3e85;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c > .row .container { background-color: transparent; background-image: none; }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c > .row .container > .video-iframe-container { display: none; }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c > .row > .video-iframe-container { display: none; }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c > .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); }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c > .row .container { border-width: 0; border-radius: 0; }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#c5qZQhp27vXP5WUEpvHEl7K11beUANZf { background-color:#ced600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#1a3e85;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.1875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.4375rem;left:16.4375rem;display:block; }
#aM5TD6G5oQ8fKAzbtau7Rgl6xkl6mtQm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uaETELuehb3rWz0duV0JxGXrMlKAJf82 { background-color:#1a3e85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ced600;border-left:0.0625rem solid #ced600;border-right:0.0625rem solid #ced600;border-bottom:0.0625rem solid #ced600;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.47198625rem;height:2.17361125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.4375rem;left:60.625rem;display:block; }
#DTaT9ecWqKqHvxn1nzaGXJTrAanQvWHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xNeiMmwLqs91TKplPo8VhGuN5A7uJGpa { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.43706875rem;width:7.249375rem;top:1.1241320371627rem;left:15.375rem;overflow:hidden;display:none; }
#UNMLOqK6dcM6NW0QhLkaTLW0UOEWyiIq { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.125rem;left:28.4375rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }
#E37V7iVMvE3HHT70UMxrFX0QluXP9xzk { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:38.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#Gm7blQ2eMwNGRxbfbXHvXRylNaalKwhr { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.43706875rem;width:7.249375rem;top:1.125rem;left:2.4375rem;overflow:hidden;display:block; }
#N77Uf9TzJM7EbTpidwrAeVM4c78wTxLd { position:absolute;display:block;z-index:100043;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.124783125rem;top:0.9375rem;left:58.5625rem;display:block; }
#HlykQTv66spBFzLkcTqshxfVIh12pzJW { color:#000000;display:block;width:11.0623125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:28.4375rem;height:1.055775rem;text-align:left;text-align-last:left;display:block; }
#LmVAdgUWbMIbxrG2OqwVc3TVhcWzUOpR { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:1.375rem;left:69.3125rem;display:block; }
#CQ8W3pV4unDPWInWcnnxFJom1lLrwxlu { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:1.3741320371627rem;left:72.8125038147rem;display:block; }
#N4BydFGFfxJoIqeRPP3BxmLFD0QVNbzy { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:1.375rem;left:71.0625rem;display:block; }
#EH2X64QVmMseHOA0dgPTDO2GbCvRUcPT { background-color:#ced600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#1a3e85;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.1875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:2.03125rem;left:19.624568939209rem;display:none; }
#zqTKlGlNcFGZquzV2e0uql0y6gytdRk9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a3e85;background-image:none;position:relative;display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { background-color: transparent; background-image: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container > .video-iframe-container { display: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container { display: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .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); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { border-width: 0; border-radius: 0; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae3;background-image:none;position:relative;display:block; }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b > .row .container { background-color: transparent; background-image: none; }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b > .row .container > .video-iframe-container { display: none; }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b > .row > .video-iframe-container { display: none; }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b > .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); }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b > .row .container { border-width: 0; border-radius: 0; }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#bXsTVQJxoRwZS2LrvRZP3gMFRJ7q2uXp { box-sizing:content-box;color:#ced600;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:2.0616321563721rem;left:17.999568939209rem;display:block; }
#DUT6LihQdA5MdMXRSVWDOZBUQQCwkmCF { color:#ffffff;display:block;width:43.311625rem;position:absolute;font-family:avalon;font-size:1.6875rem;font-weight:400;z-index:100021;line-height:1.1;letter-spacing:0;top:2.7495665550232rem;left:21.561851501465rem;height:1.85546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae3;background-image:none;position:relative;display:block; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container { background-color: transparent; background-image: none; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container > .video-iframe-container { display: none; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row > .video-iframe-container { display: none; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .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); }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container { border-width: 0; border-radius: 0; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#OUgH9Vb91SGlJLSo8TcfXWPI0z1wA8FH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3125rem;width:40.4375rem;top:6.3125rem;left:8.625rem;overflow:hidden;display:block; }
#iOdDbCtWMTHPAeRSETwqAyAXmMdDML2V { position:absolute;display:block;z-index:100006;background-color:#ced600;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:0.124783125rem;width:6.06228125rem;top:3.9375rem;left:18.125rem;display:block; }
#msC7r0PJUSnG6PtREGhBT3fWw0opaTP7 { color:#ffffff;display:block;width:41.436625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:0.8125rem;left:18.125rem;height:3.1857625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RImFh3Pa0b2b885491gNyTo6sr2s6wUG { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#xxf29hDLqvTCTGH6rC7x0UiczDskINyI { position:absolute;display:block;z-index:100041;height:21.7480625rem;width:38.75rem;top:6.3096809387206rem;left:18.125rem;display:block; }
#ZMOrlPFFKldtTSt0rCsPDGDfk2451Xd2 { z-index:100007;top:30.119360923767rem;left:31.250003814698rem;background-color:#ced600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DcGnInKPr3TCEg88JC0WQsy5v37A9EWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U9ESJFcrlAhuNunRpDs1mX0bc5TPLQZg { color:#000000;display:block;width:20.8745625rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:100021;line-height:1.5;letter-spacing:0;top:4.25rem;left:18.125rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae3;background-image:none;position:relative;display:block; }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz > .row .container { background-color: transparent; background-image: none; }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz > .row .container > .video-iframe-container { display: none; }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz > .row > .video-iframe-container { display: none; }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz > .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); }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz > .row .container { border-width: 0; border-radius: 0; }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#G5vGpXVqTFpU2K83gqxvFz7kbPVo9UuE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3125rem;width:40.4375rem;top:6.3125rem;left:8.625rem;overflow:hidden;display:block; }
#upUbRowkkrSJauCoOD1xcG0TMuOf8ivJ { position:absolute;display:block;z-index:100006;background-color:#ced600;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:0.124783125rem;width:6.06228125rem;top:3.875rem;left:18.125rem;display:block; }
#hD5a1qyTrBfwHuFsoAq59xsPxNtwCOXT { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:0.74978256225588rem;left:18.125rem;height:3.1857625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l8R7flHTDN5MTcmQ4kMFRKMXpqTwBodE { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#FpOrH5Z9rmxX7xHO0Vuaix0B8c9di9un { position:absolute;display:block;z-index:100040;height:21.7480625rem;width:38.75rem;top:6.3118495941163rem;left:18.125rem;display:block; }
#KeALb5wmtNzXo5dpDAwl2eU42NTtbvHJ { z-index:100008;top:30.05859375rem;left:31.250003814698rem;background-color:#ced600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#flBrkbebdE8oMFl6zkbTkLitxHmkB9NN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KuW6mtM48FhMoZbpErJGCeSpB8QDfasf { color:#000000;display:block;width:20.8745625rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:100022;line-height:1.5;letter-spacing:0;top:4.1875rem;left:18.125rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae3;background-image:none;position:relative;display:block; }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt > .row .container { background-color: transparent; background-image: none; }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt > .row .container > .video-iframe-container { display: none; }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt > .row > .video-iframe-container { display: none; }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt > .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); }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt > .row .container { border-width: 0; border-radius: 0; }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#EaMZT4UHyIaSzZcUh0w3VDx57VEVhAeh { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3120625rem;width:40.4373125rem;top:7.8743457794187rem;left:8.6859817504881rem;overflow:hidden;display:block; }
#UmWua6Bwh3W5Tfi3bzcolvI3l1J5IT8L { position:absolute;display:block;z-index:100006;background-color:#ced600;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:0.125rem;width:6.0625rem;top:3.75rem;left:18.125rem;display:block; }
#XeXONiyW8zg1ADI3BIaunXt1TTZJ9BEK { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:0.68685150146487rem;left:18.125rem;height:3.1857625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9eO8Mmn2vgCzmpw5rUuU9TNwlzEfiyQ { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#vBI4fGdZITqRDzz9mfZ39G0dWqPTd1k2 { position:absolute;display:block;z-index:100039;height:21.7480625rem;width:38.75rem;top:7.8743495941163rem;left:18.125rem;display:block; }
#SgKtkUnSflq9wBE2QNqD5wTwZtDV3cgt { color:#000000;display:block;width:26.125rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:100022;line-height:1.5;letter-spacing:0;top:4.0625rem;left:18.125rem;height:3.0013rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae3;background-image:none;position:relative;display:block; }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD > .row .container { background-color: transparent; background-image: none; }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD > .row .container > .video-iframe-container { display: none; }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD > .row > .video-iframe-container { display: none; }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD > .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); }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD > .row .container { border-width: 0; border-radius: 0; }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#ouANTsBDkAQra4wv7a69A7d0f3WynHHC { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3125rem;width:40.4375rem;top:6.3125rem;left:8.625rem;overflow:hidden;display:block; }
#TdXp6GOgbQfv4FFC0WtBveoGPLtAxQtJ { position:absolute;display:block;z-index:100006;background-color:#ced600;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:0.124783125rem;width:6.06228125rem;top:3.75rem;left:18.1875rem;display:block; }
#Ex3uAIxP6xWeS9i9pREnrDGqbeGCOwTG { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:5.9371109008789rem;left:19.125rem;display:none; }
#Fx8fucWVbBuTIE8gBaaTg1kAVRTdulzM { position:absolute;display:block;z-index:100038;height:21.7480625rem;width:38.75rem;top:6.3118457794187rem;left:18.125rem;display:block; }
#O5HSrR5sAEr7DAKX7uKJxgWobTRITL8x { color:#000000;display:block;width:20.8735rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:100023;line-height:1.5;letter-spacing:0;top:4.0625rem;left:18.1875rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IGDA2gaGVlTugrhquEgJWv7hsVnEPZir { color:#ffffff;display:block;width:37.7495625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:0.50021743774414rem;left:18.186851501465rem;height:3.1857625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae3;background-image:none;position:relative;display:block; }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt > .row .container { background-color: transparent; background-image: none; }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt > .row .container > .video-iframe-container { display: none; }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt > .row > .video-iframe-container { display: none; }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt > .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); }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt > .row .container { border-width: 0; border-radius: 0; }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#xq6nlwXJCLXZAI6mNPUdLF4e5kV8Ado5 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3125rem;width:40.4375rem;top:6.3125rem;left:8.625rem;overflow:hidden;display:block; }
#wrgvIcbCTqymv4IPzyzD3KGGuSWtlXTd { position:absolute;display:block;z-index:100006;background-color:#ced600;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:0.125rem;width:6.0625rem;top:3.8125rem;left:18.125rem;display:block; }
#LLaAUO82IVHci4rEFsPtNlHGNZRzBHed { color:#ffffff;display:block;width:41.436625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:2.3125rem;left:18.125rem;height:1.59288125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIcktZoMGTyXP62w8CAtMP2uHT8vKOnb { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#m3KHQBQMbbnl3xreTctL0Dni3DHqDw95 { position:absolute;display:block;z-index:100037;height:21.7480625rem;width:38.75rem;top:6.311851501465rem;left:18.125rem;display:block; }
#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae3;background-image:none;position:relative;display:block; }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE > .row .container { background-color: transparent; background-image: none; }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE > .row .container > .video-iframe-container { display: none; }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE > .row > .video-iframe-container { display: none; }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE > .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); }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE > .row .container { border-width: 0; border-radius: 0; }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#sCOgn5NwClwTxKmrW5mAvcaO1t17cTHf { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3120625rem;width:40.4373125rem;top:7.8732624053956rem;left:8.6859817504881rem;overflow:hidden;display:block; }
#QzJGVn4U97byd3En3f3xH8oLsndEli25 { position:absolute;display:block;z-index:100006;background-color:#ced600;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:0.124783125rem;width:6.06228125rem;top:3.6875rem;left:18.125rem;display:block; }
#Gnzu15FvsQvDsKo6AciNn3VEKaI5TiCa { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:5.9375rem;left:19.125rem;display:none; }
#BdcnDCGXOPRvwEIu3DO7IrJxCZK5SHlQ { color:#ffffff;display:block;width:41.436625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:0.5625rem;left:18.125rem;height:3.1857625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TEgQTKxJZ6U5MSgxHhmqqJnNDlRPkQhs { position:absolute;display:block;z-index:100036;height:21.7480625rem;width:38.75rem;top:7.8732681274412rem;left:18.125rem;display:block; }
#Hy05M3grFJoaid9luaAWu22MOAm8peHC { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:100023;line-height:1.5;letter-spacing:0;top:3.9995651245117rem;left:18.125rem;height:3.0013rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae3;background-image:none;position:relative;display:block; }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP > .row .container { background-color: transparent; background-image: none; }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP > .row .container > .video-iframe-container { display: none; }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP > .row > .video-iframe-container { display: none; }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP > .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); }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP > .row .container { border-width: 0; border-radius: 0; }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#dgR05Fpbf4xpZCxnk89MtTCGdokcKoeQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3125rem;width:40.4375rem;top:6.3125rem;left:8.625rem;overflow:hidden;display:block; }
#hcl5rVerqerZr4gokrSaMbSJf6JVsQip { position:absolute;display:block;z-index:100006;background-color:#ced600;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:0.124783125rem;width:6.06228125rem;top:3.6875rem;left:18.125rem;display:block; }
#c2X7GfBoE90d7mtuqma6vxieiDurdBmX { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:5.9375rem;left:19.125rem;display:none; }
#dN8nRlZ2tlLEHKvUuJT7SumldKBIpcB4 { color:#ffffff;display:block;width:41.436625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:0.5625rem;left:18.125rem;height:3.1857625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#htl9tdRLk3HCMVEwp52g1xTw4aUtgyyW { position:absolute;display:block;z-index:100035;height:21.7480625rem;width:38.75rem;top:6.3118610382081rem;left:18.125rem;display:block; }
#RtLcqpTPpoNQEahBHa6oprfdfB9TMBoA { z-index:100009;top:29.994569778443rem;left:31.250003814698rem;background-color:#ced600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#grw0zDBZIuvvNMciNoQQQAHWPZKipfd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xy0cA5fG1a3waKyV2gQU4W3VQQHpfzPc { color:#000000;display:block;width:20.8735rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:100022;line-height:1.5;letter-spacing:0;top:4rem;left:18.125rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae3;background-image:none;position:relative;display:block; }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi > .row .container { background-color: transparent; background-image: none; }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi > .row .container > .video-iframe-container { display: none; }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi > .row > .video-iframe-container { display: none; }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi > .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); }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi > .row .container { border-width: 0; border-radius: 0; }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#fTesfqWxJGeakxQvn6vk883vDCMqtObV { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3125rem;width:40.4375rem;top:6.3125rem;left:8.625rem;overflow:hidden;display:block; }
#BJfzBE3hMTF97ZzITJ4PvocyOhbSSCfA { position:absolute;display:block;z-index:100006;background-color:#ced600;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:0.125rem;width:6.0625rem;top:4.0625rem;left:18.125rem;display:block; }
#nPccatwpMI9skysAKRJg2vUneNP31oO7 { color:#ffffff;display:block;width:41.436625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:2.5625rem;left:18.125rem;height:1.59288125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hoyE9M6IK3REb1q9VI5uAGZ8nEsmhII2 { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:5.9375rem;left:19.125rem;display:none; }
#K2Ox0WAwC7WGFTWAU28FTJ5yBy9f1h0w { position:absolute;display:block;z-index:100034;height:21.7480625rem;width:38.75rem;top:6.3118495941163rem;left:18.125rem;display:block; }
#UToUteZkAftM0qBlxrZtBATSnd96QWCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae3;background-image:none;position:relative;display:block; }#UToUteZkAftM0qBlxrZtBATSnd96QWCR > .row .container { background-color: transparent; background-image: none; }#UToUteZkAftM0qBlxrZtBATSnd96QWCR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UToUteZkAftM0qBlxrZtBATSnd96QWCR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UToUteZkAftM0qBlxrZtBATSnd96QWCR > .row .container > .video-iframe-container { display: none; }#UToUteZkAftM0qBlxrZtBATSnd96QWCR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UToUteZkAftM0qBlxrZtBATSnd96QWCR > .row > .video-iframe-container { display: none; }#UToUteZkAftM0qBlxrZtBATSnd96QWCR > .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); }#UToUteZkAftM0qBlxrZtBATSnd96QWCR > .row .container { border-width: 0; border-radius: 0; }#UToUteZkAftM0qBlxrZtBATSnd96QWCR > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#fMqT5Wzy2zQLVcRmKBiLQ1wB1SF6o0Pl { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3120625rem;width:40.4373125rem;top:7.5607643127444rem;left:8.6241340637206rem;overflow:hidden;display:block; }
#ofNMKxlCcGTQ1OERkenlmTVUyNV3ke7v { position:absolute;display:block;z-index:100006;background-color:#ced600;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:0.124783125rem;width:6.06228125rem;top:3.6875rem;left:18.125rem;display:block; }
#AHoXoh81T8nXTlpxvWF3tDoVGbvJhuzq { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:5.9375rem;left:19.125rem;display:none; }
#XvRIDFmS2ZThHXqW3ad0blgp5DQ68BTf { position:absolute;display:block;z-index:100033;height:21.7480625rem;width:38.75rem;top:7.56184387207rem;left:18.125rem;display:block; }
#vJOVuHabH41yOLkrTZGqvifSiOWUUuh4 { color:#000000;display:block;width:31.375rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:100024;line-height:1.5;letter-spacing:0;top:3.9995727539062rem;left:18.125rem;height:3.0013rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NXUpBp16b1fhiiwUeWTXDNZv6AfqUTQN { color:#ffffff;display:block;width:41.4355625rem;position:absolute;font-family:avalon;font-size:1.0625rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:0.5625rem;left:18.125rem;height:1.59288125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lcS5AThXOAur0was5zzkig7qCi1Aok2B { position:relative;display:block; }#lcS5AThXOAur0was5zzkig7qCi1Aok2B { background-color: transparent; background-image: none; }#lcS5AThXOAur0was5zzkig7qCi1Aok2B::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lcS5AThXOAur0was5zzkig7qCi1Aok2B > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lcS5AThXOAur0was5zzkig7qCi1Aok2B > .row .container > .video-iframe-container { display: none; }#lcS5AThXOAur0was5zzkig7qCi1Aok2B > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lcS5AThXOAur0was5zzkig7qCi1Aok2B > .row > .video-iframe-container { display: none; }#lcS5AThXOAur0was5zzkig7qCi1Aok2B > .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); }#lcS5AThXOAur0was5zzkig7qCi1Aok2B { border-width: 0; border-radius: 0; }#lcS5AThXOAur0was5zzkig7qCi1Aok2B > .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:14.125rem;width:75rem;position:relative;display:block; }#EzOQZiEbO0rmtFKPzIXd4a4IGacc0U84 { color:#0a112d;display:block;width:75rem;position:absolute;font-family:avalon;font-size:1.5rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D0hrti5cLSZlhWpHcJ1FXCuhnUaGM9CF { position:absolute;display:block;z-index:99998;background-color:#18478f;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:7.375rem;width:7.375rem;top:4.4375rem;left:24.25rem;display:block; }
#TZFAuySxwVBnxpnw00iW9vvUcDEzwRPT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;height:6.875rem;width:6.875rem;top:4.6875rem;left:24.5rem;overflow:hidden;display:block; }
#U1mti0X5UWllEz152lJ376nFDsh4a1GD { box-sizing:content-box;color:#000000;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:9.8125rem;left:32.75rem;display:block; }
#w2KKLO14ND8G0nGaTuen4NTDzWkaBNVL { box-sizing:content-box;color:#000000;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:7.625rem;left:32.75rem;display:block; }
#D1Td9FfWVcszXrmL9y7nICCOIU9PCZE2 { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:34.6875rem;height:1.38020625rem;text-align:center;text-align-last:center;display:block; }
#PZewpbDPwLgqdWO9yLHGWeXpT3rgq3iT { color:#000000;display:block;width:8.311625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:9.9375rem;left:34.75rem;height:1.38020625rem;text-align:center;text-align-last:center;display:block; }
#t39iwQ5SIE7fuzS1b8Uk8yUsTpu6TFIO { color:#18478f;display:block;width:17.122375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:5.25rem;left:32.875rem;height:1.74913125rem;font-style:normal;display:block; }
#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi { border-top:0.125rem dotted #25aae3;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi > .row .container { background-color: transparent; background-image: none; }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi > .row .container > .video-iframe-container { display: none; }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi > .row > .video-iframe-container { display: none; }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi > .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); }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi > .row .container { border-width: 0; border-radius: 0; }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#iEhqgzh0IXJ6yRvJuX2U9Qhy4TtV7VEu { color:#000000;display:block;width:75rem;position:absolute;font-family:avalon;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihoo9UbbWHCN3gVUBAKZ6p7uBVViSdzF { position:absolute;display:block;z-index:100003;background-color:#25aae3;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:0.125rem;width:1.875rem;top:6.375rem;left:36.5625rem;display:block; }
#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 > .row .container { background-color: transparent; background-image: none; }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 > .row .container > .video-iframe-container { display: none; }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 > .row > .video-iframe-container { display: none; }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 > .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); }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 > .row .container { border-width: 0; border-radius: 0; }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#JnIU8tioDJTEQOHrKlHp8aW0Nora9i5B { color:#000000;display:block;width:20.75rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.8;letter-spacing:0;top:1.0625rem;left:8.3125rem;height:4.4987rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IwND7uh7ntGnrk5Kaiwkh8JPXQZPv6xU { color:#000000;display:block;width:20.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.8;letter-spacing:0;top:1.0625rem;left:50.812501907349rem;height:4.4987rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlyDsN7mahEMGJrEul55UvHa67sLREBG { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid rgba(0,0,0,0.3);border-left:0.0625rem solid rgba(0,0,0,0.3);border-right:0.0625rem solid rgba(0,0,0,0.3);border-bottom:0.0625rem solid rgba(0,0,0,0.3);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:6.75rem;width:17.5rem;top:7.4375rem;left:19.375rem;overflow:hidden;display:block; }
#sqQTm0spxBEsCgA4uAvIpeusvoZb1nkW { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid rgba(0,0,0,0.3);border-left:0.0625rem solid rgba(0,0,0,0.3);border-right:0.0625rem solid rgba(0,0,0,0.3);border-bottom:0.0625rem solid rgba(0,0,0,0.3);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:6.75rem;width:17.5rem;top:7.4375rem;left:0.5625rem;overflow:hidden;display:block; }
#COgBcl9QaNbuu2MHrEpQDlca1K5JfmZC { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid rgba(0,0,0,0.3);border-left:0.0625rem solid rgba(0,0,0,0.3);border-right:0.0625rem solid rgba(0,0,0,0.3);border-bottom:0.0625rem solid rgba(0,0,0,0.3);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:6.75rem;width:17.5rem;top:7.4375rem;left:52.4375rem;overflow:hidden;display:block; }
#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy > .row .container { background-color: transparent; background-image: none; }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy > .row .container > .video-iframe-container { display: none; }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy > .row > .video-iframe-container { display: none; }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy > .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); }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy > .row .container { border-width: 0; border-radius: 0; }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#t9XfCl8zbhIpi1Vda2HDVHQMEzySKvX3 { color:#000000;display:block;width:75rem;position:absolute;font-family:avalon;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgEdoM7sRT5s7JL6GfKq6n76aVMLnl5C { position:absolute;display:block;z-index:100003;background-color:#25aae3;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:0.125rem;width:1.875rem;top:5.8125rem;left:36.5625rem;display:block; }
#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf > .row .container { background-color: transparent; background-image: none; }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf > .row .container > .video-iframe-container { display: none; }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf > .row > .video-iframe-container { display: none; }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf > .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); }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf > .row .container { border-width: 0; border-radius: 0; }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#R2EFh7K6WWynVdGPpz4St4IGd0vTFOKR { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid rgba(0,0,0,0.3);border-left:0.0625rem solid rgba(0,0,0,0.3);border-right:0.0625rem solid rgba(0,0,0,0.3);border-bottom:0.0625rem solid rgba(0,0,0,0.3);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:5rem;width:14.375rem;top:1.875rem;left:39.625rem;overflow:hidden;display:block; }
#aDe5tFEG7fnxvGyVlhoteTVZowiVapwN { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid rgba(0,0,0,0.3);border-left:0.0625rem solid rgba(0,0,0,0.3);border-right:0.0625rem solid rgba(0,0,0,0.3);border-bottom:0.0625rem solid rgba(0,0,0,0.3);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:5rem;width:14.375rem;top:1.875rem;left:21rem;overflow:hidden;display:block; }
#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 > .row .container { background-color: transparent; background-image: none; }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 > .row .container > .video-iframe-container { display: none; }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 > .row > .video-iframe-container { display: none; }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 > .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); }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 > .row .container { border-width: 0; border-radius: 0; }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#UzKcfWmTAFSCHZHT2uJi3RTZqaJVd9hE { color:#000000;display:block;width:75rem;position:absolute;font-family:avalon;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.7615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZTDGN5zIv3mqUxSy0z8IpOTh4lDmcsT { position:absolute;display:block;z-index:100003;background-color:#25aae3;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:0.125rem;width:1.875rem;top:5.625rem;left:36.5625rem;display:block; }
#zV44P25W0XstXCJhp4X01KCBaAsDz4cb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb > .row .container { background-color: transparent; background-image: none; }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb > .row .container > .video-iframe-container { display: none; }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb > .row > .video-iframe-container { display: none; }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb > .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); }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb > .row .container { border-width: 0; border-radius: 0; }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#Xy6B7r0rTnoL4IMAOnnyGiRz1Hd1Tr3k { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid rgba(0,0,0,0.3);border-left:0.0625rem solid rgba(0,0,0,0.3);border-right:0.0625rem solid rgba(0,0,0,0.3);border-bottom:0.0625rem solid rgba(0,0,0,0.3);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:4.875rem;width:12.5625rem;top:1.6875rem;left:16.6875rem;overflow:hidden;display:block; }
#DTQrZhUc8ptvVwKXaiZvc4rSKGahH2OH { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid rgba(0,0,0,0.3);border-left:0.0625rem solid rgba(0,0,0,0.3);border-right:0.0625rem solid rgba(0,0,0,0.3);border-bottom:0.0625rem solid rgba(0,0,0,0.3);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:4.875rem;width:12.5625rem;top:1.6875rem;left:31.1875rem;overflow:hidden;display:block; }
#ieNVDLtOPWtnEtOAAGDXTKSpOgOtu0kv { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:7.4375rem;top:3.125rem;left:48.3125rem;overflow:hidden;display:block; }
#WM1x4u9zES06LgW9A1RS3hnkQZsBE45T { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.27);border-left:0.0625rem solid rgba(0,0,0,0.27);border-right:0.0625rem solid rgba(0,0,0,0.27);border-bottom:0.0625rem solid rgba(0,0,0,0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.75rem;left:45.75rem;display:block; }
#C00tWbzeU8y4FW90Kq3Z1e6wi5Ddnsie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tP82AGpi3VRTTVGC77M6QyySq9aUhukq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a3e85;background-image:none;position:relative;display:block; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { background-color: transparent; background-image: none; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container > .video-iframe-container { display: none; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row > .video-iframe-container { display: none; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .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); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { border-width: 0; border-radius: 0; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#J33J0TlsAZQPaEyxlWFzDxlWJNUUaSgs { color:#ffffff;display:block;width:7rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.6866340637207rem;left:48.999134063721rem;height:2.76041875rem;display:block; }
#JysQOJyh4PHv5KStMdwPtOkNxhIRNNAq { color:#8faace;display:block;width:13.125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:1.9368476867676rem;left:33.561851501465rem;height:5.3418rem;display:block; }
#ooOLuGEu2ituCso8XATvS7Cf6fTV8gsw { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:0.68684768676756rem;left:16.625rem;display:block; }
#qzMUuaPlg1FVyRepRpoq8OXM9QEIWXHR { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.5618476867676rem;left:16.749786376953rem;display:block; }
#Twv7wJ1sByA9QdZWf7WBBZsiEUrZmgDU { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1rem;top:4.7493515014649rem;left:17.062286376953rem;overflow:hidden;display:block; }
#QVaKQDX92CnU8mxTHRT4tu43r1ZcvAon { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:0.625rem;top:2.5rem;left:32.187068939209rem;overflow:hidden;display:block; }
#xRvdiBV3MN5anybc64s7Mw6cnVhsVUUS { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:0.99934768676756rem;left:18.437068939209rem;display:block; }
#CGng1Ho4ukvfl0tumMg6WCvOK0TccV5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BR7Jz9TMiGmZQfT3GG3z7JGmv1ZKh4ZI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:2.8125rem;left:18.5rem;display:block; }
#tE3DEmeEpfvZ9swr7iRhqMc7xrtyse3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wI4flXMNgaCaCFOR1wcDRXfs1uIV0WZH { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:1.8131370544434rem;left:64.3750038147rem;display:block; }
#dR8ufSH1P2WPBMJqd2BuwT47JmEed3XB { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:1.8125rem;left:60.625rem;display:block; }
#icIOCoTNrZbgyby3520VU0Ph8fZe1da3 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:1.8125rem;left:56.9375rem;display:block; }
#vJuO0StE3KZTTNOfwhcaTGi6UrFEEiq3 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:2.2797317504883rem;left:5.3114166259766rem;overflow:hidden;display:block; }
#WnEhF0NV1STGxlTlX6P4TXMrcSABQFkV { color:#8faace;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:4.78515625rem;left:18.686634063721rem;height:1.21853125rem;display:block; }
#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050062;background-image:none;position:relative;display:block; }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ > .row .container { background-color: transparent; background-image: none; }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ > .row .container > .video-iframe-container { display: none; }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ > .row > .video-iframe-container { display: none; }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ > .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); }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ > .row .container { border-width: 0; border-radius: 0; }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#wsI10qgGUpX69gDJCyVvTySiW7t1pU1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050062;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#wsI10qgGUpX69gDJCyVvTySiW7t1pU1b > .row .container { border-width: 0; border-radius: 0; }#wsI10qgGUpX69gDJCyVvTySiW7t1pU1b > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#GB5UxxRp0naM1Vb6kzSiCIJS0ADmHqdO { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.5125885009766rem;left:12.999134063721rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#HMTQTg96NMInO5M8tV3F4SbkK98JezOV { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:8.125rem;top:1.6232643127441rem;left:2.6095924377441rem;overflow:hidden;display:block; }
#ZK80GndNx2FTpBhoT7QP3Lk59W11Hbet { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:2.5238800048828rem;left:24.059246063233rem;overflow:hidden;display:block; }
#nm5RD0Wy2KQN9DkTVTddIKfHJR2PythW { z-index:100002;top:1.40625rem;left:60.171230316162rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qXFJxfH6P7N7qfGuiTytkJsBBMRcI2ey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BR7PwL08o01erSB0xrucd7DVKusz8Z0k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050062;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k > .row .container { background-color: transparent; background-image: none; }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k > .row .container > .video-iframe-container { display: none; }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k > .row > .video-iframe-container { display: none; }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k > .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); }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k > .row .container { border-width: 0; border-radius: 0; }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#PCIuiK5Ts9rtnrlO0LkZKKU3If0lIdUX { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.5125885009766rem;left:12.999134063721rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#kC2s46J80050al6XI125HzksR3SQv6rP { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:8.125rem;top:1.6232643127441rem;left:2.6095924377441rem;overflow:hidden;display:block; }
#xNNMP7cw6gT3RP432KNReMJ7zqcdoVBp { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:2.5238800048828rem;left:24.059246063233rem;overflow:hidden;display:block; }
#THiWf5PCBJSnbis8Uq0AHXF32TQ01T4M { z-index:100002;top:1.40625rem;left:60.171230316162rem;background-color:#f95b06;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T6eB0qRUV18HZZa8dTLJAdTTShc1g6K8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X7wIlNQowhEPOikCSJdTNOXPZJWG27FQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050062;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#X7wIlNQowhEPOikCSJdTNOXPZJWG27FQ > .row .container { border-width: 0; border-radius: 0; }#X7wIlNQowhEPOikCSJdTNOXPZJWG27FQ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#uTMvmvsT6IJPLpDPRzOsBce6zrdTiu2N { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.5125885009766rem;left:12.999134063721rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#VE0gsIzrHkqG3gGIrJBQ7OF963UK3ZrF { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:8.125rem;top:1.6232643127441rem;left:2.6095924377441rem;overflow:hidden;display:block; }
#wKOez40ZsSCQVxTUPWvHCrK06V6qpXIe { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:2.5238800048828rem;left:24.059246063233rem;overflow:hidden;display:block; }
#JMFpMOB3XCzqDzT4MBxZLUrRIWUp1Crd { z-index:100002;top:1.40625rem;left:60.171230316162rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P0lDQWmXldH4fnoDHxv3dTUFn9PK3mFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cf2WWRsIZTDpJi5d0sPXT2DJu7zzuN4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050062;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#cf2WWRsIZTDpJi5d0sPXT2DJu7zzuN4x > .row .container { border-width: 0; border-radius: 0; }#cf2WWRsIZTDpJi5d0sPXT2DJu7zzuN4x > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#RD5oo6zeKTvoIE18S2Jdflxt7dzrpde0 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:8.125rem;top:1.6232643127441rem;left:2.6095924377441rem;overflow:hidden;display:block; }
#tdCbvWIqTIddKrHPVEP2cfUPyQSyDEIv { z-index:100002;top:1.40625rem;left:60.171230316162rem;background-color:#f95b06;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E6V6W8GPAWh6n7Igp3qHNdTKKX8Gs9gt { 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) { #WgqElo3Gom5UO0bpDFrKkM173NMVJh1c { display:block; }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5qZQhp27vXP5WUEpvHEl7K11beUANZf { width:9.6875rem;height:2.1875rem;top:1.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM5TD6G5oQ8fKAzbtau7Rgl6xkl6mtQm { display:block; }
 }@media only screen and (max-width: 763px) { #uaETELuehb3rWz0duV0JxGXrMlKAJf82 { width:7.4375rem;height:2.125rem;top:1.4375rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaT9ecWqKqHvxn1nzaGXJTrAanQvWHC { display:block; }
 }@media only screen and (max-width: 763px) { #xNeiMmwLqs91TKplPo8VhGuN5A7uJGpa { top:1.0625rem;left:1.75rem;width:7.1875rem;height:2.4162678355893rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNMLOqK6dcM6NW0QhLkaTLW0UOEWyiIq { top:1.125rem;left:14.8125rem;width:11rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37V7iVMvE3HHT70UMxrFX0QluXP9xzk { top:1.9375rem;left:24.9375rem;width:13.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm7blQ2eMwNGRxbfbXHvXRylNaalKwhr { top:1.125rem;left:0rem;width:7.1875rem;height:2.4162678355893rem;display:block; }
 }@media only screen and (max-width: 763px) { #N77Uf9TzJM7EbTpidwrAeVM4c78wTxLd { top:0.9375rem;left:44.9375rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlykQTv66spBFzLkcTqshxfVIh12pzJW { top:2.8125rem;left:14.8125rem;width:11rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmVAdgUWbMIbxrG2OqwVc3TVhcWzUOpR { top:1.375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8W3pV4unDPWInWcnnxFJom1lLrwxlu { top:1.3125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4BydFGFfxJoIqeRPP3BxmLFD0QVNbzy { top:1.375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH2X64QVmMseHOA0dgPTDO2GbCvRUcPT { width:9.6875rem;height:2.1875rem;top:2rem;left:5.999568939209rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqTKlGlNcFGZquzV2e0uql0y6gytdRk9 { display:block; }
 }@media only screen and (max-width: 763px) { #Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b { display:none; }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bXsTVQJxoRwZS2LrvRZP3gMFRJ7q2uXp { top:2rem;left:4.374568939209rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUT6LihQdA5MdMXRSVWDOZBUQQCwkmCF { top:2.6875rem;left:4.5rem;width:43.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOp0B7plLTZD4x20fzcndhbxvPgs5WH { display:none; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OUgH9Vb91SGlJLSo8TcfXWPI0z1wA8FH { top:6.25rem;left:0rem;width:40.4375rem;height:24.312175230333rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOdDbCtWMTHPAeRSETwqAyAXmMdDML2V { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msC7r0PJUSnG6PtREGhBT3fWw0opaTP7 { top:0.8125rem;left:4.5rem;width:41.375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RImFh3Pa0b2b885491gNyTo6sr2s6wUG { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxf29hDLqvTCTGH6rC7x0UiczDskINyI { top:6.25rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMOrlPFFKldtTSt0rCsPDGDfk2451Xd2 { top:30.0625rem;left:17.625003814698rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcGnInKPr3TCEg88JC0WQsy5v37A9EWZ { display:block; }
 }@media only screen and (max-width: 763px) { #U9ESJFcrlAhuNunRpDs1mX0bc5TPLQZg { top:4.25rem;left:4.5rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz { display:none; }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G5vGpXVqTFpU2K83gqxvFz7kbPVo9UuE { top:6.25rem;left:0rem;width:40.4375rem;height:24.312175230333rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUbRowkkrSJauCoOD1xcG0TMuOf8ivJ { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD5a1qyTrBfwHuFsoAq59xsPxNtwCOXT { top:0.6875rem;left:4.5rem;width:40.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8R7flHTDN5MTcmQ4kMFRKMXpqTwBodE { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpOrH5Z9rmxX7xHO0Vuaix0B8c9di9un { top:6.25rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeALb5wmtNzXo5dpDAwl2eU42NTtbvHJ { top:30rem;left:17.625003814698rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flBrkbebdE8oMFl6zkbTkLitxHmkB9NN { display:block; }
 }@media only screen and (max-width: 763px) { #KuW6mtM48FhMoZbpErJGCeSpB8QDfasf { top:4.1875rem;left:4.5rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt { display:none; }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EaMZT4UHyIaSzZcUh0w3VDx57VEVhAeh { top:7.8125rem;left:0rem;width:40.375rem;height:24.274598452543rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmWua6Bwh3W5Tfi3bzcolvI3l1J5IT8L { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeXONiyW8zg1ADI3BIaunXt1TTZJ9BEK { top:0.625rem;left:4.5rem;width:38.25rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9eO8Mmn2vgCzmpw5rUuU9TNwlzEfiyQ { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBI4fGdZITqRDzz9mfZ39G0dWqPTd1k2 { top:7.8125rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgKtkUnSflq9wBE2QNqD5wTwZtDV3cgt { top:4.0625rem;left:4.5rem;width:26.125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD { display:none; }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ouANTsBDkAQra4wv7a69A7d0f3WynHHC { top:6.25rem;left:0rem;width:40.4375rem;height:24.312175230333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdXp6GOgbQfv4FFC0WtBveoGPLtAxQtJ { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex3uAIxP6xWeS9i9pREnrDGqbeGCOwTG { top:5.875rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx8fucWVbBuTIE8gBaaTg1kAVRTdulzM { top:6.25rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5HSrR5sAEr7DAKX7uKJxgWobTRITL8x { top:4.0625rem;left:4.5625rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGDA2gaGVlTugrhquEgJWv7hsVnEPZir { top:0.5rem;left:4.5618515014649rem;width:37.6875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt { display:none; }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xq6nlwXJCLXZAI6mNPUdLF4e5kV8Ado5 { top:6.25rem;left:0rem;width:40.4375rem;height:24.312175230333rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrgvIcbCTqymv4IPzyzD3KGGuSWtlXTd { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLaAUO82IVHci4rEFsPtNlHGNZRzBHed { top:2.3125rem;left:4.5rem;width:41.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIcktZoMGTyXP62w8CAtMP2uHT8vKOnb { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3KHQBQMbbnl3xreTctL0Dni3DHqDw95 { top:6.25rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE { display:none; }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sCOgn5NwClwTxKmrW5mAvcaO1t17cTHf { top:7.8125rem;left:0rem;width:40.375rem;height:24.274598452543rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzJGVn4U97byd3En3f3xH8oLsndEli25 { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnzu15FvsQvDsKo6AciNn3VEKaI5TiCa { top:5.9375rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdcnDCGXOPRvwEIu3DO7IrJxCZK5SHlQ { top:0.5625rem;left:4.5rem;width:41.375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgQTKxJZ6U5MSgxHhmqqJnNDlRPkQhs { top:7.8125rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy05M3grFJoaid9luaAWu22MOAm8peHC { top:3.9375rem;left:4.5rem;width:32.0625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c15eeP8dv7UHs9k5aXxNV6zCM9KomktP { display:none; }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dgR05Fpbf4xpZCxnk89MtTCGdokcKoeQ { top:6.25rem;left:0rem;width:40.4375rem;height:24.312175230333rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcl5rVerqerZr4gokrSaMbSJf6JVsQip { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2X7GfBoE90d7mtuqma6vxieiDurdBmX { top:5.9375rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN8nRlZ2tlLEHKvUuJT7SumldKBIpcB4 { top:0.5625rem;left:4.5rem;width:41.375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htl9tdRLk3HCMVEwp52g1xTw4aUtgyyW { top:6.25rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtLcqpTPpoNQEahBHa6oprfdfB9TMBoA { top:29.9375rem;left:17.625003814698rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grw0zDBZIuvvNMciNoQQQAHWPZKipfd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Xy0cA5fG1a3waKyV2gQU4W3VQQHpfzPc { top:4rem;left:4.5rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi { display:none; }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fTesfqWxJGeakxQvn6vk883vDCMqtObV { top:6.25rem;left:0rem;width:40.4375rem;height:24.312175230333rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJfzBE3hMTF97ZzITJ4PvocyOhbSSCfA { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPccatwpMI9skysAKRJg2vUneNP31oO7 { top:2.5625rem;left:4.5rem;width:41.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoyE9M6IK3REb1q9VI5uAGZ8nEsmhII2 { top:5.9375rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Ox0WAwC7WGFTWAU28FTJ5yBy9f1h0w { top:6.25rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UToUteZkAftM0qBlxrZtBATSnd96QWCR { display:none; }#UToUteZkAftM0qBlxrZtBATSnd96QWCR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fMqT5Wzy2zQLVcRmKBiLQ1wB1SF6o0Pl { top:7.5rem;left:0rem;width:40.375rem;height:24.274598452543rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNMKxlCcGTQ1OERkenlmTVUyNV3ke7v { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHoXoh81T8nXTlpxvWF3tDoVGbvJhuzq { top:5.9375rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvRIDFmS2ZThHXqW3ad0blgp5DQ68BTf { top:7.5rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJOVuHabH41yOLkrTZGqvifSiOWUUuh4 { top:3.9375rem;left:4.5rem;width:31.375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXUpBp16b1fhiiwUeWTXDNZv6AfqUTQN { top:0.5625rem;left:4.5rem;width:41.375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcS5AThXOAur0was5zzkig7qCi1Aok2B { display:block; }#lcS5AThXOAur0was5zzkig7qCi1Aok2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzOQZiEbO0rmtFKPzIXd4a4IGacc0U84 { top:1.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0hrti5cLSZlhWpHcJ1FXCuhnUaGM9CF { width:7.3125rem;height:7.3125rem;top:4.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFAuySxwVBnxpnw00iW9vvUcDEzwRPT { top:4.6875rem;left:10.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1mti0X5UWllEz152lJ376nFDsh4a1GD { top:9.8125rem;left:19.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2KKLO14ND8G0nGaTuen4NTDzWkaBNVL { top:7.625rem;left:19.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Td9FfWVcszXrmL9y7nICCOIU9PCZE2 { top:7.9375rem;left:21.0625rem;width:16rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZewpbDPwLgqdWO9yLHGWeXpT3rgq3iT { top:9.9375rem;left:21.125rem;width:8.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t39iwQ5SIE7fuzS1b8Uk8yUsTpu6TFIO { width:17.0625rem;height:1.6875rem;top:5.25rem;left:19.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi { display:block; }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEhqgzh0IXJ6yRvJuX2U9Qhy4TtV7VEu { width:47.75rem;height:2.75rem;top:2.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihoo9UbbWHCN3gVUBAKZ6p7uBVViSdzF { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 { display:block; }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnIU8tioDJTEQOHrKlHp8aW0Nora9i5B { width:20.75rem;height:4.5rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwND7uh7ntGnrk5Kaiwkh8JPXQZPv6xU { width:20.875rem;height:4.5rem;top:1.0625rem;left:26.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlyDsN7mahEMGJrEul55UvHa67sLREBG { top:7.4375rem;left:5.75rem;width:17.5rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqQTm0spxBEsCgA4uAvIpeusvoZb1nkW { top:7.4375rem;left:0rem;width:17.5rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #COgBcl9QaNbuu2MHrEpQDlca1K5JfmZC { top:7.4375rem;left:30.125rem;width:17.5rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy { display:block; }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9XfCl8zbhIpi1Vda2HDVHQMEzySKvX3 { width:47.75rem;height:2.75rem;top:1.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgEdoM7sRT5s7JL6GfKq6n76aVMLnl5C { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf { display:block; }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2EFh7K6WWynVdGPpz4St4IGd0vTFOKR { top:1.875rem;left:26rem;width:14.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDe5tFEG7fnxvGyVlhoteTVZowiVapwN { top:1.875rem;left:7.375rem;width:14.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvcgfDFNcShWFarDndelwqzBITIG4Hv3 { display:block; }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzKcfWmTAFSCHZHT2uJi3RTZqaJVd9hE { width:47.75rem;height:2.75rem;top:1.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTDGN5zIv3mqUxSy0z8IpOTh4lDmcsT { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV44P25W0XstXCJhp4X01KCBaAsDz4cb { display:block; }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy6B7r0rTnoL4IMAOnnyGiRz1Hd1Tr3k { top:1.6875rem;left:3.0625rem;width:12.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTQrZhUc8ptvVwKXaiZvc4rSKGahH2OH { top:1.6875rem;left:17.5625rem;width:12.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieNVDLtOPWtnEtOAAGDXTKSpOgOtu0kv { top:3.125rem;left:34.6875rem;width:7.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM1x4u9zES06LgW9A1RS3hnkQZsBE45T { width:12.5625rem;height:4.875rem;top:1.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C00tWbzeU8y4FW90Kq3Z1e6wi5Ddnsie { display:block; }
 }@media only screen and (max-width: 763px) { #tP82AGpi3VRTTVGC77M6QyySq9aUhukq { display:block; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J33J0TlsAZQPaEyxlWFzDxlWJNUUaSgs { top:2.625rem;left:35.374134063721rem;width:7rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JysQOJyh4PHv5KStMdwPtOkNxhIRNNAq { top:1.875rem;left:19.936851501465rem;width:13.125rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooOLuGEu2ituCso8XATvS7Cf6fTV8gsw { top:0.625rem;left:3rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzMUuaPlg1FVyRepRpoq8OXM9QEIWXHR { top:2.5rem;left:3.1247863769531rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv7wJ1sByA9QdZWf7WBBZsiEUrZmgDU { top:4.6875rem;left:3.4372863769531rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVaKQDX92CnU8mxTHRT4tu43r1ZcvAon { top:2.5rem;left:18.562068939209rem;width:0.625rem;height:1.62435rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvdiBV3MN5anybc64s7Mw6cnVhsVUUS { width:6.8125rem;height:1.0625rem;top:0.9375rem;left:4.812068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGng1Ho4ukvfl0tumMg6WCvOK0TccV5N { display:block; }
 }@media only screen and (max-width: 763px) { #BR7Jz9TMiGmZQfT3GG3z7JGmv1ZKh4ZI { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE3DEmeEpfvZ9swr7iRhqMc7xrtyse3z { display:block; }
 }@media only screen and (max-width: 763px) { #wI4flXMNgaCaCFOR1wcDRXfs1uIV0WZH { top:1.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR8ufSH1P2WPBMJqd2BuwT47JmEed3XB { top:1.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icIOCoTNrZbgyby3520VU0Ph8fZe1da3 { top:1.8125rem;left:43.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJuO0StE3KZTTNOfwhcaTGi6UrFEEiq3 { top:2.25rem;left:0rem;width:7.1875rem;height:2.8498167945512rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnEhF0NV1STGxlTlX6P4TXMrcSABQFkV { top:4.75rem;left:5.0616340637207rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ { display:block; }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsI10qgGUpX69gDJCyVvTySiW7t1pU1b { display:block; }#wsI10qgGUpX69gDJCyVvTySiW7t1pU1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GB5UxxRp0naM1Vb6kzSiCIJS0ADmHqdO { top:1.5rem;left:0rem;width:45.125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMTQTg96NMInO5M8tV3F4SbkK98JezOV { top:1.5625rem;left:0rem;width:8.125rem;height:2.37413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK80GndNx2FTpBhoT7QP3Lk59W11Hbet { top:2.5rem;left:10.434246063233rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm5RD0Wy2KQN9DkTVTddIKfHJR2PythW { top:1.375rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXFJxfH6P7N7qfGuiTytkJsBBMRcI2ey { display:block; }
 }@media only screen and (max-width: 763px) { #BR7PwL08o01erSB0xrucd7DVKusz8Z0k { display:none; }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PCIuiK5Ts9rtnrlO0LkZKKU3If0lIdUX { top:1.5rem;left:0rem;width:45.125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC2s46J80050al6XI125HzksR3SQv6rP { top:1.5625rem;left:0rem;width:8.125rem;height:2.37413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNNMP7cw6gT3RP432KNReMJ7zqcdoVBp { top:2.5rem;left:10.434246063233rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THiWf5PCBJSnbis8Uq0AHXF32TQ01T4M { top:1.375rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6eB0qRUV18HZZa8dTLJAdTTShc1g6K8 { display:block; }
 }@media only screen and (max-width: 763px) { #X7wIlNQowhEPOikCSJdTNOXPZJWG27FQ { display:none; }#X7wIlNQowhEPOikCSJdTNOXPZJWG27FQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uTMvmvsT6IJPLpDPRzOsBce6zrdTiu2N { top:1.5rem;left:0rem;width:45.125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0gsIzrHkqG3gGIrJBQ7OF963UK3ZrF { top:1.5625rem;left:0rem;width:8.125rem;height:2.37413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKOez40ZsSCQVxTUPWvHCrK06V6qpXIe { top:2.5rem;left:10.434246063233rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMFpMOB3XCzqDzT4MBxZLUrRIWUp1Crd { top:1.375rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0lDQWmXldH4fnoDHxv3dTUFn9PK3mFy { display:block; }
 }@media only screen and (max-width: 763px) { #cf2WWRsIZTDpJi5d0sPXT2DJu7zzuN4x { display:none; }#cf2WWRsIZTDpJi5d0sPXT2DJu7zzuN4x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RD5oo6zeKTvoIE18S2Jdflxt7dzrpde0 { top:1.5625rem;left:0rem;width:8.125rem;height:2.37413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCbvWIqTIddKrHPVEP2cfUPyQSyDEIv { top:1.375rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6V6W8GPAWh6n7Igp3qHNdTKKX8Gs9gt { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WgqElo3Gom5UO0bpDFrKkM173NMVJh1c { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#WgqElo3Gom5UO0bpDFrKkM173NMVJh1c > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5qZQhp27vXP5WUEpvHEl7K11beUANZf { width:6.875rem;height:1.858725rem;top:3.3116321563721rem;left:13.123915731907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aM5TD6G5oQ8fKAzbtau7Rgl6xkl6mtQm { display:block; }
 }@media only screen and (max-width: 763px) { #uaETELuehb3rWz0duV0JxGXrMlKAJf82 { width:4.98611125rem;height:1.847005rem;top:17.374132156372rem;left:14.060330450535rem;font-size:0.75rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #DTaT9ecWqKqHvxn1nzaGXJTrAanQvWHC { display:block; }
 }@media only screen and (max-width: 763px) { #xNeiMmwLqs91TKplPo8VhGuN5A7uJGpa { width:5rem;height:1.62435rem;top:0.49804690480232rem;left:1.0618489384651rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #UNMLOqK6dcM6NW0QhLkaTLW0UOEWyiIq { width:5.8125rem;height:0.81163125rem;top:3rem;left:0.875rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E37V7iVMvE3HHT70UMxrFX0QluXP9xzk { width:12.9375rem;height:1.055775rem;top:3.6875rem;left:0.5625rem;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gm7blQ2eMwNGRxbfbXHvXRylNaalKwhr { width:5rem;height:1.5625rem;top:0.52842807769776rem;left:1.2500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #N77Uf9TzJM7EbTpidwrAeVM4c78wTxLd { width:0.0625rem;height:3.125rem;top:16.744792414093rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlykQTv66spBFzLkcTqshxfVIh12pzJW { width:8.2498125rem;height:0.81163125rem;top:3rem;left:6.1875rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LmVAdgUWbMIbxrG2OqwVc3TVhcWzUOpR { width:1.875rem;height:1.875rem;top:0.43728300929069rem;left:12.999566137791rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8W3pV4unDPWInWcnnxFJom1lLrwxlu { width:1.875rem;height:1.875rem;top:0.43728300929069rem;left:14.999349653721rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4BydFGFfxJoIqeRPP3BxmLFD0QVNbzy { width:1.875rem;height:1.875rem;top:0.43728300929069rem;left:16.937283575535rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH2X64QVmMseHOA0dgPTDO2GbCvRUcPT { width:5rem;height:1.858725rem;top:3rem;left:14.1875rem;font-size:0.75rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #zqTKlGlNcFGZquzV2e0uql0y6gytdRk9 { display:block; }
 }@media only screen and (max-width: 763px) { #Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b { display:block; }#oF6WXpsH81HmyBtPoxBtdPh3pc6rP35b > .row .container { width:20rem;height:5.9950216308594rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXsTVQJxoRwZS2LrvRZP3gMFRJ7q2uXp { width:2.1875rem;height:2.1875rem;top:1.0601124763489rem;left:8.9062500596044rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUT6LihQdA5MdMXRSVWDOZBUQQCwkmCF { width:20rem;height:2.74956875rem;top:3.2454428672791rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGOp0B7plLTZD4x20fzcndhbxvPgs5WH { display:block; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUgH9Vb91SGlJLSo8TcfXWPI0z1wA8FH { width:19.9375rem;height:12.0625rem;top:2.1058597564698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOdDbCtWMTHPAeRSETwqAyAXmMdDML2V { width:6.06228125rem;height:0.124783125rem;top:8.41796875rem;left:6.9683161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #msC7r0PJUSnG6PtREGhBT3fWw0opaTP7 { width:20rem;height:6.3715rem;top:2.1050348281861rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RImFh3Pa0b2b885491gNyTo6sr2s6wUG { height:11.25rem;width:20rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxf29hDLqvTCTGH6rC7x0UiczDskINyI { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMOrlPFFKldtTSt0rCsPDGDfk2451Xd2 { top:23.9375rem;left:5rem;width:10rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcGnInKPr3TCEg88JC0WQsy5v37A9EWZ { display:block; }
 }@media only screen and (max-width: 763px) { #U9ESJFcrlAhuNunRpDs1mX0bc5TPLQZg { width:16.4995625rem;height:1.31185rem;top:9.1666660308837rem;left:1.7491319775581rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz { display:block; }#H6hNu3koO6P1yrQwgViKZiJfbfLrCnGz > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5vGpXVqTFpU2K83gqxvFz7kbPVo9UuE { width:19.9375rem;height:12.0625rem;top:2.1058597564698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUbRowkkrSJauCoOD1xcG0TMuOf8ivJ { width:6.06228125rem;height:0.124783125rem;top:6.826171875rem;left:6.9683161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD5a1qyTrBfwHuFsoAq59xsPxNtwCOXT { width:20rem;height:4.77864375rem;top:2.1050357818604rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8R7flHTDN5MTcmQ4kMFRKMXpqTwBodE { height:11.25rem;width:20rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpOrH5Z9rmxX7xHO0Vuaix0B8c9di9un { width:20rem;height:21.6875rem;top:20.576171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeALb5wmtNzXo5dpDAwl2eU42NTtbvHJ { top:22.3125rem;left:5rem;width:10rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flBrkbebdE8oMFl6zkbTkLitxHmkB9NN { display:block; }
 }@media only screen and (max-width: 763px) { #KuW6mtM48FhMoZbpErJGCeSpB8QDfasf { width:20rem;height:1.31185rem;top:7.4511723518369rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt { display:block; }#RzgFgVTO99XHNDtXS1fx6Xvt6EVbCayt > .row .container { width:20rem;height:24.379333496094rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaMZT4UHyIaSzZcUh0w3VDx57VEVhAeh { width:19.9375rem;height:12.0625rem;top:2.1058597564698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmWua6Bwh3W5Tfi3bzcolvI3l1J5IT8L { width:6.06228125rem;height:0.124783125rem;top:8.5731334686281rem;left:6.9672313332556rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeXONiyW8zg1ADI3BIaunXt1TTZJ9BEK { width:20rem;height:6.3715rem;top:2.1050348281861rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9eO8Mmn2vgCzmpw5rUuU9TNwlzEfiyQ { height:11.25rem;width:20rem;top:13.129991531372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBI4fGdZITqRDzz9mfZ39G0dWqPTd1k2 { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgKtkUnSflq9wBE2QNqD5wTwZtDV3cgt { width:20rem;height:2.6237rem;top:9.1948776245119rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD { display:block; }#BpruFo4wzRIZsHTNOb1mPEKHo5DuGmGD > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouANTsBDkAQra4wv7a69A7d0f3WynHHC { width:19.9375rem;height:12.0625rem;top:2.1058597564698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdXp6GOgbQfv4FFC0WtBveoGPLtAxQtJ { width:6.0612rem;height:0.124783125rem;top:8.4190549850462rem;left:6.9683161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex3uAIxP6xWeS9i9pREnrDGqbeGCOwTG { height:11.25rem;width:20rem;top:11.728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx8fucWVbBuTIE8gBaaTg1kAVRTdulzM { width:20rem;height:21.6875rem;top:18.504776000976rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5HSrR5sAEr7DAKX7uKJxgWobTRITL8x { width:20rem;height:1.31185rem;top:9.1677513122556rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGDA2gaGVlTugrhquEgJWv7hsVnEPZir { width:20rem;height:6.3715rem;top:2.1050348281861rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt { display:block; }#ROEKRZ2zyuAGmwhBkCctzErHUoHaGbDt > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xq6nlwXJCLXZAI6mNPUdLF4e5kV8Ado5 { width:19.9375rem;height:12.0625rem;top:2.1058597564698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrgvIcbCTqymv4IPzyzD3KGGuSWtlXTd { width:6.06228125rem;height:0.124783125rem;top:5.234375rem;left:6.9683161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLaAUO82IVHci4rEFsPtNlHGNZRzBHed { width:20rem;height:3.1857625rem;top:2.1050357818604rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIcktZoMGTyXP62w8CAtMP2uHT8vKOnb { height:11.25rem;width:20rem;top:6.4843826293944rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3KHQBQMbbnl3xreTctL0Dni3DHqDw95 { width:20rem;height:21.6875rem;top:18.984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE { display:block; }#MX3iAXAzELIP4ulohnpkzXcrMWN2JnyE > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCOgn5NwClwTxKmrW5mAvcaO1t17cTHf { width:19.9375rem;height:12.0625rem;top:2.1058597564698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzJGVn4U97byd3En3f3xH8oLsndEli25 { width:6.0612rem;height:0.124783125rem;top:6.5733528137206rem;left:6.9683161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnzu15FvsQvDsKo6AciNn3VEKaI5TiCa { height:11.25rem;width:20rem;top:12.383897781372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdcnDCGXOPRvwEIu3DO7IrJxCZK5SHlQ { width:20rem;height:4.77864375rem;top:1.865234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEgQTKxJZ6U5MSgxHhmqqJnNDlRPkQhs { width:20rem;height:21.6875rem;top:20.322265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hy05M3grFJoaid9luaAWu22MOAm8peHC { width:20rem;height:3.93555rem;top:7.1983509063719rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c15eeP8dv7UHs9k5aXxNV6zCM9KomktP { display:block; }#c15eeP8dv7UHs9k5aXxNV6zCM9KomktP > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgR05Fpbf4xpZCxnk89MtTCGdokcKoeQ { width:19.9375rem;height:12.0625rem;top:2.1058597564698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcl5rVerqerZr4gokrSaMbSJf6JVsQip { width:6.0612rem;height:0.124783125rem;top:6.8240013122556rem;left:6.9683161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2X7GfBoE90d7mtuqma6vxieiDurdBmX { height:11.25rem;width:20rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN8nRlZ2tlLEHKvUuJT7SumldKBIpcB4 { width:20rem;height:4.77864375rem;top:2.1028633117676rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htl9tdRLk3HCMVEwp52g1xTw4aUtgyyW { width:20rem;height:21.6875rem;top:20.570739746094rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtLcqpTPpoNQEahBHa6oprfdfB9TMBoA { top:22.1875rem;left:5rem;width:10rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grw0zDBZIuvvNMciNoQQQAHWPZKipfd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Xy0cA5fG1a3waKyV2gQU4W3VQQHpfzPc { width:20rem;height:1.31185rem;top:7.4457473754881rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi { display:block; }#zbwcUX4Hb6SiMImwyEpoR6pVGp1qNAqi > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTesfqWxJGeakxQvn6vk883vDCMqtObV { width:19.9375rem;height:12.0625rem;top:2.1058597564698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJfzBE3hMTF97ZzITJ4PvocyOhbSSCfA { width:6.0612rem;height:0.124783125rem;top:5.2332897186279rem;left:6.9683161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPccatwpMI9skysAKRJg2vUneNP31oO7 { width:20rem;height:3.1857625rem;top:2.1050415039062rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hoyE9M6IK3REb1q9VI5uAGZ8nEsmhII2 { height:11.25rem;width:20rem;top:6.4800357818606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Ox0WAwC7WGFTWAU28FTJ5yBy9f1h0w { width:20rem;height:21.6875rem;top:18.980041503906rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UToUteZkAftM0qBlxrZtBATSnd96QWCR { display:block; }#UToUteZkAftM0qBlxrZtBATSnd96QWCR > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMqT5Wzy2zQLVcRmKBiLQ1wB1SF6o0Pl { width:19.9375rem;height:12.0625rem;top:2.1058597564698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNMKxlCcGTQ1OERkenlmTVUyNV3ke7v { width:6.06228125rem;height:0.124783125rem;top:6.8240013122556rem;left:6.9672313332556rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHoXoh81T8nXTlpxvWF3tDoVGbvJhuzq { height:11.25rem;width:20rem;top:11.321615219116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvRIDFmS2ZThHXqW3ad0blgp5DQ68BTf { width:20rem;height:21.6875rem;top:20.447052001953rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJOVuHabH41yOLkrTZGqvifSiOWUUuh4 { width:20rem;height:2.6237rem;top:7.4479179382325rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXUpBp16b1fhiiwUeWTXDNZv6AfqUTQN { width:20rem;height:4.77864375rem;top:2.1028633117676rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcS5AThXOAur0was5zzkig7qCi1Aok2B { display:block; }#lcS5AThXOAur0was5zzkig7qCi1Aok2B > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzOQZiEbO0rmtFKPzIXd4a4IGacc0U84 { width:20rem;height:1.62435rem;top:1.311847474426rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0hrti5cLSZlhWpHcJ1FXCuhnUaGM9CF { width:6.125rem;height:6.125rem;top:5.3726119995117rem;left:6.9368491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFAuySxwVBnxpnw00iW9vvUcDEzwRPT { width:5.625rem;height:5.625rem;top:5.6232604980469rem;left:7.1875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1mti0X5UWllEz152lJ376nFDsh4a1GD { width:1.875rem;height:1.875rem;top:18rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2KKLO14ND8G0nGaTuen4NTDzWkaBNVL { width:1.875rem;height:1.875rem;top:14.375rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Td9FfWVcszXrmL9y7nICCOIU9PCZE2 { width:19.125rem;height:1.2999125rem;top:16.25rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PZewpbDPwLgqdWO9yLHGWeXpT3rgq3iT { width:16.8125rem;height:1.2999125rem;top:19.75rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t39iwQ5SIE7fuzS1b8Uk8yUsTpu6TFIO { width:17.1245625rem;height:1.48654375rem;top:12.120225906372rem;left:1.4377170205116rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi { display:block; }#TNBAG8cRiQOgBwyIKCExCPyyzxObWHJi > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEhqgzh0IXJ6yRvJuX2U9Qhy4TtV7VEu { width:18.75rem;height:1.462675rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihoo9UbbWHCN3gVUBAKZ6p7uBVViSdzF { width:1.875rem;height:0.125rem;top:3.95rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 { display:block; }#hnX1Sey3xlCgSsfsMgkt9klGJhD3Xdw5 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnIU8tioDJTEQOHrKlHp8aW0Nora9i5B { width:20rem;height:3.6002625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwND7uh7ntGnrk5Kaiwkh8JPXQZPv6xU { width:20rem;height:3.6002625rem;top:23.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlyDsN7mahEMGJrEul55UvHa67sLREBG { width:17.5rem;height:6.75rem;top:14.037109375rem;left:1.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqQTm0spxBEsCgA4uAvIpeusvoZb1nkW { width:17.5rem;height:6.75rem;top:5.849609375rem;left:1.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COgBcl9QaNbuu2MHrEpQDlca1K5JfmZC { width:17.5rem;height:6.75rem;top:28.375rem;left:1.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy { display:block; }#cEnDAGFg8QEbitkA1MAyBqqs6aQ8RtLy > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9XfCl8zbhIpi1Vda2HDVHQMEzySKvX3 { width:18.75rem;height:1.462675rem;top:1rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgEdoM7sRT5s7JL6GfKq6n76aVMLnl5C { width:1.875rem;height:0.125rem;top:3.5rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf { display:block; }#Pdw7yDTa3FExGZMW0hQvKlramqq5U6Xf > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2EFh7K6WWynVdGPpz4St4IGd0vTFOKR { width:14.375rem;height:5.5625rem;top:8.0625rem;left:2.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDe5tFEG7fnxvGyVlhoteTVZowiVapwN { width:14.375rem;height:5.5625rem;top:1.125rem;left:2.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvcgfDFNcShWFarDndelwqzBITIG4Hv3 { display:block; }#xvcgfDFNcShWFarDndelwqzBITIG4Hv3 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzKcfWmTAFSCHZHT2uJi3RTZqaJVd9hE { width:18.75rem;height:1.462675rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTDGN5zIv3mqUxSy0z8IpOTh4lDmcsT { width:1.875rem;height:0.125rem;top:3.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV44P25W0XstXCJhp4X01KCBaAsDz4cb { display:block; }#zV44P25W0XstXCJhp4X01KCBaAsDz4cb > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy6B7r0rTnoL4IMAOnnyGiRz1Hd1Tr3k { width:9.9375rem;height:3.8125rem;top:1.1875rem;left:5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTQrZhUc8ptvVwKXaiZvc4rSKGahH2OH { width:9.9375rem;height:3.8125rem;top:6.375rem;left:5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieNVDLtOPWtnEtOAAGDXTKSpOgOtu0kv { width:6.8125rem;height:1.8125rem;top:12.499289512634rem;left:6.5937501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM1x4u9zES06LgW9A1RS3hnkQZsBE45T { width:9.9375rem;height:3.8125rem;top:11.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C00tWbzeU8y4FW90Kq3Z1e6wi5Ddnsie { display:block; }
 }@media only screen and (max-width: 763px) { #tP82AGpi3VRTTVGC77M6QyySq9aUhukq { display:block; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J33J0TlsAZQPaEyxlWFzDxlWJNUUaSgs { width:7rem;height:auto;top:2.625rem;left:6.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JysQOJyh4PHv5KStMdwPtOkNxhIRNNAq { width:13.1875rem;height:2.6237rem;top:15.625rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ooOLuGEu2ituCso8XATvS7Cf6fTV8gsw { width:1.5625rem;height:1.5625rem;top:5.1875050291419rem;left:9.2187506556513rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzMUuaPlg1FVyRepRpoq8OXM9QEIWXHR { width:1.5rem;height:1.5rem;top:9.5625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv7wJ1sByA9QdZWf7WBBZsiEUrZmgDU { width:1rem;height:1rem;top:20.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVaKQDX92CnU8mxTHRT4tu43r1ZcvAon { width:0.625rem;height:1.1875rem;top:14.3125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvdiBV3MN5anybc64s7Mw6cnVhsVUUS { width:6.8125rem;height:1.0625rem;top:6.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGng1Ho4ukvfl0tumMg6WCvOK0TccV5N { display:block; }
 }@media only screen and (max-width: 763px) { #BR7Jz9TMiGmZQfT3GG3z7JGmv1ZKh4ZI { width:11.6875rem;height:1.0625rem;top:11.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE3DEmeEpfvZ9swr7iRhqMc7xrtyse3z { display:block; }
 }@media only screen and (max-width: 763px) { #wI4flXMNgaCaCFOR1wcDRXfs1uIV0WZH { width:3.125rem;height:3.125rem;top:24.8125rem;left:11.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR8ufSH1P2WPBMJqd2BuwT47JmEed3XB { width:3.125rem;height:3.125rem;top:24.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icIOCoTNrZbgyby3520VU0Ph8fZe1da3 { width:3.125rem;height:3.125rem;top:24.8125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJuO0StE3KZTTNOfwhcaTGi6UrFEEiq3 { width:7.25rem;height:2.875rem;top:1.125rem;left:6.3750001788137rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #WnEhF0NV1STGxlTlX6P4TXMrcSABQFkV { width:9.875rem;height:1.21853125rem;top:21.546870708466rem;left:5.0312501788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ { display:none; }#bi18e0hBZhKTvRp6APFXHoaVZAIcBhpJ > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wsI10qgGUpX69gDJCyVvTySiW7t1pU1b { position:relative;z-index:auto;display:none; }#wsI10qgGUpX69gDJCyVvTySiW7t1pU1b > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GB5UxxRp0naM1Vb6kzSiCIJS0ADmHqdO { width:20rem;height:0;top:4.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HMTQTg96NMInO5M8tV3F4SbkK98JezOV { width:8.125rem;height:2.375rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZK80GndNx2FTpBhoT7QP3Lk59W11Hbet { width:1.5625rem;height:1.5625rem;top:6.125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nm5RD0Wy2KQN9DkTVTddIKfHJR2PythW { top:9.1558151245119rem;left:5.6250000596046rem;width:8.75rem;height:2.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXFJxfH6P7N7qfGuiTytkJsBBMRcI2ey { display:block; }
 }@media only screen and (max-width: 763px) { #BR7PwL08o01erSB0xrucd7DVKusz8Z0k { position:relative;z-index:auto;display:block; }#BR7PwL08o01erSB0xrucd7DVKusz8Z0k > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCIuiK5Ts9rtnrlO0LkZKKU3If0lIdUX { width:20rem;height:4.2230875rem;top:1.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kC2s46J80050al6XI125HzksR3SQv6rP { width:8.125rem;height:2.37413125rem;top:1.1197929382324rem;left:0.99934893846512rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNNMP7cw6gT3RP432KNReMJ7zqcdoVBp { width:1.5625rem;height:1.5625rem;top:3.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THiWf5PCBJSnbis8Uq0AHXF32TQ01T4M { top:1.220703125rem;left:10.326606810093rem;width:8.73611125rem;height:2.17361125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6eB0qRUV18HZZa8dTLJAdTTShc1g6K8 { display:block; }
 }@media only screen and (max-width: 763px) { #X7wIlNQowhEPOikCSJdTNOXPZJWG27FQ { position:relative;z-index:auto;display:block; }#X7wIlNQowhEPOikCSJdTNOXPZJWG27FQ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTMvmvsT6IJPLpDPRzOsBce6zrdTiu2N { width:20rem;height:0;top:4.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VE0gsIzrHkqG3gGIrJBQ7OF963UK3ZrF { width:8.125rem;height:2.375rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKOez40ZsSCQVxTUPWvHCrK06V6qpXIe { width:1.5625rem;height:1.5625rem;top:6.125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMFpMOB3XCzqDzT4MBxZLUrRIWUp1Crd { top:9.1558151245119rem;left:5.6250000596046rem;width:8.75rem;height:2.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0lDQWmXldH4fnoDHxv3dTUFn9PK3mFy { display:block; }
 }@media only screen and (max-width: 763px) { #cf2WWRsIZTDpJi5d0sPXT2DJu7zzuN4x { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#cf2WWRsIZTDpJi5d0sPXT2DJu7zzuN4x > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD5oo6zeKTvoIE18S2Jdflxt7dzrpde0 { width:8.125rem;height:2.37413125rem;top:1.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCbvWIqTIddKrHPVEP2cfUPyQSyDEIv { top:1.3125rem;left:10.3125rem;width:8.73611125rem;height:2.17361125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6V6W8GPAWh6n7Igp3qHNdTKKX8Gs9gt { display:block; }
 }