.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { position:relative;display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { background-color: transparent; background-image: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container > .video-iframe-container { display: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row > .video-iframe-container { display: none; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .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); }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { border-width: 0; border-radius: 0; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#da291c;background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { color:#071638;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.44335877895355rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vugKrCNZstDkA36UcnoTixaWrsSs9dTN { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.69270896911619rem;left:45.562500953674rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#iidx9DkB14y6k6Vk1KODdhypzntphBUW { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15043;opacity:1;top:0.34288120269776rem;left:11.235244750976rem; }
#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { position:relative;display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { background-color: transparent; background-image: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { border-width: 0; border-radius: 0; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:93.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { position:absolute;display:block;z-index:15005;background-color:#d0a134;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:6.43575rem;width:6.43575rem;top:1.4409722089768rem;left:4.0625rem;display:block; }
#WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { z-index:15007;top:3.5607633590698rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.638888875rem;height:2.201388875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { 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:15006;top:90.686828613281rem;left:12.710775375366rem;display:block; }
#b1167s5A2qhi0Qg6TlIXTdTucTDvKnsP { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:28.125rem;top:48.124131202697rem;left:30.504339218139rem;overflow:hidden;display:block; }
#AercpzIgsiRESOweCabTVauZeSLDmw1g { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:28.125rem;top:48.186631202697rem;left:1.4340286254882rem;overflow:hidden;display:block; }
#gIHd58TXqTDdxpQnhPbDcnpf8OXJotKR { color:#02050e;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:33.323785781861rem;left:2.0043411254883rem;height:12.59638125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zHZkTpQ5l5kBeTtC2dh4tni86RRrF6m5 { position:absolute;display:block;z-index:15214;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:37.5rem;top:10.746527671814rem;left:11.250001907349rem;overflow:hidden;display:block; }
#WfCxWP2H6uh4meU5ZvqwVpJpNWLpVVRI { color:#02050e;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:69.9375rem;left:1.4340286254882rem;height:12.59638125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { position:relative;display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { background-color: transparent; background-image: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container > .video-iframe-container { display: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row > .video-iframe-container { display: none; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .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); }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { border-width: 0; border-radius: 0; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#da291c;background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.69270896911619rem;left:45.562500953674rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { color:#f4e5e9;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:1.0869140625rem;height:3.0061875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { position:relative;display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { background-color: transparent; background-image: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { border-width: 0; border-radius: 0; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:454.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { z-index:15012;top:4.3125rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.020208375rem;height:3.270670875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { position:absolute;display:block;z-index:15006;background-color:#d0a134;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:6.5rem;width:6.5rem;top:2.8125rem;left:9.5625rem;display:block; }
#Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { color:#071638;display:block;width:57.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:11.401906967163rem;left:1.4375rem;height:12.5963625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#d6yIkfwt2gyfT2oCst320pRt0cUZ3W80 { color:#071638;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:74.497390747069rem;left:2.5625rem;height:17.9948rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Nc2nTiWa1P1lHPyZXsLlBBapUnNMF0pT { position:absolute;display:block;z-index:15182;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:13.0625rem;top:113.71005868912rem;left:14.717012405396rem;overflow:hidden;display:block; }
#CJWFrt92LIxe1abmxmp32o8dKRsS1qlC { color:#071638;display:block;width:57.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:179.21614265442rem;left:1.3125rem;height:12.59635625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gfz2zDvfNqZDgoHyXTzQiFwSFcR8Eh9h { position:absolute;display:block;z-index:15193;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:16.25rem;top:194.12587165832rem;left:2.5625rem;overflow:hidden;display:block; }
#OkV80Tulk3LulXPqflSuef3pGD8a7yM4 { position:absolute;display:block;z-index:15194;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:15.3125rem;top:193.3203163147rem;left:20.045137405396rem;overflow:hidden;display:block; }
#X5axDHkUSxqlg2dElIl5xH29FO4LzFpO { position:absolute;display:block;z-index:15195;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:17.4375rem;top:193.3203163147rem;left:38.859376907349rem;overflow:hidden;display:block; }
#BBOhT9R2fxaKBBAvtrhM8Ve6oZMGfmeH { position:absolute;display:block;z-index:15196;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:29.0625rem;top:220.18489933014rem;left:2.5625rem;overflow:hidden;display:block; }
#MiW9WkAzT3KgpJKx0yEiOyLL0Nh2kDph { position:absolute;display:block;z-index:15197;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:16.8125rem;top:219.80989933014rem;left:37.091146469116rem;overflow:hidden;display:block; }
#ge07MC0HueTUf51kAeACiauWxuJiF5Mc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:243.06163501739rem;left:1.5746536254882rem;height:1.29948125rem;display:block; }
#n3epD7zoTQP83TbOoiETm4sHDQpcqfM3 { position:absolute;display:block;z-index:15199;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:25.0625rem;top:26.239583969116rem;left:1.4375rem;overflow:hidden;display:block; }
#z5uLDXKqDt8OTanMMQ7tTko6IAgoGDQb { position:absolute;display:block;z-index:15200;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:13.9375rem;top:26.302083969116rem;left:28.614583969116rem;overflow:hidden;display:block; }
#NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:67.540798187256rem;left:1.5746536254882rem;height:1.29948125rem;display:block; }
#chFH69EhIr2BvVCZnJJlDR3e42LFlfQk { position:absolute;display:block;z-index:15201;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:13.625rem;top:113.27082252502rem;left:43.318578720093rem;overflow:hidden;display:block; }
#SM9JReAmL81ihtAp5UPhuJHBp7q1HXM4 { position:absolute;display:block;z-index:15202;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:24.5rem;top:94.247385025025rem;left:1.2395839691162rem;overflow:hidden;display:block; }
#Kvcyy1Bv44grJf1Kw6AC46V7NCim4Mol { position:absolute;display:block;z-index:15203;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:13.6875rem;top:93.34200286865rem;left:43.804685592651rem;overflow:hidden;display:block; }
#vLAaMTtOXPCL4iWtHWHeZvIUn5Isgxez { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:12.75rem;top:113.89929437637rem;left:1.3246536254882rem;overflow:hidden;display:block; }
#RJmK8ODlDEwWuxckHUrV6vrKfswyhOLl { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:13.4375rem;top:113.45832252502rem;left:28.864583969116rem;overflow:hidden;display:block; }
#tzRJ8S9hyKDkPP9TG7LIH2oLozDPIbIP { position:absolute;display:block;z-index:15206;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:14.6875rem;top:93.964398384094rem;left:27.723958969116rem;overflow:hidden;display:block; }
#oqVFlgIEOrLvTgtotuuHJppZPz5oBpBq { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:16.9375rem;top:133.14930438996rem;left:1.2395839691162rem;overflow:hidden;display:block; }
#dSpoDTTQGpriUAJm5SKdH8p3FrI5nvcH { position:absolute;display:block;z-index:15206;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:17.1875rem;top:133.02430438996rem;left:19.903646469116rem;overflow:hidden;display:block; }
#S7lQEHR1vSsU3w6Lif0y7XfegLF6HCQ4 { position:absolute;display:block;z-index:15208;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:17.125rem;top:152.11805438996rem;left:1.1371536254882rem;overflow:hidden;display:block; }
#HW78vOWFz0H3bgOIo6hno0q36LVUET4E { position:absolute;display:block;z-index:15209;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:17.25rem;top:152.05555438996rem;left:39.693574905396rem;overflow:hidden;display:block; }
#Cc1TrNuhSaVDsHCfSnSZJT5whZllkn3N { position:absolute;display:block;z-index:15210;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:17.25rem;top:152.05555438996rem;left:20.537324905396rem;overflow:hidden;display:block; }
#znNFoJcBFTfSaAwC85n1TM4tP5ZozlIF { position:absolute;display:block;z-index:15211;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:17.25rem;top:133.14930438996rem;left:39.693574905396rem;overflow:hidden;display:block; }
#R5fvWFOlG1pZwg0MPQIGHQIK3Iw6MZrs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:171.43055343628rem;left:1.5746536254882rem;height:1.29948125rem;display:block; }
#MkwawcnPDAtMrPNOUBOtZmPl4rCyVrkg { position:absolute;display:block;z-index:15212;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:13.8125rem;top:26.427083969116rem;left:44.804685592651rem;overflow:hidden;display:block; }
#baJW1kV2080HvE43VsTmO68eTnpvq91w { color:#071638;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:350.43750333786rem;left:31.179689407349rem;height:23.39328125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WnKbwk0S1xIX5X5mNcTySqmDqaJ4ngJ1 { position:absolute;display:block;z-index:15196;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:27.9375rem;top:367.90971183777rem;left:1.4375rem;overflow:hidden;display:block; }
#t2GOlhTHvqcQVxPgBG4upThteaCxFOq8 { position:absolute;display:block;z-index:15197;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:28.0625rem;top:350.43751049042rem;left:1.4375rem;overflow:hidden;display:block; }
#zzyckAK6XtEHR6BwIbNDobAtsfm449iU { position:absolute;display:block;z-index:15213;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:13.5rem;top:309.35069465638rem;left:45.914060592651rem;overflow:hidden;display:block; }
#hFKJ8liv1rax3kTZpwVO3oESRvROo42V { position:absolute;display:block;z-index:15215;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:13.9375rem;top:329.78819444776rem;left:1.2395839691162rem;overflow:hidden;display:block; }
#OolBbGxXX0DGtMFdM4dC1ynw68q4dbrd { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:16.25rem;top:309.66319465638rem;left:27.778646469116rem;overflow:hidden;display:block; }
#MSc1praOnqE6ll0otkUU9nMt4oxT9ugm { color:#071638;display:block;width:35.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:285.68054580689rem;left:1.9592018127441rem;height:21.59375625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRu79mWBTHk6Tu0eMNqooESESlW9FPMg { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:11.0625rem;top:309.31944465638rem;left:16.062501907349rem;overflow:hidden;display:block; }
#E0klXlAtpFHJWaca9KyUnqoqoVs0bAAn { position:absolute;display:block;z-index:15217;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:13.1875rem;top:309.25694465638rem;left:1.2395839691162rem;overflow:hidden;display:block; }
#ImtT4HnGkvBKLzWTrBVdkQQKtZ4IM7KE { position:absolute;display:block;z-index:15218;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:13rem;top:329.75695419311rem;left:16.062501907349rem;overflow:hidden;display:block; }
#v3UFxawaQO05tdCfVmtceOpR9vsXrnMl { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:20.125rem;top:285.68054580689rem;left:38.295137405396rem;overflow:hidden;display:block; }
#MRxPo9T0lEhqI7AV69PJdndbMvJFSmsn { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:10.5rem;top:328.81945514679rem;left:47.920141220093rem;overflow:hidden;display:block; }
#lkwZrqTSrLhFpqZFrbKzLuTSZM72B5i8 { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:14.9375rem;top:329.78820419311rem;left:31.625001907349rem;overflow:hidden;display:block; }
#Cztb5OrZl07TWsm4fqzxun3e1QqWtu6a { position:absolute;display:block;z-index:15213;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:27rem;top:46.122395515442rem;left:31.617189407349rem;overflow:hidden;display:block; }
#ZwlxaT1CqFcrNOyqPV1sZcs347A4RQKV { position:absolute;display:block;z-index:15213;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:26.8125rem;top:46.184895515442rem;left:1.4375rem;overflow:hidden;display:block; }
#L9kQRgz4gNo7sTXOSQtDfI7zG81CcClV { color:#071638;display:block;width:57.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:247.48610591888rem;left:1.3125rem;height:14.39584375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#voF0fHRA8SItqF1Levubbn8sHrHaOcMN { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.875rem;top:264.51302051544rem;left:30.234376907349rem;overflow:hidden;display:block; }
#Zf1bp1PiPE0flhsPmnIBe0yo9T475ZEm { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:14rem;top:264.51302051544rem;left:44.242185592651rem;overflow:hidden;display:block; }
#Ja0uc14bh16523EVxVV0qVIkkmqOfFhS { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:264.41927051544rem;left:1.2395839691162rem;overflow:hidden;display:block; }
#IK80DT17TAfxuVCo7g72I9AUdxFzIxcR { position:absolute;display:block;z-index:15225;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:14.125rem;top:264.29427051544rem;left:15.618055343628rem;overflow:hidden;display:block; }
#mcai1yg1l7MT6JILlQhfV3R2wgqrLgD9 { position:absolute;display:block;z-index:15197;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:26.1875rem;top:404.979180336rem;left:2.5625rem;overflow:hidden;display:block; }
#m9FbF8O7HbBM96l7MtMOPhX9z1xGii2a { position:absolute;display:block;z-index:15198;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:25.9375rem;top:426.54166030884rem;left:2.5625rem;overflow:hidden;display:block; }
#XIeMio5u9VQcJcT8WXWrTf9ldXroPZQx { position:absolute;display:block;z-index:15197;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:20.75rem;top:374.84721565247rem;left:34.523439407349rem;overflow:hidden;display:block; }
#MJR32x55GI9IiJMAz5Dg0H6mJTVMh7RS { color:#071638;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:406.80294418335rem;left:31.038194656372rem;height:12.5963625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { position:relative;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.46875rem;left:0rem;height:5.8489625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.8125rem;top:16.9375rem;left:2.53515625rem;overflow:hidden;display:block; }
#UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.875rem;top:16.78125rem;left:42.5576171875rem;overflow:hidden;display:block; }
#a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:18.9375rem;top:17.5625rem;left:20.53125rem;overflow:hidden;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { position:relative;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.40625rem;left:0rem;height:0.97505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { top:0rem;left:0rem;width:47.75rem;height:14.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { top:0.4375rem;left:0rem;width:20rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vugKrCNZstDkA36UcnoTixaWrsSs9dTN { top:0.6875rem;left:34.25rem;width:13.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iidx9DkB14y6k6Vk1KODdhypzntphBUW { top:0.3125rem;left:5.1102447509766rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { top:1.4375rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { top:3.5rem;left:0rem;width:7.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block; }
 }@media only screen and (max-width: 763px) { #K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { top:90.625rem;left:6.5857753753663rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1167s5A2qhi0Qg6TlIXTdTucTDvKnsP { top:48.0625rem;left:19.625rem;width:28.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AercpzIgsiRESOweCabTVauZeSLDmw1g { top:48.125rem;left:0rem;width:28.125rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIHd58TXqTDdxpQnhPbDcnpf8OXJotKR { top:33.3125rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHZkTpQ5l5kBeTtC2dh4tni86RRrF6m5 { top:10.6875rem;left:5.1250019073486rem;width:37.5rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfCxWP2H6uh4meU5ZvqwVpJpNWLpVVRI { top:69.9375rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { top:0.6875rem;left:34.25rem;width:13.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { top:0rem;left:0rem;width:12.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { top:4.3125rem;left:0rem;width:14rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block; }
 }@media only screen and (max-width: 763px) { #h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { top:2.8125rem;left:3.4375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { top:11.375rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6yIkfwt2gyfT2oCst320pRt0cUZ3W80 { top:74.4375rem;left:0rem;width:47.75rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc2nTiWa1P1lHPyZXsLlBBapUnNMF0pT { top:113.6875rem;left:8.5920124053956rem;width:13.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJWFrt92LIxe1abmxmp32o8dKRsS1qlC { top:179.1875rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfz2zDvfNqZDgoHyXTzQiFwSFcR8Eh9h { top:194.125rem;left:0rem;width:16.25rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkV80Tulk3LulXPqflSuef3pGD8a7yM4 { top:193.3125rem;left:13.920137405396rem;width:15.3125rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5axDHkUSxqlg2dElIl5xH29FO4LzFpO { top:193.3125rem;left:30.3125rem;width:17.4375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBOhT9R2fxaKBBAvtrhM8Ve6oZMGfmeH { top:220.125rem;left:0rem;width:29.0625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiW9WkAzT3KgpJKx0yEiOyLL0Nh2kDph { top:219.75rem;left:30.9375rem;width:16.8125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge07MC0HueTUf51kAeACiauWxuJiF5Mc { top:243rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3epD7zoTQP83TbOoiETm4sHDQpcqfM3 { top:26.1875rem;left:0rem;width:25.0625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5uLDXKqDt8OTanMMQ7tTko6IAgoGDQb { top:26.25rem;left:22.489583969116rem;width:13.9375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { top:67.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chFH69EhIr2BvVCZnJJlDR3e42LFlfQk { top:113.25rem;left:34.125rem;width:13.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM9JReAmL81ihtAp5UPhuJHBp7q1HXM4 { top:94.1875rem;left:0rem;width:24.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvcyy1Bv44grJf1Kw6AC46V7NCim4Mol { top:93.3125rem;left:34.0625rem;width:13.6875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAaMTtOXPCL4iWtHWHeZvIUn5Isgxez { top:113.875rem;left:0rem;width:12.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmK8ODlDEwWuxckHUrV6vrKfswyhOLl { top:113.4375rem;left:22.739583969116rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzRJ8S9hyKDkPP9TG7LIH2oLozDPIbIP { top:93.9375rem;left:21.598958969116rem;width:14.6875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqVFlgIEOrLvTgtotuuHJppZPz5oBpBq { top:133.125rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSpoDTTQGpriUAJm5SKdH8p3FrI5nvcH { top:133rem;left:13.778646469116rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7lQEHR1vSsU3w6Lif0y7XfegLF6HCQ4 { top:152.0625rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW78vOWFz0H3bgOIo6hno0q36LVUET4E { top:152rem;left:30.5rem;width:17.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc1TrNuhSaVDsHCfSnSZJT5whZllkn3N { top:152rem;left:14.412324905396rem;width:17.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znNFoJcBFTfSaAwC85n1TM4tP5ZozlIF { top:133.125rem;left:30.5rem;width:17.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5fvWFOlG1pZwg0MPQIGHQIK3Iw6MZrs { top:171.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkwawcnPDAtMrPNOUBOtZmPl4rCyVrkg { top:26.375rem;left:33.9375rem;width:13.8125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baJW1kV2080HvE43VsTmO68eTnpvq91w { top:350.4375rem;left:20.3125rem;width:27.4375rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnKbwk0S1xIX5X5mNcTySqmDqaJ4ngJ1 { top:367.875rem;left:0rem;width:27.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2GOlhTHvqcQVxPgBG4upThteaCxFOq8 { top:350.4375rem;left:0rem;width:28.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzyckAK6XtEHR6BwIbNDobAtsfm449iU { top:309.3125rem;left:34.25rem;width:13.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFKJ8liv1rax3kTZpwVO3oESRvROo42V { top:329.75rem;left:0rem;width:13.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OolBbGxXX0DGtMFdM4dC1ynw68q4dbrd { top:309.625rem;left:21.653646469116rem;width:16.25rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSc1praOnqE6ll0otkUU9nMt4oxT9ugm { top:285.625rem;left:0rem;width:35.1875rem;height:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRu79mWBTHk6Tu0eMNqooESESlW9FPMg { top:309.3125rem;left:9.9375019073488rem;width:11.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0klXlAtpFHJWaca9KyUnqoqoVs0bAAn { top:309.25rem;left:0rem;width:13.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtT4HnGkvBKLzWTrBVdkQQKtZ4IM7KE { top:329.75rem;left:9.9375019073488rem;width:13rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3UFxawaQO05tdCfVmtceOpR9vsXrnMl { top:285.625rem;left:27.625rem;width:20.125rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRxPo9T0lEhqI7AV69PJdndbMvJFSmsn { top:328.8125rem;left:37.25rem;width:10.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkwZrqTSrLhFpqZFrbKzLuTSZM72B5i8 { top:329.75rem;left:25.500001907349rem;width:14.9375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cztb5OrZl07TWsm4fqzxun3e1QqWtu6a { top:46.0625rem;left:20.75rem;width:27rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlxaT1CqFcrNOyqPV1sZcs347A4RQKV { top:46.125rem;left:0rem;width:26.8125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9kQRgz4gNo7sTXOSQtDfI7zG81CcClV { top:247.4375rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voF0fHRA8SItqF1Levubbn8sHrHaOcMN { top:264.5rem;left:24.109376907349rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf1bp1PiPE0flhsPmnIBe0yo9T475ZEm { top:264.5rem;left:33.75rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja0uc14bh16523EVxVV0qVIkkmqOfFhS { top:264.375rem;left:0rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK80DT17TAfxuVCo7g72I9AUdxFzIxcR { top:264.25rem;left:9.4930553436281rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcai1yg1l7MT6JILlQhfV3R2wgqrLgD9 { top:404.9375rem;left:0rem;width:26.1875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9FbF8O7HbBM96l7MtMOPhX9z1xGii2a { top:426.5rem;left:0rem;width:25.9375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIeMio5u9VQcJcT8WXWrTf9ldXroPZQx { top:374.8125rem;left:27rem;width:20.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJR32x55GI9IiJMAz5Dg0H6mJTVMh7RS { top:406.75rem;left:20.3125rem;width:27.4375rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { top:5.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { top:16.9375rem;left:0rem;width:13.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { top:16.75rem;left:31.875rem;width:15.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { top:17.5625rem;left:14.40625rem;width:18.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:1.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:6.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coIsJPDFrTfaNXEZDFcy4GU08rc7Nfis { width:20rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsVgt89v3TdBEkBPxHpT81smSax1M2tZ { display:block; }#xsVgt89v3TdBEkBPxHpT81smSax1M2tZ > .row .container { width:20rem;height:2.2612838745117rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4ZmXgVP08fxtazSfegb4eDSipHKtlI { width:20rem;height:1.625rem;top:0.328125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vugKrCNZstDkA36UcnoTixaWrsSs9dTN { width:13.5rem;height:0.89355625rem;top:1.38671875rem;left:6.5rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #iidx9DkB14y6k6Vk1KODdhypzntphBUW { display:flex;width:1.5rem;height:1.5rem;top:0.40625rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { display:block; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { background-color: transparent; background-image: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row > .video-iframe-container { display: none; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .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); }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl { border-width: 0; border-radius: 0; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAN2mfXWBeRWOOWgHsHty13XrlAAsRDl > .row .container { width:20rem;height:91.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc66ZHtTR957SQuwA8mN3DF09Ol7OlO3 { width:6rem;height:6rem;top:1.1371526718139rem;left:3.1276042461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwaTLlBcLkQWdQ4qziPBuqXKTBn3Aqd { top:2.9375rem;left:0rem;width:6.366395875rem;height:2.180177125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW2ZImFD3vdm6ipTz6L4tTG9hIsVy6aK { display:block; }
 }@media only screen and (max-width: 763px) { #K0fsrTsPiGSJdcdT8EbPWkfyZyQeteSB { width:2.125rem;height:2.125rem;top:0.78038215637206rem;left:10.062500536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1167s5A2qhi0Qg6TlIXTdTucTDvKnsP { width:20rem;height:13.4375rem;top:40.974827289581rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #AercpzIgsiRESOweCabTVauZeSLDmw1g { width:20rem;height:13.4375rem;top:55.365451812744rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIHd58TXqTDdxpQnhPbDcnpf8OXJotKR { width:20rem;height:15.59375625rem;top:21.113714218139rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zHZkTpQ5l5kBeTtC2dh4tni86RRrF6m5 { width:20rem;height:11.125rem;top:9.0104160308837rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfCxWP2H6uh4meU5ZvqwVpJpNWLpVVRI { width:20rem;height:15.59375625rem;top:70.830729007719rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi { display:block; }#pUhh4W6AG4sd6vgby8W0zJ0Ccll0nLbi > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnO8wkLlSSCIIWlEVPRuD1UXZntT4NN { width:9.9375rem;height:0.89323125rem;top:2.2309036254883rem;left:10.062500536442rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fDBtbmL3t1ay7D5VOqnQoqQzCZLCX7tz { width:10.434875rem;height:2.6001rem;top:0.26128578186035rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { display:block; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { background-color: transparent; background-image: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row > .video-iframe-container { display: none; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .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); }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a { border-width: 0; border-radius: 0; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOsBpoXFFLaCicP37D5aNDx7z6EFSo5a > .row .container { width:20rem;height:567.07336927777rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN7UhLS6XkG2ThpaAiMI3WLQRuD1BiDc { top:4.6220703125rem;left:0rem;width:9.8125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VTaxHJt4Mt7qfkXTrCVJBuK4k4XHtk { display:block; }
 }@media only screen and (max-width: 763px) { #h5dmDVqaPIRTwJ1s3THcfsulC8iwHuQ4 { width:7.372375rem;height:7.372375rem;top:2.6684036254883rem;left:5.2005207538605rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7KRpg5TvAUavZAEe4Ee09VsTcxOcb4 { width:20rem;height:20.7916875rem;top:12.562495231628rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d6yIkfwt2gyfT2oCst320pRt0cUZ3W80 { width:20rem;height:24.690125rem;top:92.945322036744rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Nc2nTiWa1P1lHPyZXsLlBBapUnNMF0pT { width:9.75rem;height:13.25rem;top:150.40017127991rem;left:0.11024302244186rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJWFrt92LIxe1abmxmp32o8dKRsS1qlC { width:20rem;height:18.19266875rem;top:211.00519657135rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Gfz2zDvfNqZDgoHyXTzQiFwSFcR8Eh9h { width:10.1875rem;height:15.375rem;top:234.29860877991rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkV80Tulk3LulXPqflSuef3pGD8a7yM4 { width:9.5rem;height:15.375rem;top:234.22222137451rem;left:10.457742811671rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5axDHkUSxqlg2dElIl5xH29FO4LzFpO { width:9.9375rem;height:13.25rem;top:249.78385591507rem;left:0.11024302244186rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBOhT9R2fxaKBBAvtrhM8Ve6oZMGfmeH { width:20rem;height:14.875rem;top:263.14409828186rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiW9WkAzT3KgpJKx0yEiOyLL0Nh2kDph { width:9.8125rem;height:13.125rem;top:249.78385591507rem;left:10.127426098148rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge07MC0HueTUf51kAeACiauWxuJiF5Mc { width:12.5rem;height:1.29948125rem;top:34.907118082046rem;left:0.23784720897674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3epD7zoTQP83TbOoiETm4sHDQpcqfM3 { width:18.0625rem;height:13.5625rem;top:36.868056535721rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5uLDXKqDt8OTanMMQ7tTko6IAgoGDQb { width:9.6875rem;height:12.9375rem;top:50.598082542419rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUolco8OkJQU68oDZdMzTgpOGUyQ7eq { width:12.5rem;height:1.29948125rem;top:231.11112403869rem;left:0.11024302244186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chFH69EhIr2BvVCZnJJlDR3e42LFlfQk { width:9.75rem;height:13.125rem;top:163.76131367683rem;left:10.117427910506rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM9JReAmL81ihtAp5UPhuJHBp7q1HXM4 { width:20rem;height:14.8975625rem;top:135.39323616028rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvcyy1Bv44grJf1Kw6AC46V7NCim4Mol { width:9.875rem;height:13.3125rem;top:121.73437690735rem;left:10.129471086621rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAaMTtOXPCL4iWtHWHeZvIUn5Isgxez { width:9.6875rem;height:13rem;top:163.76128315926rem;left:0.11024302244186rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmK8ODlDEwWuxckHUrV6vrKfswyhOLl { width:9.875rem;height:13.25rem;top:150.51128196716rem;left:9.9236114025119rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzRJ8S9hyKDkPP9TG7LIH2oLozDPIbIP { width:9.8125rem;height:12.625rem;top:122.18924808502rem;left:0.11024302244186rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqVFlgIEOrLvTgtotuuHJppZPz5oBpBq { width:10.0625rem;height:10.0625rem;top:176.99739456177rem;left:9.9930560588838rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSpoDTTQGpriUAJm5SKdH8p3FrI5nvcH { width:9.8125rem;height:9.8125rem;top:197.53211688996rem;left:0.11024302244186rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7lQEHR1vSsU3w6Lif0y7XfegLF6HCQ4 { width:10.25rem;height:10.25rem;top:187.17100524903rem;left:9.8055560588838rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW78vOWFz0H3bgOIo6hno0q36LVUET4E { width:10rem;height:10rem;top:176.99739456177rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc1TrNuhSaVDsHCfSnSZJT5whZllkn3N { width:10.125rem;height:10.125rem;top:197.53211688996rem;left:9.9305560588838rem;display:block; }
 }@media only screen and (max-width: 763px) { #znNFoJcBFTfSaAwC85n1TM4tP5ZozlIF { width:10.0625rem;height:10.0625rem;top:187.17100524903rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5fvWFOlG1pZwg0MPQIGHQIK3Iw6MZrs { width:12.5rem;height:1.29948125rem;top:119.44360542297rem;left:0.055555522441864rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkwawcnPDAtMrPNOUBOtZmPl4rCyVrkg { width:9.875rem;height:13.1875rem;top:76.932293891906rem;left:10.060372863244rem;display:block; }
 }@media only screen and (max-width: 763px) { #baJW1kV2080HvE43VsTmO68eTnpvq91w { width:20rem;height:18.19273125rem;top:377.4097366333rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WnKbwk0S1xIX5X5mNcTySqmDqaJ4ngJ1 { width:9.9375rem;height:5.5625rem;top:397.15018749237rem;left:0.11024302244186rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2GOlhTHvqcQVxPgBG4upThteaCxFOq8 { width:9.6875rem;height:5.4375rem;top:397.28907585144rem;left:10.368056058884rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzyckAK6XtEHR6BwIbNDobAtsfm449iU { width:10.9375rem;height:14rem;top:347.56943702697rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFKJ8liv1rax3kTZpwVO3oESRvROo42V { width:9.6875rem;height:11.75rem;top:362.47918128968rem;left:10.368056058884rem;display:block; }
 }@media only screen and (max-width: 763px) { #OolBbGxXX0DGtMFdM4dC1ynw68q4dbrd { width:11.375rem;height:11.5625rem;top:323.78645801544rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSc1praOnqE6ll0otkUU9nMt4oxT9ugm { width:20rem;height:22.09116875rem;top:281.11110877991rem;left:0.055555522441864rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lRu79mWBTHk6Tu0eMNqooESESlW9FPMg { width:7.4375rem;height:11.75rem;top:323.33420181274rem;left:12.413588741844rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0klXlAtpFHJWaca9KyUnqoqoVs0bAAn { width:9.125rem;height:12.0625rem;top:362.43404197693rem;left:0.11024302244186rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtT4HnGkvBKLzWTrBVdkQQKtZ4IM7KE { width:8.8125rem;height:11.5625rem;top:335.89669132233rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3UFxawaQO05tdCfVmtceOpR9vsXrnMl { width:20rem;height:19.502625rem;top:304.17361831665rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRxPo9T0lEhqI7AV69PJdndbMvJFSmsn { width:7.3125rem;height:13.3125rem;top:348.02342987061rem;left:11.662326574326rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkwZrqTSrLhFpqZFrbKzLuTSZM72B5i8 { width:9.4375rem;height:11.1875rem;top:335.89669132233rem;left:10.342047484056rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cztb5OrZl07TWsm4fqzxun3e1QqWtu6a { width:9.8125rem;height:7.3125rem;top:63.696193695069rem;left:10.143113661095rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlxaT1CqFcrNOyqPV1sZcs347A4RQKV { width:9.9375rem;height:7.4375rem;top:76.932293891906rem;left:0.055555522441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9kQRgz4gNo7sTXOSQtDfI7zG81CcClV { width:20rem;height:19.4921875rem;top:412.90017106104rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #voF0fHRA8SItqF1Levubbn8sHrHaOcMN { width:13.875rem;height:13.875rem;top:464.32985856104rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf1bp1PiPE0flhsPmnIBe0yo9T475ZEm { width:14rem;height:14rem;top:479.45485856104rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja0uc14bh16523EVxVV0qVIkkmqOfFhS { width:14.0625rem;height:14.0625rem;top:433.64235856104rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK80DT17TAfxuVCo7g72I9AUdxFzIxcR { width:14.125rem;height:14.125rem;top:448.95485856104rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcai1yg1l7MT6JILlQhfV3R2wgqrLgD9 { width:20rem;height:14.892601431981rem;top:520.89463380964rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9FbF8O7HbBM96l7MtMOPhX9z1xGii2a { width:20rem;height:14.939759036145rem;top:550.88361024162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIeMio5u9VQcJcT8WXWrTf9ldXroPZQx { width:20rem;height:24.939759036145rem;top:494.7048747735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJR32x55GI9IiJMAz5Dg0H6mJTVMh7RS { width:20rem;height:0;top:537.03723524163rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color:#f6f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:20rem;height:12.786468505859rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { width:20rem;height:2.5989625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { width:9.25rem;height:1.8125rem;top:5.0996125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { width:11.125rem;height:2.125rem;top:10.6621125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { width:15.375rem;height:1.25rem;top:8.1621125rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#f6f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { width:20rem;height:0.5688475rem;top:1.25rem;left:0rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }