.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e7e7ed;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.56);background-image:none;position:relative;z-index:auto;display:block; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { background-color: transparent; background-image: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .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); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { border-width: 0; border-radius: 0; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container {  }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#y6PZJs7M3Cbk21wZMToUkphPCqcD9BAH { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:7.5rem;top:1.5621490478516rem;left:0rem;overflow:hidden;display:block; }
#XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:24.875rem;display:none; }
#ZUmycDernF7HxEyTx0Fr1n0me5KbtyeS { color:#000000;display:block;width:11.375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4996093511581rem;left:18.68710899353rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k11Q0btue9VXR5T90Gnqn0HRVwyLXlvC { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4371093511581rem;left:30.31210899353rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gC2zLPHlsRcalOto9fyJTzG89Aunkdyq { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4371093511581rem;left:36.43710899353rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XEvcD9aFktSmcTJ0T7vciG1QDAckQem9 { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3746093511581rem;left:42.43710899353rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X9oW0ihP29exrQPKJ1HPizGGE5Ixs4W5 { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:49.56210899353rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uOxvrvXDyX92iumWUetXbMXa00Hx6BSw { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:56.93710899353rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rx94aWbFEDWWoldW0zXaunlCprWJEZa8 { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5rem;left:67.187108993531rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hIssOhg9mH2r68q414Gl92bgUzW2mGpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .row .container { background-color: transparent; background-image: none; }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .row .container > .video-iframe-container { display: none; }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .row > .video-iframe-container { display: none; }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .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); }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .row .container { border-width: 0; border-radius: 0; }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .row > .video-iframe-container {  }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#PkGVZWRFbwFqGi5K1HHTX2ZG6NAh3T6P { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.50114965438842rem;left:0rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container { background-color: transparent; background-image: none; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container > .video-iframe-container { display: none; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row > .video-iframe-container { display: none; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .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); }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container { border-width: 0; border-radius: 0; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row > .video-iframe-container {  }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#s6yVzRA1g99RQ7BSbTHqNTUEsDkHFgQO { color:#000000;display:block;width:35.75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6871747970581rem;left:3.6875009536743rem;height:5.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lXqApkHZrTzSAQDp3Vda9Q9Se2dwpmhG { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:canela;font-size:2rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:8.5613460540769rem;left:3.7482242584229rem;height:5.60014375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XPSZuEvGfMZrnL7GWx9pQFp4q3FlowPy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.9374375rem;width:31.624625rem;top:14.187854766846rem;left:42.5rem;overflow:hidden;display:block; }
#qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { color:#000000;display:block;width:33.125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.875710010529rem;left:3.75rem;height:27.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kqt1Zap8BNAXo29mOJ4bKu6HhAMB8Vk1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82.6875rem;width:75rem;display:none; }
#euWf4eePwTT3EvdUVQNLTr8dgoQ53ZTN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8749375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.062852859497rem;left:3.6874122619629rem;display:block; }
#Z16IIhT6FwixIxAfCEmUfcEB6TpZAMNa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MBV9evu9sZUJZI3Gu8srx233zk07G2BP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .row .container { background-color: transparent; background-image: none; }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .row .container > .video-iframe-container { display: none; }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .row > .video-iframe-container { display: none; }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .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); }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .row .container { border-width: 0; border-radius: 0; }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .row > .video-iframe-container {  }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#rpL85vxcpbLFNh345wfh7TCCubFfWxFS { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.18701171875rem;left:38.68701171875rem;height:5.2rem;display:block; }
#wqzu7QwDSQJ3yFT0u5lqtVZFLT0l1GrX { color:#000000;display:block;width:32.5rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.750183105469rem;left:38.686965942382rem;height:10.125rem;display:block; }
#FTWTFVvl8Bc83V1awusvKW3igVEt9XzT { color:#000000;display:block;width:32.5rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:27.312231063842rem;left:38.686965942382rem;height:18.5625rem;display:block; }
#Vs9sLaQQmTW0Rkbz0KvKtQnV0xUfAtRm { color:#000000;display:block;width:36.1248125rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.874643325806rem;left:38.875175476074rem;height:2.6rem;display:block; }
#Ph4DCh59sAJ7ELUpiLQx20H0x0vig5or { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.5625rem;width:26.25rem;top:4.4384762942791rem;left:3.75rem;overflow:hidden;display:block; }
#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .row .container { background-color: transparent; background-image: none; }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .row .container > .video-iframe-container { display: none; }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .row > .video-iframe-container { display: none; }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .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); }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .row .container { border-width: 0; border-radius: 0; }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .row > .video-iframe-container {  }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#aOpvz9BFlwVX3DHql3kDc7OVGylAhb3F { color:#000000;display:block;width:35.25rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.37548828125rem;left:39.99951171875rem;height:7.8rem;display:block; }
#PHSVTxRHtqED9DW9iRUleTU0hbgvLbfA { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:12.1875rem;left:40rem;height:20.25rem;display:block; }
#L3gp1p33E924M5RBHu1bCCAAC78QLDT3 { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:31.8125rem;left:43.8125rem;height:13.5rem;display:block; }
#fnzzaC4mdaPyqt1uRFtgM0JMPPTIAdsi { color:#000000;display:block;width:1.4999125rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:31rem;left:41.25rem;height:3.00026875rem;display:block; }
#pxh8WuZmMGAyDbeXztqpLxWRJbkspV3A { color:#000000;display:block;width:1.4999125rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:36rem;left:41.125rem;height:3.00026875rem;display:block; }
#VvvlxSuKT9Z00WBEQDwoCE9BPo3snMqF { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.249375rem;width:25.686875rem;top:3.0625rem;left:4.31298828125rem;overflow:hidden;display:block; }
#hE2g2JMC3FJdx2O4po02NEbduJuhUA2P { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:25.875rem;top:27.375rem;left:20rem;overflow:hidden;display:block; }
#rO690TTrFvuJlUTV8NxUllRc1TH586pi { color:#000000;display:block;width:31.312125rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:46.8115234375rem;left:43.687854766846rem;height:4.5rem;display:block; }
#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .row .container { background-color: transparent; background-image: none; }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .row .container > .video-iframe-container { display: none; }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .row > .video-iframe-container { display: none; }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .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); }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .row .container { border-width: 0; border-radius: 0; }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .row > .video-iframe-container {  }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:75rem;position:relative;display:block; }#KDiaMCpQRpLsavaNiP5ZFSUlfLlNIWEO { color:#000000;display:block;width:20.75rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:16.9375rem;left:32.125rem;height:2.1375rem;text-align:center;text-align-last:center;display:block; }
#chKW1H2M8uppbkqUCKn9vVC3B9z1hdC3 { color:#000000;display:block;width:27.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.875rem;left:3.75rem;height:10.325rem;display:block; }
#ZkQeu41AAHS5sOPTFHG5itIJqPdV0M9L { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:20.783030509949rem;left:35.124290466309rem;height:28.5rem;text-align:left;text-align-last:left;display:block; }
#ywbA0zRV2n0mXJHTkW83c8SQS6LMUc8d { position:absolute;display:block;z-index:15001;background-color:rgba(186,239,237,0.22);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:21.375rem;top:19.937408447266rem;left:32.062320709229rem;display:block; }
#ITQomOROHGZfUqaqPUCC9aNPOU5dlGM4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.6875rem;top:20.812408447266rem;left:32.874645233154rem;overflow:hidden;display:block; }
#USFKsEtCxCGEF787VgtA5zyRBMVJUnL2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.6875rem;top:27.874908447266rem;left:32.874645233154rem;overflow:hidden;display:block; }
#CpN6q6qIg9oUuCbsiM2awsgsulaG4JfA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.6875rem;top:35.249908447266rem;left:32.874645233154rem;overflow:hidden;display:block; }
#pDFVa6TEzBRTR8H2efWIQb5cW1T5Wt5n { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.6875rem;top:38.687408447266rem;left:32.937232971191rem;overflow:hidden;display:block; }
#Vo4AHyM10fDCHBB2xnLBDTMnTsnrNpxS { position:absolute;display:block;z-index:15007;background-color:rgba(255,176,170,0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:21.375rem;top:19.937408447266rem;left:53.687412261963rem;display:block; }
#xJvTbKZq02yT3k2CokWQH6lxk2Coh0vp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.5625rem;top:21.8125rem;left:54.5rem;overflow:hidden;display:block; }
#WnabcyrIyVSWSoVKuEaV9nfXMQvg5sbv { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:21.8125rem;left:56.75rem;height:24.9375rem;text-align:left;text-align-last:left;display:block; }
#cubq82aQbTGyiMKSW9TliDJ3TWmnIB65 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.5625rem;top:27.375rem;left:54.5rem;overflow:hidden;display:block; }
#RJlDR8vXIhDSIr3w8i6ImBTbwe5A269q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.5625rem;top:37.749725341797rem;left:54.687496185302rem;overflow:hidden;display:block; }
#waXGbXkToVwEXISialOliIuIA8EOuTTa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:9.375rem;top:6.8125rem;left:58.5625rem;overflow:hidden;display:block; }
#Be0xzrC2NbpgfFzU5hP1GV8Lva0BJMmi { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:16.875rem;left:53.5625rem;height:2.1375rem;text-align:center;text-align-last:center;display:block; }
#UHfPZdJloxTp9oo9t024HJeicI25VumF { color:#000000;display:block;width:20.75rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17rem;left:42.8125rem;height:2.06276875rem;text-align:center;text-align-last:center;display:block; }
#RtnC4alc1zSe5EvIREXzu7rZdqxWf1IJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:16.1875rem;top:0.5625rem;left:33.5625rem;overflow:hidden;display:block; }
#ftm5EQpFt7mAMup36G3RKGTg9MW6lMT3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.5625rem;top:44.874633789062rem;left:54.687496185302rem;overflow:hidden;display:block; }
#o6Bb3RacqScLSMhQAQVVsk7QUWhrrbqQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.6875rem;top:43.812133789062rem;left:32.999820709229rem;overflow:hidden;display:block; }
#PKidUsWgs8ZbNXD8IJF9R2PfpFD8vlaE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.68723125rem;width:1.5625rem;top:32.314186096191rem;left:54.68705368042rem;overflow:hidden;display:block; }
#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .row .container { background-color: transparent; background-image: none; }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .row .container > .video-iframe-container { display: none; }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .row > .video-iframe-container { display: none; }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .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); }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .row .container { border-width: 0; border-radius: 0; }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .row > .video-iframe-container {  }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#Cz52rXAQdnoErODkcrgIIVynv13ikzbW { color:#000000;display:block;width:37.125rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:5.2rem;display:block; }
#nP35wUfUPp6rRB3fzQwIaTIZk1EwmPc8 { color:#000000;display:block;width:35.062125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.6887474060056rem;left:3.75rem;height:5.1625rem;display:block; }
#CBnUPu8T1ZUdDEhTFCmV9S7PPVrnlpWe { color:#000000;display:block;width:27.56125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.689187049866rem;left:3.75rem;height:;display:block; }#CBnUPu8T1ZUdDEhTFCmV9S7PPVrnlpWe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CBnUPu8T1ZUdDEhTFCmV9S7PPVrnlpWe li:before{  }
#Tfx3gIOOR2DRZZ4nqPJ8SK74uQFqH8uX { color:#000000;display:block;width:15.062rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:26.25rem;left:41.25rem;height:22.8375rem;display:block; }
#OGPmR0bH1KSN6izNzn1xqgyLhbANBQGO { color:#000000;display:block;width:13.687rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:26.25rem;left:57.5rem;height:28.04375rem;display:block; }
#inwNyhu49dNVTT0Wgd2oShmBJ8avGZQG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.06175rem;width:20.625rem;top:8.625rem;left:46.25rem;overflow:hidden;display:block; }
#STQ2Ti3O8kpwWTstGNA4WRTBTWwEqJa3 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.1875rem;width:32.625rem;top:18.374450683594rem;left:40rem;display:block; }
#T7uGPpdMAngFRCUUVrpIQmpgINv7uf6c { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:7.375rem;top:3.9375rem;left:62.8125rem;overflow:hidden;display:block; }
#eyM64mRtB5xhT4B7ZR5rFKXgAhtcDu29 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.74975rem;width:21.7498125rem;top:34.938740730286rem;left:2.5rem;overflow:hidden;display:block; }
#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .row .container { background-color: transparent; background-image: none; }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .row .container > .video-iframe-container { display: none; }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .row > .video-iframe-container { display: none; }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .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); }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .row .container { border-width: 0; border-radius: 0; }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .row > .video-iframe-container {  }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#mDNLaBCA3HQFZuc7CEsShlEZfcoe8n6f { color:#000000;display:block;width:40.375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.75rem;height:7.8rem;display:block; }
#za70TduR3SvODuIla27dIcKJXE6b0b04 { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.6875rem;left:3.75rem;height:25.3125rem;display:block; }
#MNwv1h51xDw8am8hbAICMxJJtCJv8hbb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.812rem;width:19.9995rem;top:2.56640625rem;left:48.75rem;overflow:hidden;display:block; }
#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;position:relative;display:block; }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .row .container { background-color: transparent; background-image: none; }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .row .container > .video-iframe-container { display: none; }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .row > .video-iframe-container { display: none; }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .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); }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .row .container { border-width: 0; border-radius: 0; }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .row > .video-iframe-container {  }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#AnGhuaWb4Nc1bC51862HM2mBVF6DZpVM { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:35rem;height:2.6rem;display:block; }
#Kmmc9UnMaJte9qI6G8twTqV7c3VThMAp { color:#000000;display:block;width:32.5rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.7515192031863rem;left:35.000000953674rem;height:25.3125rem;display:block; }
#XctnwogfPatllVVirQJgiTEM15iuvPRO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.75rem;width:17.4375rem;top:1.1265192031861rem;left:7.5000009536744rem;overflow:hidden;display:block; }
#OPBHGSgTHxLH5mcvnW2JGmyy1NgfvC8R { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.749675rem;width:8.499875rem;top:6.43896484375rem;left:35rem;overflow:hidden;display:block; }
#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .row .container { background-color: transparent; background-image: none; }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .row .container > .video-iframe-container { display: none; }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .row > .video-iframe-container { display: none; }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .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); }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .row .container { border-width: 0; border-radius: 0; }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .row > .video-iframe-container {  }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;position:relative;display:block; }#xoiSfbxAtnN3XXtMcm0V4g5fXtD1wUlu { color:#000000;display:block;width:35rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:3.6266174316406rem;left:3.75rem;height:43.925rem;display:block; }
#mIGxKHy9g4CKWIDREATRNhpKhBL4cdNq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.9375rem;width:26.6875rem;top:3.626708984375rem;left:43.75rem;overflow:hidden;display:block; }
#ls6JvDazDoa1nr9aLfATqctAqM7WzzhQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.375rem;width:37.8125rem;top:47.626952171326rem;left:2.5rem;overflow:hidden;display:block; }
#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .row .container { background-color: transparent; background-image: none; }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .row .container > .video-iframe-container { display: none; }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .row > .video-iframe-container { display: none; }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .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); }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .row .container { border-width: 0; border-radius: 0; }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .row > .video-iframe-container {  }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#f8SAZZOtUbbyu77WRhsVeoUldUl6V4OI { color:#000000;display:block;width:32.5rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.4375rem;left:40rem;height:6.75rem;display:block; }
#sZyAyRXtuhrW2tMpR64sLDkJRK2Q9QSt { color:#000000;display:block;width:30.4985625rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:40rem;height:5.2rem;display:block; }
#IIww8JVdbvztt8KU9SxvJaLhfEzaB217 { color:#000000;display:block;width:32.499rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21rem;left:40rem;height:3.375rem;display:block; }
#iQRPwcnt3i7Gr6B6XDyfwJvgldrXXLps { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.312145233154rem;left:40rem;display:block; }
#tCutFcmAU3fhTG78Bfr6T00fCqz5izqw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .row .container { background-color: transparent; background-image: none; }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .row .container > .video-iframe-container { display: none; }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .row > .video-iframe-container { display: none; }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .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); }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .row .container { border-width: 0; border-radius: 0; }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .row > .video-iframe-container {  }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#nDeMfgwDcgVwiF932NNdQn6gMscQ6W4G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.875rem;top:4.625rem;left:33.9375rem;overflow:hidden;display:block; }
#gSRqVbXMTEDXrrHvBD8PybgzZGWS3HTc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.9375rem;top:4.625rem;left:36.4375rem;overflow:hidden;display:block; }
#velrKGnD5MxmZJV8V9SbU1AZqgCfK1yT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.125rem;top:4.5rem;left:38.8125rem;overflow:hidden;display:block; }
#XiNaL2OqKHwsly3SE5aGGe4aHowePKDx { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QeXlcOk7SyQts8Le7AiVpd6HFblEXkDI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:7.5rem;top:2.25rem;left:33.75rem;overflow:hidden;display:block; }
#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm { position:relative;display:none; }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm { border-width: 0; border-radius: 0; }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm > .row .container > .video-iframe-container {  }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#vpRsts7pafA8w8KPuXSS74VCFdCl7Pue { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#uUZ0hbZSghscor2q9FI7JO4i9zLnNO5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QcWeDlqhSoQX90y784KkadGPetJIo2Io { display:block; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6PZJs7M3Cbk21wZMToUkphPCqcD9BAH { top:1.5rem;left:0rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { width:24.875rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUmycDernF7HxEyTx0Fr1n0me5KbtyeS { top:1.4375rem;left:5.0621089935303rem;width:11.375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k11Q0btue9VXR5T90Gnqn0HRVwyLXlvC { top:1.375rem;left:16.68710899353rem;width:4.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC2zLPHlsRcalOto9fyJTzG89Aunkdyq { top:1.375rem;left:22.81210899353rem;width:4.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEvcD9aFktSmcTJ0T7vciG1QDAckQem9 { top:1.3125rem;left:28.81210899353rem;width:6.1875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9oW0ihP29exrQPKJ1HPizGGE5Ixs4W5 { top:1.375rem;left:35.93710899353rem;width:5.9375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOxvrvXDyX92iumWUetXbMXa00Hx6BSw { top:1.375rem;left:39.3125rem;width:8.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx94aWbFEDWWoldW0zXaunlCprWJEZa8 { top:1.5rem;left:40.0625rem;width:7.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIssOhg9mH2r68q414Gl92bgUzW2mGpu { display:block; }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkGVZWRFbwFqGi5K1HHTX2ZG6NAh3T6P { top:0.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 { display:block; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6yVzRA1g99RQ7BSbTHqNTUEsDkHFgQO { top:2.625rem;left:0rem;width:35.6875rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqApkHZrTzSAQDp3Vda9Q9Se2dwpmhG { top:8.5rem;left:0rem;width:32.3125rem;height:5.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPSZuEvGfMZrnL7GWx9pQFp4q3FlowPy { top:14.1875rem;left:16.1875rem;width:31.5625rem;height:34.868804644917rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { width:33.125rem;height:26.9375rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqt1Zap8BNAXo29mOJ4bKu6HhAMB8Vk1 { width:47.75rem;height:52.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #euWf4eePwTT3EvdUVQNLTr8dgoQ53ZTN { width:30.8125rem;height:3.4375rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z16IIhT6FwixIxAfCEmUfcEB6TpZAMNa { display:block; }
 }@media only screen and (max-width: 763px) { #MBV9evu9sZUJZI3Gu8srx233zk07G2BP { display:block; }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpL85vxcpbLFNh345wfh7TCCubFfWxFS { top:4.125rem;left:17.4375rem;width:30.3125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqzu7QwDSQJ3yFT0u5lqtVZFLT0l1GrX { top:10.75rem;left:15.25rem;width:32.5rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTWTFVvl8Bc83V1awusvKW3igVEt9XzT { top:27.25rem;left:15.25rem;width:32.5rem;height:16.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs9sLaQQmTW0Rkbz0KvKtQnV0xUfAtRm { top:22.8125rem;left:11.6875rem;width:36.0625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph4DCh59sAJ7ELUpiLQx20H0x0vig5or { top:4.4375rem;left:0rem;width:26.25rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 { display:block; }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOpvz9BFlwVX3DHql3kDc7OVGylAhb3F { top:2.375rem;left:12.5625rem;width:35.1875rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHSVTxRHtqED9DW9iRUleTU0hbgvLbfA { top:12.1875rem;left:12.875rem;width:34.875rem;height:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3gp1p33E924M5RBHu1bCCAAC78QLDT3 { top:31.75rem;left:16.5rem;width:31.25rem;height:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnzzaC4mdaPyqt1uRFtgM0JMPPTIAdsi { top:31rem;left:27.625rem;width:1.4375rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxh8WuZmMGAyDbeXztqpLxWRJbkspV3A { top:36rem;left:27.5rem;width:1.4375rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvvlxSuKT9Z00WBEQDwoCE9BPo3snMqF { top:3.0625rem;left:0rem;width:25.625rem;height:32.171692133629rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE2g2JMC3FJdx2O4po02NEbduJuhUA2P { top:27.375rem;left:6.375rem;width:25.875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO690TTrFvuJlUTV8NxUllRc1TH586pi { top:46.75rem;left:16.5rem;width:31.25rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS { display:block; }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDiaMCpQRpLsavaNiP5ZFSUlfLlNIWEO { top:16.9375rem;left:18.5rem;width:20.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chKW1H2M8uppbkqUCKn9vVC3B9z1hdC3 { top:0.8125rem;left:0rem;width:27.1875rem;height:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkQeu41AAHS5sOPTFHG5itIJqPdV0M9L { top:20.75rem;left:21.499290466309rem;width:17.8125rem;height:28.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywbA0zRV2n0mXJHTkW83c8SQS6LMUc8d { top:19.875rem;left:18.437320709229rem;width:21.375rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQomOROHGZfUqaqPUCC9aNPOU5dlGM4 { top:20.75rem;left:19.249645233154rem;width:1.6875rem;height:1.7501037202221rem;display:block; }
 }@media only screen and (max-width: 763px) { #USFKsEtCxCGEF787VgtA5zyRBMVJUnL2 { top:27.8125rem;left:19.249645233154rem;width:1.6875rem;height:1.7501037202221rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpN6q6qIg9oUuCbsiM2awsgsulaG4JfA { top:35.1875rem;left:19.249645233154rem;width:1.6875rem;height:1.7501037202221rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDFVa6TEzBRTR8H2efWIQb5cW1T5Wt5n { top:38.625rem;left:19.312232971191rem;width:1.6875rem;height:1.7501037202221rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo4AHyM10fDCHBB2xnLBDTMnTsnrNpxS { top:19.875rem;left:26.375rem;width:21.375rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJvTbKZq02yT3k2CokWQH6lxk2Coh0vp { top:21.8125rem;left:40.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnabcyrIyVSWSoVKuEaV9nfXMQvg5sbv { top:21.75rem;left:29.9375rem;width:17.8125rem;height:24.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cubq82aQbTGyiMKSW9TliDJ3TWmnIB65 { top:27.375rem;left:40.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJlDR8vXIhDSIr3w8i6ImBTbwe5A269q { top:37.6875rem;left:41.062496185302rem;width:1.5625rem;height:1.68723125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXGbXkToVwEXISialOliIuIA8EOuTTa { top:6.8125rem;left:38.375rem;width:9.375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be0xzrC2NbpgfFzU5hP1GV8Lva0BJMmi { top:16.8125rem;left:26.375rem;width:21.375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHfPZdJloxTp9oo9t024HJeicI25VumF { top:17rem;left:27rem;width:20.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnC4alc1zSe5EvIREXzu7rZdqxWf1IJ { top:0.5625rem;left:19.9375rem;width:16.1875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftm5EQpFt7mAMup36G3RKGTg9MW6lMT3 { top:44.8125rem;left:41.062496185302rem;width:1.5625rem;height:1.68723125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Bb3RacqScLSMhQAQVVsk7QUWhrrbqQ { top:43.75rem;left:19.374820709229rem;width:1.6875rem;height:1.7501037202221rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKidUsWgs8ZbNXD8IJF9R2PfpFD8vlaE { top:32.3125rem;left:41.06205368042rem;width:1.5625rem;height:1.68723125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaczRgbW9A70T1onIuRRzDfihJ5wrwp { display:block; }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cz52rXAQdnoErODkcrgIIVynv13ikzbW { top:2.8125rem;left:0rem;width:37.0625rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP35wUfUPp6rRB3fzQwIaTIZk1EwmPc8 { top:8.6875rem;left:0rem;width:35rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnUPu8T1ZUdDEhTFCmV9S7PPVrnlpWe { top:13.6875rem;left:0rem;width:27.5rem;height:;font-size:1rem;display:block; }#CBnUPu8T1ZUdDEhTFCmV9S7PPVrnlpWe li:before{  }
 }@media only screen and (max-width: 763px) { #Tfx3gIOOR2DRZZ4nqPJ8SK74uQFqH8uX { top:26.25rem;left:27.625rem;width:15rem;height:21.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGPmR0bH1KSN6izNzn1xqgyLhbANBQGO { top:26.25rem;left:34.125rem;width:13.625rem;height:25.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwNyhu49dNVTT0Wgd2oShmBJ8avGZQG { top:8.625rem;left:27.125rem;width:20.625rem;height:16.06175rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQ2Ti3O8kpwWTstGNA4WRTBTWwEqJa3 { top:18.3125rem;left:15.125rem;width:32.625rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7uGPpdMAngFRCUUVrpIQmpgINv7uf6c { top:3.9375rem;left:40.3125rem;width:7.375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyM64mRtB5xhT4B7ZR5rFKXgAhtcDu29 { top:34.9375rem;left:0rem;width:21.6875rem;height:15.704627482421rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn { display:block; }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDNLaBCA3HQFZuc7CEsShlEZfcoe8n6f { top:3.4375rem;left:0rem;width:40.3125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #za70TduR3SvODuIla27dIcKJXE6b0b04 { top:9.6875rem;left:0rem;width:35.125rem;height:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNwv1h51xDw8am8hbAICMxJJtCJv8hbb { top:2.5625rem;left:27.8125rem;width:19.9375rem;height:34.704080102003rem;display:block; }
 }@media only screen and (max-width: 763px) { #crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg { display:block; }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnGhuaWb4Nc1bC51862HM2mBVF6DZpVM { top:3.4375rem;left:9.75rem;width:38rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmmc9UnMaJte9qI6G8twTqV7c3VThMAp { top:9.75rem;left:15.25rem;width:32.5rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XctnwogfPatllVVirQJgiTEM15iuvPRO { top:1.125rem;left:0rem;width:17.4375rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPBHGSgTHxLH5mcvnW2JGmyy1NgfvC8R { top:6.4375rem;left:21.375rem;width:8.4375rem;height:1.7367505992999rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc { display:block; }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoiSfbxAtnN3XXtMcm0V4g5fXtD1wUlu { top:3.625rem;left:0rem;width:35rem;height:43.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIGxKHy9g4CKWIDREATRNhpKhBL4cdNq { top:3.625rem;left:21.0625rem;width:26.6875rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls6JvDazDoa1nr9aLfATqctAqM7WzzhQ { top:47.625rem;left:0rem;width:37.8125rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ { display:block; }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8SAZZOtUbbyu77WRhsVeoUldUl6V4OI { top:8.4375rem;left:15.25rem;width:32.5rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZyAyRXtuhrW2tMpR64sLDkJRK2Q9QSt { top:2.1875rem;left:17.3125rem;width:30.4375rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIww8JVdbvztt8KU9SxvJaLhfEzaB217 { top:21rem;left:15.3125rem;width:32.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQRPwcnt3i7Gr6B6XDyfwJvgldrXXLps { width:31.75rem;height:3.4375rem;top:16.25rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCutFcmAU3fhTG78Bfr6T00fCqz5izqw { display:block; }
 }@media only screen and (max-width: 763px) { #gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ { display:block; }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDeMfgwDcgVwiF932NNdQn6gMscQ6W4G { top:4.625rem;left:20.3125rem;width:1.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSRqVbXMTEDXrrHvBD8PybgzZGWS3HTc { top:4.625rem;left:22.8125rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #velrKGnD5MxmZJV8V9SbU1AZqgCfK1yT { top:4.5rem;left:25.1875rem;width:2.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiNaL2OqKHwsly3SE5aGGe4aHowePKDx { top:7.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeXlcOk7SyQts8Le7AiVpd6HFblEXkDI { top:2.25rem;left:20.125rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATb9bTOrO2mvfy72ynTaPcuDANlpqssm { display:none; }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vpRsts7pafA8w8KPuXSS74VCFdCl7Pue { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #uUZ0hbZSghscor2q9FI7JO4i9zLnNO5e { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #QcWeDlqhSoQX90y784KkadGPetJIo2Io { position:relative;z-index:auto;background-color:rgba(255,255,255,0.94);background-image:none;display:block; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { background-color: transparent; background-image: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .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); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6PZJs7M3Cbk21wZMToUkphPCqcD9BAH { width:7.8125rem;height:1.3125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { top:1.25rem;left:6.25rem;width:7.5rem;height:1.25rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZUmycDernF7HxEyTx0Fr1n0me5KbtyeS { width:7.9998125rem;height:1.05601875rem;top:4.2497334480286rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k11Q0btue9VXR5T90Gnqn0HRVwyLXlvC { width:2.74946875rem;height:1.05601875rem;top:4.2740588188171rem;left:7.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gC2zLPHlsRcalOto9fyJTzG89Aunkdyq { width:3.2492875rem;height:1.05601875rem;top:4.3194246292114rem;left:16.751153945923rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEvcD9aFktSmcTJ0T7vciG1QDAckQem9 { width:4.43714375rem;height:1.05601875rem;top:4.25rem;left:11.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X9oW0ihP29exrQPKJ1HPizGGE5Ixs4W5 { width:3.0624125rem;height:1.05601875rem;top:6rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uOxvrvXDyX92iumWUetXbMXa00Hx6BSw { width:5.8125rem;height:1.05601875rem;top:5.9375rem;left:6.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rx94aWbFEDWWoldW0zXaunlCprWJEZa8 { width:5.125rem;height:1.05601875rem;top:5.875rem;left:14rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hIssOhg9mH2r68q414Gl92bgUzW2mGpu { display:block; }#hIssOhg9mH2r68q414Gl92bgUzW2mGpu > .row .container { width:20rem;height:8.0934753417969rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkGVZWRFbwFqGi5K1HHTX2ZG6NAh3T6P { width:20rem;height:7.5rem;top:0.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 { display:block; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6yVzRA1g99RQ7BSbTHqNTUEsDkHFgQO { width:20rem;height:6.3374375rem;top:1.3130340576172rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lXqApkHZrTzSAQDp3Vda9Q9Se2dwpmhG { width:20rem;height:6.3374375rem;top:7.90660572052rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XPSZuEvGfMZrnL7GWx9pQFp4q3FlowPy { width:7.9375rem;height:8.75rem;top:36.005875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { width:20rem;height:45rem;top:36.656603813171rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqt1Zap8BNAXo29mOJ4bKu6HhAMB8Vk1 { top:14.156160354614rem;left:0rem;width:20rem;height:21.99975rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #euWf4eePwTT3EvdUVQNLTr8dgoQ53ZTN { width:17.5rem;height:3.4375rem;top:76.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z16IIhT6FwixIxAfCEmUfcEB6TpZAMNa { display:block; }
 }@media only screen and (max-width: 763px) { #MBV9evu9sZUJZI3Gu8srx233zk07G2BP { display:block; }#MBV9evu9sZUJZI3Gu8srx233zk07G2BP > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpL85vxcpbLFNh345wfh7TCCubFfWxFS { width:20rem;height:4.2249625rem;top:30.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqzu7QwDSQJ3yFT0u5lqtVZFLT0l1GrX { width:20rem;height:15.185125rem;top:35.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTWTFVvl8Bc83V1awusvKW3igVEt9XzT { width:20rem;height:28.683rem;top:56.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs9sLaQQmTW0Rkbz0KvKtQnV0xUfAtRm { width:20rem;height:4.2249625rem;top:51.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph4DCh59sAJ7ELUpiLQx20H0x0vig5or { width:20rem;height:25.571428571429rem;top:2.7197251319885rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 { display:block; }#EfcTAnSEUPR39p2in46qJ9ufBESeaJO4 > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOpvz9BFlwVX3DHql3kDc7OVGylAhb3F { width:20rem;height:10.5624375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHSVTxRHtqED9DW9iRUleTU0hbgvLbfA { width:20rem;height:37.5rem;top:11.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3gp1p33E924M5RBHu1bCCAAC78QLDT3 { width:17.625rem;height:28.125rem;top:71.0625rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnzzaC4mdaPyqt1uRFtgM0JMPPTIAdsi { width:1.436525rem;height:3.00026875rem;top:69.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxh8WuZmMGAyDbeXztqpLxWRJbkspV3A { width:1.436525rem;height:3.00026875rem;top:79.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvvlxSuKT9Z00WBEQDwoCE9BPo3snMqF { width:16.3125rem;height:20.5625rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE2g2JMC3FJdx2O4po02NEbduJuhUA2P { width:16.1875rem;height:12.125rem;top:61.56494140625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO690TTrFvuJlUTV8NxUllRc1TH586pi { width:20rem;height:7.876875rem;top:100.77991867066rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS { display:block; }#QQJRxOl1uDZPyBPugZUp1nEZiHkc4UpS > .row .container { width:20rem;height:112.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDiaMCpQRpLsavaNiP5ZFSUlfLlNIWEO { width:20rem;height:2.06276875rem;top:32.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chKW1H2M8uppbkqUCKn9vVC3B9z1hdC3 { width:20rem;height:15rem;top:1.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkQeu41AAHS5sOPTFHG5itIJqPdV0M9L { width:17.8125rem;height:30rem;top:37rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywbA0zRV2n0mXJHTkW83c8SQS6LMUc8d { width:20rem;height:33.4375rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQomOROHGZfUqaqPUCC9aNPOU5dlGM4 { width:1.6875rem;height:1.75rem;top:37rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USFKsEtCxCGEF787VgtA5zyRBMVJUnL2 { width:1.6875rem;height:1.75rem;top:44.562408447266rem;left:0.43723356723786rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpN6q6qIg9oUuCbsiM2awsgsulaG4JfA { width:1.6875rem;height:1.75rem;top:52.187229156494rem;left:0.43723356723786rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDFVa6TEzBRTR8H2efWIQb5cW1T5Wt5n { width:1.6875rem;height:1.75rem;top:55.937316894531rem;left:0.56241118907929rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo4AHyM10fDCHBB2xnLBDTMnTsnrNpxS { width:20rem;height:29.1875rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJvTbKZq02yT3k2CokWQH6lxk2Coh0vp { width:1.5625rem;height:1.6875rem;top:83.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnabcyrIyVSWSoVKuEaV9nfXMQvg5sbv { width:17.8125rem;height:26.25rem;top:83.25rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cubq82aQbTGyiMKSW9TliDJ3TWmnIB65 { width:1.5625rem;height:1.6875rem;top:88.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJlDR8vXIhDSIr3w8i6ImBTbwe5A269q { width:1.5625rem;height:1.6875rem;top:94.564536333081rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXGbXkToVwEXISialOliIuIA8EOuTTa { width:5.8125rem;height:5.25rem;top:72.249639511106rem;left:7.1249113082888rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be0xzrC2NbpgfFzU5hP1GV8Lva0BJMmi { width:20rem;height:2.06276875rem;top:78.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHfPZdJloxTp9oo9t024HJeicI25VumF { width:20rem;height:3.00026875rem;top:69.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnC4alc1zSe5EvIREXzu7rZdqxWf1IJ { width:17rem;height:16.25rem;top:16.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftm5EQpFt7mAMup36G3RKGTg9MW6lMT3 { width:1.5625rem;height:1.68723125rem;top:100.15705490112rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Bb3RacqScLSMhQAQVVsk7QUWhrrbqQ { width:1.6875rem;height:1.75rem;top:61.62703704834rem;left:0.43723356723786rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKidUsWgs8ZbNXD8IJF9R2PfpFD8vlaE { width:1.5625rem;height:1.68723125rem;top:107.59570646286rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaczRgbW9A70T1onIuRRzDfihJ5wrwp { display:block; }#zTaczRgbW9A70T1onIuRRzDfihJ5wrwp > .row .container { width:20rem;height:105.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cz52rXAQdnoErODkcrgIIVynv13ikzbW { width:20rem;height:6.3374375rem;top:1.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP35wUfUPp6rRB3fzQwIaTIZk1EwmPc8 { width:20rem;height:6.7489375rem;top:9.4708728790281rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnUPu8T1ZUdDEhTFCmV9S7PPVrnlpWe { width:20rem;height:21.93625rem;top:17.469801902771rem;left:0rem;font-size:1rem;display:block; }#CBnUPu8T1ZUdDEhTFCmV9S7PPVrnlpWe li:before{  }
 }@media only screen and (max-width: 763px) { #Tfx3gIOOR2DRZZ4nqPJ8SK74uQFqH8uX { width:17.562125rem;height:20.62323125rem;top:55.596567153931rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGPmR0bH1KSN6izNzn1xqgyLhbANBQGO { width:17.5rem;height:23.71671875rem;top:77.470266342163rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwNyhu49dNVTT0Wgd2oShmBJ8avGZQG { width:15.374625rem;height:11.937125rem;top:42.470275878906rem;left:2.4995560646057rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQ2Ti3O8kpwWTstGNA4WRTBTWwEqJa3 { width:20rem;height:52.25rem;top:50.249910354614rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7uGPpdMAngFRCUUVrpIQmpgINv7uf6c { width:5.06214375rem;height:5.187325rem;top:39.970257759094rem;left:14.937854766846rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyM64mRtB5xhT4B7ZR5rFKXgAhtcDu29 { width:20rem;height:14.517766497462rem;top:106.921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn { display:block; }#XLJGKA4PFM3JJgxJzxTyda0DvwnafAEn > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDNLaBCA3HQFZuc7CEsShlEZfcoe8n6f { width:20rem;height:8.4499375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #za70TduR3SvODuIla27dIcKJXE6b0b04 { width:20rem;height:38.80631875rem;top:11.032943725586rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNwv1h51xDw8am8hbAICMxJJtCJv8hbb { width:18.125rem;height:31.68725rem;top:49.782936096191rem;left:0.62499988079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg { display:block; }#crERMPOIaoPCsZ3WVo6WEdCCwlCDSpVg > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnGhuaWb4Nc1bC51862HM2mBVF6DZpVM { width:20rem;height:4.2249625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmmc9UnMaJte9qI6G8twTqV7c3VThMAp { width:20rem;height:33.74465rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XctnwogfPatllVVirQJgiTEM15iuvPRO { width:13.125rem;height:26.1874375rem;top:44.470424652099rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPBHGSgTHxLH5mcvnW2JGmyy1NgfvC8R { width:12.25rem;height:2.375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc { display:block; }#acgTmQZqr9G5ghFaPn27CEwRAHkfdOVc > .row .container { width:20rem;height:100.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoiSfbxAtnN3XXtMcm0V4g5fXtD1wUlu { width:20rem;height:69.17653125rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIGxKHy9g4CKWIDREATRNhpKhBL4cdNq { width:20rem;height:26.1825rem;top:71.28864347935rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls6JvDazDoa1nr9aLfATqctAqM7WzzhQ { width:20rem;height:16.5625rem;top:82.245125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ { display:block; }#Eufz9rP6TZhrnJ7fuRs3JFHSmmfdX8nJ > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8SAZZOtUbbyu77WRhsVeoUldUl6V4OI { width:20rem;height:11.810625rem;top:9.845947265625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZyAyRXtuhrW2tMpR64sLDkJRK2Q9QSt { width:20rem;height:6.3374375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIww8JVdbvztt8KU9SxvJaLhfEzaB217 { width:20rem;height:6.7489375rem;top:23.124664306641rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQRPwcnt3i7Gr6B6XDyfwJvgldrXXLps { width:17.5rem;height:3.4375rem;top:20rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCutFcmAU3fhTG78Bfr6T00fCqz5izqw { display:block; }
 }@media only screen and (max-width: 763px) { #gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ { position:relative;z-index:auto;display:block; }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ { border-width: 0; border-radius: 0; }#gZFql0xHvhszVH9ONT1QE0olzgnFWvbZ > .row .container { width:20rem;height:8.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDeMfgwDcgVwiF932NNdQn6gMscQ6W4G { width:2.6875rem;height:2.5625rem;top:3.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSRqVbXMTEDXrrHvBD8PybgzZGWS3HTc { width:2.5rem;height:2.375rem;top:3.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #velrKGnD5MxmZJV8V9SbU1AZqgCfK1yT { width:3.1875rem;height:3.0625rem;top:3rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiNaL2OqKHwsly3SE5aGGe4aHowePKDx { width:20rem;height:1.13736875rem;top:6.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeXlcOk7SyQts8Le7AiVpd6HFblEXkDI { width:7.9375rem;height:1.25rem;top:0.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATb9bTOrO2mvfy72ynTaPcuDANlpqssm { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm { background-color: transparent; background-image: none; }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm > .row .container > .video-iframe-container { display: none; }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm > .row > .video-iframe-container { display: none; }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm > .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); }#ATb9bTOrO2mvfy72ynTaPcuDANlpqssm > .row .container { width:20rem;height:21.25rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpRsts7pafA8w8KPuXSS74VCFdCl7Pue { top:15.890625rem;left:0rem;width:20rem;height:3.4375rem;z-index:15000;font-weight:400;font-style:normal;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:brown;display:block; }
 }@media only screen and (max-width: 763px) { #uUZ0hbZSghscor2q9FI7JO4i9zLnNO5e { display:block; }
 }