.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#z19FCxRoMGTJy4rNH7UmE2EmJkGH3Mth { color:#000000;display:block;width:48.312375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9998779296875rem;left:5.843505859375rem;height:7.8003125rem;text-align:center;text-align-last:center;display:block; }
#xDqov8UB8DPUAOHCPvZZtRBM5vGRUdTu { color:#000000;display:block;width:42.937rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.873779296875rem;left:8.5302734375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#XvuvxVgOtwAIc2oVNkLkLnLTdpFF5Zs1 { color:#000000;display:block;width:39.12475rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.873779296875rem;left:10.43701171875rem;height:3.4118625rem;text-align:center;text-align-last:center;display:none; }
#XI0TwQEWKx6m59TXqdxNJWXgApcDcsPG { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eMTaUFbpKdzGVIpSXDInsI4FhANHsIDa { 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-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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:0.0625rem;height:10.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:-19.3359375rem;display:none; }
#ZRCTdHfu6oxF0FD2Tg6ipPN7OaPdNAKD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFA6TnAsh4TZOTUAq2Cyql450g5W2zlX { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:10.9375rem;left:0rem;display:none; }
#Zlyxo4fK6gmHKg9gJF9vouwnDzg3vHzq { position:relative;display:none; }#Zlyxo4fK6gmHKg9gJF9vouwnDzg3vHzq { border-width: 0; border-radius: 0; }#Zlyxo4fK6gmHKg9gJF9vouwnDzg3vHzq > .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; }#Zlyxo4fK6gmHKg9gJF9vouwnDzg3vHzq > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#s3t1CZb3bnbyKIV2BThsqd6wLXCZMKSQ { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:1.6875rem;left:0rem;display:none; }
#XaG3ToEJG48zukneNei9Qdbs26TeOIbx { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:7.8125rem;left:2.125rem;display:none; }
#boraEObiobAczVCERhXezu07afwT2BaF { 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:53.8125rem;width:54.8125rem;display:none; }
#JfMqt7IqX0ocsUbgBpDUGxBmgsSMEDiZ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:30.1875rem;left:1.25rem;display:none; }
#s34v0gfnpP3TIaQvRnJNz2rTk2TTkKsb { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:42.625rem;width:60rem;display:none; }
#f62qC6Tv548SEEm4MUFzLQH8pwtJ285B { color:#000000;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:52.6875rem;left:1.25rem;display:none; }
#PXONrAOeCb3fDTBdCQSS2tIlGOLOm9yr { 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:63.6875rem;width:60rem;display:none; }
#WoqhxDLn6z0rc8Ggp9JxVsTL5SuDepOO { position:relative;display:none; }#WoqhxDLn6z0rc8Ggp9JxVsTL5SuDepOO { border-width: 0; border-radius: 0; }#WoqhxDLn6z0rc8Ggp9JxVsTL5SuDepOO > .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; }#WoqhxDLn6z0rc8Ggp9JxVsTL5SuDepOO > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qKG2qJFeTZJVGl1ihCWbbcRUTccFkJUA { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:1.6875rem;left:0rem;display:none; }
#tOT59S4KzpyimpulC2x2dLBELLl6oywX { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:7.8125rem;left:2.125rem;display:none; }
#Phzzwt1H1zvh4J3CKBCtePLvVwZ7GVxu { 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:53.8125rem;width:54.8125rem;display:none; }
#FkltVbT3nqCMDIRZsP3yubPsREExm5aI { color:#000000;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:30.1875rem;left:1.25rem;display:none; }
#HpQvRvE0JVHpd6FaM71owdNI5wvpU2ZV { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:42.625rem;width:60rem;display:none; }
#n4ptNHvktoT1oOdNolr4VClIe6b2TLiT { color:#000000;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:52.6875rem;left:1.25rem;display:none; }
#InDULrnRmORl7eNkvfgsTZKnTX4vGRsT { 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:63.6875rem;width:60rem;display:none; }
#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs { position:relative;display:none; }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs { border-width: 0; border-radius: 0; }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .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; }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wc3VXlV2b8SisQgppCDaORh1p4kdSgfI { color:#000000;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:8.4375rem;left:0rem;display:none; }
#IlF0OeuPF07vavzxBu6PNEQc9lwNW6WI { color:#000000;display:block;width:19.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31.1875rem;top:7.5625rem;left:0rem;display:none; }
#iMN2x8PIupkmKtzLBcTzPQFNayvPBaDJ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:2.375rem;left:1.1875rem;display:none; }
#zfq7pFinobq3ZLCU64lBL0QynfztLqhA { position:relative;display:none; }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA { border-width: 0; border-radius: 0; }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .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; }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Lk6Ja2PSceUzNZVRrEBXcEpyRENHwdyt { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:0.9375rem;left:0.875rem;display:none; }
#VGru2FAuiDcO6BnavkMrxVLEJ90mNpKB { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:36.375rem;top:7.6875rem;left:0rem;display:none; }
#Iu6QmulateDqO603Lt3zOaVegrNnKltO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:9.375rem;left:4.5625rem;display:none; }
#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm { position:relative;display:none; }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm { border-width: 0; border-radius: 0; }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .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; }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#U2BsL3r9a4IqMtx4TqGHvMLTZpNEHo6N { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:0.9375rem;left:0rem;display:none; }
#AF3F2tb4fqd2lw9toifeZSsF6QknSSl1 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:26.9375rem;top:5.75rem;left:0rem;display:none; }
#nQPo0Smf1yazoCKgcAW9UJzXvmHMcNM5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:31rem;left:0rem;display:none; }
#qSOines0O2PxcfKQcZ8axLTwEacWG3gK { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:37.5625rem;left:0rem;display:none; }
#S9f9zWZsgKIJkpTlhTFKTFV4rx72QCUC { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.375rem;top:78.625rem;left:0rem;display:none; }
#T15rze8FX59UvGAA7lozzAPb46DZf7fU { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20.75rem;top:46.5rem;left:0rem;display:none; }
#GgrX5J5yKNnGofe0BuBrm7026HJ2PiFN { position:relative;display:none; }#GgrX5J5yKNnGofe0BuBrm7026HJ2PiFN { border-width: 0; border-radius: 0; }#GgrX5J5yKNnGofe0BuBrm7026HJ2PiFN > .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; }#GgrX5J5yKNnGofe0BuBrm7026HJ2PiFN > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SS4UdBWRW8N9oudHqoRhkqK9n9UTTBrC { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:0.625rem;left:0rem;display:none; }
#INS9ECDm0ZWiwC3yl2HkP73XPUiLBQxG { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:24.8125rem;top:23.75rem;left:0rem;display:none; }
#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row .container { background-color: transparent; background-image: none; }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row .container > .video-iframe-container { display: none; }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row > .video-iframe-container { display: none; }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .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); }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row .container { border-width: 0; border-radius: 0; }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#UVgNWxFd54H90NETnzEUTEhvFCV4rF0l { color:#ffffff;display:block;width:48.312375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9998779296875rem;left:5.843505859375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#E7LCS40EzZb6PS545eadSlzyGkV0cnU4 { color:#ffffff;display:block;width:42.937rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.873779296875rem;left:8.5302734375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#Q0naJ2WFq6IiFK5fDClDqoLgcTZ2xytK { color:#000000;display:block;width:48.312375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9998779296875rem;left:5.843505859375rem;height:7.8003125rem;text-align:center;text-align-last:center;display:none; }
#Iows8fgGTeFdTwlwteqF0pHT0weCun63 { color:#000000;display:block;width:39.12475rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.873779296875rem;left:10.43701171875rem;height:3.4118625rem;text-align:center;text-align-last:center;display:none; }
#xrCAKgqK0135g1eIA8sfC0zoF2EA4Xw4 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#JHcOx4o2po6xsTtVL1y2FTKz1RIA3yfQ { position:absolute;display:block;z-index:15003;height:25.3125rem;width:45.187375rem;top:17.077026367188rem;left:7.406005859375rem;display:block; }
#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm { position:relative;display:block; }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm { background-color: transparent; background-image: none; }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm > .row .container > .video-iframe-container { display: none; }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm > .row > .video-iframe-container { display: none; }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm > .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); }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm { border-width: 0; border-radius: 0; }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm > .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; }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm > .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:42.3125rem;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; }#pQCRVsrbZBTltdDO6FGhqeck8ASCxdc9 { color:#000000;display:block;width:49.937125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:34.625244140625rem;left:6.1859130859375rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#t3g1kwEc6g3TsBR3ePFOL6nbl9g338Vp { 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:30.68725rem;width:40.812375rem;top:2.138671875rem;left:10.748901367188rem;overflow:hidden;display:block; }
#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 { position:relative;display:block; }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 { background-color: transparent; background-image: none; }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 > .row .container > .video-iframe-container { display: none; }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 > .row > .video-iframe-container { display: none; }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 > .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); }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 { border-width: 0; border-radius: 0; }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 > .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; }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.75rem;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; }#P86q3QpICNvGtoVM8We7rlJP4siBFZOS { color:#000000;display:block;width:51.62475rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.599365234375rem;left:0.6005859375rem;height:19.497075rem;display:block; }
#ugqFhp2D0K6NerKLTqB2EKIrhouvEnwy { color:#000000;display:block;width:51.62475rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.599365234375rem;left:0.6005859375rem;height:19.5007375rem;display:none; }
#deJnMqMescBpXmG0UsDBfQy1EwaAnITx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,229,229,0.33);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; }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .row .container { background-color: transparent; background-image: none; }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .row .container > .video-iframe-container { display: none; }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .row > .video-iframe-container { display: none; }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .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); }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .row .container { border-width: 0; border-radius: 0; }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#bdi2qWIcWKFEDECKJwAsOlVPaaNe5XTh { color:#000000;display:block;width:49.937125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.7000732421875rem;left:5.0311279296875rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#u12Of7rr8R3J3phqcVC5ccQBVaPPvqmM { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.69482421875rem;left:0rem;height:11.6982375rem;display:block; }
#UHPLI4mIwpnGienomxKx1KTF20L2WEcB { position:relative;display:block; }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB { background-color: transparent; background-image: none; }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .row .container > .video-iframe-container { display: none; }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .row > .video-iframe-container { display: none; }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .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); }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB { border-width: 0; border-radius: 0; }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .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; }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .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: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; }#ZBvHQGUKtxIfx1f8D8nyPDu3u0Ao9WMF { color:#000000;display:block;width:47.6245rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6876220703125rem;left:6.1865234375rem;height:5.8483875rem;text-align:center;text-align-last:center;display:none; }
#qkwfx77rlo1JNRF00Tmd31lkUE8dfotw { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:45.1875rem;width:60rem;display:none; }
#u5L2hepzQxaq3wDb6m0u2TJ42GuaOfQy { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19rem;top:22.8125rem;left:0rem;display:none; }
#q4OBwxDRL84pxEJW5ANrOSifV4Alv95l { color:#000000;display:block;width:56.437375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.24267578125rem;left:1.781005859375rem;height:13.6484375rem;text-align:center;text-align-last:center;display:block; }
#NAyKEVAaRTMEWzmhTRsHpafRv1TDtew2 { position:relative;display:none; }#NAyKEVAaRTMEWzmhTRsHpafRv1TDtew2 { border-width: 0; border-radius: 0; }#NAyKEVAaRTMEWzmhTRsHpafRv1TDtew2 > .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; }#NAyKEVAaRTMEWzmhTRsHpafRv1TDtew2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;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:none; }#GGHiZ6oURm42TedFv18EzB7rxTNbIBwG { color:#000000;display:block;width:47.6245rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6876220703125rem;left:6.1865234375rem;height:5.8483875rem;text-align:center;text-align-last:center;display:none; }
#dJzsqgJETFIMEBSTh5xNoMG51LK6LFoT { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:45.1875rem;width:60rem;display:none; }
#Tpd1nUiLNqwl5iUA4iu4RfWEuwwqisLI { color:#000000;display:block;width:56.437375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.24267578125rem;left:1.781005859375rem;height:5.8483875rem;text-align:center;text-align-last:center;display:block; }
#sSa45pDeiPp4daEHuiLfhRIGmuuRixWD { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:23.375rem;top:25.875rem;left:0rem;display:none; }
#ld02Mt1TITycf4blH41EVU5LuznkfMu3 { position:relative;display:none; }#ld02Mt1TITycf4blH41EVU5LuznkfMu3 { border-width: 0; border-radius: 0; }#ld02Mt1TITycf4blH41EVU5LuznkfMu3 > .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; }#ld02Mt1TITycf4blH41EVU5LuznkfMu3 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#P3u9tZZ6I9brOoBuSksnzGu1UE2CaVvX { color:#000000;display:block;width:47.6245rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6876220703125rem;left:6.1865234375rem;height:5.8483875rem;text-align:center;text-align-last:center;display:none; }
#cRTeBRuf2GLh8imf9SusLrA18gETiz8o { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:39.6875rem;width:50.1875rem;display:none; }
#ydXZoxBc60tO0M9mFtesGOq6guNAzTnO { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19rem;top:22.8125rem;left:0rem;display:none; }
#Bky7UrZX35p4Fl3XbQGLTgRFErIOu7uE { color:#000000;display:block;width:56.437375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.24267578125rem;left:1.781005859375rem;height:13.649875rem;text-align:center;text-align-last:center;display:block; }
#pGemSgDrfDyVf6x1A54rtteQp23H2gFo { position:relative;display:block; }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo { background-color: transparent; background-image: none; }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo > .row .container > .video-iframe-container { display: none; }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo > .row > .video-iframe-container { display: none; }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo > .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); }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo { border-width: 0; border-radius: 0; }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo > .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; }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo > .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:20.4375rem;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; }#kC0he2bbJbbL55qSZvtMhB9MUzT5cavI { color:#000000;display:block;width:54.74975rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.57470703125rem;left:0rem;height:13.6479375rem;display:block; }
#lhgu6DRhBoMr4oPme3pThaJTPLqpue56 { position:relative;display:none; }#lhgu6DRhBoMr4oPme3pThaJTPLqpue56 { border-width: 0; border-radius: 0; }#lhgu6DRhBoMr4oPme3pThaJTPLqpue56 > .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; }#lhgu6DRhBoMr4oPme3pThaJTPLqpue56 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mtgFFp3iR1Tx0OyEMBF4FuakMr2GHCu8 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:1.375rem;left:0rem;display:none; }
#OdmyFfPOhsWQnkKcacSKWuRHph8KDQVL { color:#000000;display:block;width:19.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:21.875rem;top:7.25rem;left:0rem;display:none; }
#HN5EBLGoWTDIXt7sUGW0JHbmTd6skeWk { position:relative;display:none; }#HN5EBLGoWTDIXt7sUGW0JHbmTd6skeWk { border-width: 0; border-radius: 0; }#HN5EBLGoWTDIXt7sUGW0JHbmTd6skeWk > .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; }#HN5EBLGoWTDIXt7sUGW0JHbmTd6skeWk > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kv6NpAax6TBaFKXmgdJ5su4sRJiRkQpT { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:0.875rem;left:0rem;display:none; }
#nN6u2ys7cp3ShMqRHBnGGn86mBUuZm8M { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:72.8125rem;top:6.5625rem;left:0rem;display:none; }
#hrZfdgNDOsniAGIl1uHsL8uq1JFunZgg { position:relative;display:none; }#hrZfdgNDOsniAGIl1uHsL8uq1JFunZgg { border-width: 0; border-radius: 0; }#hrZfdgNDOsniAGIl1uHsL8uq1JFunZgg > .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; }#hrZfdgNDOsniAGIl1uHsL8uq1JFunZgg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;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:none; }#kgU8f9ERcDm0QPQfFMpu6oawwqvgkwBH { color:#000000;display:block;width:47.6245rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6876220703125rem;left:6.1865234375rem;height:5.8483875rem;text-align:center;text-align-last:center;display:none; }
#TV7Ro3Nblgd8vR3H54sSCUtrQuyTaKcb { color:#000000;display:block;width:56.437375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.24267578125rem;left:1.781005859375rem;height:5.8483875rem;text-align:center;text-align-last:center;display:block; }
#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv { position:relative;display:none; }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv { border-width: 0; border-radius: 0; }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .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; }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qTEVax24siLDCVyBEdVOV688HHsHF38m { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:1rem;left:2.8125rem;display:none; }
#vxltMh4HK8cB855PcGSta7HPb8xqkFp5 { color:#000000;display:block;width:42.56225rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6566162109375rem;left:0rem;height:11.37329375rem;display:none; }
#SPOg8IHpwMmBXrVeD5S0gHUA1J9vnyp5 { color:#000000;display:block;width:42.56225rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6566162109375rem;left:0rem;height:11.37329375rem;display:none; }
#o8zF28MnSazlk0FwF2Ja4rLHE7znkXxm { color:#000000;display:block;width:42.56225rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6566162109375rem;left:0rem;height:11.37329375rem;display:none; }
#zaQ6kofeWHMBzQKbu2khLsQIfJI4dVXv { position:relative;display:none; }#zaQ6kofeWHMBzQKbu2khLsQIfJI4dVXv { border-width: 0; border-radius: 0; }#zaQ6kofeWHMBzQKbu2khLsQIfJI4dVXv > .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; }#zaQ6kofeWHMBzQKbu2khLsQIfJI4dVXv > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BSvDZx6ZcqSTWS5s9ZuAAOdM1JbgHRdK { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:1.5rem;left:0rem;display:none; }
#WQGKy2hJrapWqBcygKstqDc6ThFtGgAT { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18.5rem;top:10.6875rem;left:0rem;display:none; }
#LTpRJSIRcODahVEigzmzuCuFoaFViR2B { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31rem;top:8.0625rem;left:0rem;display:none; }
#EATe3MhHVGvA2ml9kuosZITTtisPDNiT { z-index:;position:relative;display:none; }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT { border-width: 0; border-radius: 0; }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#Lu7p3xRaUVWQwNvdffLJu995peoJ3hGQ { color:#000000;display:block;width:39.312125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7730712890625rem;left:10.342407226562rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#DOdfLGimHtTzHTE2sHvnOpUefGp1nZSV { color:#000000;display:block;width:45.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:17.875rem;display:block; }
#JlgcdwX3mxld9NXat0gAq3T7N4hXy66R { color:#000000;display:block;width:39.312125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7730712890625rem;left:10.342407226562rem;height:5.20019375rem;text-align:center;text-align-last:center;display:none; }
#OcsCeOcE02rS9PGXSnPhw4wncFOa44JG { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:42.375rem;top:5.5625rem;left:0rem;display:none; }
#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 { position:relative;display:none; }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 { border-width: 0; border-radius: 0; }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .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; }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mcflMqI2ibWnFWx6U8Pnld43ONmWQWQD { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:35.0625rem;top:0.625rem;left:0rem;display:none; }
#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS { position:relative;display:none; }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS { border-width: 0; border-radius: 0; }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .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; }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TMTyv4TBTzhxNuvpWTPbDNDGIgbKxaw4 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.125rem;top:1.4375rem;left:0rem;display:none; }
#hLWUJnpQP3zLqsSdoyE2JA8KXef3PrCt { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:17.5rem;top:9rem;left:0rem;display:none; }
#e3y2Jdx7P7ngaLv2CpsgrGK2tALf7ar5 { position:relative;display:none; }#e3y2Jdx7P7ngaLv2CpsgrGK2tALf7ar5 { border-width: 0; border-radius: 0; }#e3y2Jdx7P7ngaLv2CpsgrGK2tALf7ar5 > .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; }#e3y2Jdx7P7ngaLv2CpsgrGK2tALf7ar5 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BxTOdGmbW6Jz5GJXPveJI8UUT6ElJg9J { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:1.5rem;left:0rem;display:none; }
#RnCAFwMPnITyhgnxQ67gDbB2KsM4v6gy { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22.9375rem;top:9.5625rem;left:0rem;display:none; }
#ItLHgk8CTsqOllpEXexmw44cSHEOhaPP { position:relative;display:none; }#ItLHgk8CTsqOllpEXexmw44cSHEOhaPP { border-width: 0; border-radius: 0; }#ItLHgk8CTsqOllpEXexmw44cSHEOhaPP > .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; }#ItLHgk8CTsqOllpEXexmw44cSHEOhaPP > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CL7Vsh3zmEwN2XPgRTneDOJhiTlIm8Hx { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.75rem;top:1.25rem;left:0rem;display:none; }
#zrRna3LOHrOlcuUy0W0yAo1kznBttbgR { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.8125rem;top:13.125rem;left:0rem;display:none; }
#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,229,229,0.33);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; }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .row .container { background-color: transparent; background-image: none; }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .row .container > .video-iframe-container { display: none; }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .row > .video-iframe-container { display: none; }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .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); }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .row .container { border-width: 0; border-radius: 0; }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;position:relative;display:block; }#FvtXhth3MeOfpW90PdS1m7RtPpxvJqRV { color:#000000;display:block;width:49.937125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.7000732421875rem;left:5.0311279296875rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#NTZCmEkxZ5IgXpslaMok9E13DyWvQ559 { color:#000000;display:block;width:50.812375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:33.2958984375rem;left:4.593505859375rem;height:5.84911875rem;text-align:center;text-align-last:center;display:block; }
#XdeG7M6sB1aUcwR1y7xaCtP3Oomv3MfR { position:absolute;display:block;z-index:15003;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:26.062rem;width:39.937125rem;top:7.235107421875rem;left:10.029907226562rem;overflow:hidden;display:block; }
#N5aGpbyCBNJbA5WhH0vvwwJ8R2Je2yNo { position:relative;display:none; }#N5aGpbyCBNJbA5WhH0vvwwJ8R2Je2yNo { border-width: 0; border-radius: 0; }#N5aGpbyCBNJbA5WhH0vvwwJ8R2Je2yNo > .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; }#N5aGpbyCBNJbA5WhH0vvwwJ8R2Je2yNo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;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:none; }#LZH9T4ZEegWBLFte26v1JnGZT0ayqSCE { color:#000000;display:block;width:56.437375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.24267578125rem;left:1.781005859375rem;height:5.8483875rem;text-align:center;text-align-last:center;display:block; }
#BNoZPsrwBlSLWai7LRlwUrgcTGi3Ro6O { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:0.8125rem;left:0rem;display:none; }
#Tcn7bSREvxHK4cXPO1zR3N8e0OcSchI5 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.0625rem;top:9.25rem;left:0rem;display:none; }
#l54ravO73vfQdWMZkd9AAhe0qZRo2for { position:relative;display:none; }#l54ravO73vfQdWMZkd9AAhe0qZRo2for { border-width: 0; border-radius: 0; }#l54ravO73vfQdWMZkd9AAhe0qZRo2for > .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; }#l54ravO73vfQdWMZkd9AAhe0qZRo2for > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fTF6sUvZHOxTEntX6md2GFff154fqIbu { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:0.75rem;left:0rem;display:none; }
#FPM7XoeLwQLRZU0fh0cMMONdHhzbzPok { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:27.75rem;top:9.0625rem;left:0rem;display:none; }
#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO { position:relative;display:none; }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO { border-width: 0; border-radius: 0; }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .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; }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hXitvv0GqLH3DGaSyKms0uMf5RyCdtmW { 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:39.1875rem;width:60rem;display:none; }
#f3g44k2TfITQVFiJXeBfq3OUOZUf78Bh { color:#000000;display:block;width:18rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:40rem;left:0.125rem;display:none; }
#lqWO06TWpxDcF3Lge2bor8vNFlnJB9kD { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.1875rem;top:61.0625rem;left:0rem;display:none; }
#N3ZN0Ga9mk1WAM9q8ePLPCgb13NyTpkN { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:70.3125rem;left:0rem;display:none; }
#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx { position:relative;display:block; }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx { background-color: transparent; background-image: none; }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx > .row .container > .video-iframe-container { display: none; }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx > .row > .video-iframe-container { display: none; }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx > .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); }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx { border-width: 0; border-radius: 0; }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx > .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; }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx > .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:60.4375rem;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; }#mIz9T9eOHpG36fV8d5mo12S2n124uzRV { color:#000000;display:block;width:35.249625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:12.373657226562rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#JNB4xuRfGO85xhLPBtRy2qaGnzUKkqh9 { color:#000000;display:block;width:43.562rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11rem;left:8.8125rem;height:6.8246875rem;text-align:center;text-align-last:center;display:block; }
#rQgCouLKuKb5Tag0chFntT8cyBRZVUSe { color:#000000;display:block;width:43.2495rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:19.4375rem;left:8.9375rem;height:36.29784375rem;text-align:left;text-align-last:left;display:block; }
#FbWXRqVgr0PgvdxXzHgGBKVNoz9IMLFd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.5625rem;left:28.0625rem; }
#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI { position:relative;display:none; }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI { border-width: 0; border-radius: 0; }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .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; }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#A3viAoHA9sotcTevyKTHXz3AREHOoGrO { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:43.25rem;top:13.125rem;left:0rem;display:none; }
#tKuR4vWRaW9cfHTzss8ZKWv8D4o3BGFR { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6875rem;top:1.0625rem;left:0rem;display:none; }
#iMCd2ExnTsofXuqh9EabH0OwnuaTvVtW { 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:15000;opacity:1;display:none; }
#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 { position:relative;display:none; }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 { border-width: 0; border-radius: 0; }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .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; }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hkPSTN9J8lCK2zBJLtQfXQ8PfXZDO4DB { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:38.3125rem;top:14.4375rem;left:0rem;display:none; }
#ZLBLepu0OdyLzO1JLpq2BHVW8dXFIqrS { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6875rem;top:1.0625rem;left:0rem;display:none; }
#CmyBexO3br2Pv9NWOlUUPuaPbsaiIwVH { 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:15000;opacity:1;display:none; }
#mKWzAxFHV42XP81vd0p6igwf7ZwkWbfH { 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-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:arial;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; }
#l2bTU3HaO5ZJv9vTfZT87xqcOa70Ezt2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,229,229,0.33);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; }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .row .container { background-color: transparent; background-image: none; }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .row .container > .video-iframe-container { display: none; }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .row > .video-iframe-container { display: none; }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .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); }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .row .container { border-width: 0; border-radius: 0; }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:60rem;position:relative;display:block; }#KWzpDl7vVRsfDXgapItG7J5QDiuzzaZk { color:#000000;display:block;width:43.248875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:17.766723632812rem;left:9.2498779296875rem;height:34.6479375rem;text-align:left;text-align-last:left;display:block; }
#PVNMIVgJZNITTB1hIMdrDR1ggnTSwVsJ { color:#000000;display:block;width:39.9365rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3504638671875rem;left:10.90576171875rem;height:9.099625rem;text-align:center;text-align-last:center;display:block; }
#qIdQrn9tXR69sffEnPzH6xDXr0BiMJ7B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.5625rem;left:28.3740234375rem; }
#BbVQGv16TNEn5XasIw3DUK9pHDP4O1zd { 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-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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:0.0625rem;height:4.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:54.565185546875rem;left:11.4765625rem;display:none; }
#rGG7PZu66zGWzWwMOFTa4ntpP2vUSTkg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mq503hoLwvzPPxFXluHUvALHMDx6yqAs { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.93725rem;height:7.124625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:56.939697265625rem;left:12.404174804688rem;display:block; }
#FmDDrJBhbO1moQBzxkxnQWwhPFSkTyWt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFI4cO3UXN6eEIzNQxJRasagPqikc715 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(213,208,210,0.21);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; }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .row .container { background-color: transparent; background-image: none; }#bFI4cO3UXN6eEIzNQxJRasagPqikc715::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .row .container > .video-iframe-container { display: none; }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .row > .video-iframe-container { display: none; }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .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); }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .row .container { border-width: 0; border-radius: 0; }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#fzaPaM8zd4FwuglSGPeHALhwzpbTg1Rk { color:#000000;display:block;width:47.8125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8873829841614rem;left:6.0625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCKC9Dl1LQ4Ng4aJ8cgNJXHTUspqlsq2 { position:relative;display:none; }#fCKC9Dl1LQ4Ng4aJ8cgNJXHTUspqlsq2 { border-width: 0; border-radius: 0; }#fCKC9Dl1LQ4Ng4aJ8cgNJXHTUspqlsq2 > .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; }#fCKC9Dl1LQ4Ng4aJ8cgNJXHTUspqlsq2 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DaO20x19uZa7AD3Qpy3a5Cz3vczGTbeJ { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:2.5rem;left:0.0625rem;display:none; }
#WoQk8eAy3SUdbfPoMeLqtcsWgPgffuMv { color:#000000;display:block;width:19.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.125rem;top:8.9375rem;left:0rem;display:none; }
#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw { position:relative;display:none; }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw { border-width: 0; border-radius: 0; }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .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; }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VLp5Ch19mxm5gI4BRtXO1VMPwasUfRwk { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:2.3125rem;left:0.625rem;display:none; }
#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(202,197,198,0.32);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:none; }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .row .container { border-width: 0; border-radius: 0; }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:60rem;position:relative;display:none; }#dkudqWmt9qZanD6vAiKckN4krEph1INT { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3671875rem;left:12.03125rem;height:6.8249375rem;text-align:center;text-align-last:center;display:block; }
#g22ZiDnrOwKcmVSoBTu68ZitgilZlZBI { color:#000000;display:block;width:43.0615rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.854736328125rem;left:8.46923828125rem;height:11.7004375rem;display:block; }
#w7U76EXtHNlAwu8mL6Mceks2Nuo27ZOK { color:#000000;display:block;width:43.0609375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:42.030029296875rem;left:9.091796875rem;height:11.70043125rem;display:block; }
#bVTHr30lyEJnvgwoksLpCIavZ6cAQT73 { position:absolute;display:block;z-index:15003;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.8125rem;width:28.5625rem;top:22.906494140625rem;left:16.310424804688rem;overflow:hidden;display:block; }
#MRi8rbxFvaOarmlVsuyCxTHrzdAiJCPE { color:#000000;display:block;width:43.0609375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:42.030029296875rem;left:9.091796875rem;height:11.70043125rem;display:none; }
#zgoLqb1DvzS3eSQcWC4UAeJ0LqL1ZaKn { color:#000000;display:block;width:18.125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:0.875rem;left:1.875rem;display:none; }
#n03In3kRWMwGcHhoRetOuKDu9arAtmLm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(202,197,198,0.32);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:none; }#n03In3kRWMwGcHhoRetOuKDu9arAtmLm > .row .container { border-width: 0; border-radius: 0; }#n03In3kRWMwGcHhoRetOuKDu9arAtmLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n03In3kRWMwGcHhoRetOuKDu9arAtmLm > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:60rem;position:relative;display:none; }#QUk67FyvD2CSlfbZpmkBcoXZT1CJvoTB { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3671875rem;left:12.03125rem;height:6.8249375rem;text-align:center;text-align-last:center;display:block; }
#DKN0uxQQiceyR5m6J8QQLXVVuW9S0wG1 { color:#000000;display:block;width:43.0615rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.854736328125rem;left:8.46923828125rem;height:11.7004375rem;display:block; }
#HJwhAcezkWap56D4rGaIpi1Tnv3Jp9CX { color:#000000;display:block;width:43.0609375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:42.030029296875rem;left:9.091796875rem;height:11.70043125rem;display:block; }
#qcix2a6cgJETCZh1Vml6EzqxmS4u671r { color:#000000;display:block;width:43.0609375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:42.030029296875rem;left:9.091796875rem;height:11.70043125rem;display:none; }
#kdhJSIt1GRz8IIChypZMTZJ13ivTpLct { color:#000000;display:block;width:18.125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:0.875rem;left:0.9375rem;display:none; }
#uuZiFlriiuz4fT5eSiZnIByVBFzL5Nr4 { 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:39.6875rem;width:60rem;display:none; }
#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(213,208,210,0.21);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; }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .row .container { background-color: transparent; background-image: none; }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .row .container > .video-iframe-container { display: none; }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .row > .video-iframe-container { display: none; }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .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); }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .row .container { border-width: 0; border-radius: 0; }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#nFd6JOK50OIJM07mZpOmkEEvUOvL8T80 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:1.8489551544189rem;left:0rem;height:10.7988625rem;display:block; }
#Hnuycrs9ylmGDC8NHdZcOveGp8oG3R8i { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:83.3125rem;top:13.5625rem;left:0rem;display:none; }
#J5AdsmFBHBcDRrWlKEslJzykq4EGQ2xq { 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:27.561875rem;width:42.4370625rem;top:15.097657322884rem;left:10.6875rem;overflow:hidden;display:block; }
#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(213,208,210,0.21);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; }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .row .container { background-color: transparent; background-image: none; }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .row .container > .video-iframe-container { display: none; }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .row > .video-iframe-container { display: none; }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .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); }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .row .container { border-width: 0; border-radius: 0; }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .row .container { font-size:0.875rem;font-family:arial;height:156.5625rem;width:60rem;position:relative;display:block; }#CU65wy4akwUSlbcTu1fNWLADKfUbiDVs { position:absolute;display:block;z-index:15002;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:35.811625rem;width:35.5620625rem;top:81.987808227537rem;left:15.4375rem;overflow:hidden;display:block; }
#To48cvEIgRhdWwWa6BAfnBp86fSpmSaE { position:absolute;display:block;z-index:15001;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:48.686rem;width:33.8748125rem;left:16.25rem;top:30.410127639771rem;display:block; }
#Vh7oLG3qC21hDJKElt71qafNHDhAJKo3 { color:#000000;display:block;width:24.2480625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:121.5332069397rem;left:24.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#XG7Z4SWqXvUMt5oAJTKkCnnO71AWW1vK { position:absolute;display:block;z-index:15004;height:29.311rem;width:52.3730625rem;top:126.37479066849rem;left:7rem;display:block; }
#m7mwbuUN4ZOtHPHPztMNFXwSFJTCu7EL { position:absolute;display:block;z-index:15001;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:27.5rem;width:32.6248125rem;top:1.7295970916748rem;left:15.3125rem;overflow:hidden;display:block; }
#cd5CTM1ryJST3sMrFz3kuAwhsfpOl1L4 { position:relative;display:none; }#cd5CTM1ryJST3sMrFz3kuAwhsfpOl1L4 { border-width: 0; border-radius: 0; }#cd5CTM1ryJST3sMrFz3kuAwhsfpOl1L4 > .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; }#cd5CTM1ryJST3sMrFz3kuAwhsfpOl1L4 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Lh20BTzZZPvaofOFyxZtTEHOmbOMs5Ts { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.5rem;top:1.5625rem;left:0rem;display:none; }
#rXxvnTlLalaAEzi4ZAhvIctXAlxCTkil { color:#000000;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:25.8125rem;left:0rem;display:none; }
#NWkEsTi6ZNPtcRCnK7fdU0geFA1JHTDd { 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:32.4375rem;width:50.3125rem;display:none; }
#y2PcPJHpOVVIbMTLaRBmqKLgEHSbbkWA { 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:34.8125rem;width:54.875rem;display:none; }
#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .row .container { background-color: transparent; background-image: none; }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .row .container > .video-iframe-container { display: none; }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .row > .video-iframe-container { display: none; }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .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); }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .row .container { border-width: 0; border-radius: 0; }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#kIumGT22vu6DDkclSEcxIOD0RXGelzML { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.85546875rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fUAl74N3SBZL98QW9KuJqn9wIGL4uMOm { color:#ffffff;display:block;width:14rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.33203125rem;left:23rem;height:2.2747375rem;display:none; }
#xLblqkZObifx3keHUar6pUD4fOEm4s6L { position:relative;display:block; }#xLblqkZObifx3keHUar6pUD4fOEm4s6L { background-color: transparent; background-image: none; }#xLblqkZObifx3keHUar6pUD4fOEm4s6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLblqkZObifx3keHUar6pUD4fOEm4s6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLblqkZObifx3keHUar6pUD4fOEm4s6L > .row .container > .video-iframe-container { display: none; }#xLblqkZObifx3keHUar6pUD4fOEm4s6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLblqkZObifx3keHUar6pUD4fOEm4s6L > .row > .video-iframe-container { display: none; }#xLblqkZObifx3keHUar6pUD4fOEm4s6L > .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); }#xLblqkZObifx3keHUar6pUD4fOEm4s6L { border-width: 0; border-radius: 0; }#xLblqkZObifx3keHUar6pUD4fOEm4s6L > .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; }#xLblqkZObifx3keHUar6pUD4fOEm4s6L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.75rem;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; }#oi9oxR4XRxwuaUcTs80rP72rHeeHksHs { color:#000000;display:block;width:50.249625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.868896484375rem;left:5.90576171875rem;height:5.84911875rem;display:block; }
#T6SBiHGTWX9TlMg0LdotkNVE9CV2BNRu { position:absolute;display:block;z-index:15001;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.187375rem;width:23.312375rem;top:0.7830810546875rem;left:19.375rem;overflow:hidden;display:block; }
#Z6S1AFFnTiW5XosQOxkPwVoXDfhdpoaf { color:#000000;display:block;width:22.56225rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.136108398438rem;left:19.747314453125rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#NMTelhwZ0Ai0xL60TCB3g6Im6eXJuOT8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.011352539062rem;left:19.1015625rem;height:1.29980625rem;display:block; }
#DaW4HPllkad0zJuwGm9OQI7cm5kMaHzb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.5rem;left:17.1875rem;height:1.29980625rem;display:block; }
#iaoKntTzhC0N4WR0p3teAgiuTzesNdmB { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.93725rem;height:11.437375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.011352539062rem;left:11.530151367188rem;display:block; }
#KyML7mcclI9Ii6Fq0ess7TTsNEBbsguE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rC7h3UH7v6vcEugMl0W53NgIEmPsD9XJ { position:relative;display:none; }#rC7h3UH7v6vcEugMl0W53NgIEmPsD9XJ { border-width: 0; border-radius: 0; }#rC7h3UH7v6vcEugMl0W53NgIEmPsD9XJ > .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; }#rC7h3UH7v6vcEugMl0W53NgIEmPsD9XJ > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eIT6dIyfrT0pDVV1W5rtgK4RbNEHJTwV { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:47rem;top:10.9375rem;left:0.125rem;display:none; }
#K5mwPtfzSsssqysO2sq3a3nzpIBw57JA { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:39.75rem;left:0rem;display:none; }
#zWcNefFNdBzxLchUEO870XR4Jt6NtfPr { 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-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:arial;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; }
#u8BdCTxecXHQ37oTUIEqwK906Ek7WWdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUBTCii0U0v4HaXDNHkpTJrShur8xhz1 { position:relative;display:none; }#oUBTCii0U0v4HaXDNHkpTJrShur8xhz1 { border-width: 0; border-radius: 0; }#oUBTCii0U0v4HaXDNHkpTJrShur8xhz1 > .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; }#oUBTCii0U0v4HaXDNHkpTJrShur8xhz1 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#E4ItQ4QAPuwUJZHmV9Hnvh6HgnNcJXZ9 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:1.3125rem;left:0rem;display:none; }
#GDdPE9KKMGE7Xt4FoybOO6IKJRaMb3fb { position:relative;display:none; }#GDdPE9KKMGE7Xt4FoybOO6IKJRaMb3fb { border-width: 0; border-radius: 0; }#GDdPE9KKMGE7Xt4FoybOO6IKJRaMb3fb > .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; }#GDdPE9KKMGE7Xt4FoybOO6IKJRaMb3fb > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cAHtDEo7WRGL79LeB4KzLf0sXxwm5FL8 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:2.125rem;left:1.6875rem;display:none; }
#GLkwTz9SApfDNLMXOLE2dikWea1ODoX0 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6875rem;top:20.0625rem;left:0rem;display:none; }
#ruz8nyLEMmJTihoOPAv1PtTRqs8wv00S { 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:40.8125rem;width:60rem;display:none; }
#fw61GaZzHmWGHx4Iz7VTTN5TxsR8eTlp { position:relative;display:none; }#fw61GaZzHmWGHx4Iz7VTTN5TxsR8eTlp { border-width: 0; border-radius: 0; }#fw61GaZzHmWGHx4Iz7VTTN5TxsR8eTlp > .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; }#fw61GaZzHmWGHx4Iz7VTTN5TxsR8eTlp > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VKwxJqc1yNNBONPCHUK90kACx5HNqeTz { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:28.4375rem;top:12.75rem;left:0rem;display:none; }
#lA3fRrydCs7dBMqsX8mMG5LUbVAVWvEb { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:4.4375rem;left:0rem;display:none; }
#k497dl39AB1rLO3VL9qf4Wx4JtueMvJE { 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:34.8125rem;width:54.875rem;display:none; }
#ufHnIcmGystMnkTqK9r0TxLJ5cFrMCpA { position:relative;display:none; }#ufHnIcmGystMnkTqK9r0TxLJ5cFrMCpA { border-width: 0; border-radius: 0; }#ufHnIcmGystMnkTqK9r0TxLJ5cFrMCpA > .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; }#ufHnIcmGystMnkTqK9r0TxLJ5cFrMCpA > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Sq3dCThth514CQiyaFv3lzkJWxc5Jv4G { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:28.4375rem;top:14.4375rem;left:0rem;display:none; }
#xoTtTyZpJ0qcFRp4WHqsrih8GC9Gp0GT { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:4.4375rem;left:0rem;display:none; }
#ewCCVB9gzQvB5p56fB2rgJLXOmU6Qk95 { 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-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:arial;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; }
#kfTWe6FNdqttNGEUPMc9a4QKFxCIXADb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UMO4T0D9mhHMcw2o0O7RREEKViD8sJXV { 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:32.4375rem;width:50.3125rem;display:none; }
#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f { position:relative;display:none; }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f { border-width: 0; border-radius: 0; }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .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; }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vRPC4a9ikvTVce4w5N0KZzUmFHTPahUE { color:#000000;display:block;width:28.6870625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.891204357148rem;left:15.625rem;height:5.85069375rem;text-align:center;text-align-last:center;display:none; }
#r0OWo5I8XZrnQSQStp2Vkz1ZfZSLLCH0 { color:#000000;display:block;width:19.625rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:2.625rem;left:0rem;display:none; }
#sqiOu2um6E4aAFySTytlr7JHU3im22vl { position:relative;display:none; }#sqiOu2um6E4aAFySTytlr7JHU3im22vl { border-width: 0; border-radius: 0; }#sqiOu2um6E4aAFySTytlr7JHU3im22vl > .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; }#sqiOu2um6E4aAFySTytlr7JHU3im22vl > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bhdWeAxWfEmgUlJAMIRnRpq1PF7laMqx { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:4.6875rem;left:0rem;display:none; }
#vyea5iX1qghCLdHHaZ5TlCcvFyNUuFCJ { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.9375rem;top:24.125rem;left:0rem;display:none; }
#QoIGQ34zWnmV8GZatTIVAVThCNweuqND { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:42.8125rem;width:60rem;display:none; }
#vBMCnDNaIiZb2NUy7ffvt3rxG1kna2au { position:relative;display:none; }#vBMCnDNaIiZb2NUy7ffvt3rxG1kna2au { border-width: 0; border-radius: 0; }#vBMCnDNaIiZb2NUy7ffvt3rxG1kna2au > .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; }#vBMCnDNaIiZb2NUy7ffvt3rxG1kna2au > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vfMxSZ9PsgMLolxM99wIxilcU5nRAA6c { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:86.0625rem;width:60rem;display:none; }
#fDDmwZP7Kwh9Hgx5mJVlBWtFFn63WtUs { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#tyaAZWT4B84PNOy73R4XTnfXbFOudQMy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:33.4375rem;left:0rem;display:none; }
#HenvhLHdLKfbVkxEaTV9Uo0kgAmc6HCn { 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:36.3125rem;width:29.1875rem;display:none; }
#VpeJJrwyZPAa3KcrkEJqG2vEzcmhyxeg { position:relative;display:none; }#VpeJJrwyZPAa3KcrkEJqG2vEzcmhyxeg { border-width: 0; border-radius: 0; }#VpeJJrwyZPAa3KcrkEJqG2vEzcmhyxeg > .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; }#VpeJJrwyZPAa3KcrkEJqG2vEzcmhyxeg > .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:43.4375rem;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:none; }#UZgopPgNCAFXpZxZMpFBM4T7fa4k5FRg { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:42.9375rem;width:20rem;display:none; }
#g5xAyK6Czyi7hZ4T2GKLiryBG1NuCpyv { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.9375rem;width:19.8125rem;display:none; }
#Fu4Q07R2a1HWfbW8D6m0K0wVTrMTTe73 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:50.5625rem;width:20rem;display:none; }
#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .row .container { border-width: 0; border-radius: 0; }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:none; }#s8ED8O6kgXx2Xokt8fBadmtFEfS2nKJ5 { color:#000000;display:block;width:38.936625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4409732818604rem;left:10.5rem;height:2.92419375rem;display:block; }
#khv3kHFuKZfvS1yVPJp8nCBw8aOkmdlk { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.76953125rem;left:17.5625rem;height:2.2747375rem;display:none; }
#AoJyureuX1JWRusNARzguGWodyT0scvL { position:relative;display:none; }#AoJyureuX1JWRusNARzguGWodyT0scvL { border-width: 0; border-radius: 0; }#AoJyureuX1JWRusNARzguGWodyT0scvL > .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; }#AoJyureuX1JWRusNARzguGWodyT0scvL > .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:2.5625rem;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:none; }#CWna1CkZNPQKTvbBinO7Lqh75TBgiTxR { position:relative;display:none; }#CWna1CkZNPQKTvbBinO7Lqh75TBgiTxR { border-width: 0; border-radius: 0; }#CWna1CkZNPQKTvbBinO7Lqh75TBgiTxR > .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; }#CWna1CkZNPQKTvbBinO7Lqh75TBgiTxR > .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:25.75rem;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:none; }#EDXcOwBeNgq6H6NucIC4HDJrBUh6ZPzW { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3958339691162rem;left:29.1875rem;height:15.6006125rem;display:block; }
#lkU72VBcgNTPD5TgUI1Ok8EZpBygieZu { position:absolute;display:block;z-index:15002;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.875rem;width:27.875rem;top:2.84375rem;left:0rem;overflow:hidden;display:block; }
#V4ZTtHP27W8vTUfXw77CnsMUfCaOARVX { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3958339691162rem;left:29.1875rem;height:15.59375rem;display:none; }
#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .row .container { border-width: 0; border-radius: 0; }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:none; }#hU8iV02qMPhk4g6IcsTsvuCRnlX0bLFP { color:#000000;display:block;width:24.249125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5364589691162rem;left:19.375rem;height:2.92419375rem;text-align:center;text-align-last:center;display:block; }
#BRHzhUH1m7xnKHswNFo1BS2yyyLDKgJy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.11328125rem;left:22.875rem;height:2.2747375rem;text-align:center;text-align-last:center;display:none; }
#WMKWlwPk6UDwTDN0JpCLApkxDQyp2me1 { position:relative;display:none; }#WMKWlwPk6UDwTDN0JpCLApkxDQyp2me1 { border-width: 0; border-radius: 0; }#WMKWlwPk6UDwTDN0JpCLApkxDQyp2me1 > .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; }#WMKWlwPk6UDwTDN0JpCLApkxDQyp2me1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.25rem;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:none; }#zpRn5Iq6WnBUROU8OPD1EDuKV3uJ3wZ1 { color:#000000;display:block;width:57.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0377197265625rem;left:0rem;height:19.5007375rem;text-align:left;text-align-last:left;display:block; }
#BiChi6MhiZfdRFGuMfeGH7RMhtNeIO1F { color:#000000;display:block;width:30.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0390625rem;left:14.75rem;height:19.4921875rem;text-align:center;text-align-last:center;display:none; }
#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .row .container { border-width: 0; border-radius: 0; }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:none; }#ca93uZAHaEKX4B2lT0FwcKTX2cougBZL { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.85546875rem;left:0rem;height:2.6001rem;display:block; }
#L73yfZnG96TbSTrS4t1UxrdbJliEG9f5 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.33203125rem;left:23rem;height:2.2747375rem;display:none; }
#GZCoARdRJEQUvtH7TO6TxVk6iJ7GzpXI { position:relative;display:none; }#GZCoARdRJEQUvtH7TO6TxVk6iJ7GzpXI { border-width: 0; border-radius: 0; }#GZCoARdRJEQUvtH7TO6TxVk6iJ7GzpXI > .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; }#GZCoARdRJEQUvtH7TO6TxVk6iJ7GzpXI > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yOHWwmtBIcTJAtsPGewzALGXRoXftM35 { 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:30.4375rem;width:45.5rem;display:none; }
#s23eFGTNl4ei5w8c02tteEgtzOVazRwi { position:relative;display:none; }#s23eFGTNl4ei5w8c02tteEgtzOVazRwi { border-width: 0; border-radius: 0; }#s23eFGTNl4ei5w8c02tteEgtzOVazRwi > .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; }#s23eFGTNl4ei5w8c02tteEgtzOVazRwi > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#agoXldP1rZpZPyiTZ8zLb92FKxNq9AiR { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.125rem;top:0.9375rem;left:0rem;display:none; }
#xGrxedv5ybTHFzgK8dzb9LIbfhr1mUlG { z-index:;position:relative;display:none; }#xGrxedv5ybTHFzgK8dzb9LIbfhr1mUlG { border-width: 0; border-radius: 0; }#xGrxedv5ybTHFzgK8dzb9LIbfhr1mUlG > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#O5omTUZ0uXnlrrUmGEMpMwURldGNzBaW { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:11.3125rem;height:0;text-align:center;text-align-last:center;display:none; }
#uS9EF05UUCu4hsRhK0OWyv29mMTfEraf { color:#000000;display:block;width:18.2494375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2290229797363rem;left:20.8125rem;height:3.413625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KMDaRTin8w5RR6eXfQwKEnDBamVHVmLg { background-color:#ff8900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.310625rem;height:3.9351875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:6.9965267181394rem;left:15.3125rem;display:block; }
#rToWqh23cZkdoHU3cIUdoenTTzZuOMI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqQHCTaisGPey3kaMTmU9ecWm7a9Qwp8 { color:#000000;display:block;width:18.2494375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2290229797363rem;left:20.8125rem;height:3.4114625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wNXcpdBSPyL1uS1ESwP6DBr4TO08ObTB { z-index:15003;top:6.9965267181394rem;left:15.3125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#NWgaEdD78HzpMX17TfmxtPBuUBvSo5Tm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9Jgzv116cXm6M53XanCGSlIEKyKwrV7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z19FCxRoMGTJy4rNH7UmE2EmJkGH3Mth { top:2.9375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDqov8UB8DPUAOHCPvZZtRBM5vGRUdTu { top:11.8125rem;left:2.4052734375rem;width:42.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvuvxVgOtwAIc2oVNkLkLnLTdpFF5Zs1 { top:1.375rem;left:0rem;width:20rem;height:7.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XI0TwQEWKx6m59TXqdxNJWXgApcDcsPG { display:none; }
 }@media only screen and (max-width: 763px) { #eMTaUFbpKdzGVIpSXDInsI4FhANHsIDa { width:0.0625rem;height:10.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRCTdHfu6oxF0FD2Tg6ipPN7OaPdNAKD { display:block; }
 }@media only screen and (max-width: 763px) { #OFA6TnAsh4TZOTUAq2Cyql450g5W2zlX { top:10.9375rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zlyxo4fK6gmHKg9gJF9vouwnDzg3vHzq { display:none; }#Zlyxo4fK6gmHKg9gJF9vouwnDzg3vHzq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s3t1CZb3bnbyKIV2BThsqd6wLXCZMKSQ { top:1.6875rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaG3ToEJG48zukneNei9Qdbs26TeOIbx { top:7.8125rem;left:0rem;width:14.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #boraEObiobAczVCERhXezu07afwT2BaF { width:43.625rem;height:42.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfMqt7IqX0ocsUbgBpDUGxBmgsSMEDiZ { top:30.1875rem;left:0rem;width:17.5rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s34v0gfnpP3TIaQvRnJNz2rTk2TTkKsb { width:47.75rem;height:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f62qC6Tv548SEEm4MUFzLQH8pwtJ285B { top:52.6875rem;left:0rem;width:17.5rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXONrAOeCb3fDTBdCQSS2tIlGOLOm9yr { width:47.75rem;height:50.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoqhxDLn6z0rc8Ggp9JxVsTL5SuDepOO { display:none; }#WoqhxDLn6z0rc8Ggp9JxVsTL5SuDepOO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qKG2qJFeTZJVGl1ihCWbbcRUTccFkJUA { top:1.6875rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOT59S4KzpyimpulC2x2dLBELLl6oywX { top:7.8125rem;left:0rem;width:14.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Phzzwt1H1zvh4J3CKBCtePLvVwZ7GVxu { width:43.625rem;height:42.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkltVbT3nqCMDIRZsP3yubPsREExm5aI { top:30.1875rem;left:0rem;width:17.5rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpQvRvE0JVHpd6FaM71owdNI5wvpU2ZV { width:47.75rem;height:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4ptNHvktoT1oOdNolr4VClIe6b2TLiT { top:52.6875rem;left:0rem;width:17.5rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #InDULrnRmORl7eNkvfgsTZKnTX4vGRsT { width:47.75rem;height:50.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs { display:none; }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wc3VXlV2b8SisQgppCDaORh1p4kdSgfI { top:8.4375rem;left:0rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlF0OeuPF07vavzxBu6PNEQc9lwNW6WI { top:7.5625rem;left:0rem;width:19.375rem;height:31.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMN2x8PIupkmKtzLBcTzPQFNayvPBaDJ { top:2.375rem;left:0rem;width:18.75rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfq7pFinobq3ZLCU64lBL0QynfztLqhA { display:none; }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lk6Ja2PSceUzNZVRrEBXcEpyRENHwdyt { top:0.9375rem;left:0rem;width:18.1875rem;height:5.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGru2FAuiDcO6BnavkMrxVLEJ90mNpKB { top:7.6875rem;left:0rem;width:20rem;height:36.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iu6QmulateDqO603Lt3zOaVegrNnKltO { top:9.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm { display:none; }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U2BsL3r9a4IqMtx4TqGHvMLTZpNEHo6N { top:0.9375rem;left:0rem;width:19.5625rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AF3F2tb4fqd2lw9toifeZSsF6QknSSl1 { top:5.75rem;left:0rem;width:20rem;height:26.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQPo0Smf1yazoCKgcAW9UJzXvmHMcNM5 { top:31rem;left:0rem;width:12.5rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSOines0O2PxcfKQcZ8axLTwEacWG3gK { top:37.5625rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9f9zWZsgKIJkpTlhTFKTFV4rx72QCUC { top:78.625rem;left:0rem;width:20rem;height:11.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T15rze8FX59UvGAA7lozzAPb46DZf7fU { top:46.5rem;left:0rem;width:20rem;height:20.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgrX5J5yKNnGofe0BuBrm7026HJ2PiFN { display:none; }#GgrX5J5yKNnGofe0BuBrm7026HJ2PiFN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SS4UdBWRW8N9oudHqoRhkqK9n9UTTBrC { top:0.625rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #INS9ECDm0ZWiwC3yl2HkP73XPUiLBQxG { top:23.75rem;left:0rem;width:20rem;height:24.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHCZJdQBw3tn65iNush7CTCiBdPdHEgr { display:block; }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVgNWxFd54H90NETnzEUTEhvFCV4rF0l { top:2.9375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7LCS40EzZb6PS545eadSlzyGkV0cnU4 { top:11.8125rem;left:2.4052734375rem;width:42.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0naJ2WFq6IiFK5fDClDqoLgcTZ2xytK { top:2.9375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iows8fgGTeFdTwlwteqF0pHT0weCun63 { top:11.9375rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrCAKgqK0135g1eIA8sfC0zoF2EA4Xw4 { display:none; }
 }@media only screen and (max-width: 763px) { #JHcOx4o2po6xsTtVL1y2FTKz1RIA3yfQ { top:17.0625rem;left:1.281005859375rem;width:45.125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm { display:block; }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQCRVsrbZBTltdDO6FGhqeck8ASCxdc9 { top:34.625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3g1kwEc6g3TsBR3ePFOL6nbl9g338Vp { top:2.125rem;left:4.6239013671875rem;width:40.75rem;height:30.640349587594rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 { display:block; }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P86q3QpICNvGtoVM8We7rlJP4siBFZOS { top:0.5625rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugqFhp2D0K6NerKLTqB2EKIrhouvEnwy { top:0.5625rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #deJnMqMescBpXmG0UsDBfQy1EwaAnITx { display:block; }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdi2qWIcWKFEDECKJwAsOlVPaaNe5XTh { top:0.6875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u12Of7rr8R3J3phqcVC5ccQBVaPPvqmM { top:9.6875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHPLI4mIwpnGienomxKx1KTF20L2WEcB { display:block; }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBvHQGUKtxIfx1f8D8nyPDu3u0Ao9WMF { top:1.6875rem;left:0.0615234375rem;width:47.5625rem;height:5.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkwfx77rlo1JNRF00Tmd31lkUE8dfotw { width:47.75rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5L2hepzQxaq3wDb6m0u2TJ42GuaOfQy { top:22.8125rem;left:0rem;width:20rem;height:19rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4OBwxDRL84pxEJW5ANrOSifV4Alv95l { top:1.1875rem;left:0rem;width:47.75rem;height:13.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAyKEVAaRTMEWzmhTRsHpafRv1TDtew2 { display:none; }#NAyKEVAaRTMEWzmhTRsHpafRv1TDtew2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GGHiZ6oURm42TedFv18EzB7rxTNbIBwG { top:16.4375rem;left:0rem;width:20rem;height:7.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJzsqgJETFIMEBSTh5xNoMG51LK6LFoT { width:47.75rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpd1nUiLNqwl5iUA4iu4RfWEuwwqisLI { top:1.1875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSa45pDeiPp4daEHuiLfhRIGmuuRixWD { top:25.875rem;left:0rem;width:20rem;height:23.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ld02Mt1TITycf4blH41EVU5LuznkfMu3 { display:none; }#ld02Mt1TITycf4blH41EVU5LuznkfMu3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P3u9tZZ6I9brOoBuSksnzGu1UE2CaVvX { top:1.6875rem;left:0.0615234375rem;width:47.5625rem;height:5.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRTeBRuf2GLh8imf9SusLrA18gETiz8o { width:39.9375rem;height:31.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydXZoxBc60tO0M9mFtesGOq6guNAzTnO { top:22.8125rem;left:0rem;width:20rem;height:19rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bky7UrZX35p4Fl3XbQGLTgRFErIOu7uE { top:1.1875rem;left:0rem;width:47.75rem;height:13.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGemSgDrfDyVf6x1A54rtteQp23H2gFo { display:block; }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC0he2bbJbbL55qSZvtMhB9MUzT5cavI { top:1.5625rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhgu6DRhBoMr4oPme3pThaJTPLqpue56 { display:none; }#lhgu6DRhBoMr4oPme3pThaJTPLqpue56 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mtgFFp3iR1Tx0OyEMBF4FuakMr2GHCu8 { top:1.375rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdmyFfPOhsWQnkKcacSKWuRHph8KDQVL { top:7.25rem;left:0rem;width:19.375rem;height:21.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HN5EBLGoWTDIXt7sUGW0JHbmTd6skeWk { display:none; }#HN5EBLGoWTDIXt7sUGW0JHbmTd6skeWk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kv6NpAax6TBaFKXmgdJ5su4sRJiRkQpT { top:0.875rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nN6u2ys7cp3ShMqRHBnGGn86mBUuZm8M { top:6.5625rem;left:0rem;width:20rem;height:72.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrZfdgNDOsniAGIl1uHsL8uq1JFunZgg { display:none; }#hrZfdgNDOsniAGIl1uHsL8uq1JFunZgg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kgU8f9ERcDm0QPQfFMpu6oawwqvgkwBH { top:1.0625rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TV7Ro3Nblgd8vR3H54sSCUtrQuyTaKcb { top:1.1875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv { display:none; }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qTEVax24siLDCVyBEdVOV688HHsHF38m { top:1rem;left:0rem;width:12.5rem;height:7.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxltMh4HK8cB855PcGSta7HPb8xqkFp5 { top:7.375rem;left:0rem;width:20rem;height:14.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPOg8IHpwMmBXrVeD5S0gHUA1J9vnyp5 { top:30.4375rem;left:0rem;width:20rem;height:21.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8zF28MnSazlk0FwF2Ja4rLHE7znkXxm { top:22rem;left:0rem;width:20rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaQ6kofeWHMBzQKbu2khLsQIfJI4dVXv { display:none; }#zaQ6kofeWHMBzQKbu2khLsQIfJI4dVXv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BSvDZx6ZcqSTWS5s9ZuAAOdM1JbgHRdK { top:1.5rem;left:0rem;width:20rem;height:7.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQGKy2hJrapWqBcygKstqDc6ThFtGgAT { top:10.6875rem;left:0rem;width:19.6875rem;height:18.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTpRJSIRcODahVEigzmzuCuFoaFViR2B { top:8.0625rem;left:0rem;width:20rem;height:31rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EATe3MhHVGvA2ml9kuosZITTtisPDNiT { display:none; }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lu7p3xRaUVWQwNvdffLJu995peoJ3hGQ { top:1.75rem;left:4.2174072265625rem;width:39.25rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOdfLGimHtTzHTE2sHvnOpUefGp1nZSV { top:9.0625rem;left:0rem;width:45.6875rem;height:19.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlgcdwX3mxld9NXat0gAq3T7N4hXy66R { top:0.875rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcsCeOcE02rS9PGXSnPhw4wncFOa44JG { top:5.5625rem;left:0rem;width:20rem;height:42.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnaZ91mprHElNoZRi3Urys4fKgTUWD95 { display:none; }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mcflMqI2ibWnFWx6U8Pnld43ONmWQWQD { top:0.625rem;left:0rem;width:20rem;height:35.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7LEn6B3XiIcNzzebOwBHC4168nnw6yS { display:none; }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMTyv4TBTzhxNuvpWTPbDNDGIgbKxaw4 { top:1.4375rem;left:0rem;width:20rem;height:7.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLWUJnpQP3zLqsSdoyE2JA8KXef3PrCt { top:9rem;left:0rem;width:19.6875rem;height:17.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3y2Jdx7P7ngaLv2CpsgrGK2tALf7ar5 { display:none; }#e3y2Jdx7P7ngaLv2CpsgrGK2tALf7ar5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BxTOdGmbW6Jz5GJXPveJI8UUT6ElJg9J { top:1.5rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnCAFwMPnITyhgnxQ67gDbB2KsM4v6gy { top:9.5625rem;left:0rem;width:20rem;height:22.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItLHgk8CTsqOllpEXexmw44cSHEOhaPP { display:none; }#ItLHgk8CTsqOllpEXexmw44cSHEOhaPP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CL7Vsh3zmEwN2XPgRTneDOJhiTlIm8Hx { top:1.25rem;left:0rem;width:20rem;height:9.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrRna3LOHrOlcuUy0W0yAo1kznBttbgR { top:13.125rem;left:0rem;width:20rem;height:14.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k { display:block; }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvtXhth3MeOfpW90PdS1m7RtPpxvJqRV { top:0.6875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTZCmEkxZ5IgXpslaMok9E13DyWvQ559 { top:33.25rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdeG7M6sB1aUcwR1y7xaCtP3Oomv3MfR { top:7.1875rem;left:3.9049072265625rem;width:39.875rem;height:26.021458730442rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5aGpbyCBNJbA5WhH0vvwwJ8R2Je2yNo { display:none; }#N5aGpbyCBNJbA5WhH0vvwwJ8R2Je2yNo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LZH9T4ZEegWBLFte26v1JnGZT0ayqSCE { top:1.1875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNoZPsrwBlSLWai7LRlwUrgcTGi3Ro6O { top:0.8125rem;left:0rem;width:20rem;height:7.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tcn7bSREvxHK4cXPO1zR3N8e0OcSchI5 { top:9.25rem;left:0rem;width:20rem;height:16.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l54ravO73vfQdWMZkd9AAhe0qZRo2for { display:none; }#l54ravO73vfQdWMZkd9AAhe0qZRo2for > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fTF6sUvZHOxTEntX6md2GFff154fqIbu { top:0.75rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPM7XoeLwQLRZU0fh0cMMONdHhzbzPok { top:9.0625rem;left:0rem;width:20rem;height:27.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO { display:none; }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hXitvv0GqLH3DGaSyKms0uMf5RyCdtmW { width:47.75rem;height:31.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3g44k2TfITQVFiJXeBfq3OUOZUf78Bh { top:40rem;left:0rem;width:18rem;height:9.0625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqWO06TWpxDcF3Lge2bor8vNFlnJB9kD { top:61.0625rem;left:0rem;width:20rem;height:10.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3ZN0Ga9mk1WAM9q8ePLPCgb13NyTpkN { top:70.3125rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx { display:block; }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIz9T9eOHpG36fV8d5mo12S2n124uzRV { top:1.5625rem;left:6.2486572265625rem;width:35.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNB4xuRfGO85xhLPBtRy2qaGnzUKkqh9 { top:11rem;left:2.6875rem;width:43.5rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQgCouLKuKb5Tag0chFntT8cyBRZVUSe { top:19.4375rem;left:2.8125rem;width:43.1875rem;height:39.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbWXRqVgr0PgvdxXzHgGBKVNoz9IMLFd { top:5.5625rem;left:21.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI { display:none; }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A3viAoHA9sotcTevyKTHXz3AREHOoGrO { top:13.125rem;left:0rem;width:19.8125rem;height:43.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKuR4vWRaW9cfHTzss8ZKWv8D4o3BGFR { top:1.0625rem;left:0rem;width:20rem;height:11.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMCd2ExnTsofXuqh9EabH0OwnuaTvVtW { display:none; }
 }@media only screen and (max-width: 763px) { #KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 { display:none; }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hkPSTN9J8lCK2zBJLtQfXQ8PfXZDO4DB { top:14.4375rem;left:0rem;width:19.8125rem;height:38.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLBLepu0OdyLzO1JLpq2BHVW8dXFIqrS { top:1.0625rem;left:0rem;width:20rem;height:11.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmyBexO3br2Pv9NWOlUUPuaPbsaiIwVH { display:none; }
 }@media only screen and (max-width: 763px) { #mKWzAxFHV42XP81vd0p6igwf7ZwkWbfH { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #l2bTU3HaO5ZJv9vTfZT87xqcOa70Ezt2 { display:block; }
 }@media only screen and (max-width: 763px) { #Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G { display:block; }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWzpDl7vVRsfDXgapItG7J5QDiuzzaZk { top:17.75rem;left:3.1248779296875rem;width:43.1875rem;height:36.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVNMIVgJZNITTB1hIMdrDR1ggnTSwVsJ { top:7.3125rem;left:4.78076171875rem;width:39.875rem;height:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIdQrn9tXR69sffEnPzH6xDXr0BiMJ7B { top:1.5625rem;left:22.2490234375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbVQGv16TNEn5XasIw3DUK9pHDP4O1zd { width:0.0625rem;height:4.9375rem;top:54.5625rem;left:5.3515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGG7PZu66zGWzWwMOFTa4ntpP2vUSTkg { display:block; }
 }@media only screen and (max-width: 763px) { #Mq503hoLwvzPPxFXluHUvALHMDx6yqAs { width:36.875rem;height:7.0625rem;top:56.9375rem;left:6.2791748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmDDrJBhbO1moQBzxkxnQWwhPFSkTyWt { display:block; }
 }@media only screen and (max-width: 763px) { #bFI4cO3UXN6eEIzNQxJRasagPqikc715 { display:block; }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzaPaM8zd4FwuglSGPeHALhwzpbTg1Rk { top:2.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCKC9Dl1LQ4Ng4aJ8cgNJXHTUspqlsq2 { display:none; }#fCKC9Dl1LQ4Ng4aJ8cgNJXHTUspqlsq2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DaO20x19uZa7AD3Qpy3a5Cz3vczGTbeJ { top:2.5rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoQk8eAy3SUdbfPoMeLqtcsWgPgffuMv { top:8.9375rem;left:0rem;width:19.375rem;height:13.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw { display:none; }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VLp5Ch19mxm5gI4BRtXO1VMPwasUfRwk { top:2.3125rem;left:0rem;width:18.625rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 { display:none; }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dkudqWmt9qZanD6vAiKckN4krEph1INT { top:1.3125rem;left:5.90625rem;width:35.9375rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g22ZiDnrOwKcmVSoBTu68ZitgilZlZBI { top:9.8125rem;left:2.34423828125rem;width:43rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7U76EXtHNlAwu8mL6Mceks2Nuo27ZOK { top:42rem;left:2.966796875rem;width:43rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVTHr30lyEJnvgwoksLpCIavZ6cAQT73 { top:22.875rem;left:10.185424804688rem;width:28.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRi8rbxFvaOarmlVsuyCxTHrzdAiJCPE { top:18.9375rem;left:0rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgoLqb1DvzS3eSQcWC4UAeJ0LqL1ZaKn { top:0.875rem;left:0rem;width:18.125rem;height:5.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n03In3kRWMwGcHhoRetOuKDu9arAtmLm { display:none; }#n03In3kRWMwGcHhoRetOuKDu9arAtmLm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QUk67FyvD2CSlfbZpmkBcoXZT1CJvoTB { top:1.3125rem;left:5.90625rem;width:35.9375rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKN0uxQQiceyR5m6J8QQLXVVuW9S0wG1 { top:9.8125rem;left:2.34423828125rem;width:43rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJwhAcezkWap56D4rGaIpi1Tnv3Jp9CX { top:42rem;left:2.966796875rem;width:43rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcix2a6cgJETCZh1Vml6EzqxmS4u671r { top:18.9375rem;left:0rem;width:20rem;height:16.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdhJSIt1GRz8IIChypZMTZJ13ivTpLct { top:0.875rem;left:0rem;width:18.125rem;height:5.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuZiFlriiuz4fT5eSiZnIByVBFzL5Nr4 { width:47.75rem;height:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a { display:block; }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFd6JOK50OIJM07mZpOmkEEvUOvL8T80 { top:1.8125rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnuycrs9ylmGDC8NHdZcOveGp8oG3R8i { top:13.5625rem;left:0rem;width:20rem;height:83.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5AdsmFBHBcDRrWlKEslJzykq4EGQ2xq { top:15.0625rem;left:4.5625rem;width:42.375rem;height:27.521682027853rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf { display:block; }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CU65wy4akwUSlbcTu1fNWLADKfUbiDVs { top:81.9375rem;left:9.3125rem;width:35.5rem;height:35.749255690846rem;display:block; }
 }@media only screen and (max-width: 763px) { #To48cvEIgRhdWwWa6BAfnBp86fSpmSaE { width:33.8125rem;height:48.596828343408rem;top:30.375rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vh7oLG3qC21hDJKElt71qafNHDhAJKo3 { top:121.5rem;left:18.3125rem;width:24.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG7Z4SWqXvUMt5oAJTKkCnnO71AWW1vK { top:126.3125rem;left:0rem;width:47.75rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7mwbuUN4ZOtHPHPztMNFXwSFJTCu7EL { top:1.6875rem;left:9.1875rem;width:32.5625rem;height:27.447738662661rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5CTM1ryJST3sMrFz3kuAwhsfpOl1L4 { display:none; }#cd5CTM1ryJST3sMrFz3kuAwhsfpOl1L4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lh20BTzZZPvaofOFyxZtTEHOmbOMs5Ts { top:1.5625rem;left:0rem;width:20rem;height:10.5rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXxvnTlLalaAEzi4ZAhvIctXAlxCTkil { top:25.8125rem;left:0rem;width:18.75rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWkEsTi6ZNPtcRCnK7fdU0geFA1JHTDd { width:40rem;height:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2PcPJHpOVVIbMTLaRBmqKLgEHSbbkWA { width:43.625rem;height:27.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 { display:block; }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIumGT22vu6DDkclSEcxIOD0RXGelzML { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUAl74N3SBZL98QW9KuJqn9wIGL4uMOm { top:1.3125rem;left:16.875rem;width:13.9375rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLblqkZObifx3keHUar6pUD4fOEm4s6L { display:block; }#xLblqkZObifx3keHUar6pUD4fOEm4s6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi9oxR4XRxwuaUcTs80rP72rHeeHksHs { top:16.8125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6SBiHGTWX9TlMg0LdotkNVE9CV2BNRu { top:0.75rem;left:13.25rem;width:23.25rem;height:15.146739392704rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6S1AFFnTiW5XosQOxkPwVoXDfhdpoaf { top:25.125rem;left:13.621746063233rem;width:22.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTelhwZ0Ai0xL60TCB3g6Im6eXJuOT8 { top:31rem;left:12.9765625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaW4HPllkad0zJuwGm9OQI7cm5kMaHzb { top:33.5rem;left:11.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaoKntTzhC0N4WR0p3teAgiuTzesNdmB { width:36.875rem;height:11.375rem;top:31rem;left:5.4051513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyML7mcclI9Ii6Fq0ess7TTsNEBbsguE { display:block; }
 }@media only screen and (max-width: 763px) { #rC7h3UH7v6vcEugMl0W53NgIEmPsD9XJ { display:none; }#rC7h3UH7v6vcEugMl0W53NgIEmPsD9XJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eIT6dIyfrT0pDVV1W5rtgK4RbNEHJTwV { top:10.9375rem;left:0rem;width:19.8125rem;height:47rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5mwPtfzSsssqysO2sq3a3nzpIBw57JA { top:39.75rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWcNefFNdBzxLchUEO870XR4Jt6NtfPr { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #u8BdCTxecXHQ37oTUIEqwK906Ek7WWdW { display:block; }
 }@media only screen and (max-width: 763px) { #oUBTCii0U0v4HaXDNHkpTJrShur8xhz1 { display:none; }#oUBTCii0U0v4HaXDNHkpTJrShur8xhz1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E4ItQ4QAPuwUJZHmV9Hnvh6HgnNcJXZ9 { top:1.3125rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDdPE9KKMGE7Xt4FoybOO6IKJRaMb3fb { display:none; }#GDdPE9KKMGE7Xt4FoybOO6IKJRaMb3fb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cAHtDEo7WRGL79LeB4KzLf0sXxwm5FL8 { top:2.125rem;left:0rem;width:17.5rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLkwTz9SApfDNLMXOLE2dikWea1ODoX0 { top:20.0625rem;left:0rem;width:19.6875rem;height:11.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruz8nyLEMmJTihoOPAv1PtTRqs8wv00S { width:47.75rem;height:32.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fw61GaZzHmWGHx4Iz7VTTN5TxsR8eTlp { display:none; }#fw61GaZzHmWGHx4Iz7VTTN5TxsR8eTlp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VKwxJqc1yNNBONPCHUK90kACx5HNqeTz { top:12.75rem;left:0rem;width:19.8125rem;height:28.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA3fRrydCs7dBMqsX8mMG5LUbVAVWvEb { top:4.4375rem;left:0rem;width:20rem;height:6.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k497dl39AB1rLO3VL9qf4Wx4JtueMvJE { width:43.625rem;height:27.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufHnIcmGystMnkTqK9r0TxLJ5cFrMCpA { display:none; }#ufHnIcmGystMnkTqK9r0TxLJ5cFrMCpA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sq3dCThth514CQiyaFv3lzkJWxc5Jv4G { top:14.4375rem;left:0rem;width:19.8125rem;height:28.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoTtTyZpJ0qcFRp4WHqsrih8GC9Gp0GT { top:4.4375rem;left:0rem;width:20rem;height:6.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewCCVB9gzQvB5p56fB2rgJLXOmU6Qk95 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #kfTWe6FNdqttNGEUPMc9a4QKFxCIXADb { display:block; }
 }@media only screen and (max-width: 763px) { #UMO4T0D9mhHMcw2o0O7RREEKViD8sJXV { width:40rem;height:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f { display:none; }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vRPC4a9ikvTVce4w5N0KZzUmFHTPahUE { top:35.875rem;left:9.5rem;width:19.9375rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0OWo5I8XZrnQSQStp2Vkz1ZfZSLLCH0 { top:2.625rem;left:0rem;width:19.625rem;height:3.875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqiOu2um6E4aAFySTytlr7JHU3im22vl { display:none; }#sqiOu2um6E4aAFySTytlr7JHU3im22vl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bhdWeAxWfEmgUlJAMIRnRpq1PF7laMqx { top:4.6875rem;left:0rem;width:19.8125rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyea5iX1qghCLdHHaZ5TlCcvFyNUuFCJ { top:24.125rem;left:0rem;width:19.9375rem;height:14.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoIGQ34zWnmV8GZatTIVAVThCNweuqND { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBMCnDNaIiZb2NUy7ffvt3rxG1kna2au { display:none; }#vBMCnDNaIiZb2NUy7ffvt3rxG1kna2au > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vfMxSZ9PsgMLolxM99wIxilcU5nRAA6c { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDDmwZP7Kwh9Hgx5mJVlBWtFFn63WtUs { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #tyaAZWT4B84PNOy73R4XTnfXbFOudQMy { top:33.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HenvhLHdLKfbVkxEaTV9Uo0kgAmc6HCn { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpeJJrwyZPAa3KcrkEJqG2vEzcmhyxeg { display:none; }#VpeJJrwyZPAa3KcrkEJqG2vEzcmhyxeg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UZgopPgNCAFXpZxZMpFBM4T7fa4k5FRg { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5xAyK6Czyi7hZ4T2GKLiryBG1NuCpyv { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fu4Q07R2a1HWfbW8D6m0K0wVTrMTTe73 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv { display:none; }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s8ED8O6kgXx2Xokt8fBadmtFEfS2nKJ5 { top:1.4375rem;left:4.375rem;width:38.875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khv3kHFuKZfvS1yVPJp8nCBw8aOkmdlk { top:1.75rem;left:11.4375rem;width:27.4375rem;height:2.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoJyureuX1JWRusNARzguGWodyT0scvL { display:none; }#AoJyureuX1JWRusNARzguGWodyT0scvL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CWna1CkZNPQKTvbBinO7Lqh75TBgiTxR { display:none; }#CWna1CkZNPQKTvbBinO7Lqh75TBgiTxR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EDXcOwBeNgq6H6NucIC4HDJrBUh6ZPzW { top:2.375rem;left:16.9375rem;width:30.8125rem;height:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkU72VBcgNTPD5TgUI1Ok8EZpBygieZu { top:2.8125rem;left:0rem;width:27.875rem;height:20.884272901684rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ZTtHP27W8vTUfXw77CnsMUfCaOARVX { top:2.375rem;left:23.0625rem;width:19.9375rem;height:14.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 { display:none; }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hU8iV02qMPhk4g6IcsTsvuCRnlX0bLFP { top:1.5rem;left:13.25rem;width:24.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRHzhUH1m7xnKHswNFo1BS2yyyLDKgJy { top:1.0625rem;left:16.75rem;width:14.125rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMKWlwPk6UDwTDN0JpCLApkxDQyp2me1 { display:none; }#WMKWlwPk6UDwTDN0JpCLApkxDQyp2me1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zpRn5Iq6WnBUROU8OPD1EDuKV3uJ3wZ1 { top:2rem;left:0rem;width:47.75rem;height:21.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiChi6MhiZfdRFGuMfeGH7RMhtNeIO1F { top:1.375rem;left:0rem;width:19.9375rem;height:24.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI { display:none; }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ca93uZAHaEKX4B2lT0FwcKTX2cougBZL { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L73yfZnG96TbSTrS4t1UxrdbJliEG9f5 { top:1.3125rem;left:16.875rem;width:13.9375rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZCoARdRJEQUvtH7TO6TxVk6iJ7GzpXI { display:none; }#GZCoARdRJEQUvtH7TO6TxVk6iJ7GzpXI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yOHWwmtBIcTJAtsPGewzALGXRoXftM35 { width:36.125rem;height:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s23eFGTNl4ei5w8c02tteEgtzOVazRwi { display:none; }#s23eFGTNl4ei5w8c02tteEgtzOVazRwi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #agoXldP1rZpZPyiTZ8zLb92FKxNq9AiR { top:0.9375rem;left:0rem;width:20rem;height:13.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGrxedv5ybTHFzgK8dzb9LIbfhr1mUlG { display:none; }#xGrxedv5ybTHFzgK8dzb9LIbfhr1mUlG > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O5omTUZ0uXnlrrUmGEMpMwURldGNzBaW { top:1.6875rem;left:5.1875rem;width:37.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS9EF05UUCu4hsRhK0OWyv29mMTfEraf { top:1.1875rem;left:14.6875rem;width:18.1875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMDaRTin8w5RR6eXfQwKEnDBamVHVmLg { width:29.25rem;height:3.875rem;top:6.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rToWqh23cZkdoHU3cIUdoenTTzZuOMI8 { display:block; }
 }@media only screen and (max-width: 763px) { #GqQHCTaisGPey3kaMTmU9ecWm7a9Qwp8 { top:0.375rem;left:0rem;width:18.1875rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNXcpdBSPyL1uS1ESwP6DBr4TO08ObTB { top:6.9375rem;left:9.1875rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWgaEdD78HzpMX17TfmxtPBuUBvSo5Tm { display:block; }
 }@media only screen and (max-width: 763px) { #I9Jgzv116cXm6M53XanCGSlIEKyKwrV7 { top:0rem;width:;height:;display:none; }
 }@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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.51);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z19FCxRoMGTJy4rNH7UmE2EmJkGH3Mth { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDqov8UB8DPUAOHCPvZZtRBM5vGRUdTu { width:20rem;height:0;top:15.325317382812rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvuvxVgOtwAIc2oVNkLkLnLTdpFF5Zs1 { width:20rem;height:7.798825rem;top:1.4186198711395rem;left:0rem;font-size:1.5rem;z-index:15003;font-family:montserrat;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XI0TwQEWKx6m59TXqdxNJWXgApcDcsPG { top:19.223308563233rem;left:0rem;width:19.8105625rem;height:12.1230625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eMTaUFbpKdzGVIpSXDInsI4FhANHsIDa { top:32.372413085938rem;left:9.9375rem;width:0.0625rem;height:10.1875rem;z-index:15003;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #ZRCTdHfu6oxF0FD2Tg6ipPN7OaPdNAKD { display:block; }
 }@media only screen and (max-width: 763px) { #OFA6TnAsh4TZOTUAq2Cyql450g5W2zlX { top:10.723307609558rem;left:0rem;width:20rem;height:7.312rem;z-index:15007;font-size:1.125rem;font-family:montserrat;text-align:center;text-align-last:center;color:#4f4343;display:block; }
 }@media only screen and (max-width: 763px) { #Zlyxo4fK6gmHKg9gJF9vouwnDzg3vHzq { background-color:rgba(232,224,226,0.42);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:none; }#Zlyxo4fK6gmHKg9gJF9vouwnDzg3vHzq > .row .container { border-width: 0; border-radius: 0; }#Zlyxo4fK6gmHKg9gJF9vouwnDzg3vHzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zlyxo4fK6gmHKg9gJF9vouwnDzg3vHzq > .row .container { width:20rem;height:82.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s3t1CZb3bnbyKIV2BThsqd6wLXCZMKSQ { top:1.312255859375rem;left:0rem;width:20rem;height:3.8997375rem;z-index:15000;font-family:montserrat;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaG3ToEJG48zukneNei9Qdbs26TeOIbx { top:7.8741455078125rem;left:2.1868896484375rem;width:14.4995rem;height:2.92448125rem;z-index:15001;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boraEObiobAczVCERhXezu07afwT2BaF { top:11.436279296875rem;left:2.71728515625rem;width:14.5625rem;height:14.3125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JfMqt7IqX0ocsUbgBpDUGxBmgsSMEDiZ { top:30.247802734375rem;left:1.25rem;width:17.5rem;height:4.38671875rem;z-index:15002;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s34v0gfnpP3TIaQvRnJNz2rTk2TTkKsb { top:35.288208007812rem;left:0.843505859375rem;width:18.312375rem;height:12.937rem;z-index:15003;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #f62qC6Tv548SEEm4MUFzLQH8pwtJ285B { top:52.747192382812rem;left:1.25rem;width:17.5rem;height:2.92448125rem;z-index:15003;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXONrAOeCb3fDTBdCQSS2tIlGOLOm9yr { top:57.319946289062rem;left:0rem;width:20rem;height:21.1875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WoqhxDLn6z0rc8Ggp9JxVsTL5SuDepOO { background-color:rgba(232,224,226,0.42);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:none; }#WoqhxDLn6z0rc8Ggp9JxVsTL5SuDepOO > .row .container { border-width: 0; border-radius: 0; }#WoqhxDLn6z0rc8Ggp9JxVsTL5SuDepOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoqhxDLn6z0rc8Ggp9JxVsTL5SuDepOO > .row .container { width:20rem;height:82.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qKG2qJFeTZJVGl1ihCWbbcRUTccFkJUA { top:1.312255859375rem;left:0rem;width:20rem;height:3.8997375rem;z-index:15000;font-family:montserrat;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOT59S4KzpyimpulC2x2dLBELLl6oywX { top:7.8741455078125rem;left:2.1868896484375rem;width:14.4995rem;height:2.92448125rem;z-index:15001;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phzzwt1H1zvh4J3CKBCtePLvVwZ7GVxu { top:11.436279296875rem;left:2.71728515625rem;width:14.5625rem;height:14.3125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FkltVbT3nqCMDIRZsP3yubPsREExm5aI { top:30.247802734375rem;left:1.25rem;width:17.5rem;height:4.38671875rem;z-index:15002;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpQvRvE0JVHpd6FaM71owdNI5wvpU2ZV { top:35.288208007812rem;left:0.843505859375rem;width:18.312375rem;height:12.937rem;z-index:15003;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #n4ptNHvktoT1oOdNolr4VClIe6b2TLiT { top:52.747192382812rem;left:1.25rem;width:17.5rem;height:2.92448125rem;z-index:15003;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InDULrnRmORl7eNkvfgsTZKnTX4vGRsT { top:57.319946289062rem;left:0rem;width:20rem;height:21.1875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs { background-color:rgba(232,224,226,0.42);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; }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .row .container { background-color: transparent; background-image: none; }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .row .container > .video-iframe-container { display: none; }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .row > .video-iframe-container { display: none; }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .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); }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .row .container { border-width: 0; border-radius: 0; }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuQdsBlemqsf2TVb5TPN4gT2GAbdWnLs > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc3VXlV2b8SisQgppCDaORh1p4kdSgfI { top:8.4375009536744rem;left:0rem;width:18.75rem;height:1.625rem;z-index:15000;text-align:left;text-align-last:left;font-family:montserrat;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlF0OeuPF07vavzxBu6PNEQc9lwNW6WI { top:7.6191463470456rem;left:0rem;width:19.4355625rem;height:31.19533125rem;z-index:15002;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #iMN2x8PIupkmKtzLBcTzPQFNayvPBaDJ { top:1.4166669845581rem;left:0.62500005960463rem;width:18.75rem;height:4.875rem;z-index:15001;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfq7pFinobq3ZLCU64lBL0QynfztLqhA { background-color:rgba(255,255,255,0.42);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; }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .row .container { background-color: transparent; background-image: none; }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .row .container > .video-iframe-container { display: none; }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .row > .video-iframe-container { display: none; }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .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); }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .row .container { border-width: 0; border-radius: 0; }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfq7pFinobq3ZLCU64lBL0QynfztLqhA > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk6Ja2PSceUzNZVRrEBXcEpyRENHwdyt { top:0.9375rem;left:0.90625rem;width:18.1875rem;height:5.361325rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.375rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VGru2FAuiDcO6BnavkMrxVLEJ90mNpKB { top:7.6875rem;left:0rem;width:20rem;height:36.39451875rem;z-index:15001;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Iu6QmulateDqO603Lt3zOaVegrNnKltO { top:9.3958320617675rem;left:4.6145833134651rem;width:12.5rem;height:1.29980625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm { background-color:rgba(232,224,226,0.42);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; }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .row .container { background-color: transparent; background-image: none; }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .row .container > .video-iframe-container { display: none; }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .row > .video-iframe-container { display: none; }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .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); }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .row .container { border-width: 0; border-radius: 0; }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qac0oTSwwsI40IfuTCoHLmmWLvxoyvHm > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2BsL3r9a4IqMtx4TqGHvMLTZpNEHo6N { top:0.96875rem;left:0rem;width:19.5625rem;height:5.84911875rem;z-index:15002;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF3F2tb4fqd2lw9toifeZSsF6QknSSl1 { top:8.03125rem;left:0rem;width:20rem;height:21.5947125rem;z-index:15003;font-size:1rem;font-family:montserrat;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nQPo0Smf1yazoCKgcAW9UJzXvmHMcNM5 { top:31.03125rem;left:0rem;width:12.5rem;height:5.11816875rem;z-index:15004;font-size:1.3125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #qSOines0O2PxcfKQcZ8axLTwEacWG3gK { top:36.148448944092rem;left:0rem;width:20rem;height:5.199225rem;z-index:15005;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #S9f9zWZsgKIJkpTlhTFKTFV4rx72QCUC { top:37.586599349976rem;left:0rem;width:20rem;height:11.375rem;z-index:15006;font-size:1.25rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T15rze8FX59UvGAA7lozzAPb46DZf7fU { top:46.522787094116rem;left:0rem;width:20rem;height:20.7968875rem;z-index:15006;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GgrX5J5yKNnGofe0BuBrm7026HJ2PiFN { background-color:rgba(223,222,222,0.42);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:none; }#GgrX5J5yKNnGofe0BuBrm7026HJ2PiFN > .row .container { border-width: 0; border-radius: 0; }#GgrX5J5yKNnGofe0BuBrm7026HJ2PiFN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GgrX5J5yKNnGofe0BuBrm7026HJ2PiFN > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SS4UdBWRW8N9oudHqoRhkqK9n9UTTBrC { top:0.625rem;left:0rem;width:20rem;height:3.8994125rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.5rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #INS9ECDm0ZWiwC3yl2HkP73XPUiLBQxG { top:5.88916015625rem;left:0rem;width:20rem;height:24.86083125rem;z-index:15003;text-align:center;text-align-last:center;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #IHCZJdQBw3tn65iNush7CTCiBdPdHEgr { 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row .container { border-width: 0; border-radius: 0; }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IHCZJdQBw3tn65iNush7CTCiBdPdHEgr > .row .container { width:20rem;height:75.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UVgNWxFd54H90NETnzEUTEhvFCV4rF0l { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7LCS40EzZb6PS545eadSlzyGkV0cnU4 { width:20rem;height:0;top:15.325317382812rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0naJ2WFq6IiFK5fDClDqoLgcTZ2xytK { width:20rem;height:8.9355625rem;top:1.1248779296875rem;left:0rem;font-size:1.375rem;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Iows8fgGTeFdTwlwteqF0pHT0weCun63 { width:20rem;height:5.84716875rem;top:11.324462890625rem;left:0rem;font-size:1.125rem;z-index:15003;font-family:montserrat;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xrCAKgqK0135g1eIA8sfC0zoF2EA4Xw4 { top:18.998413085938rem;left:0rem;width:19.812rem;height:12.124625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JHcOx4o2po6xsTtVL1y2FTKz1RIA3yfQ { width:20rem;height:25.3125rem;top:32.372413085938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm { display:none; }#vPVEm4uE33ncRNJUVTX9T70TWVvmuyvm > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pQCRVsrbZBTltdDO6FGhqeck8ASCxdc9 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3g1kwEc6g3TsBR3ePFOL6nbl9g338Vp { width:20rem;height:15.059588471683rem;top:1.1212158203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 { display:none; }#TxPKtzcTQPGg7iBfkE3AZ6brZPIuiG36 > .row .container { width:20rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P86q3QpICNvGtoVM8We7rlJP4siBFZOS { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugqFhp2D0K6NerKLTqB2EKIrhouvEnwy { width:20rem;height:19.0033rem;top:4.7357177734375rem;left:0rem;font-size:1.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #deJnMqMescBpXmG0UsDBfQy1EwaAnITx { display:none; }#deJnMqMescBpXmG0UsDBfQy1EwaAnITx > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bdi2qWIcWKFEDECKJwAsOlVPaaNe5XTh { width:20rem;height:auto;top:0.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #u12Of7rr8R3J3phqcVC5ccQBVaPPvqmM { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHPLI4mIwpnGienomxKx1KTF20L2WEcB { background-color:rgba(223,222,222,0.42);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:none; }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .row .container { border-width: 0; border-radius: 0; }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHPLI4mIwpnGienomxKx1KTF20L2WEcB > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBvHQGUKtxIfx1f8D8nyPDu3u0Ao9WMF { width:20rem;height:5.361325rem;top:16.451416015625rem;left:0rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qkwfx77rlo1JNRF00Tmd31lkUE8dfotw { top:1.248779296875rem;left:0.4376220703125rem;width:19.124125rem;height:14.375rem;z-index:15005;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #u5L2hepzQxaq3wDb6m0u2TJ42GuaOfQy { top:22.8271484375rem;left:0rem;width:20rem;height:19.00330625rem;z-index:15002;font-family:montserrat;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4OBwxDRL84pxEJW5ANrOSifV4Alv95l { width:20rem;height:0;top:43.0804609375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAyKEVAaRTMEWzmhTRsHpafRv1TDtew2 { background-color:rgba(223,222,222,0.42);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:none; }#NAyKEVAaRTMEWzmhTRsHpafRv1TDtew2 > .row .container { border-width: 0; border-radius: 0; }#NAyKEVAaRTMEWzmhTRsHpafRv1TDtew2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAyKEVAaRTMEWzmhTRsHpafRv1TDtew2 > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GGHiZ6oURm42TedFv18EzB7rxTNbIBwG { width:20rem;height:7.8003125rem;top:16.451416015625rem;left:0rem;font-size:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dJzsqgJETFIMEBSTh5xNoMG51LK6LFoT { top:1.248779296875rem;left:0.4376220703125rem;width:19.124125rem;height:14.375rem;z-index:15005;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Tpd1nUiLNqwl5iUA4iu4RfWEuwwqisLI { width:20rem;height:0;top:43.0804609375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSa45pDeiPp4daEHuiLfhRIGmuuRixWD { top:25.654296875rem;left:0rem;width:20rem;height:23.3886625rem;z-index:15006;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ld02Mt1TITycf4blH41EVU5LuznkfMu3 { background-color:rgba(223,222,222,0.42);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:none; }#ld02Mt1TITycf4blH41EVU5LuznkfMu3 > .row .container { border-width: 0; border-radius: 0; }#ld02Mt1TITycf4blH41EVU5LuznkfMu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ld02Mt1TITycf4blH41EVU5LuznkfMu3 > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P3u9tZZ6I9brOoBuSksnzGu1UE2CaVvX { width:20rem;height:5.361325rem;top:16.826416015625rem;left:0rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cRTeBRuf2GLh8imf9SusLrA18gETiz8o { top:1.1864013671875rem;left:0.7489013671875rem;width:18.49975rem;height:14.562375rem;z-index:15005;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ydXZoxBc60tO0M9mFtesGOq6guNAzTnO { top:23.2021484375rem;left:0rem;width:20rem;height:19.00330625rem;z-index:15002;font-family:montserrat;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bky7UrZX35p4Fl3XbQGLTgRFErIOu7uE { width:20rem;height:0;top:43.0804609375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGemSgDrfDyVf6x1A54rtteQp23H2gFo { display:none; }#pGemSgDrfDyVf6x1A54rtteQp23H2gFo > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kC0he2bbJbbL55qSZvtMhB9MUzT5cavI { width:20rem;height:35.1013125rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhgu6DRhBoMr4oPme3pThaJTPLqpue56 { background-color:rgba(255,255,255,0.57);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:none; }#lhgu6DRhBoMr4oPme3pThaJTPLqpue56 > .row .container { border-width: 0; border-radius: 0; }#lhgu6DRhBoMr4oPme3pThaJTPLqpue56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lhgu6DRhBoMr4oPme3pThaJTPLqpue56 > .row .container { width:20rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mtgFFp3iR1Tx0OyEMBF4FuakMr2GHCu8 { top:1.436767578125rem;left:0rem;width:20rem;height:5.84911875rem;z-index:15000;font-size:1.5rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdmyFfPOhsWQnkKcacSKWuRHph8KDQVL { top:8.223876953125rem;left:0rem;width:19.4360625rem;height:21.93601875rem;z-index:15001;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #HN5EBLGoWTDIXt7sUGW0JHbmTd6skeWk { background-color:rgba(223,222,222,0.42);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:none; }#HN5EBLGoWTDIXt7sUGW0JHbmTd6skeWk > .row .container { border-width: 0; border-radius: 0; }#HN5EBLGoWTDIXt7sUGW0JHbmTd6skeWk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HN5EBLGoWTDIXt7sUGW0JHbmTd6skeWk > .row .container { width:20rem;height:81.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kv6NpAax6TBaFKXmgdJ5su4sRJiRkQpT { top:0.909423828125rem;left:0rem;width:20rem;height:3.8994125rem;z-index:15001;font-size:1.5rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nN6u2ys7cp3ShMqRHBnGGn86mBUuZm8M { top:6.58203125rem;left:0rem;width:20rem;height:72.8789rem;z-index:15002;font-size:1.125rem;line-height:1.2;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hrZfdgNDOsniAGIl1uHsL8uq1JFunZgg { background-color:rgba(255,255,255,0.42);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:none; }#hrZfdgNDOsniAGIl1uHsL8uq1JFunZgg > .row .container { border-width: 0; border-radius: 0; }#hrZfdgNDOsniAGIl1uHsL8uq1JFunZgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrZfdgNDOsniAGIl1uHsL8uq1JFunZgg > .row .container { width:20rem;height:64.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kgU8f9ERcDm0QPQfFMpu6oawwqvgkwBH { width:20rem;height:3.8994125rem;top:1.0760498046875rem;left:0rem;font-size:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TV7Ro3Nblgd8vR3H54sSCUtrQuyTaKcb { width:20rem;height:0;top:43.0804609375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv { background-color:rgba(255,255,255,0.42);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; }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .row .container { background-color: transparent; background-image: none; }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .row .container > .video-iframe-container { display: none; }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .row > .video-iframe-container { display: none; }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .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); }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .row .container { border-width: 0; border-radius: 0; }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5AvI1UxHpXRMH8HaNdZ5AzoXI56EXDv > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTEVax24siLDCVyBEdVOV688HHsHF38m { top:0.98681640625rem;left:1.8125rem;width:16.375rem;height:5.84911875rem;z-index:15001;font-size:1.5rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxltMh4HK8cB855PcGSta7HPb8xqkFp5 { width:20rem;height:12.9980375rem;top:7.39599609375rem;left:0rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SPOg8IHpwMmBXrVeD5S0gHUA1J9vnyp5 { width:20rem;height:16.897475rem;top:28.77685546875rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #o8zF28MnSazlk0FwF2Ja4rLHE7znkXxm { width:20rem;height:6.5rem;top:20.95703125rem;left:0rem;font-size:1.25rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaQ6kofeWHMBzQKbu2khLsQIfJI4dVXv { background-color:rgba(223,222,222,0.42);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:none; }#zaQ6kofeWHMBzQKbu2khLsQIfJI4dVXv > .row .container { border-width: 0; border-radius: 0; }#zaQ6kofeWHMBzQKbu2khLsQIfJI4dVXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaQ6kofeWHMBzQKbu2khLsQIfJI4dVXv > .row .container { width:20rem;height:33.63914453125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BSvDZx6ZcqSTWS5s9ZuAAOdM1JbgHRdK { top:1.21826171875rem;left:0rem;width:20rem;height:7.798825rem;z-index:15000;font-family:montserrat;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQGKy2hJrapWqBcygKstqDc6ThFtGgAT { top:10.591918945312rem;left:0rem;width:19.749125rem;height:20.24413125rem;z-index:15001;line-height:1.2;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #LTpRJSIRcODahVEigzmzuCuFoaFViR2B { top:2.59814453125rem;left:0rem;width:20rem;height:31.04103125rem;z-index:15002;font-family:montserrat;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EATe3MhHVGvA2ml9kuosZITTtisPDNiT { background-color:rgba(255,255,255,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .row .container { background-color: transparent; background-image: none; }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .row .container > .video-iframe-container { display: none; }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .row > .video-iframe-container { display: none; }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .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); }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .row .container { border-width: 0; border-radius: 0; }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EATe3MhHVGvA2ml9kuosZITTtisPDNiT > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu7p3xRaUVWQwNvdffLJu995peoJ3hGQ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOdfLGimHtTzHTE2sHvnOpUefGp1nZSV { width:20rem;height:0;top:12.89975rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlgcdwX3mxld9NXat0gAq3T7N4hXy66R { width:20rem;height:5.84911875rem;top:0.9368896484375rem;left:0rem;font-size:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OcsCeOcE02rS9PGXSnPhw4wncFOa44JG { top:8.21630859375rem;left:0rem;width:20rem;height:36.39455rem;z-index:15002;font-family:montserrat;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnaZ91mprHElNoZRi3Urys4fKgTUWD95 { background-color:rgba(232,224,226,0.42);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; }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .row .container { background-color: transparent; background-image: none; }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .row .container > .video-iframe-container { display: none; }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .row > .video-iframe-container { display: none; }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .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); }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .row .container { border-width: 0; border-radius: 0; }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnaZ91mprHElNoZRi3Urys4fKgTUWD95 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcflMqI2ibWnFWx6U8Pnld43ONmWQWQD { top:0.6533203125rem;left:0rem;width:20rem;height:31.195325rem;z-index:15003;font-family:montserrat;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7LEn6B3XiIcNzzebOwBHC4168nnw6yS { background-color:rgba(255,255,255,0.42);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; }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .row .container { background-color: transparent; background-image: none; }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .row .container > .video-iframe-container { display: none; }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .row > .video-iframe-container { display: none; }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .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); }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .row .container { border-width: 0; border-radius: 0; }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7LEn6B3XiIcNzzebOwBHC4168nnw6yS > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMTyv4TBTzhxNuvpWTPbDNDGIgbKxaw4 { top:1.4678955078125rem;left:0rem;width:20rem;height:7.1484375rem;z-index:15000;font-family:montserrat;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLWUJnpQP3zLqsSdoyE2JA8KXef3PrCt { top:10.1533203125rem;left:0rem;width:19.7485625rem;height:15.59618125rem;z-index:15001;line-height:1.2;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #e3y2Jdx7P7ngaLv2CpsgrGK2tALf7ar5 { background-color:rgba(255,255,255,0.42);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:none; }#e3y2Jdx7P7ngaLv2CpsgrGK2tALf7ar5 > .row .container { border-width: 0; border-radius: 0; }#e3y2Jdx7P7ngaLv2CpsgrGK2tALf7ar5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3y2Jdx7P7ngaLv2CpsgrGK2tALf7ar5 > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BxTOdGmbW6Jz5GJXPveJI8UUT6ElJg9J { top:1.5301513671875rem;left:0rem;width:20rem;height:5.84911875rem;z-index:15001;font-family:montserrat;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnCAFwMPnITyhgnxQ67gDbB2KsM4v6gy { top:9.566650390625rem;left:0rem;width:20rem;height:22.94336875rem;z-index:15002;font-size:1.125rem;font-family:montserrat;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ItLHgk8CTsqOllpEXexmw44cSHEOhaPP { background-color:#dfdede;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:none; }#ItLHgk8CTsqOllpEXexmw44cSHEOhaPP > .row .container { border-width: 0; border-radius: 0; }#ItLHgk8CTsqOllpEXexmw44cSHEOhaPP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItLHgk8CTsqOllpEXexmw44cSHEOhaPP > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CL7Vsh3zmEwN2XPgRTneDOJhiTlIm8Hx { top:1.2884521484375rem;left:0rem;width:20rem;height:9.7485625rem;z-index:15000;font-size:1.5rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrRna3LOHrOlcuUy0W0yAo1kznBttbgR { top:12.765258789062rem;left:0rem;width:20rem;height:14.8457125rem;z-index:15001;font-size:1.125rem;font-family:montserrat;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k { display:none; }#ADTcBql70Q7PwSn3AiXSOWT8gBR2pM6k > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FvtXhth3MeOfpW90PdS1m7RtPpxvJqRV { width:20rem;height:auto;top:0.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTZCmEkxZ5IgXpslaMok9E13DyWvQ559 { width:20rem;height:0;top:15.551125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdeG7M6sB1aUcwR1y7xaCtP3Oomv3MfR { width:20rem;height:13.051515350692rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5aGpbyCBNJbA5WhH0vvwwJ8R2Je2yNo { background-color:rgba(255,255,255,0.42);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:none; }#N5aGpbyCBNJbA5WhH0vvwwJ8R2Je2yNo > .row .container { border-width: 0; border-radius: 0; }#N5aGpbyCBNJbA5WhH0vvwwJ8R2Je2yNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5aGpbyCBNJbA5WhH0vvwwJ8R2Je2yNo > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LZH9T4ZEegWBLFte26v1JnGZT0ayqSCE { width:20rem;height:0;top:43.0804609375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNoZPsrwBlSLWai7LRlwUrgcTGi3Ro6O { top:0.826416015625rem;left:0rem;width:20rem;height:0;z-index:15006;font-size:1.5rem;font-family:montserrat;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tcn7bSREvxHK4cXPO1zR3N8e0OcSchI5 { top:9.4598388671875rem;left:0rem;width:20rem;height:16.0797125rem;z-index:15007;font-size:1.125rem;font-family:montserrat;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l54ravO73vfQdWMZkd9AAhe0qZRo2for { background-color:rgba(223,222,222,0.42);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:none; }#l54ravO73vfQdWMZkd9AAhe0qZRo2for > .row .container { border-width: 0; border-radius: 0; }#l54ravO73vfQdWMZkd9AAhe0qZRo2for > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l54ravO73vfQdWMZkd9AAhe0qZRo2for > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fTF6sUvZHOxTEntX6md2GFff154fqIbu { top:0.7796630859375rem;left:0rem;width:20rem;height:5.85021875rem;z-index:15001;font-size:1.5rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #FPM7XoeLwQLRZU0fh0cMMONdHhzbzPok { top:9.0899658203125rem;left:0rem;width:20rem;height:26.3122625rem;z-index:15008;font-size:1.125rem;font-family:montserrat;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO { background-color:rgba(255,255,255,0.42);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; }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .row .container { background-color: transparent; background-image: none; }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .row .container > .video-iframe-container { display: none; }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .row > .video-iframe-container { display: none; }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .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); }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .row .container { border-width: 0; border-radius: 0; }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0g9LTSb5tr24TI0ytAxxn2tXiROhCxO > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXitvv0GqLH3DGaSyKms0uMf5RyCdtmW { top:11.1875rem;left:0rem;width:20rem;height:13.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f3g44k2TfITQVFiJXeBfq3OUOZUf78Bh { top:1.2481689453125rem;left:0.96923828125rem;width:18.0615rem;height:9.0995875rem;z-index:15003;font-family:montserrat;font-size:1.75rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqWO06TWpxDcF3Lge2bor8vNFlnJB9kD { top:25.625rem;left:0rem;width:20rem;height:10.2368125rem;z-index:15004;font-family:montserrat;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3ZN0Ga9mk1WAM9q8ePLPCgb13NyTpkN { top:37.1875rem;left:0rem;width:20rem;height:3.8994125rem;z-index:15005;font-family:montserrat;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx { display:none; }#xKqgnT3IxThZG0Xk6FgrswGaF4HcvBDx > .row .container { width:20rem;height:101rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mIz9T9eOHpG36fV8d5mo12S2n124uzRV { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNB4xuRfGO85xhLPBtRy2qaGnzUKkqh9 { width:20rem;height:13.6486875rem;top:13.9495875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQgCouLKuKb5Tag0chFntT8cyBRZVUSe { width:20rem;height:70.9405rem;top:28.848275rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbWXRqVgr0PgvdxXzHgGBKVNoz9IMLFd { display:flex;width:5rem;height:5rem;top:7.6995875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI { background-color:rgba(255,255,255,0.61);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; }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .row .container { background-color: transparent; background-image: none; }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .row .container > .video-iframe-container { display: none; }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .row > .video-iframe-container { display: none; }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .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); }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .row .container { border-width: 0; border-radius: 0; }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JECcxISoyCTTOyUDcOFkXDs7lE6r5FyI > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3viAoHA9sotcTevyKTHXz3AREHOoGrO { top:13.16162109375rem;left:0rem;width:19.87425rem;height:43.30563125rem;z-index:15000;font-size:1.125rem;line-height:1.1;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #tKuR4vWRaW9cfHTzss8ZKWv8D4o3BGFR { top:5.0384521484375rem;left:0rem;width:20rem;height:8.125rem;z-index:15001;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #iMCd2ExnTsofXuqh9EabH0OwnuaTvVtW { display:flex;top:1.0162353515625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 { background-color:rgba(223,222,222,0.42);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; }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .row .container { background-color: transparent; background-image: none; }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .row .container > .video-iframe-container { display: none; }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .row > .video-iframe-container { display: none; }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .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); }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .row .container { border-width: 0; border-radius: 0; }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrldMQNfITIzVbR6TM5z29WOH5LxCXT0 > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkPSTN9J8lCK2zBJLtQfXQ8PfXZDO4DB { top:14.447021484375rem;left:0rem;width:19.8736875rem;height:38.35645625rem;z-index:15000;font-size:1.125rem;line-height:1.1;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ZLBLepu0OdyLzO1JLpq2BHVW8dXFIqrS { top:4.476318359375rem;left:0rem;width:20rem;height:8.125rem;z-index:15001;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #CmyBexO3br2Pv9NWOlUUPuaPbsaiIwVH { display:flex;top:0.640869140625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #mKWzAxFHV42XP81vd0p6igwf7ZwkWbfH { top:55.068969726562rem;left:0.46875rem;width:19.0625rem;height:5.49926875rem;z-index:15003;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #l2bTU3HaO5ZJv9vTfZT87xqcOa70Ezt2 { display:block; }
 }@media only screen and (max-width: 763px) { #Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G { display:none; }#Lk0EOu99TQDWXps8U4GqxHh52dsVcD3G > .row .container { width:20rem;height:71.840625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KWzpDl7vVRsfDXgapItG7J5QDiuzzaZk { width:20rem;height:64.34125rem;top:7.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVNMIVgJZNITTB1hIMdrDR1ggnTSwVsJ { width:20rem;height:auto;top:7.3125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIdQrn9tXR69sffEnPzH6xDXr0BiMJ7B { display:flex;width:5rem;height:5rem;top:1.25rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #BbVQGv16TNEn5XasIw3DUK9pHDP4O1zd { top:45rem;left:9.9375rem;width:0.0625rem;height:4.9375rem;z-index:15003;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #rGG7PZu66zGWzWwMOFTa4ntpP2vUSTkg { display:block; }
 }@media only screen and (max-width: 763px) { #Mq503hoLwvzPPxFXluHUvALHMDx6yqAs { width:19rem;height:7.0625rem;top:51.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmDDrJBhbO1moQBzxkxnQWwhPFSkTyWt { display:block; }
 }@media only screen and (max-width: 763px) { #bFI4cO3UXN6eEIzNQxJRasagPqikc715 { display:none; }#bFI4cO3UXN6eEIzNQxJRasagPqikc715 > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fzaPaM8zd4FwuglSGPeHALhwzpbTg1Rk { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCKC9Dl1LQ4Ng4aJ8cgNJXHTUspqlsq2 { background-color:rgba(255,255,255,0.57);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:none; }#fCKC9Dl1LQ4Ng4aJ8cgNJXHTUspqlsq2 > .row .container { border-width: 0; border-radius: 0; }#fCKC9Dl1LQ4Ng4aJ8cgNJXHTUspqlsq2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCKC9Dl1LQ4Ng4aJ8cgNJXHTUspqlsq2 > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DaO20x19uZa7AD3Qpy3a5Cz3vczGTbeJ { top:1.436767578125rem;left:0rem;width:20rem;height:5.85021875rem;z-index:15000;font-size:1.5rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoQk8eAy3SUdbfPoMeLqtcsWgPgffuMv { top:8.988037109375rem;left:0rem;width:19.43725rem;height:13.156125rem;z-index:15001;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw { background-color:#000000;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; }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .row .container { background-color: transparent; background-image: none; }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .row .container > .video-iframe-container { display: none; }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .row > .video-iframe-container { display: none; }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .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); }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .row .container { border-width: 0; border-radius: 0; }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4eFgPwzqGtUk6oM6Si4uFfOQMrQERAw > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLp5Ch19mxm5gI4BRtXO1VMPwasUfRwk { top:2.35595703125rem;left:0.6549072265625rem;width:18.687125rem;height:5.84960625rem;z-index:15000;color:#ffffff;font-family:montserrat;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 { background-color:rgba(255,255,255,0.32);background-image:none;display:block; }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .row .container { background-color: transparent; background-image: none; }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .row .container > .video-iframe-container { display: none; }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .row > .video-iframe-container { display: none; }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .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); }#szRcpIO1tlnlw7UTdauPlB1TwbFtIyE9 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkudqWmt9qZanD6vAiKckN4krEph1INT { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #g22ZiDnrOwKcmVSoBTu68ZitgilZlZBI { width:20rem;height:0;top:10.3003125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7U76EXtHNlAwu8mL6Mceks2Nuo27ZOK { width:20rem;height:0;top:51.5124375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVTHr30lyEJnvgwoksLpCIavZ6cAQT73 { width:14.812rem;height:9.249875rem;top:7.5616455078125rem;left:2.5933837890625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MRi8rbxFvaOarmlVsuyCxTHrzdAiJCPE { width:20rem;height:9.4472625rem;top:18.999633789062rem;left:0rem;font-size:1.125rem;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zgoLqb1DvzS3eSQcWC4UAeJ0LqL1ZaKn { top:0.8935546875rem;left:0.9375rem;width:18.125rem;height:5.361325rem;z-index:15004;font-size:1.375rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n03In3kRWMwGcHhoRetOuKDu9arAtmLm { background-color:rgba(223,222,222,0.42);background-image:none;display:none; }#n03In3kRWMwGcHhoRetOuKDu9arAtmLm > .row .container { width:20rem;height:36.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QUk67FyvD2CSlfbZpmkBcoXZT1CJvoTB { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKN0uxQQiceyR5m6J8QQLXVVuW9S0wG1 { width:20rem;height:0;top:10.3003125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJwhAcezkWap56D4rGaIpi1Tnv3Jp9CX { width:20rem;height:0;top:51.5124375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcix2a6cgJETCZh1Vml6EzqxmS4u671r { width:20rem;height:14.8461875rem;top:18.999633789062rem;left:0rem;font-size:1.125rem;z-index:15003;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kdhJSIt1GRz8IIChypZMTZJ13ivTpLct { top:0.8935546875rem;left:0.9375rem;width:18.125rem;height:5.361325rem;z-index:15004;font-size:1.375rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uuZiFlriiuz4fT5eSiZnIByVBFzL5Nr4 { top:6.2542724609375rem;left:1.6864013671875rem;width:16.62475rem;height:10.9375rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a { display:none; }#TeT1a8ku4M0MQ6IGA6WcIdcuQnKfB95a > .row .container { width:20rem;height:133.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nFd6JOK50OIJM07mZpOmkEEvUOvL8T80 { width:20rem;height:0;top:39.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hnuycrs9ylmGDC8NHdZcOveGp8oG3R8i { top:30.971336364746rem;left:0rem;width:20rem;height:83.34759375rem;z-index:15019;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #J5AdsmFBHBcDRrWlKEslJzykq4EGQ2xq { width:20rem;height:12.989690721649rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf { display:none; }#R32nRqyIfzRuqXA480Zg7PuoQSKkIqbf > .row .container { width:20rem;height:132.42651240539rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CU65wy4akwUSlbcTu1fNWLADKfUbiDVs { width:20rem;height:20.137299771167rem;top:15.489375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #To48cvEIgRhdWwWa6BAfnBp86fSpmSaE { top:36.876129882812rem;left:0rem;width:20rem;height:28.6875rem;z-index:15000;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Vh7oLG3qC21hDJKElt71qafNHDhAJKo3 { width:20rem;height:auto;top:121.5rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XG7Z4SWqXvUMt5oAJTKkCnnO71AWW1vK { width:20rem;height:29.25rem;top:126.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7mwbuUN4ZOtHPHPztMNFXwSFJTCu7EL { width:20rem;height:16.858237547893rem;top:115.56883636474rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5CTM1ryJST3sMrFz3kuAwhsfpOl1L4 { background-color:rgba(223,222,222,0.42);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:none; }#cd5CTM1ryJST3sMrFz3kuAwhsfpOl1L4 > .row .container { border-width: 0; border-radius: 0; }#cd5CTM1ryJST3sMrFz3kuAwhsfpOl1L4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cd5CTM1ryJST3sMrFz3kuAwhsfpOl1L4 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lh20BTzZZPvaofOFyxZtTEHOmbOMs5Ts { top:1.5704345703125rem;left:0rem;width:20rem;height:10.55906875rem;z-index:15000;font-size:1.625rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #rXxvnTlLalaAEzi4ZAhvIctXAlxCTkil { top:29.9365234375rem;left:0rem;width:18.75rem;height:5.84716875rem;z-index:15003;font-size:1.125rem;font-family:montserrat;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NWkEsTi6ZNPtcRCnK7fdU0geFA1JHTDd { top:18.941040039062rem;left:4.625244140625rem;width:15.75rem;height:9.9375rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y2PcPJHpOVVIbMTLaRBmqKLgEHSbbkWA { top:13.06640625rem;left:0rem;width:16.0625rem;height:10.0625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 { background-color:#000000;background-image:none;display:none; }#AUl8kpQJNMqsunk5ZONaWUP9i2NqOAs7 > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kIumGT22vu6DDkclSEcxIOD0RXGelzML { width:14rem;height:0;top:1.25rem;left:3rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUAl74N3SBZL98QW9KuJqn9wIGL4uMOm { width:15.1875rem;height:3.90014375rem;top:1.2681884765625rem;left:2.9991319179535rem;font-size:1.5rem;z-index:15001;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xLblqkZObifx3keHUar6pUD4fOEm4s6L { display:none; }#xLblqkZObifx3keHUar6pUD4fOEm4s6L > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oi9oxR4XRxwuaUcTs80rP72rHeeHksHs { width:20rem;height:0;top:15.5291875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6SBiHGTWX9TlMg0LdotkNVE9CV2BNRu { width:20rem;height:13.029453241036rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6S1AFFnTiW5XosQOxkPwVoXDfhdpoaf { width:20rem;height:0;top:22.5916875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTelhwZ0Ai0xL60TCB3g6Im6eXJuOT8 { width:12.5rem;height:1.2994375rem;top:40.3416875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaW4HPllkad0zJuwGm9OQI7cm5kMaHzb { width:12.5rem;height:1.2994375rem;top:42.8416875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaoKntTzhC0N4WR0p3teAgiuTzesNdmB { width:19rem;height:11.375rem;top:27.7166875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyML7mcclI9Ii6Fq0ess7TTsNEBbsguE { display:block; }
 }@media only screen and (max-width: 763px) { #rC7h3UH7v6vcEugMl0W53NgIEmPsD9XJ { background-color:rgba(255,255,255,0.61);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:none; }#rC7h3UH7v6vcEugMl0W53NgIEmPsD9XJ > .row .container { border-width: 0; border-radius: 0; }#rC7h3UH7v6vcEugMl0W53NgIEmPsD9XJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rC7h3UH7v6vcEugMl0W53NgIEmPsD9XJ > .row .container { width:20rem;height:60.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eIT6dIyfrT0pDVV1W5rtgK4RbNEHJTwV { top:5.4931640625rem;left:0rem;width:19.8736875rem;height:47.0129375rem;z-index:15000;font-size:1.125rem;line-height:1.1;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #K5mwPtfzSsssqysO2sq3a3nzpIBw57JA { top:0.9722900390625rem;left:0rem;width:20rem;height:3.90014375rem;z-index:15006;font-family:montserrat;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWcNefFNdBzxLchUEO870XR4Jt6NtfPr { top:53.729614257812rem;left:1.25rem;width:17.5rem;height:5rem;z-index:15007;font-family:montserrat;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #u8BdCTxecXHQ37oTUIEqwK906Ek7WWdW { display:block; }
 }@media only screen and (max-width: 763px) { #oUBTCii0U0v4HaXDNHkpTJrShur8xhz1 { background-color:#000000;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:none; }#oUBTCii0U0v4HaXDNHkpTJrShur8xhz1 > .row .container { border-width: 0; border-radius: 0; }#oUBTCii0U0v4HaXDNHkpTJrShur8xhz1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oUBTCii0U0v4HaXDNHkpTJrShur8xhz1 > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E4ItQ4QAPuwUJZHmV9Hnvh6HgnNcJXZ9 { top:1.324462890625rem;left:0rem;width:20rem;height:3.90014375rem;z-index:15000;color:#ffffff;text-align:center;text-align-last:center;font-size:1.5rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GDdPE9KKMGE7Xt4FoybOO6IKJRaMb3fb { display:none; }#GDdPE9KKMGE7Xt4FoybOO6IKJRaMb3fb > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cAHtDEo7WRGL79LeB4KzLf0sXxwm5FL8 { top:12.124633789062rem;left:1.21826171875rem;width:17.56225rem;height:5.85021875rem;z-index:15000;font-size:1.5rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLkwTz9SApfDNLMXOLE2dikWea1ODoX0 { top:20.12451171875rem;left:0rem;width:19.74975rem;height:11.6943375rem;z-index:15001;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ruz8nyLEMmJTihoOPAv1PtTRqs8wv00S { top:0.6280517578125rem;left:1.9049072265625rem;width:16.187125rem;height:10.9375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fw61GaZzHmWGHx4Iz7VTTN5TxsR8eTlp { background-color:rgba(255,255,255,0.42);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:none; }#fw61GaZzHmWGHx4Iz7VTTN5TxsR8eTlp > .row .container { border-width: 0; border-radius: 0; }#fw61GaZzHmWGHx4Iz7VTTN5TxsR8eTlp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fw61GaZzHmWGHx4Iz7VTTN5TxsR8eTlp > .row .container { width:20rem;height:50.81101953125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VKwxJqc1yNNBONPCHUK90kACx5HNqeTz { top:22.35595703125rem;left:0rem;width:19.8736875rem;height:28.4552rem;z-index:15000;font-size:1.125rem;line-height:1.1;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #lA3fRrydCs7dBMqsX8mMG5LUbVAVWvEb { top:15.038452148438rem;left:0rem;width:20rem;height:6.499025rem;z-index:15001;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #k497dl39AB1rLO3VL9qf4Wx4JtueMvJE { top:0.7379150390625rem;left:0rem;width:19.874875rem;height:12.56225rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ufHnIcmGystMnkTqK9r0TxLJ5cFrMCpA { background-color:rgba(223,222,222,0.42);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:none; }#ufHnIcmGystMnkTqK9r0TxLJ5cFrMCpA > .row .container { border-width: 0; border-radius: 0; }#ufHnIcmGystMnkTqK9r0TxLJ5cFrMCpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufHnIcmGystMnkTqK9r0TxLJ5cFrMCpA > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sq3dCThth514CQiyaFv3lzkJWxc5Jv4G { top:22.070922851562rem;left:0rem;width:19.8736875rem;height:28.4552rem;z-index:15000;font-size:1.125rem;line-height:1.1;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xoTtTyZpJ0qcFRp4WHqsrih8GC9Gp0GT { top:12.8125rem;left:0rem;width:20rem;height:6.499025rem;z-index:15001;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ewCCVB9gzQvB5p56fB2rgJLXOmU6Qk95 { top:50.525512695312rem;left:0.46875rem;width:19.0625rem;height:5.49926875rem;z-index:15003;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #kfTWe6FNdqttNGEUPMc9a4QKFxCIXADb { display:block; }
 }@media only screen and (max-width: 763px) { #UMO4T0D9mhHMcw2o0O7RREEKViD8sJXV { top:0rem;left:0rem;width:20rem;height:12.8125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f { background-color:#ffffff;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; }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .row .container { background-color: transparent; background-image: none; }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .row .container > .video-iframe-container { display: none; }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .row > .video-iframe-container { display: none; }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .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); }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .row .container { border-width: 0; border-radius: 0; }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZ4BcGeQZUNMHKZq5eRKI7fhs205xo4f > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRPC4a9ikvTVce4w5N0KZzUmFHTPahUE { width:19.9985625rem;height:1.950075rem;top:1.4858255386352rem;left:0rem;font-size:1.5rem;z-index:15014;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r0OWo5I8XZrnQSQStp2Vkz1ZfZSLLCH0 { top:2.64453125rem;left:0rem;width:19.6861875rem;height:4.2246125rem;z-index:15015;font-size:1.625rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sqiOu2um6E4aAFySTytlr7JHU3im22vl { display:block; }#sqiOu2um6E4aAFySTytlr7JHU3im22vl > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhdWeAxWfEmgUlJAMIRnRpq1PF7laMqx { top:4.6914072036743rem;left:0rem;width:19.8125rem;height:1.54394375rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #vyea5iX1qghCLdHHaZ5TlCcvFyNUuFCJ { top:17.947265625rem;left:0rem;width:19.9995rem;height:15rem;z-index:15002;font-family:montserrat;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QoIGQ34zWnmV8GZatTIVAVThCNweuqND { top:1.857421875rem;left:0rem;width:19.9375rem;height:14.25rem;z-index:15001;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #vBMCnDNaIiZb2NUy7ffvt3rxG1kna2au { display:block; }#vBMCnDNaIiZb2NUy7ffvt3rxG1kna2au > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfMxSZ9PsgMLolxM99wIxilcU5nRAA6c { top:0.53125rem;left:0rem;width:20rem;height:28.6875rem;z-index:15000;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #fDDmwZP7Kwh9Hgx5mJVlBWtFFn63WtUs { top:34.937501311302rem;left:0rem;width:20rem;height:12.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tyaAZWT4B84PNOy73R4XTnfXbFOudQMy { top:31.20833337307rem;left:3.7500002980233rem;width:12.5rem;height:1.625rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #HenvhLHdLKfbVkxEaTV9Uo0kgAmc6HCn { top:49.354157209396rem;left:0rem;width:20rem;height:24.875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VpeJJrwyZPAa3KcrkEJqG2vEzcmhyxeg { display:block; }#VpeJJrwyZPAa3KcrkEJqG2vEzcmhyxeg > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZgopPgNCAFXpZxZMpFBM4T7fa4k5FRg { top:0rem;left:0rem;width:20rem;height:14.3125rem;z-index:15003;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #g5xAyK6Czyi7hZ4T2GKLiryBG1NuCpyv { top:16.187500476837rem;left:0rem;width:20rem;height:20rem;z-index:15004;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Fu4Q07R2a1HWfbW8D6m0K0wVTrMTTe73 { top:37.154138565064rem;left:0rem;width:19.9979375rem;height:16.8739375rem;z-index:15005;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv { background-color:#000000;background-image:none;display:block; }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .row .container { background-color: transparent; background-image: none; }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .row .container > .video-iframe-container { display: none; }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .row > .video-iframe-container { display: none; }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .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); }#p33MeJtTgNCivUCTh9CyzXTnx8oVS1sv > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8ED8O6kgXx2Xokt8fBadmtFEfS2nKJ5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #khv3kHFuKZfvS1yVPJp8nCBw8aOkmdlk { width:19.9985625rem;height:3.8994125rem;top:0.861083984375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15001;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #AoJyureuX1JWRusNARzguGWodyT0scvL { display:block; }#AoJyureuX1JWRusNARzguGWodyT0scvL > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWna1CkZNPQKTvbBinO7Lqh75TBgiTxR { display:block; }#CWna1CkZNPQKTvbBinO7Lqh75TBgiTxR > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDXcOwBeNgq6H6NucIC4HDJrBUh6ZPzW { width:20rem;height:0;top:22.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkU72VBcgNTPD5TgUI1Ok8EZpBygieZu { width:19.9375rem;height:14.9375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V4ZTtHP27W8vTUfXw77CnsMUfCaOARVX { width:19.9981875rem;height:14.62400625rem;top:17.80517578125rem;left:0rem;font-size:1.125rem;z-index:15002;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 { background-color:#000000;background-image:none;display:block; }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .row .container { background-color: transparent; background-image: none; }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .row .container > .video-iframe-container { display: none; }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .row > .video-iframe-container { display: none; }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .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); }#GT6EkeT3wxnzk19pubdW1sISAzGaHOW4 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU8iV02qMPhk4g6IcsTsvuCRnlX0bLFP { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRHzhUH1m7xnKHswNFo1BS2yyyLDKgJy { width:14.125rem;height:5.84911875rem;top:1.5555553436279rem;left:2.9375rem;font-size:1.5rem;z-index:15001;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #WMKWlwPk6UDwTDN0JpCLApkxDQyp2me1 { display:block; }#WMKWlwPk6UDwTDN0JpCLApkxDQyp2me1 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpRn5Iq6WnBUROU8OPD1EDuKV3uJ3wZ1 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BiChi6MhiZfdRFGuMfeGH7RMhtNeIO1F { width:19.99825rem;height:24.86083125rem;top:1.404501914978rem;left:0rem;font-size:1.125rem;z-index:15001;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI { background-color:#000000;background-image:none;display:block; }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .row .container { background-color: transparent; background-image: none; }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .row .container > .video-iframe-container { display: none; }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .row > .video-iframe-container { display: none; }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .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); }#xuVIal4r4AlwbXy2i4tTzseK8JKNWzNI > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ca93uZAHaEKX4B2lT0FwcKTX2cougBZL { width:14rem;height:0;top:1.25rem;left:3rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L73yfZnG96TbSTrS4t1UxrdbJliEG9f5 { width:15.1875rem;height:3.8994125rem;top:1.2681884765625rem;left:2.9991319179535rem;font-size:1.5rem;z-index:15001;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GZCoARdRJEQUvtH7TO6TxVk6iJ7GzpXI { display:block; }#GZCoARdRJEQUvtH7TO6TxVk6iJ7GzpXI > .row .container { width:20rem;height:12.12255859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yOHWwmtBIcTJAtsPGewzALGXRoXftM35 { top:1.810302734375rem;left:2.3114013671875rem;width:15.375rem;height:10.3125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s23eFGTNl4ei5w8c02tteEgtzOVazRwi { display:block; }#s23eFGTNl4ei5w8c02tteEgtzOVazRwi > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agoXldP1rZpZPyiTZ8zLb92FKxNq9AiR { top:0.9912109375rem;left:0rem;width:20rem;height:13.161625rem;z-index:15000;font-size:1.125rem;font-family:montserrat;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xGrxedv5ybTHFzgK8dzb9LIbfhr1mUlG { display:block; }#xGrxedv5ybTHFzgK8dzb9LIbfhr1mUlG > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5omTUZ0uXnlrrUmGEMpMwURldGNzBaW { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uS9EF05UUCu4hsRhK0OWyv29mMTfEraf { width:18.2494375rem;height:0;top:0.89033508300781rem;left:0.87384259700775rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMDaRTin8w5RR6eXfQwKEnDBamVHVmLg { width:18.998875rem;height:5.6872125rem;top:5.0311188697815rem;left:1.0004340410232rem;font-size:1.25rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rToWqh23cZkdoHU3cIUdoenTTzZuOMI8 { display:block; }
 }@media only screen and (max-width: 763px) { #GqQHCTaisGPey3kaMTmU9ecWm7a9Qwp8 { width:18.249125rem;height:3.4121125rem;top:0.400146484375rem;left:0.87348097562787rem;font-size:1.3125rem;z-index:15005;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #wNXcpdBSPyL1uS1ESwP6DBr4TO08ObTB { top:4.52685546875rem;left:1.125rem;z-index:15012;width:17.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWgaEdD78HzpMX17TfmxtPBuUBvSo5Tm { display:block; }
 }@media only screen and (max-width: 763px) { #I9Jgzv116cXm6M53XanCGSlIEKyKwrV7 { top:1.0807290077209rem;left:13.715278685093rem;width:2.5rem;height:0.1875rem;z-index:15013;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }