.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;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e9ea5d1f-707c-4ff2-b954-3cb2e8db2391/BGopcja11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.92); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.92); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row .container { background-color: transparent; background-image: none; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row .container > .video-iframe-container { display: none; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row > .video-iframe-container { display: block; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .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); }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row .container { border-width: 0; border-radius: 0; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row .container { width:75rem;height:73.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#VNynrPyRTAiEF1exFVxvLq7txzXkBPBV { z-index:15005;top:63.771484375rem;left:5.84375rem;background-color:transparent;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UHPTD98wzPkbc3DLWTeDiKnmTc8sTGhP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AeDKbNyMTRUJMFEN6EGLBW6JcOKa0Ey0 { z-index:15006;top:63.771484375rem;left:43.28125rem;background-color:transparent;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tug1V99U8IMMxcOql7MySrZt68m9CO1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otBJykihE9FERA2C7AVF1Xa2GiOvM4U0 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.125rem;left:50.9375rem;display:block; }
#TdIE5tGeqIqonqh5ROoK5GakwScIWMwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kR64pJbqqTOHmTVf1dUCQEFZ8HwlEKx8 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.125rem;left:64.5rem;display:block; }
#kV0hiAJSkDU1gbqNkd4IFxQAakAZxi3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNxo1lMN5gDoOB6KEXiQm61tE4BOm1Il { 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:9.5625rem;width:51.0625rem;top:22.0625rem;left:11.96875rem;overflow:hidden;display:block; }
#pPp4nh46C9b3QMdARqR5X8B1JUTSpOOU { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.96875rem;left:30.34375rem;display:block; }
#AB7R5dlwgrTimD7xKu9GFkubOGNhZKhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WlqhgqlRGDNmr4qvGCaC8DT639KwRGy0 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.125rem;left:2.4375rem;display:block; }
#lUGwfRuC8oTAGwPMIhf5UtZ99Oi2ZeOh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5gq28hbT8N3PdxQpZAcmTPIUy11gmtd { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.125rem;left:16.1875rem;display:block; }
#QrFDOvtWHGayuLuK0FRNHTpzyxOS033J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IX40pbpEHoefmu6W28ua9U2VIVPGfQMi { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:30.38671875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#URZQR6spwqQItWbdyvR5C59TCnTeuuMq { background-color:transparent;background-image:url("https://images.assets-landingi.com/TEQsej3n/varso_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq.adaptive-delivery-prevent-bg, #URZQR6spwqQItWbdyvR5C59TCnTeuuMq.lazyload, #URZQR6spwqQItWbdyvR5C59TCnTeuuMq.lazyloading { background-image: none; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row .container { background-color: transparent; background-image: none; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row .container > .video-iframe-container { display: none; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row > .video-iframe-container { display: none; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .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); }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row .container { border-width: 0; border-radius: 0; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row .container { width:75rem;height:74.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#mc42dApECRSl9GfgPggT3K45iZsD1Kgc { color:#ffffff;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:0.814453125rem;left:2rem;height:10.94925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nKtyhZXMz0P4s64KAyhSy2aWBI0EZVqm { color:#ffffff;display:block;width:72.25rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem #000000;top:13.4853515625rem;left:2rem;height:9.44925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIWprveatkzt8skpVyUW1m0ViydebvPo { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 1.25rem #000000;top:66.3125rem;left:0rem;height:5.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:url("https://images.assets-landingi.com/ubgmoIJa/DSC08375.jpeg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU.adaptive-delivery-prevent-bg, #z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU.lazyload, #z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU.lazyloading { background-image: none; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row .container { background-color: transparent; background-image: none; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row .container > .video-iframe-container { display: none; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row > .video-iframe-container { display: none; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .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); }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row .container { border-width: 0; border-radius: 0; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row .container { font-size:0.875rem;font-family:arial;height:73.8125rem;width:75rem;position:relative;display:block; }#VJbzt0yeQUOeqXzxRSk5V7XWAGBnVb9h { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:70.693359375rem;left:1.25rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkZJHe5lZbxs9r2ygUhqUOooZzzFk4zI { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.373046875rem;left:2rem;height:16.097625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PMRAzJIEbZDPS3Ezb2oT7B7oT3QcQcSb { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:1.634765625rem;left:2.0625rem;height:5.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nKDJ6p6zyyOtR2oszUe6hAR5EVfHC9kw { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid rgba(255,255,255,0.5);border-left:0.3125rem solid rgba(255,255,255,0.5);border-right:0.3125rem solid rgba(255,255,255,0.5);border-bottom:0.3125rem solid rgba(255,255,255,0.5);box-shadow: none;height:41.8125rem;width:75rem;top:27.744140625rem;left:-0.3125rem;display:block; }
#M6hIPqFEMoNBb0mKSJHGRPITK9WeDO9E { position:absolute;display:block;z-index:14999;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:106.375rem;width:75rem;top:69.1875rem;left:0rem;overflow:hidden;display:block; }
#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row .container { background-color: transparent; background-image: none; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row .container > .video-iframe-container { display: none; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row > .video-iframe-container { display: none; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .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); }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row .container { border-width: 0; border-radius: 0; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row .container { font-size:0.875rem;font-family:arial;height:73.875rem;width:75rem;position:relative;display:block; }#harW5gPGMTyoXb1eR9XmrbbTBLM1yB5o { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:8.8125rem;left:2rem;height:12.07325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dZ74G9kH4BaOFKWMN5HxI4I9r3uaINTN { color:#ffffff;display:block;width:73.0625rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:1.8125rem;left:1.9375rem;height:5.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pHWkfQg60F1Zz0bvs6apCZ120wv68cJG { z-index:15021;top:52.0625rem;left:2.6875rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gQnrWWKMyHmZWPWfshEdWrqDpZ5xCLS9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pII4fvN76hGf98MahibkAmcydJKmNSCJ { z-index:15020;top:54.75rem;left:17.5rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#voxaeBIfIS2DWSG4R4PBMwULPiuQvzuu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HbfH33PzINisE7vrL1P8hLM3VaEdzo0M { z-index:15019;top:50.125rem;left:31.9375rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mz7UQtp67ziXmxnqphi4pG3VJpOZ50fN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#roktQqGNTSdv7To6I5k71undrNvTWtTD { z-index:15034;top:58.5625rem;left:11.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.5rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sJcLcTKSlUkr5GAOJ1nsElbGAVaTsyQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i0OViibBq96F4HPJ8SAQooyGPBBnRI4q { z-index:15033;top:69.375rem;left:5.875rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kzTPpqp16JCqKXcozcXMVLSSyiqx03wM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KrF2vVhl7TxQG9RoXiziWkalo5MQli3D { z-index:15019;top:63.875rem;left:21.623046875rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:1.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#g2DZ8S0DZ5Bx6FuyHg57vH07TNwT5bTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AslsDi1MDQXuzt3mDhmeNq5ISQ4rtxMi { z-index:15020;top:66.5rem;left:13.8125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rx6EXHhh2Qeoe6cv2FivzQuRdVkpGb6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezfTEkNTOhdIEBFRrezTM1lQgd2aWzPx { z-index:15020;top:61.1875rem;left:30rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KRq1uzhsnn89fk8qzIUAwfdp8BdfQqnU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqErCTuOXTgt80kHLWZyV8vkGhwbUrPA { z-index:15021;top:38.1875rem;left:59.6875rem;background-color:#000000;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EpBDswAXC4X7mMpHblOhudNAtg2UC0ED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oCTT39u4ueUudo1Wr9uTm4bkxeqmWkwA { z-index:15023;top:50.125rem;left:67rem;background-color:#000000;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Okn20QTrRnvzNNceCAbBbg3xUB3Mae3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#feWszocIvNQ0bgvD0V1kIz6ZvBQa07Nw { z-index:15024;top:58.25rem;left:39.125rem;background-color:#000000;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PBzowlgO1wPh8xipT7qmITIyEEpKS017 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QX71oXZHs499wGEDBLliR16517y2QqQX { z-index:15024;top:52.9375rem;left:58.8125rem;background-color:#000000;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dUV92HZ21vWwSTemO0BVHmrrT7Dq302T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQ6XBDIP2og9eofX49EmkWHn6G667QWK { z-index:15022;top:55.625rem;left:51.0625rem;background-color:#000000;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#O6V9aWLnpGIJgU0oHrVTh7CX6PCs5M6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#danVLthI3yTEzMs6xVzNRxdakfQTkcqe { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:rgba(0,0,0,0);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; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row .container { background-color: transparent; background-image: none; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row .container > .video-iframe-container { display: none; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row > .video-iframe-container { display: none; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .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); }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row .container { border-width: 0; border-radius: 0; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row .container { font-size:0.875rem;font-family:arial;height:131.25rem;width:75rem;position:relative;display:block; }#pSDwrLiBpIQIvXCDKOFtTATqKcUW4ns0 { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.4375rem;left:1.75rem;height:5.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iZa87eqSaqUFKJqp5yh5en8T2WxpM9O3 { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.74);top:3.4375rem;left:29.75rem;height:2.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZT08r4c9rv44Hu5AT0P5ciPO3ZNEdiCn { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:10.787109375rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yoaDNzEoQ36GzkrLyAm6yWBvkz1FhHlN { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.1875rem;width:67.9375rem;top:27.6875rem;left:2.96875rem;overflow:hidden;display:block; }
#wBlTwF9IxIZXylNzRZldDhM39JxTxHs8 { position:absolute;display:block;z-index:15004;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:28.5rem;width:68.5rem;top:109.3984375rem;left:2.6875rem;overflow:hidden;display:block; }
#NHrKTifmaaCw9uBFLQMZbOnkH0RnFPy8 { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:107.125rem;left:17.5625rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MMcJpMQiIGuTOpwihZ5kS4TbzwigCG9a { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:88.4375rem;left:17.5625rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXP6rSrXMckt551Fw6PlNSKAkwWAfXHb { position:absolute;display:block;z-index:15021;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:5.625rem;width:5.625rem;top:92.625rem;left:18.3125rem;overflow:hidden;display:block; }
#eDrJD56UMhNdFAbI92OdRHHzv62wkRng { position:absolute;display:block;z-index:15022;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:5.625rem;width:5.625rem;top:92.625rem;left:34.4375rem;overflow:hidden;display:block; }
#SnHIImrzbqKHWxqsgFFrkrZ9uVcreH7h { z-index:15011;top:123.8125rem;left:24.1875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(255,255,255,0.66);border-left:0.125rem solid rgba(255,255,255,0.66);border-right:0.125rem solid rgba(255,255,255,0.66);border-bottom:0.125rem solid rgba(255,255,255,0.66);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(241,250,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XgG5A7KMa4zcwT1avon4AJ14TZTwqWTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e93vq7X8gZXQRtQwTcXRQFTH5TENe8Ol { position:absolute;display:block;z-index:15022;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:5.625rem;width:5.625rem;top:92.625rem;left:50.625rem;overflow:hidden;display:block; }
#niGNqIrf7N8XHJaJZMi5b4HeV1i686rt { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:98.5625rem;left:15.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#WSONyu9htSuAwoKsFVcO8AN8DR8mNcs4 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:98.625rem;left:31.1875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#rkNTLQuhH8AO6i4NA1emnQdTxgbTDqgE { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:98.6875rem;left:47.375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#XBBh4g4BxBuq1GeFvixdnSylOWchShd8 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:100rem;left:15.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nBEA3vvfdRZ3dT889FwcJ1DJEvln0tAw { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:100rem;left:31.1875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4VQ2QxorRO1hiK69awhznzKwThPp3ES { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:100rem;left:47.375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2md79zF1UEA8Wp6hgnxGmMXihUtlyho { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:67.5625rem;left:2.96875rem;overflow:hidden;display:block; }
#RT5a6iI8HOgLfIs8FCgvmqr0G6kFdqI4 { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:67.5625rem;left:38.09375rem;overflow:hidden;display:block; }
#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row .container { background-color: transparent; background-image: none; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row .container > .video-iframe-container { display: none; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row > .video-iframe-container { display: none; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .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); }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row .container { border-width: 0; border-radius: 0; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row .container { font-size:0.875rem;font-family:arial;height:130.8125rem;width:75rem;position:relative;display:block; }#ndk3VcG34i2nyAI8WnWZTtSph78KBUQJ { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.4375rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PMHabwd2aI4QCNR6BTpFpwQB2EzRsPha { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.74);top:3.4375rem;left:35.625rem;height:2.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jw7poAisigFCD8I0fd8LxJiiWIckcMbU { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.912109375rem;left:1.75rem;height:14.0854375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ADm5IkAiqNKrSTKiFGDlf2fSSw4eX5y7 { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.1875rem;width:67.9375rem;top:27.875rem;left:2.96875rem;overflow:hidden;display:block; }
#hV5PtLR2vG7uliiQ0Wfx7Ex6Ap4NP17v { position:absolute;display:block;z-index:15004;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:28.5rem;width:68.5rem;top:108.6484375rem;left:2.6875rem;overflow:hidden;display:block; }
#SJHIPBdeUfU3U8lfUtzWRW2ZgVlTDTor { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:106.375rem;left:17.5625rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wSqCzgmZk7Rw0TcMAQIGxJk6ZrKpitpe { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:88.75rem;left:17.5625rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMdk6Xb3ISZVmPhgR2M5zLLE6zsGEecU { z-index:15011;top:122.9375rem;left:23.84375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(255,255,255,0.66);border-left:0.125rem solid rgba(255,255,255,0.66);border-right:0.125rem solid rgba(255,255,255,0.66);border-bottom:0.125rem solid rgba(255,255,255,0.66);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(241,250,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ht0XDEETwNMxB5ROLHNTJMNCzuwnoOTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vuUzOt9wAAy5wb6vLGCvhMoQXXLR21Kw { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:67.75rem;left:2.96875rem;overflow:hidden;display:block; }
#glhdNHk2H1sS3T3otFc7RtZNyGl2mLaT { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:67.75rem;left:38.09375rem;overflow:hidden;display:block; }
#T1BOsnkhkhBQv1d9As1VFTV4lUzUrVXi { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:100.0625rem;left:47.375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5y5MTrMsSGhrwivOMPgPWTTrkltnwwy { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:98.75rem;left:47.375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#Mkrc7DHo3vzGdsPvUvSn29JhyQe8gQBC { position:absolute;display:block;z-index:15022;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:5.625rem;width:5.625rem;top:92.6875rem;left:34.4375rem;overflow:hidden;display:block; }
#LlUVP3KrZeh7EzkZUqQ2doVOaOSa7HkP { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:98.6875rem;left:31.1875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#bXATOHOElfTxn08VK7TbaKadn68gBU5N { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:100.0625rem;left:31.1875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGm3TVpgroLpHNLMFAdx3G8gZz0UUWOE { position:absolute;display:block;z-index:15029;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:5.6875rem;width:5.6875rem;top:92.6875rem;left:50.3125rem;overflow:hidden;display:block; }
#VAKJ6JPZTG0lC7zv3KnLOJM6c9c9eKfm { position:absolute;display:block;z-index:15021;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:5.625rem;width:5.625rem;top:92.6875rem;left:18.3125rem;overflow:hidden;display:block; }
#yzTM7tvb4ncJQNNDRubZSIsWBQHCp5Es { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:98.625rem;left:15.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#fqFe2xQQ9u1aOHGQa0KoTfcXgCTmAiVm { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:100.0625rem;left:15.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfIVIFMCSt7QDNzn7nmrCAbwlUZdPhDq { position:absolute;display:block;z-index:15021;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:5.625rem;width:5.625rem;top:92.625rem;left:18.3125rem;overflow:hidden;display:none; }
#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row .container { background-color: transparent; background-image: none; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row .container > .video-iframe-container { display: none; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row > .video-iframe-container { display: none; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .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); }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row .container { border-width: 0; border-radius: 0; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row .container { font-size:0.875rem;font-family:arial;height:144.25rem;width:75rem;position:relative;display:block; }#onapHFo0NRvrdK1ZuOQ8I4LpzykeOiK1 { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.4375rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L5fOtDKdTSTVbimVBcJLuvBqJJTcbdIw { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.74);top:3.4375rem;left:51.6875rem;height:2.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B1bSfM2KKWrf8u4UXQ7nVLJoszCuM7P3 { color:#ffffff;display:block;width:71.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.912109375rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rwvtf6cNJunghFZ4G84qBBlyIf08MUwG { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:39.3125rem;width:69.875rem;top:27.1875rem;left:2.4375rem;overflow:hidden;display:block; }
#Bvk16ad5h6PzH8by2IWGQqgl1WXD39Sz { position:absolute;display:block;z-index:15004;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:25rem;width:60.125rem;top:110.5869140625rem;left:7.625rem;overflow:hidden;display:block; }
#o9EOiHte23TmVZP6FTepz0CTgNfTNQOH { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:106.875rem;left:17.5625rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nyzb9lHSPWUpQ2x6CZ8IwPRyTlPvw2Ip { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:89.25rem;left:17.5625rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlfpRgg7b0pGtAOO12MFanq8O95lDAbR { z-index:15011;top:137.5rem;left:17.40625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(255,255,255,0.66);border-left:0.125rem solid rgba(255,255,255,0.66);border-right:0.125rem solid rgba(255,255,255,0.66);border-bottom:0.125rem solid rgba(255,255,255,0.66);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(241,250,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.5625rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#goPqN5H7Xzur2hrvfntXg0bRr1RqzDda { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AkdF4BLLsTKVh3WiQLpis4wSUQ1rvnCJ { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.0625rem;width:34.0625rem;top:68.1875rem;left:2.4375rem;overflow:hidden;display:block; }
#Z0npwm3wkN854dlIGqD55ie2vU36vazA { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19rem;width:33.75rem;top:68.21875rem;left:38.375rem;overflow:hidden;display:block; }
#Dwxbgowghgt5CMDbnM2MgqzlIGzFpEMH { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:100.5625rem;left:55.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i1STcTeygdE7BUeDfVkMGN0UNww1FAxD { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:99.3125rem;left:39.875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#no4DMpS824kwAM8IRfTOWb3QM35pd8kC { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:100.625rem;left:39.875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sabb7mCIMtWcFTmxSAQTTltoOUE8NZEs { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:99.1875rem;left:55.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#GZZetpXrcsfbo0Ihx0ZGgZUaFDi2coNL { position:absolute;display:block;z-index:15029;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:5.6875rem;width:5.6875rem;top:93.25rem;left:42.8125rem;overflow:hidden;display:block; }
#Uknrs8zN56rkZ2WJm33mvbHe8e6hqCth { position:absolute;display:block;z-index:15025;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:5.625rem;width:5.625rem;top:93.25rem;left:59rem;overflow:hidden;display:block; }
#GumoSRGCcf4aNvkVdwWLKFHQ2nbJ9riT { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:99.25rem;left:23.6875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#lJFsGibcEv8XVTyyrg3boQFrZqrUvz6d { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:100.625rem;left:23.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SDeecfhH1bf3gt6a2vnO45CoTUeDLvAo { position:absolute;display:block;z-index:15022;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:5.625rem;width:5.625rem;top:93.25rem;left:26.9375rem;overflow:hidden;display:block; }
#kHwgzbZDJlTp0PeTeTIIoNPLJlMLBHa5 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:99.1875rem;left:7.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#qfs3BOTfe6qUawXWWsKuWUf1MIzGal1R { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:100.625rem;left:7.5625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dEgILTJ5TgNJPX7rroToAulWA0tRp8uW { position:absolute;display:block;z-index:15021;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:5.625rem;width:5.625rem;top:93.25rem;left:10.8125rem;overflow:hidden;display:block; }
#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row .container { background-color: transparent; background-image: none; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row .container > .video-iframe-container { display: none; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row > .video-iframe-container { display: none; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .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); }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row .container { border-width: 0; border-radius: 0; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row .container { font-size:0.875rem;font-family:arial;height:130.125rem;width:75rem;position:relative;display:block; }#J62sIXwIQRw6t1P0sPIFkQMMgCExFM2r { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.4375rem;left:1.75rem;height:5.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vUH9quZZJ1wJXOZBlZTO7KxGr31gCViP { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.74);top:3.4375rem;left:33.0625rem;height:2.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cfn6TrBNGQN3R5zknqTEmFiuxLBxwTJl { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.912109375rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XTAAuhF95NfcefNvyVP27Tu4RmRTpt63 { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.1875rem;width:67.9375rem;top:24.875rem;left:2.96875rem;overflow:hidden;display:block; }
#t6TICUE89bn0KIsZ7MtTdNdWzT6a3VOa { position:absolute;display:block;z-index:15004;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:28.5rem;width:68.5rem;top:106.875rem;left:3rem;overflow:hidden;display:block; }
#Cahkrxup7TmyKp9AWpJ8gTcKWT50xWPS { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:104.625rem;left:17.875rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhskp4So1eqWgToBg0m7GM0TgIbJl5L8 { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:87rem;left:17.875rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9TlznCRrn7oJXgprC0RdOTKPt9lUZVI { z-index:15011;top:122.3125rem;left:23.84375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(255,255,255,0.66);border-left:0.125rem solid rgba(255,255,255,0.66);border-right:0.125rem solid rgba(255,255,255,0.66);border-bottom:0.125rem solid rgba(255,255,255,0.66);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(241,250,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ifn2ZXyTlX1HzLAb2sF26JFTz5rKHsoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ibEIFMAsFHMpEaKldtI8Ov8XgRTup9I2 { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:64.75rem;left:2.96875rem;overflow:hidden;display:block; }
#w67CQ7a8QT38qMiJteOzXHidud1AbTao { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:64.75rem;left:38.09375rem;overflow:hidden;display:block; }
#d1WRldNA8f1Io9qmaelTzPOHl7QmWGsb { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:98.3125rem;left:47.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U1wrpCyo6Tz2ICv90OoCCHBhUo1UqVfF { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:97rem;left:47.6875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#a2EI3tw6d3JI2HAhpnXvbU73Nom5FWIM { position:absolute;display:block;z-index:15022;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:5.625rem;width:5.625rem;top:90.9375rem;left:34.75rem;overflow:hidden;display:block; }
#FLmKaJ6OJ9dM7hCKcHTTAuTtpap7Lwgm { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:96.9375rem;left:31.5rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#ZMiIdNxEw31pbdwlulpD0mQXu6cE1rLo { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:98.3125rem;left:31.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d0BRc9JdNEfQOgBeQb3XfltAn09aL13Z { position:absolute;display:block;z-index:15029;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:5.6875rem;width:5.6875rem;top:90.9375rem;left:50.625rem;overflow:hidden;display:block; }
#ABXIJpRfo8NteDFvmAyLRBF85F0sXwSO { position:absolute;display:block;z-index:15021;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:5.625rem;width:5.625rem;top:90.9375rem;left:18.625rem;overflow:hidden;display:block; }
#pEuVE4bXZ180mTbH6i9BEJo3Exma8et1 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:96.875rem;left:15.375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#vCHUiFQyi3TTTfkCIeSVDBJxBTmorCsc { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:98.3125rem;left:15.375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row .container { background-color: transparent; background-image: none; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row .container > .video-iframe-container { display: none; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row > .video-iframe-container { display: none; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .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); }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row .container { border-width: 0; border-radius: 0; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row .container { font-size:0.875rem;font-family:arial;height:124.8125rem;width:75rem;position:relative;display:block; }#NmpdwLyAHTn6rN6GLFDpHTC7l6MLWRwJ { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.4375rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XxEpt5ArQ1zQTSaZhv8Vd6qhsZ3yqbWt { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.74);top:3.4375rem;left:39rem;height:2.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rQU5KnflHOAPOe8C4gCJeZBR3EX9vfos { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.912109375rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#k1kPh5GfBlVPDcqCcOAJy8CEOwtQbVKM { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.1875rem;width:67.9375rem;top:21.75rem;left:2.96875rem;overflow:hidden;display:block; }
#pAFzQv7rfBBq02f6mWvZdkKn1b6IG1Uv { position:absolute;display:block;z-index:15004;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:28.5rem;width:68.5rem;top:102.1484375rem;left:2.78125rem;overflow:hidden;display:block; }
#ppr9GEuGqTvBVxVFqrVKdHBHIv5M1rUc { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:99.875rem;left:17.875rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NUACgSXvIaZeBwsqeOWJ5cvUdeCKvPQR { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:83.4375rem;left:17.875rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whJvpdK8E5l4WODcVLPsFR8psPqCcUGL { z-index:15011;top:117.25rem;left:23.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(255,255,255,0.66);border-left:0.125rem solid rgba(255,255,255,0.66);border-right:0.125rem solid rgba(255,255,255,0.66);border-bottom:0.125rem solid rgba(255,255,255,0.66);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(241,250,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fawTbTAGDNbpzozoZGH86dU1mbnCiDVd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Js22gs9vWJ4fqPAabsv7GRZDeDOTDBzG { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:61.625rem;left:2.96875rem;overflow:hidden;display:block; }
#MdzoQwNphSv2GDwaTZZA1faBXCJx12bg { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:61.625rem;left:38.09375rem;overflow:hidden;display:block; }
#Sx55vMEVClP1mkhT8sDaTe6BxlpggvaX { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:94.5625rem;left:31.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTgK19E6eX4MKFfgv2whzx3tqxTgRkMz { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:93.25rem;left:31.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#IgTBD8N9hEEbULRtVPTGuFOX0n4eTEGH { position:absolute;display:block;z-index:15029;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:5.6875rem;width:5.6875rem;top:87.1875rem;left:34.1875rem;overflow:hidden;display:block; }
#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row .container { background-color: transparent; background-image: none; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row .container > .video-iframe-container { display: none; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row > .video-iframe-container { display: none; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .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); }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row .container { border-width: 0; border-radius: 0; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row .container { font-size:0.875rem;font-family:arial;height:123.3125rem;width:75rem;position:relative;display:block; }#r0fySck9IzuqAfKJ0FUpUioJOyuX0WIG { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.4375rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u0yMlExsGmiKakGhT7Xzfmf66Myn9O86 { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.74);top:3.4375rem;left:41rem;height:2.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rOJBeMhepnnIToeKLyqPT2m4qMvmAQ5K { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.912109375rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rpqV5w0ZTtUTglArSy5ZILaObOuSX2iF { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.1875rem;width:67.9375rem;top:20.6875rem;left:2.96875rem;overflow:hidden;display:block; }
#H6AtHKTHnFscqncy7JuFcJaHb2kmMdUL { position:absolute;display:block;z-index:15004;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:28.5rem;width:68.5rem;top:101.0859375rem;left:3rem;overflow:hidden;display:block; }
#yyPSEPLH46pEnH1e9qmzPTGDM5EVwL2v { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:98.8125rem;left:18.125rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWRI1GGRh4VDgGfIo6GqAo6VvNRt7MOa { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:82.375rem;left:18.125rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQ6xQbRXVKifwvXyKRJl5DvQdvM1wpOB { z-index:15011;top:115.9375rem;left:22.71875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(255,255,255,0.66);border-left:0.125rem solid rgba(255,255,255,0.66);border-right:0.125rem solid rgba(255,255,255,0.66);border-bottom:0.125rem solid rgba(255,255,255,0.66);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(241,250,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M97VugWlab8Uc8VxHrgxsThJKATWJmSd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eu1p8720a7NxtEibDtahaPhclaCUuee3 { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:60.5625rem;left:2.96875rem;overflow:hidden;display:block; }
#iBByzqramVzwX29bmEGppeyMTt2TlXhT { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:60.5625rem;left:38.09375rem;overflow:hidden;display:block; }
#vVTZLrl4aPxDTwvkyRdAFrWQD8hAatxQ { position:absolute;display:block;z-index:15030;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:5.625rem;width:5.625rem;top:85.6875rem;left:18.9375rem;overflow:hidden;display:block; }
#NbIhJuDs44nJpEUI0wN3rV2hWIe3SZ7g { position:absolute;display:block;z-index:15031;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:5.625rem;width:5.625rem;top:85.6875rem;left:35.0625rem;overflow:hidden;display:block; }
#KIWrNZIaVoOrfNQxEtzHReCO8uv3B2G0 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:91.6875rem;left:31.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#iGz3gs205Gbca8HbNiBgUIpsuaWAf8C4 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:93.0625rem;left:31.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vEVC32T2PztctSfVD5gTgncO40qJP5X3 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:91.625rem;left:15.6875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#EZCczmPXTiK8lFhufxPJS6ESIsNSFH19 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:93.0625rem;left:15.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SudpxtLAqempUFOvP3oOPxE4qmExigiO { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:93.0625rem;left:48rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FK92kmeTm6awqHMrkGxbFk4ScBNsVHJs { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:91.75rem;left:48rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#McM9qpyyLZ2pvmSZgt92WKAqkfK4Ok64 { position:absolute;display:block;z-index:15038;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:5.6875rem;width:5.6875rem;top:85.6875rem;left:50.9375rem;overflow:hidden;display:block; }
#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row .container { background-color: transparent; background-image: none; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row .container > .video-iframe-container { display: none; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row > .video-iframe-container { display: none; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .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); }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row .container { border-width: 0; border-radius: 0; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row .container { font-size:0.875rem;font-family:arial;height:124.375rem;width:75rem;position:relative;display:block; }#MobZlEcNZNJwKssa2e0OcoGZ97hlgC39 { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.4375rem;left:1.75rem;height:5.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GToCqwnzvPLXECyc8OSgwNG0OHTmfEOy { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.74);top:3.4375rem;left:42.5rem;height:2.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dcIQWHLaB5OTGC3R58TALPgp5iL6ZGmi { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.912109375rem;left:1.75rem;height:8.0488125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Lao6Dhh4nb9mq7RgrTTS8CtNdsLrRqk9 { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.1875rem;width:67.9375rem;top:22.75rem;left:2.96875rem;overflow:hidden;display:block; }
#Tz5uxqav0XyTNObWCJU1IRnxRTh74dVm { position:absolute;display:block;z-index:15004;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:28.5rem;width:68.5rem;top:102.5rem;left:3rem;overflow:hidden;display:block; }
#C0BksZM7g0QueN2s40TaXCOW8CEI0Axs { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:100.25rem;left:18.125rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCh0iQ0Uk8XD0O7vVh3opZXLeKsDJptW { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:83.8125rem;left:18.125rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#smKEh34PZZxsHb5U4Xar7NUKhWKyOS1d { z-index:15011;top:117.25rem;left:22.1875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(255,255,255,0.66);border-left:0.125rem solid rgba(255,255,255,0.66);border-right:0.125rem solid rgba(255,255,255,0.66);border-bottom:0.125rem solid rgba(255,255,255,0.66);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(241,250,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GxEdCuF4duvqBqkC1S2LbqosEJTeEGTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSxdAG4J65l2wRT0z4QT0n8daiTDu9tB { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:62.625rem;left:2.96875rem;overflow:hidden;display:block; }
#JvOtwH4B8sACxU6hS5Ic2TcBRJfaqaMl { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:62.625rem;left:38.09375rem;overflow:hidden;display:block; }
#iPUAHqtAtKdItOE74dOQIKB4rmg3EPQa { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:94.6875rem;left:31.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtbF9nh8At6kFRS00TSuvF1pKTMnN2as { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:93.375rem;left:31.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#nS9AzzB54yV979ZVlDJBlCCBGNAiSnvv { position:absolute;display:block;z-index:15038;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:5.6875rem;width:5.6875rem;top:87.3125rem;left:34.1875rem;overflow:hidden;display:block; }
#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row .container { background-color: transparent; background-image: none; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row .container > .video-iframe-container { display: none; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row > .video-iframe-container { display: none; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .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); }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row .container { border-width: 0; border-radius: 0; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row .container { font-size:0.875rem;font-family:arial;height:104.4375rem;width:75rem;position:relative;display:block; }#Sv7uWF5Usl2NcclTHksysSKfvakE4FLX { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.4375rem;left:1.75rem;height:5.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iVirVTLqeoevWqblTZVkDXSVQpNsm64c { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.74);top:3.4375rem;left:34.1875rem;height:2.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u9c2KazSVLZRbQKKCS4WHKUPl7V61xiB { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.912109375rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qNRnPyDChpwZWsgaMSLntNL6hmEtTrML { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.1875rem;width:67.9375rem;top:22.75rem;left:2.96875rem;overflow:hidden;display:block; }
#xXR4AzI5ZaUFy9TZSP9E1SPGZipseJRT { position:absolute;display:block;z-index:15004;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:28.5rem;width:68.5rem;top:83.3369140625rem;left:3rem;overflow:hidden;display:block; }
#xN0XCuL9siMHwDUtQJ3AR1pGdJ4hm5oo { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:81.0625rem;left:18.125rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Habal2kfTApEb92rpviOncO07E3Wi74h { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:64.625rem;left:18.125rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCvmquJVL4eIHlKl4oDWJfOgt5e84g6s { z-index:15011;top:97.5625rem;left:23.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(255,255,255,0.66);border-left:0.125rem solid rgba(255,255,255,0.66);border-right:0.125rem solid rgba(255,255,255,0.66);border-bottom:0.125rem solid rgba(255,255,255,0.66);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(241,250,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZpgXXKyEpD3TvTMmJC9AUMMTpA3CaROH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRhQTr4bfkhU0F3RJBhgF8pTNgpyXx8u { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:75.5rem;left:31.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOHyr0VnXfrm1PanpvHsRw0uGSllTpB5 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:74.1875rem;left:31.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#TywDCPWcdZq1hNr8nvQkK0tMETgtydTA { position:absolute;display:block;z-index:15026;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:5.625rem;width:5.625rem;top:67.875rem;left:34.4375rem;overflow:hidden;display:block; }
#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .row .container { border-width: 0; border-radius: 0; }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .row .container { font-size:0.875rem;font-family:arial;height:83.125rem;width:75rem;position:relative;display:none; }#Jctn170vtTJSAMDbdZaXpQgo4oX4rL39 { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:79.5rem;left:1.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3baPu4dXZIIqJxfH5DxinobS29ysRIs { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:16.248046875rem;left:2rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gFZJyxXqNezLM4R40HcaM3ST65bSnFL0 { color:#ffffff;display:block;width:70.4375rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:2.509765625rem;left:1.7509765625rem;height:10.94925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bHLl9rsDTv74sP3eiRQNyoRA8okbQ0TA { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(255,255,255,0.5);border-left:0.3125rem solid rgba(255,255,255,0.5);border-right:0.3125rem solid rgba(255,255,255,0.5);border-bottom:0.3125rem solid rgba(255,255,255,0.5);box-shadow: none;height:41.8125rem;width:75rem;top:37.125rem;left:-0.3125rem;display:block; }
#KDxipNPQMgG4L0T8LTfuMt01RT5fGH81 { color:#ffffff;display:block;width:27.4355625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:63.6875rem;left:3.1875rem;height:1.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row .container { background-color: transparent; background-image: none; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row .container > .video-iframe-container { display: none; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row > .video-iframe-container { display: none; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .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); }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row .container { border-width: 0; border-radius: 0; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row .container { font-size:0.875rem;font-family:arial;height:103.0625rem;width:75rem;position:relative;display:block; }#C5XDeTnXO70R9lamdqWE93swRZHTFep1 { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.4375rem;left:1.75rem;height:5.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#b4TbyUTTiUU547NBLnymutm3HPQtnxvP { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.74);top:3.4375rem;left:33.625rem;height:2.32470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zXCkg6o24Zoqg4o5qWCO9u6yvn6cAJ6Q { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.287109375rem;left:1.75rem;height:20.1220625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mGqW46zV6H8noBCd681tKqCnkFOWQQTX { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.1875rem;width:67.9375rem;top:34rem;left:3rem;overflow:hidden;display:block; }
#WBZqTisdvQggwy6ZAxpX1S64AZsXZ1xg { z-index:15011;top:95.6875rem;left:20.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(255,255,255,0.66);border-left:0.125rem solid rgba(255,255,255,0.66);border-right:0.125rem solid rgba(255,255,255,0.66);border-bottom:0.125rem solid rgba(255,255,255,0.66);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(241,250,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.3125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CM5ux0BCRMtP1dfMSRS9A9Zz43iNk7e6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gA8kQaekcqWAKUsS4bDON0q73dgQbIdp { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:73.875rem;left:3rem;overflow:hidden;display:block; }
#ncNIhOFWfTIdmmT8ZGet4SUvcZAXg2eJ { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(255,255,255,0.34);border-left:0.3125rem solid rgba(255,255,255,0.34);border-right:0.3125rem solid rgba(255,255,255,0.34);border-bottom:0.3125rem solid rgba(255,255,255,0.34);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.4375rem;width:32.875rem;top:73.875rem;left:38.125rem;overflow:hidden;display:block; }
#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus { border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row .container { background-color: transparent; background-image: none; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row .container > .video-iframe-container { display: none; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row > .video-iframe-container { display: none; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .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); }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row .container { border-width: 0; border-radius: 0; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row .container { font-size:0.875rem;font-family:arial;height:76.625rem;width:75rem;position:relative;display:block; }#DMZPVxom35UGG7lez6vPAhTuZuChDAdV { color:#ffffff;display:block;width:71rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:10.5rem;left:1.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PogWdsbGywwba1IFkpDbqT8TT3FiTIBt { color:#ffffff;display:block;width:70.4375rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:2.75rem;left:1.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q6fyImg0S8pNxDzJPCHQFnhJTC6TqtD4 { position:absolute;display:block;z-index:15007;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;height:17.625rem;width:31.625rem;top:29.8125rem;left:39.75rem;display:block; }
#GlQrR9RwxmU1WlHJERiP2unN3AM7EAd8 { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;height:17.625rem;width:31.625rem;top:29.8125rem;left:3.3125rem;display:block; }
#RmK8BaJO4FuutXErQcT2BPm8OwyONBU2 { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;height:17.625rem;width:31.625rem;top:52.625rem;left:39.75rem;display:block; }
#MFlp8BOuputXpepRAOQcbRxNDc38wcAN { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;height:17.625rem;width:31.625rem;top:52.625rem;left:3.3125rem;display:block; }
#clM56qHoDNp2TaBvbeZME670B23D3XfB { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:48.6875rem;left:3.1875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbfq4eVvhooUscgacafzGUJtABK0Cs2N { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:48.6875rem;left:39.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x2EyPF31g3Ag9WPh8RBviEEEi0IiN5ZC { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:71.5625rem;left:39.59375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgmC2iB0c78ybGg7mycHBq6MRMkOSmsP { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:71.5625rem;left:3.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row .container { background-color: transparent; background-image: none; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row .container > .video-iframe-container { display: none; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row > .video-iframe-container { display: none; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .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); }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row .container { border-width: 0; border-radius: 0; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row .container { font-size:0.875rem;font-family:arial;height:94rem;width:75rem;position:relative;display:block; }#TrJqoWKXmiEagNo2hcmDvWZzJ1RBoArw { color:#ffffff;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.0625rem;left:1.875rem;height:5.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yScCXVZlzOShUbaSnOWE2rVmwJFPM0TK { color:#ffffff;display:block;width:44.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.875rem;left:15.28125rem;height:11.69823125rem;text-align:justify;text-align-last:initial;display:block; }
#iRz5ZSTxFpXwoTTsUIfNasu6dsIMw9Wi { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:49.0166015625rem;left:15.15625rem;height:27.29588125rem;text-align:justify;text-align-last:initial;display:block; }
#RrLxZWqG054TG0ParkswmseEVR085tFr { color:#ffffff;display:block;width:44.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:80.1875rem;left:15.1875rem;height:11.6982375rem;text-align:justify;text-align-last:initial;display:block; }
#RrZDIqGPwVw1DoTN2ox3wz6mXvHkqh9x { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.75rem;left:15.0625rem;height:14.29785625rem;text-align:justify;text-align-last:initial;display:block; }
#cHrHHGKca7IRZxWOvN96SA10TVB4DP07 { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.75rem;left:15.0625rem;height:1.3808625rem;text-align:right;text-align-last:right;display:block; }
#psxKOcnHoqKPCEIKI5XdyX7pFIJ178ET { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:80.1875rem;left:14.6875rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NJFAPRwuTI8UTmLGfdwBcnyKxM0pi6TK { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:49.0166015625rem;left:15.15625rem;height:1.3808625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#v7V3ThEGBLCoknWPK6tRxdGMTt7KaMZS { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.6875rem;left:15.28125rem;height:1.3808625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#L7AU1zeLiDyGvgILTVZvm9AD9DNWq6PV { position:absolute;display:block;z-index:15020;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:6.25rem;width:15.1875rem;top:17.9482421875rem;left:0rem;overflow:hidden;display:block; }
#ThbsGhKHK4SsUs2terxsblyEeFuov3QK { position:absolute;display:block;z-index:15021;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:6.3125rem;width:15.1875rem;top:59.5078125rem;left:0rem;overflow:hidden;display:block; }
#Jxs5C8bnm4dL6KZDb8l6mQT41IgTDOcA { position:absolute;display:block;z-index:15022;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:7.8125rem;width:19.75rem;top:81.568359375rem;left:57.875rem;overflow:hidden;display:block; }
#kPhEC3aWMzArLKoQrWah2ZUfp7zRLxcT { position:absolute;display:block;z-index:15023;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:5.6875rem;width:14rem;top:36.021484375rem;left:61rem;overflow:hidden;display:block; }
#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #ffffff;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row .container { background-color: transparent; background-image: none; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row .container > .video-iframe-container { display: none; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row > .video-iframe-container { display: none; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .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); }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row .container { border-width: 0; border-radius: 0; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#nL1LqXqq0k3WPPST51mfUJOrbSvkV0m4 { 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:29.5rem;width:71.0625rem;top:1.810546875rem;left:1.96875rem;overflow:hidden;display:block; }
#hPbiMB9yAK5c0s0O7JB3h3k7MlrD3KD8 { color:rgba(255,255,255,0.9);display:block;width:54.3125rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.810546875rem;left:10.34375rem;height:4.63720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row .container { background-color: transparent; background-image: none; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row .container > .video-iframe-container { display: none; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row > .video-iframe-container { display: none; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .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); }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row .container { border-width: 0; border-radius: 0; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row .container { font-size:0.875rem;font-family:arial;height:68rem;width:75rem;position:relative;display:block; }#M0WgpwPCwUPHEMVT9WgWCqIfmPBpnsTT { color:#ffffff;display:block;width:72.6875rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(255,255,255,0.74);top:3.8125rem;left:2.09375rem;height:5.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T0CxtpxtrpluXUS7vSsgLJvFvb0JdltQ { color:#ffffff;display:block;width:70.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:13.25rem;left:2rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bsiZTg0qr24ZpoGfuCE4AUV9dpgXCSow { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.9375rem;border-top-right-radius:15.9375rem;border-bottom-left-radius:15.9375rem;border-bottom-right-radius:15.9375rem;box-shadow: none;height:16.875rem;width:16.875rem;top:29.875rem;left:30rem;overflow:hidden;display:block; }
#IbfGCU1QbhDOwQO53Ur04u7IyUP8DAHL { position:absolute;display:block;z-index:15021;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.625rem;width:15.625rem;top:31.375rem;left:3.4375rem;overflow:hidden;display:block; }
#IIEw5iUQEzK2h9Oo6WBBrpebJRHgSkAR { position:absolute;display:block;z-index:15020;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.625rem;width:15.625rem;top:30.5rem;left:57.0625rem;overflow:hidden;display:block; }
#zidQ2S4omI5wLPRfkUpam4tTS0boxio1 { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:30.1875rem;left:56.75rem;display:block; }
#ZHoyI0wpvFmUW4f2woTLcG5ISLvF5R0c { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:31.0625rem;left:3.125rem;display:block; }
#k4OKI3nF74UOTCG4bfBygfsgAM1gVoaW { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:29.5625rem;left:29.6875rem;display:block; }
#w2uTWzZEKkpAwweKoTBN0NgOBez8nC01 { color:#ffffff;display:block;width:20.5605625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:48.3125rem;left:28.1875rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TqDamsaKzBt5X6BLXiThewKEqwewrOwa { color:#ffffff;display:block;width:20.5605625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:48.3125rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aNsTrTvwNChPvkP6tLNz8decp5aad6g2 { color:#ffffff;display:block;width:20.5605625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:48.375rem;left:54.375rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G0MbLDXH8eghRVZn6OZqEC2gsK4K1vBZ { z-index:15009;top:59.8125rem;left:43.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(243,243,243,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bPubrZm8JuKfVpxTEC24rNrbddFERXGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVsweICKEIu9nse5UZ2vivzWQ8asiVof { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:300;z-index:15014;line-height:2.1;letter-spacing:0;top:57.625rem;left:5.25rem;height:4.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TAWI56spZysCn9HPxBRop6QBQhGCsU0D { z-index:15010;top:59.8125rem;left:6.8125rem;background-color:rgba(0,0,0,0);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;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:2.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y3R7P63Duhx7a0BIQpzXbAFFCTa8E69A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BiRlxhtDJg4IMATHcvWzu5S4fi67KD9V { z-index:15010;top:61.1435546875rem;left:6.75rem;background-color:rgba(0,0,0,0);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;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:2.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#GgOzpKCQUuTmKtemDOIBNZUepTtmaDoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WlxcBgDupLDRl1nJWMORK0Due0zhF9kO { display:block; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNynrPyRTAiEF1exFVxvLq7txzXkBPBV { top:63.75rem;left:0rem;width:25.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHPTD98wzPkbc3DLWTeDiKnmTc8sTGhP { display:block; }
 }@media only screen and (max-width: 763px) { #AeDKbNyMTRUJMFEN6EGLBW6JcOKa0Ey0 { top:63.75rem;left:21.875rem;width:25.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tug1V99U8IMMxcOql7MySrZt68m9CO1T { display:block; }
 }@media only screen and (max-width: 763px) { #otBJykihE9FERA2C7AVF1Xa2GiOvM4U0 { width:7.5rem;height:2.3125rem;top:2.125rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIE5tGeqIqonqh5ROoK5GakwScIWMwp { display:block; }
 }@media only screen and (max-width: 763px) { #kR64pJbqqTOHmTVf1dUCQEFZ8HwlEKx8 { width:7.75rem;height:2.3125rem;top:2.125rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV0hiAJSkDU1gbqNkd4IFxQAakAZxi3K { display:block; }
 }@media only screen and (max-width: 763px) { #PNxo1lMN5gDoOB6KEXiQm61tE4BOm1Il { top:22.0625rem;left:0rem;width:47.75rem;height:8.9421664626681rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPp4nh46C9b3QMdARqR5X8B1JUTSpOOU { width:14.3125rem;height:2.625rem;top:1.9375rem;left:16.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB7R5dlwgrTimD7xKu9GFkubOGNhZKhT { display:block; }
 }@media only screen and (max-width: 763px) { #WlqhgqlRGDNmr4qvGCaC8DT639KwRGy0 { width:7.75rem;height:2.3125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUGwfRuC8oTAGwPMIhf5UtZ99Oi2ZeOh { display:block; }
 }@media only screen and (max-width: 763px) { #N5gq28hbT8N3PdxQpZAcmTPIUy11gmtd { width:7.5rem;height:2.3125rem;top:2.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFDOvtWHGayuLuK0FRNHTpzyxOS033J { display:block; }
 }@media only screen and (max-width: 763px) { #IX40pbpEHoefmu6W28ua9U2VIVPGfQMi { top:30.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URZQR6spwqQItWbdyvR5C59TCnTeuuMq { display:block; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mc42dApECRSl9GfgPggT3K45iZsD1Kgc { width:47.75rem;height:10.9375rem;top:0.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKtyhZXMz0P4s64KAyhSy2aWBI0EZVqm { width:47.75rem;height:9.4375rem;top:13.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIWprveatkzt8skpVyUW1m0ViydebvPo { width:47.75rem;height:5.4375rem;top:66.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU { display:block; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJbzt0yeQUOeqXzxRSk5V7XWAGBnVb9h { width:47.75rem;height:1.3125rem;top:70.6875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkZJHe5lZbxs9r2ygUhqUOooZzzFk4zI { width:47.75rem;height:16.0625rem;top:8.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMRAzJIEbZDPS3Ezb2oT7B7oT3QcQcSb { width:47.75rem;height:5.4375rem;top:1.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKDJ6p6zyyOtR2oszUe6hAR5EVfHC9kw { top:27.6875rem;left:0rem;width:47.125rem;height:26.2721875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6hIPqFEMoNBb0mKSJHGRPITK9WeDO9E { top:69.1875rem;left:0rem;width:47.75rem;height:67.725416666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 { display:block; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #harW5gPGMTyoXb1eR9XmrbbTBLM1yB5o { width:47.75rem;height:12.0625rem;top:8.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ74G9kH4BaOFKWMN5HxI4I9r3uaINTN { width:47.75rem;height:5.4375rem;top:1.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHWkfQg60F1Zz0bvs6apCZ120wv68cJG { top:52.0625rem;left:0rem;width:9.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQnrWWKMyHmZWPWfshEdWrqDpZ5xCLS9 { display:block; }
 }@media only screen and (max-width: 763px) { #pII4fvN76hGf98MahibkAmcydJKmNSCJ { top:54.75rem;left:3.875rem;width:7.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voxaeBIfIS2DWSG4R4PBMwULPiuQvzuu { display:block; }
 }@media only screen and (max-width: 763px) { #HbfH33PzINisE7vrL1P8hLM3VaEdzo0M { top:50.125rem;left:18.3125rem;width:8.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz7UQtp67ziXmxnqphi4pG3VJpOZ50fN { display:block; }
 }@media only screen and (max-width: 763px) { #roktQqGNTSdv7To6I5k71undrNvTWtTD { top:58.5625rem;left:0rem;width:8.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJcLcTKSlUkr5GAOJ1nsElbGAVaTsyQh { display:block; }
 }@media only screen and (max-width: 763px) { #i0OViibBq96F4HPJ8SAQooyGPBBnRI4q { top:69.375rem;left:0rem;width:7.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzTPpqp16JCqKXcozcXMVLSSyiqx03wM { display:block; }
 }@media only screen and (max-width: 763px) { #KrF2vVhl7TxQG9RoXiziWkalo5MQli3D { top:63.875rem;left:7.998046875rem;width:7.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2DZ8S0DZ5Bx6FuyHg57vH07TNwT5bTs { display:block; }
 }@media only screen and (max-width: 763px) { #AslsDi1MDQXuzt3mDhmeNq5ISQ4rtxMi { top:66.5rem;left:0.1875rem;width:7.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx6EXHhh2Qeoe6cv2FivzQuRdVkpGb6N { display:block; }
 }@media only screen and (max-width: 763px) { #ezfTEkNTOhdIEBFRrezTM1lQgd2aWzPx { top:61.1875rem;left:16.375rem;width:7.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRq1uzhsnn89fk8qzIUAwfdp8BdfQqnU { display:block; }
 }@media only screen and (max-width: 763px) { #cqErCTuOXTgt80kHLWZyV8vkGhwbUrPA { top:38.1875rem;left:37.25rem;width:10.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpBDswAXC4X7mMpHblOhudNAtg2UC0ED { display:block; }
 }@media only screen and (max-width: 763px) { #oCTT39u4ueUudo1Wr9uTm4bkxeqmWkwA { top:50.125rem;left:39.75rem;width:8rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okn20QTrRnvzNNceCAbBbg3xUB3Mae3Z { display:block; }
 }@media only screen and (max-width: 763px) { #feWszocIvNQ0bgvD0V1kIz6ZvBQa07Nw { top:58.25rem;left:25.5rem;width:11.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBzowlgO1wPh8xipT7qmITIyEEpKS017 { display:block; }
 }@media only screen and (max-width: 763px) { #QX71oXZHs499wGEDBLliR16517y2QqQX { top:52.9375rem;left:38.6875rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUV92HZ21vWwSTemO0BVHmrrT7Dq302T { display:block; }
 }@media only screen and (max-width: 763px) { #JQ6XBDIP2og9eofX49EmkWHn6G667QWK { top:55.625rem;left:37.4375rem;width:8.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6V9aWLnpGIJgU0oHrVTh7CX6PCs5M6X { display:block; }
 }@media only screen and (max-width: 763px) { #danVLthI3yTEzMs6xVzNRxdakfQTkcqe { display:block; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSDwrLiBpIQIvXCDKOFtTATqKcUW4ns0 { width:47.75rem;height:5.4375rem;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZa87eqSaqUFKJqp5yh5en8T2WxpM9O3 { width:9.8125rem;height:2.3125rem;top:3.4375rem;left:16.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT08r4c9rv44Hu5AT0P5ciPO3ZNEdiCn { width:47.75rem;height:;top:10.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoaDNzEoQ36GzkrLyAm6yWBvkz1FhHlN { top:27.6875rem;left:0rem;width:47.125rem;height:26.488845446182rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBlTwF9IxIZXylNzRZldDhM39JxTxHs8 { top:109.375rem;left:0rem;width:47.75rem;height:19.866788321168rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHrKTifmaaCw9uBFLQMZbOnkH0RnFPy8 { width:39.4375rem;height:2.25rem;top:107.125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMcJpMQiIGuTOpwihZ5kS4TbzwigCG9a { width:39.4375rem;height:2.25rem;top:88.4375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXP6rSrXMckt551Fw6PlNSKAkwWAfXHb { top:92.625rem;left:4.6875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDrJD56UMhNdFAbI92OdRHHzv62wkRng { top:92.625rem;left:20.8125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnHIImrzbqKHWxqsgFFrkrZ9uVcreH7h { top:123.8125rem;left:10.5625rem;width:26.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgG5A7KMa4zcwT1avon4AJ14TZTwqWTK { display:block; }
 }@media only screen and (max-width: 763px) { #e93vq7X8gZXQRtQwTcXRQFTH5TENe8Ol { top:92.625rem;left:37rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #niGNqIrf7N8XHJaJZMi5b4HeV1i686rt { top:98.5625rem;left:1.4375rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSONyu9htSuAwoKsFVcO8AN8DR8mNcs4 { top:98.625rem;left:17.5625rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNTLQuhH8AO6i4NA1emnQdTxgbTDqgE { top:98.6875rem;left:33.75rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBBh4g4BxBuq1GeFvixdnSylOWchShd8 { top:100rem;left:1.4375rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBEA3vvfdRZ3dT889FwcJ1DJEvln0tAw { top:100rem;left:17.5625rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4VQ2QxorRO1hiK69awhznzKwThPp3ES { top:100rem;left:33.75rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2md79zF1UEA8Wp6hgnxGmMXihUtlyho { top:67.5625rem;left:0rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5a6iI8HOgLfIs8FCgvmqr0G6kFdqI4 { top:67.5625rem;left:14.25rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg { display:block; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndk3VcG34i2nyAI8WnWZTtSph78KBUQJ { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMHabwd2aI4QCNR6BTpFpwQB2EzRsPha { width:9.8125rem;height:2.3125rem;top:3.4375rem;left:22rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw7poAisigFCD8I0fd8LxJiiWIckcMbU { width:47.75rem;height:;top:11.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADm5IkAiqNKrSTKiFGDlf2fSSw4eX5y7 { top:27.875rem;left:0rem;width:47.125rem;height:26.488845446182rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV5PtLR2vG7uliiQ0Wfx7Ex6Ap4NP17v { top:108.625rem;left:0rem;width:47.75rem;height:19.866788321168rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJHIPBdeUfU3U8lfUtzWRW2ZgVlTDTor { width:39.4375rem;height:2.25rem;top:106.375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSqCzgmZk7Rw0TcMAQIGxJk6ZrKpitpe { width:39.4375rem;height:2.25rem;top:88.75rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMdk6Xb3ISZVmPhgR2M5zLLE6zsGEecU { top:122.9375rem;left:10.21875rem;width:26.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht0XDEETwNMxB5ROLHNTJMNCzuwnoOTT { display:block; }
 }@media only screen and (max-width: 763px) { #vuUzOt9wAAy5wb6vLGCvhMoQXXLR21Kw { top:67.75rem;left:0rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glhdNHk2H1sS3T3otFc7RtZNyGl2mLaT { top:67.75rem;left:14.25rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1BOsnkhkhBQv1d9As1VFTV4lUzUrVXi { top:100.0625rem;left:33.75rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5y5MTrMsSGhrwivOMPgPWTTrkltnwwy { top:98.75rem;left:33.75rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkrc7DHo3vzGdsPvUvSn29JhyQe8gQBC { top:92.6875rem;left:20.8125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlUVP3KrZeh7EzkZUqQ2doVOaOSa7HkP { top:98.6875rem;left:17.5625rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXATOHOElfTxn08VK7TbaKadn68gBU5N { top:100.0625rem;left:17.5625rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGm3TVpgroLpHNLMFAdx3G8gZz0UUWOE { top:92.6875rem;left:36.6875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAKJ6JPZTG0lC7zv3KnLOJM6c9c9eKfm { top:92.6875rem;left:4.6875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzTM7tvb4ncJQNNDRubZSIsWBQHCp5Es { top:98.625rem;left:1.4375rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFe2xQQ9u1aOHGQa0KoTfcXgCTmAiVm { top:100.0625rem;left:1.4375rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfIVIFMCSt7QDNzn7nmrCAbwlUZdPhDq { top:92.625rem;left:4.6875rem;width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x45hGrlUs1gnn4qlop6NrAmBazTTS1bP { display:block; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onapHFo0NRvrdK1ZuOQ8I4LpzykeOiK1 { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5fOtDKdTSTVbimVBcJLuvBqJJTcbdIw { width:9.8125rem;height:2.3125rem;top:3.4375rem;left:37.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1bSfM2KKWrf8u4UXQ7nVLJoszCuM7P3 { width:47.75rem;height:;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwvtf6cNJunghFZ4G84qBBlyIf08MUwG { top:27.1875rem;left:0rem;width:47.125rem;height:26.513081395349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvk16ad5h6PzH8by2IWGQqgl1WXD39Sz { top:110.5625rem;left:0rem;width:47.75rem;height:19.85446985447rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9EOiHte23TmVZP6FTepz0CTgNfTNQOH { width:39.4375rem;height:2.25rem;top:106.875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyzb9lHSPWUpQ2x6CZ8IwPRyTlPvw2Ip { width:39.4375rem;height:2.25rem;top:89.25rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlfpRgg7b0pGtAOO12MFanq8O95lDAbR { top:137.5rem;left:3.78125rem;width:40.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goPqN5H7Xzur2hrvfntXg0bRr1RqzDda { display:block; }
 }@media only screen and (max-width: 763px) { #AkdF4BLLsTKVh3WiQLpis4wSUQ1rvnCJ { top:68.1875rem;left:0rem;width:34.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0npwm3wkN854dlIGqD55ie2vU36vazA { top:68.1875rem;left:13.125rem;width:33.75rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwxbgowghgt5CMDbnM2MgqzlIGzFpEMH { top:100.5625rem;left:35.6875rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1STcTeygdE7BUeDfVkMGN0UNww1FAxD { top:99.3125rem;left:26.25rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #no4DMpS824kwAM8IRfTOWb3QM35pd8kC { top:100.625rem;left:26.25rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabb7mCIMtWcFTmxSAQTTltoOUE8NZEs { top:99.1875rem;left:35.6875rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZZetpXrcsfbo0Ihx0ZGgZUaFDi2coNL { top:93.25rem;left:29.1875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uknrs8zN56rkZ2WJm33mvbHe8e6hqCth { top:93.25rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GumoSRGCcf4aNvkVdwWLKFHQ2nbJ9riT { top:99.25rem;left:10.0625rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJFsGibcEv8XVTyyrg3boQFrZqrUvz6d { top:100.625rem;left:10.0625rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDeecfhH1bf3gt6a2vnO45CoTUeDLvAo { top:93.25rem;left:13.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHwgzbZDJlTp0PeTeTIIoNPLJlMLBHa5 { top:99.1875rem;left:0rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfs3BOTfe6qUawXWWsKuWUf1MIzGal1R { top:100.625rem;left:0rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEgILTJ5TgNJPX7rroToAulWA0tRp8uW { top:93.25rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 { display:block; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J62sIXwIQRw6t1P0sPIFkQMMgCExFM2r { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUH9quZZJ1wJXOZBlZTO7KxGr31gCViP { width:1.4375rem;height:2.3125rem;top:3.4375rem;left:19.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfn6TrBNGQN3R5zknqTEmFiuxLBxwTJl { width:47.75rem;height:;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTAAuhF95NfcefNvyVP27Tu4RmRTpt63 { top:24.875rem;left:0rem;width:47.125rem;height:26.488845446182rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6TICUE89bn0KIsZ7MtTdNdWzT6a3VOa { top:106.875rem;left:0rem;width:47.75rem;height:19.866788321168rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cahkrxup7TmyKp9AWpJ8gTcKWT50xWPS { width:39.4375rem;height:2.25rem;top:104.625rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhskp4So1eqWgToBg0m7GM0TgIbJl5L8 { width:39.4375rem;height:2.25rem;top:87rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9TlznCRrn7oJXgprC0RdOTKPt9lUZVI { top:122.3125rem;left:10.21875rem;width:26.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifn2ZXyTlX1HzLAb2sF26JFTz5rKHsoo { display:block; }
 }@media only screen and (max-width: 763px) { #ibEIFMAsFHMpEaKldtI8Ov8XgRTup9I2 { top:64.75rem;left:0rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w67CQ7a8QT38qMiJteOzXHidud1AbTao { top:64.75rem;left:14.25rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1WRldNA8f1Io9qmaelTzPOHl7QmWGsb { top:98.3125rem;left:34.0625rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1wrpCyo6Tz2ICv90OoCCHBhUo1UqVfF { top:97rem;left:34.0625rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2EI3tw6d3JI2HAhpnXvbU73Nom5FWIM { top:90.9375rem;left:21.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLmKaJ6OJ9dM7hCKcHTTAuTtpap7Lwgm { top:96.9375rem;left:17.875rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMiIdNxEw31pbdwlulpD0mQXu6cE1rLo { top:98.3125rem;left:17.875rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0BRc9JdNEfQOgBeQb3XfltAn09aL13Z { top:90.9375rem;left:37rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABXIJpRfo8NteDFvmAyLRBF85F0sXwSO { top:90.9375rem;left:5rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEuVE4bXZ180mTbH6i9BEJo3Exma8et1 { top:96.875rem;left:1.75rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCHUiFQyi3TTTfkCIeSVDBJxBTmorCsc { top:98.3125rem;left:1.75rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wslLerMTLiZPdbMERlLuJEgOUgH3PGVr { display:block; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmpdwLyAHTn6rN6GLFDpHTC7l6MLWRwJ { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxEpt5ArQ1zQTSaZhv8Vd6qhsZ3yqbWt { width:1.4375rem;height:2.3125rem;top:3.4375rem;left:25.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQU5KnflHOAPOe8C4gCJeZBR3EX9vfos { width:47.75rem;height:;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1kPh5GfBlVPDcqCcOAJy8CEOwtQbVKM { top:21.75rem;left:0rem;width:47.125rem;height:26.488845446182rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAFzQv7rfBBq02f6mWvZdkKn1b6IG1Uv { top:102.125rem;left:0rem;width:47.75rem;height:19.866788321168rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppr9GEuGqTvBVxVFqrVKdHBHIv5M1rUc { width:39.4375rem;height:2.25rem;top:99.875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUACgSXvIaZeBwsqeOWJ5cvUdeCKvPQR { width:39.4375rem;height:2.25rem;top:83.4375rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whJvpdK8E5l4WODcVLPsFR8psPqCcUGL { top:117.25rem;left:9.4375rem;width:28.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fawTbTAGDNbpzozoZGH86dU1mbnCiDVd { display:block; }
 }@media only screen and (max-width: 763px) { #Js22gs9vWJ4fqPAabsv7GRZDeDOTDBzG { top:61.625rem;left:0rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdzoQwNphSv2GDwaTZZA1faBXCJx12bg { top:61.625rem;left:14.25rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx55vMEVClP1mkhT8sDaTe6BxlpggvaX { top:94.5625rem;left:17.625rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTgK19E6eX4MKFfgv2whzx3tqxTgRkMz { top:93.25rem;left:17.625rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTBD8N9hEEbULRtVPTGuFOX0n4eTEGH { top:87.1875rem;left:20.5625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 { display:block; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0fySck9IzuqAfKJ0FUpUioJOyuX0WIG { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0yMlExsGmiKakGhT7Xzfmf66Myn9O86 { width:1.4375rem;height:2.3125rem;top:3.4375rem;left:27.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOJBeMhepnnIToeKLyqPT2m4qMvmAQ5K { width:47.75rem;height:;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpqV5w0ZTtUTglArSy5ZILaObOuSX2iF { top:20.6875rem;left:0rem;width:47.125rem;height:26.488845446182rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6AtHKTHnFscqncy7JuFcJaHb2kmMdUL { top:101.0625rem;left:0rem;width:47.75rem;height:19.866788321168rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyPSEPLH46pEnH1e9qmzPTGDM5EVwL2v { width:39.4375rem;height:2.25rem;top:98.8125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWRI1GGRh4VDgGfIo6GqAo6VvNRt7MOa { width:39.4375rem;height:2.25rem;top:82.375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6xQbRXVKifwvXyKRJl5DvQdvM1wpOB { top:115.9375rem;left:9.09375rem;width:29.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M97VugWlab8Uc8VxHrgxsThJKATWJmSd { display:block; }
 }@media only screen and (max-width: 763px) { #Eu1p8720a7NxtEibDtahaPhclaCUuee3 { top:60.5625rem;left:0rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBByzqramVzwX29bmEGppeyMTt2TlXhT { top:60.5625rem;left:14.25rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTZLrl4aPxDTwvkyRdAFrWQD8hAatxQ { top:85.6875rem;left:5.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbIhJuDs44nJpEUI0wN3rV2hWIe3SZ7g { top:85.6875rem;left:21.4375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIWrNZIaVoOrfNQxEtzHReCO8uv3B2G0 { top:91.6875rem;left:18.1875rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGz3gs205Gbca8HbNiBgUIpsuaWAf8C4 { top:93.0625rem;left:18.1875rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEVC32T2PztctSfVD5gTgncO40qJP5X3 { top:91.625rem;left:2.0625rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZCczmPXTiK8lFhufxPJS6ESIsNSFH19 { top:93.0625rem;left:2.0625rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SudpxtLAqempUFOvP3oOPxE4qmExigiO { top:93.0625rem;left:34.375rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK92kmeTm6awqHMrkGxbFk4ScBNsVHJs { top:91.75rem;left:34.375rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McM9qpyyLZ2pvmSZgt92WKAqkfK4Ok64 { top:85.6875rem;left:37.3125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT { display:block; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MobZlEcNZNJwKssa2e0OcoGZ97hlgC39 { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GToCqwnzvPLXECyc8OSgwNG0OHTmfEOy { width:1.4375rem;height:2.3125rem;top:3.4375rem;left:28.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcIQWHLaB5OTGC3R58TALPgp5iL6ZGmi { width:47.75rem;height:;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lao6Dhh4nb9mq7RgrTTS8CtNdsLrRqk9 { top:22.75rem;left:0rem;width:47.125rem;height:26.488845446182rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz5uxqav0XyTNObWCJU1IRnxRTh74dVm { top:102.5rem;left:0rem;width:47.75rem;height:19.866788321168rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0BksZM7g0QueN2s40TaXCOW8CEI0Axs { width:39.4375rem;height:2.25rem;top:100.25rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCh0iQ0Uk8XD0O7vVh3opZXLeKsDJptW { width:39.4375rem;height:2.25rem;top:83.8125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smKEh34PZZxsHb5U4Xar7NUKhWKyOS1d { top:117.25rem;left:8.5625rem;width:30.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxEdCuF4duvqBqkC1S2LbqosEJTeEGTE { display:block; }
 }@media only screen and (max-width: 763px) { #SSxdAG4J65l2wRT0z4QT0n8daiTDu9tB { top:62.625rem;left:0rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvOtwH4B8sACxU6hS5Ic2TcBRJfaqaMl { top:62.625rem;left:14.25rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPUAHqtAtKdItOE74dOQIKB4rmg3EPQa { top:94.6875rem;left:17.625rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbF9nh8At6kFRS00TSuvF1pKTMnN2as { top:93.375rem;left:17.625rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS9AzzB54yV979ZVlDJBlCCBGNAiSnvv { top:87.3125rem;left:20.5625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmHyghvvgUN2XFm4GQJaTCUtH5e516MD { display:block; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sv7uWF5Usl2NcclTHksysSKfvakE4FLX { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVirVTLqeoevWqblTZVkDXSVQpNsm64c { width:1.4375rem;height:2.3125rem;top:3.4375rem;left:20.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9c2KazSVLZRbQKKCS4WHKUPl7V61xiB { width:47.75rem;height:;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNRnPyDChpwZWsgaMSLntNL6hmEtTrML { top:22.75rem;left:0rem;width:47.125rem;height:26.488845446182rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXR4AzI5ZaUFy9TZSP9E1SPGZipseJRT { top:83.3125rem;left:0rem;width:47.75rem;height:19.866788321168rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN0XCuL9siMHwDUtQJ3AR1pGdJ4hm5oo { width:39.4375rem;height:2.25rem;top:81.0625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Habal2kfTApEb92rpviOncO07E3Wi74h { width:39.4375rem;height:2.25rem;top:64.625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCvmquJVL4eIHlKl4oDWJfOgt5e84g6s { top:97.5625rem;left:9.875rem;width:27.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgXXKyEpD3TvTMmJC9AUMMTpA3CaROH { display:block; }
 }@media only screen and (max-width: 763px) { #lRhQTr4bfkhU0F3RJBhgF8pTNgpyXx8u { top:75.5rem;left:17.625rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHyr0VnXfrm1PanpvHsRw0uGSllTpB5 { top:74.1875rem;left:17.625rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TywDCPWcdZq1hNr8nvQkK0tMETgtydTA { top:67.875rem;left:20.8125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 { display:block; }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jctn170vtTJSAMDbdZaXpQgo4oX4rL39 { width:47.75rem;height:;top:79.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3baPu4dXZIIqJxfH5DxinobS29ysRIs { width:47.75rem;height:;top:16.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFZJyxXqNezLM4R40HcaM3ST65bSnFL0 { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHLl9rsDTv74sP3eiRQNyoRA8okbQ0TA { top:37.125rem;left:0rem;width:47.125rem;height:26.2721875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDxipNPQMgG4L0T8LTfuMt01RT5fGH81 { width:27.375rem;height:1rem;top:63.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsDFvg9WfNwcaveZGkqIwrzguXuumMt { display:block; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5XDeTnXO70R9lamdqWE93swRZHTFep1 { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4TbyUTTiUU547NBLnymutm3HPQtnxvP { width:1.4375rem;height:2.3125rem;top:3.4375rem;left:20rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXCkg6o24Zoqg4o5qWCO9u6yvn6cAJ6Q { width:47.75rem;height:20.0625rem;top:11.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGqW46zV6H8noBCd681tKqCnkFOWQQTX { top:34rem;left:0rem;width:47.125rem;height:26.488845446182rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBZqTisdvQggwy6ZAxpX1S64AZsXZ1xg { top:95.6875rem;left:7rem;width:33.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM5ux0BCRMtP1dfMSRS9A9Zz43iNk7e6 { display:block; }
 }@media only screen and (max-width: 763px) { #gA8kQaekcqWAKUsS4bDON0q73dgQbIdp { top:73.875rem;left:0rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNIhOFWfTIdmmT8ZGet4SUvcZAXg2eJ { top:73.875rem;left:14.25rem;width:32.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus { display:block; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMZPVxom35UGG7lez6vPAhTuZuChDAdV { width:47.75rem;height:;top:10.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PogWdsbGywwba1IFkpDbqT8TT3FiTIBt { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6fyImg0S8pNxDzJPCHQFnhJTC6TqtD4 { top:29.8125rem;left:16.125rem;width:31.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlQrR9RwxmU1WlHJERiP2unN3AM7EAd8 { top:29.8125rem;left:0rem;width:31.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmK8BaJO4FuutXErQcT2BPm8OwyONBU2 { top:52.625rem;left:16.125rem;width:31.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFlp8BOuputXpepRAOQcbRxNDc38wcAN { top:52.625rem;left:0rem;width:31.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clM56qHoDNp2TaBvbeZME670B23D3XfB { width:32.5625rem;height:1.3125rem;top:48.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbfq4eVvhooUscgacafzGUJtABK0Cs2N { width:32.5rem;height:;top:48.6875rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2EyPF31g3Ag9WPh8RBviEEEi0IiN5ZC { width:32.5625rem;height:;top:71.5625rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgmC2iB0c78ybGg7mycHBq6MRMkOSmsP { width:32.5625rem;height:;top:71.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl { display:block; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrJqoWKXmiEagNo2hcmDvWZzJ1RBoArw { width:47.75rem;height:5.4375rem;top:3.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yScCXVZlzOShUbaSnOWE2rVmwJFPM0TK { top:15.875rem;left:1.65625rem;width:44.4375rem;height:11.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRz5ZSTxFpXwoTTsUIfNasu6dsIMw9Wi { top:49rem;left:1.53125rem;width:44.25rem;height:27.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrLxZWqG054TG0ParkswmseEVR085tFr { top:80.1875rem;left:1.5625rem;width:44.1875rem;height:11.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrZDIqGPwVw1DoTN2ox3wz6mXvHkqh9x { top:30.75rem;left:1.4375rem;width:44.875rem;height:14.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHrHHGKca7IRZxWOvN96SA10TVB4DP07 { top:31.75rem;left:1.4375rem;width:44.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psxKOcnHoqKPCEIKI5XdyX7pFIJ178ET { top:80.1875rem;left:1.0625rem;width:44.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJFAPRwuTI8UTmLGfdwBcnyKxM0pi6TK { top:49rem;left:1.53125rem;width:44.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7V3ThEGBLCoknWPK6tRxdGMTt7KaMZS { top:13.6875rem;left:1.65625rem;width:44.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7AU1zeLiDyGvgILTVZvm9AD9DNWq6PV { top:17.9375rem;left:0rem;width:15.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThbsGhKHK4SsUs2terxsblyEeFuov3QK { top:59.5rem;left:0rem;width:15.1875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxs5C8bnm4dL6KZDb8l6mQT41IgTDOcA { top:81.5625rem;left:28rem;width:19.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPhEC3aWMzArLKoQrWah2ZUfp7zRLxcT { top:36rem;left:33.75rem;width:14rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 { display:block; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL1LqXqq0k3WPPST51mfUJOrbSvkV0m4 { top:1.75rem;left:0rem;width:47.75rem;height:19.822339489886rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPbiMB9yAK5c0s0O7JB3h3k7MlrD3KD8 { width:47.75rem;height:4.625rem;top:1.75rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL { display:block; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0WgpwPCwUPHEMVT9WgWCqIfmPBpnsTT { width:47.75rem;height:5.5rem;top:3.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0CxtpxtrpluXUS7vSsgLJvFvb0JdltQ { width:47.75rem;height:;top:13.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiZTg0qr24ZpoGfuCE4AUV9dpgXCSow { top:29.875rem;left:16.375rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbfGCU1QbhDOwQO53Ur04u7IyUP8DAHL { top:31.375rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIEw5iUQEzK2h9Oo6WBBrpebJRHgSkAR { top:30.5rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zidQ2S4omI5wLPRfkUpam4tTS0boxio1 { top:30.1875rem;left:31.5rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHoyI0wpvFmUW4f2woTLcG5ISLvF5R0c { top:31.0625rem;left:0rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4OKI3nF74UOTCG4bfBygfsgAM1gVoaW { top:29.5625rem;left:16.0625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2uTWzZEKkpAwweKoTBN0NgOBez8nC01 { top:48.3125rem;left:14.5625rem;width:20.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDamsaKzBt5X6BLXiThewKEqwewrOwa { top:48.3125rem;left:0rem;width:20.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNsTrTvwNChPvkP6tLNz8decp5aad6g2 { top:48.375rem;left:27.25rem;width:20.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0MbLDXH8eghRVZn6OZqEC2gsK4K1vBZ { top:59.8125rem;left:21.625rem;width:26.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPubrZm8JuKfVpxTEC24rNrbddFERXGL { display:block; }
 }@media only screen and (max-width: 763px) { #lVsweICKEIu9nse5UZ2vivzWQ8asiVof { top:57.625rem;left:0rem;width:29.125rem;height:4.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAWI56spZysCn9HPxBRop6QBQhGCsU0D { top:59.8125rem;left:0rem;width:26.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3R7P63Duhx7a0BIQpzXbAFFCTa8E69A { display:block; }
 }@media only screen and (max-width: 763px) { #BiRlxhtDJg4IMATHcvWzu5S4fi67KD9V { top:61.125rem;left:0rem;width:26.125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgOzpKCQUuTmKtemDOIBNZUepTtmaDoB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WlxcBgDupLDRl1nJWMORK0Due0zhF9kO { background-color:#000000;background-image:none;display:block; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row .container { background-color: transparent; background-image: none; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row .container > .video-iframe-container { display: none; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row > .video-iframe-container { display: none; }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .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); }#WlxcBgDupLDRl1nJWMORK0Due0zhF9kO > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNynrPyRTAiEF1exFVxvLq7txzXkBPBV { top:24.875rem;left:1.875rem;width:16.3125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHPTD98wzPkbc3DLWTeDiKnmTc8sTGhP { display:block; }
 }@media only screen and (max-width: 763px) { #AeDKbNyMTRUJMFEN6EGLBW6JcOKa0Ey0 { top:28.5rem;left:1.75rem;width:16.5625rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tug1V99U8IMMxcOql7MySrZt68m9CO1T { display:block; }
 }@media only screen and (max-width: 763px) { #otBJykihE9FERA2C7AVF1Xa2GiOvM4U0 { width:20rem;height:1.5rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIE5tGeqIqonqh5ROoK5GakwScIWMwp { display:block; }
 }@media only screen and (max-width: 763px) { #kR64pJbqqTOHmTVf1dUCQEFZ8HwlEKx8 { width:20rem;height:1.5rem;top:19.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kV0hiAJSkDU1gbqNkd4IFxQAakAZxi3K { display:block; }
 }@media only screen and (max-width: 763px) { #PNxo1lMN5gDoOB6KEXiQm61tE4BOm1Il { width:20rem;height:3.625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPp4nh46C9b3QMdARqR5X8B1JUTSpOOU { width:20rem;height:2.375rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB7R5dlwgrTimD7xKu9GFkubOGNhZKhT { display:block; }
 }@media only screen and (max-width: 763px) { #WlqhgqlRGDNmr4qvGCaC8DT639KwRGy0 { width:20rem;height:1.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUGwfRuC8oTAGwPMIhf5UtZ99Oi2ZeOh { display:block; }
 }@media only screen and (max-width: 763px) { #N5gq28hbT8N3PdxQpZAcmTPIUy11gmtd { width:20rem;height:1.5rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFDOvtWHGayuLuK0FRNHTpzyxOS033J { display:block; }
 }@media only screen and (max-width: 763px) { #IX40pbpEHoefmu6W28ua9U2VIVPGfQMi { width:20rem;height:1.29980625rem;top:32.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URZQR6spwqQItWbdyvR5C59TCnTeuuMq { background-color:#000000;background-image:none;display:block; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row .container { background-color: transparent; background-image: none; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row .container > .video-iframe-container { display: none; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row > .video-iframe-container { display: none; }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .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); }#URZQR6spwqQItWbdyvR5C59TCnTeuuMq > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mc42dApECRSl9GfgPggT3K45iZsD1Kgc { width:20rem;height:3.44921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKtyhZXMz0P4s64KAyhSy2aWBI0EZVqm { width:20rem;height:7.348625rem;top:7.19970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIWprveatkzt8skpVyUW1m0ViydebvPo { width:20rem;height:5.22265rem;top:16.984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU { background-color:rgba(0,0,0,0.6);background-image:none;display:block; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row .container { background-color: transparent; background-image: none; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row .container > .video-iframe-container { display: none; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row > .video-iframe-container { display: none; }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .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); }#z5ZQ3aDOTilZMxGbCIlR1JPdGuywZcBU > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJbzt0yeQUOeqXzxRSk5V7XWAGBnVb9h { width:20rem;height:1.3994125rem;top:33.26220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkZJHe5lZbxs9r2ygUhqUOooZzzFk4zI { width:20rem;height:12.597625rem;top:5.13720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMRAzJIEbZDPS3Ezb2oT7B7oT3QcQcSb { width:20rem;height:1.7246125rem;top:1.30029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKDJ6p6zyyOtR2oszUe6hAR5EVfHC9kw { height:10.8003125rem;width:19.375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6hIPqFEMoNBb0mKSJHGRPITK9WeDO9E { width:0.625rem;height:0.9375rem;top:30.7861328125rem;left:9.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 { background-color:rgba(0,0,0,0.83);background-image:none;display:block; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row .container { background-color: transparent; background-image: none; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row .container > .video-iframe-container { display: none; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row > .video-iframe-container { display: none; }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .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); }#spiNHho1w8nTk9CWO4UmzBX5VO00RcV2 > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #harW5gPGMTyoXb1eR9XmrbbTBLM1yB5o { width:20rem;height:9.44825rem;top:5.94921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ74G9kH4BaOFKWMN5HxI4I9r3uaINTN { width:20rem;height:3.44921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHWkfQg60F1Zz0bvs6apCZ120wv68cJG { top:22.1875rem;left:5.125rem;width:9.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQnrWWKMyHmZWPWfshEdWrqDpZ5xCLS9 { display:block; }
 }@media only screen and (max-width: 763px) { #pII4fvN76hGf98MahibkAmcydJKmNSCJ { top:31.5625rem;left:6.25rem;width:7.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voxaeBIfIS2DWSG4R4PBMwULPiuQvzuu { display:block; }
 }@media only screen and (max-width: 763px) { #HbfH33PzINisE7vrL1P8hLM3VaEdzo0M { top:25.3125rem;left:5.6875rem;width:8.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz7UQtp67ziXmxnqphi4pG3VJpOZ50fN { display:block; }
 }@media only screen and (max-width: 763px) { #roktQqGNTSdv7To6I5k71undrNvTWtTD { top:40.875rem;left:5.875rem;width:8.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJcLcTKSlUkr5GAOJ1nsElbGAVaTsyQh { display:block; }
 }@media only screen and (max-width: 763px) { #i0OViibBq96F4HPJ8SAQooyGPBBnRI4q { top:56.375rem;left:6.4375rem;width:7.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzTPpqp16JCqKXcozcXMVLSSyiqx03wM { display:block; }
 }@media only screen and (max-width: 763px) { #KrF2vVhl7TxQG9RoXiziWkalo5MQli3D { top:50.4375rem;left:6.125rem;width:7.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2DZ8S0DZ5Bx6FuyHg57vH07TNwT5bTs { display:block; }
 }@media only screen and (max-width: 763px) { #AslsDi1MDQXuzt3mDhmeNq5ISQ4rtxMi { top:53.375rem;left:6.1875rem;width:7.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx6EXHhh2Qeoe6cv2FivzQuRdVkpGb6N { display:block; }
 }@media only screen and (max-width: 763px) { #ezfTEkNTOhdIEBFRrezTM1lQgd2aWzPx { top:47.375rem;left:6.0625rem;width:7.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRq1uzhsnn89fk8qzIUAwfdp8BdfQqnU { display:block; }
 }@media only screen and (max-width: 763px) { #cqErCTuOXTgt80kHLWZyV8vkGhwbUrPA { top:19rem;left:4.8125rem;width:10.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpBDswAXC4X7mMpHblOhudNAtg2UC0ED { display:block; }
 }@media only screen and (max-width: 763px) { #oCTT39u4ueUudo1Wr9uTm4bkxeqmWkwA { top:28.5625rem;left:6.0625rem;width:8rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okn20QTrRnvzNNceCAbBbg3xUB3Mae3Z { display:block; }
 }@media only screen and (max-width: 763px) { #feWszocIvNQ0bgvD0V1kIz6ZvBQa07Nw { top:44.0625rem;left:4.3125rem;width:11.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBzowlgO1wPh8xipT7qmITIyEEpKS017 { display:block; }
 }@media only screen and (max-width: 763px) { #QX71oXZHs499wGEDBLliR16517y2QqQX { top:34.6875rem;left:5.5rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUV92HZ21vWwSTemO0BVHmrrT7Dq302T { display:block; }
 }@media only screen and (max-width: 763px) { #JQ6XBDIP2og9eofX49EmkWHn6G667QWK { top:37.8125rem;left:5.75rem;width:8.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6V9aWLnpGIJgU0oHrVTh7CX6PCs5M6X { display:block; }
 }@media only screen and (max-width: 763px) { #danVLthI3yTEzMs6xVzNRxdakfQTkcqe { background-color:rgba(0,0,0,0.57);background-image:none;display:block; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row .container { background-color: transparent; background-image: none; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row .container > .video-iframe-container { display: none; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row > .video-iframe-container { display: none; }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .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); }#danVLthI3yTEzMs6xVzNRxdakfQTkcqe > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSDwrLiBpIQIvXCDKOFtTATqKcUW4ns0 { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZa87eqSaqUFKJqp5yh5en8T2WxpM9O3 { width:9.8125rem;height:0.75rem;top:1.25rem;left:9.25rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT08r4c9rv44Hu5AT0P5ciPO3ZNEdiCn { width:20rem;height:10.4980625rem;top:17.59765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoaDNzEoQ36GzkrLyAm6yWBvkz1FhHlN { width:19.375rem;height:10.875rem;top:4.72265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBlTwF9IxIZXylNzRZldDhM39JxTxHs8 { width:19.6875rem;height:8.1875rem;top:77.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NHrKTifmaaCw9uBFLQMZbOnkH0RnFPy8 { width:20rem;height:1.2246125rem;top:74.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MMcJpMQiIGuTOpwihZ5kS4TbzwigCG9a { width:20rem;height:1.2246125rem;top:54.337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aXP6rSrXMckt551Fw6PlNSKAkwWAfXHb { width:3.5rem;height:3.5rem;top:58.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDrJD56UMhNdFAbI92OdRHHzv62wkRng { width:3.4375rem;height:3.4375rem;top:58.34375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnHIImrzbqKHWxqsgFFrkrZ9uVcreH7h { top:81.9375rem;left:1.125rem;width:17.8125rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgG5A7KMa4zcwT1avon4AJ14TZTwqWTK { display:block; }
 }@media only screen and (max-width: 763px) { #e93vq7X8gZXQRtQwTcXRQFTH5TENe8Ol { width:3.25rem;height:3.25rem;top:67.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niGNqIrf7N8XHJaJZMi5b4HeV1i686rt { width:5.3125rem;height:1.13720625rem;top:57.23828125rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSONyu9htSuAwoKsFVcO8AN8DR8mNcs4 { width:4.625rem;height:1.13720625rem;top:57.23828125rem;left:11.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNTLQuhH8AO6i4NA1emnQdTxgbTDqgE { width:6.5625rem;height:1.13720625rem;top:66.0625rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBBh4g4BxBuq1GeFvixdnSylOWchShd8 { width:4rem;height:2.5996125rem;top:61.8125rem;left:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBEA3vvfdRZ3dT889FwcJ1DJEvln0tAw { width:3.5rem;height:2.5996125rem;top:61.8125rem;left:12.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4VQ2QxorRO1hiK69awhznzKwThPp3ES { width:4rem;height:2.5996125rem;top:70.375rem;left:8rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2md79zF1UEA8Wp6hgnxGmMXihUtlyho { width:19.375rem;height:10.875rem;top:41.84130859375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #RT5a6iI8HOgLfIs8FCgvmqr0G6kFdqI4 { width:19.375rem;height:10.8125rem;top:29.81005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg { background-color:rgba(0,0,0,0.57);background-image:none;display:block; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row .container { background-color: transparent; background-image: none; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row .container > .video-iframe-container { display: none; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row > .video-iframe-container { display: none; }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .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); }#WLoEliM2m69PVsRV5CWpGBBsbyHBAVsg > .row .container { width:20rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndk3VcG34i2nyAI8WnWZTtSph78KBUQJ { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMHabwd2aI4QCNR6BTpFpwQB2EzRsPha { width:9.8125rem;height:0.75rem;top:1.25rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw7poAisigFCD8I0fd8LxJiiWIckcMbU { width:20rem;height:11.547875rem;top:17.31591796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADm5IkAiqNKrSTKiFGDlf2fSSw4eX5y7 { width:19.375rem;height:10.875rem;top:4.66015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV5PtLR2vG7uliiQ0Wfx7Ex6Ap4NP17v { width:20rem;height:8.3208125rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJHIPBdeUfU3U8lfUtzWRW2ZgVlTDTor { width:20rem;height:1.2246125rem;top:75.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wSqCzgmZk7Rw0TcMAQIGxJk6ZrKpitpe { width:20rem;height:1.2246125rem;top:55.275390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kMdk6Xb3ISZVmPhgR2M5zLLE6zsGEecU { top:81.9375rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht0XDEETwNMxB5ROLHNTJMNCzuwnoOTT { display:block; }
 }@media only screen and (max-width: 763px) { #vuUzOt9wAAy5wb6vLGCvhMoQXXLR21Kw { width:19.375rem;height:10.875rem;top:29.96630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glhdNHk2H1sS3T3otFc7RtZNyGl2mLaT { width:19.375rem;height:10.875rem;top:42.27734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1BOsnkhkhBQv1d9As1VFTV4lUzUrVXi { width:3.4375rem;height:2.5996125rem;top:71.4375rem;left:8.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5y5MTrMsSGhrwivOMPgPWTTrkltnwwy { width:7.75rem;height:1.13720625rem;top:66.8125rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkrc7DHo3vzGdsPvUvSn29JhyQe8gQBC { width:3.5625rem;height:3.5625rem;top:59.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlUVP3KrZeh7EzkZUqQ2doVOaOSa7HkP { width:4.9375rem;height:1.13720625rem;top:58.125rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXATOHOElfTxn08VK7TbaKadn68gBU5N { width:3.0625rem;height:2.5996125rem;top:62.75rem;left:12.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGm3TVpgroLpHNLMFAdx3G8gZz0UUWOE { width:3.5625rem;height:3.5625rem;top:67.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAKJ6JPZTG0lC7zv3KnLOJM6c9c9eKfm { width:3.6875rem;height:3.6875rem;top:59.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzTM7tvb4ncJQNNDRubZSIsWBQHCp5Es { width:5.375rem;height:1.13720625rem;top:58.125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFe2xQQ9u1aOHGQa0KoTfcXgCTmAiVm { width:3.875rem;height:2.5996125rem;top:62.75rem;left:3.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfIVIFMCSt7QDNzn7nmrCAbwlUZdPhDq { width:3.6875rem;height:3.6875rem;top:59.125rem;left:3.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #x45hGrlUs1gnn4qlop6NrAmBazTTS1bP { background-color:rgba(0,0,0,0.57);background-image:none;display:block; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row .container { background-color: transparent; background-image: none; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row .container > .video-iframe-container { display: none; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row > .video-iframe-container { display: none; }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .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); }#x45hGrlUs1gnn4qlop6NrAmBazTTS1bP > .row .container { width:20rem;height:93.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onapHFo0NRvrdK1ZuOQ8I4LpzykeOiK1 { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5fOtDKdTSTVbimVBcJLuvBqJJTcbdIw { width:3.25rem;height:0.75rem;top:1.25rem;left:16rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1bSfM2KKWrf8u4UXQ7nVLJoszCuM7P3 { width:20rem;height:17.1445rem;top:17.12158203125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwvtf6cNJunghFZ4G84qBBlyIf08MUwG { width:19.375rem;height:10.875rem;top:4.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvk16ad5h6PzH8by2IWGQqgl1WXD39Sz { width:19.8125rem;height:8.25rem;top:83.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9EOiHte23TmVZP6FTepz0CTgNfTNQOH { width:20rem;height:1.2246125rem;top:81.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nyzb9lHSPWUpQ2x6CZ8IwPRyTlPvw2Ip { width:20rem;height:1.2246125rem;top:61.5498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BlfpRgg7b0pGtAOO12MFanq8O95lDAbR { top:88.75rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goPqN5H7Xzur2hrvfntXg0bRr1RqzDda { display:block; }
 }@media only screen and (max-width: 763px) { #AkdF4BLLsTKVh3WiQLpis4wSUQ1rvnCJ { width:19.375rem;height:10.875rem;top:36.49072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0npwm3wkN854dlIGqD55ie2vU36vazA { width:19.375rem;height:10.875rem;top:48.7392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwxbgowghgt5CMDbnM2MgqzlIGzFpEMH { width:2.9375rem;height:2.5996125rem;top:77.5625rem;left:12.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1STcTeygdE7BUeDfVkMGN0UNww1FAxD { width:7.4375rem;height:1.13720625rem;top:73.3125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #no4DMpS824kwAM8IRfTOWb3QM35pd8kC { width:3.1875rem;height:2.5996125rem;top:77.5625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabb7mCIMtWcFTmxSAQTTltoOUE8NZEs { width:8.3125rem;height:1.13720625rem;top:73.3125rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZZetpXrcsfbo0Ihx0ZGgZUaFDi2coNL { width:3.125rem;height:3.125rem;top:74.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uknrs8zN56rkZ2WJm33mvbHe8e6hqCth { width:3.25rem;height:3.25rem;top:74.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GumoSRGCcf4aNvkVdwWLKFHQ2nbJ9riT { width:6.1875rem;height:1.13720625rem;top:64.5rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJFsGibcEv8XVTyyrg3boQFrZqrUvz6d { width:3.0625rem;height:2.5996125rem;top:69.0625rem;left:12.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDeecfhH1bf3gt6a2vnO45CoTUeDLvAo { width:3.4375rem;height:3.4375rem;top:65.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHwgzbZDJlTp0PeTeTIIoNPLJlMLBHa5 { width:6.75rem;height:1.13720625rem;top:64.5rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfs3BOTfe6qUawXWWsKuWUf1MIzGal1R { width:3.875rem;height:2.5996125rem;top:69.0625rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEgILTJ5TgNJPX7rroToAulWA0tRp8uW { width:3.4375rem;height:3.4375rem;top:65.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 { background-color:rgba(0,0,0,0.57);background-image:none;display:block; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row .container { background-color: transparent; background-image: none; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row .container > .video-iframe-container { display: none; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row > .video-iframe-container { display: none; }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .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); }#QpbZ9iNAISMAD1hHrX3wDsAibCxy4XR3 > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J62sIXwIQRw6t1P0sPIFkQMMgCExFM2r { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUH9quZZJ1wJXOZBlZTO7KxGr31gCViP { width:1.4375rem;height:0.75rem;top:1.25rem;left:13.9375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfn6TrBNGQN3R5zknqTEmFiuxLBxwTJl { width:20rem;height:11.0215rem;top:17.47265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTAAuhF95NfcefNvyVP27Tu4RmRTpt63 { width:19.375rem;height:10.875rem;top:4.91015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6TICUE89bn0KIsZ7MtTdNdWzT6a3VOa { width:20rem;height:8.3208125rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cahkrxup7TmyKp9AWpJ8gTcKWT50xWPS { width:20rem;height:1.2246125rem;top:74.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dhskp4So1eqWgToBg0m7GM0TgIbJl5L8 { width:20rem;height:1.2246125rem;top:55.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v9TlznCRrn7oJXgprC0RdOTKPt9lUZVI { top:81.5rem;left:0.625rem;width:18.75rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifn2ZXyTlX1HzLAb2sF26JFTz5rKHsoo { display:block; }
 }@media only screen and (max-width: 763px) { #ibEIFMAsFHMpEaKldtI8Ov8XgRTup9I2 { width:19.375rem;height:10.875rem;top:29.96630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w67CQ7a8QT38qMiJteOzXHidud1AbTao { width:19.375rem;height:10.875rem;top:42.40234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1WRldNA8f1Io9qmaelTzPOHl7QmWGsb { width:12.0625rem;height:2.5996125rem;top:70.875rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1wrpCyo6Tz2ICv90OoCCHBhUo1UqVfF { width:12.0625rem;height:1.13720625rem;top:66.4375rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2EI3tw6d3JI2HAhpnXvbU73Nom5FWIM { width:3.75rem;height:3.75rem;top:58.875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLmKaJ6OJ9dM7hCKcHTTAuTtpap7Lwgm { width:4.5rem;height:1.13720625rem;top:57.8125rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMiIdNxEw31pbdwlulpD0mQXu6cE1rLo { width:3rem;height:2.5996125rem;top:62.625rem;left:13.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0BRc9JdNEfQOgBeQb3XfltAn09aL13Z { width:3.3125rem;height:3.3125rem;top:67.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABXIJpRfo8NteDFvmAyLRBF85F0sXwSO { width:3.625rem;height:3.625rem;top:58.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEuVE4bXZ180mTbH6i9BEJo3Exma8et1 { width:4.75rem;height:1.13720625rem;top:57.875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCHUiFQyi3TTTfkCIeSVDBJxBTmorCsc { width:3.25rem;height:2.5996125rem;top:62.625rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wslLerMTLiZPdbMERlLuJEgOUgH3PGVr { background-color:rgba(0,0,0,0.57);background-image:none;display:block; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row .container { background-color: transparent; background-image: none; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row .container > .video-iframe-container { display: none; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row > .video-iframe-container { display: none; }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .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); }#wslLerMTLiZPdbMERlLuJEgOUgH3PGVr > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmpdwLyAHTn6rN6GLFDpHTC7l6MLWRwJ { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxEpt5ArQ1zQTSaZhv8Vd6qhsZ3yqbWt { width:1.4375rem;height:0.75rem;top:1.25rem;left:14.625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQU5KnflHOAPOe8C4gCJeZBR3EX9vfos { width:20rem;height:8.57225rem;top:17.03515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1kPh5GfBlVPDcqCcOAJy8CEOwtQbVKM { width:19.375rem;height:10.875rem;top:4.54052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAFzQv7rfBBq02f6mWvZdkKn1b6IG1Uv { width:20rem;height:8.3208125rem;top:64.9423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppr9GEuGqTvBVxVFqrVKdHBHIv5M1rUc { width:20rem;height:1.2246125rem;top:63.7177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NUACgSXvIaZeBwsqeOWJ5cvUdeCKvPQR { width:20rem;height:1.2246125rem;top:51.837890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #whJvpdK8E5l4WODcVLPsFR8psPqCcUGL { top:70.26318359375rem;left:0.625rem;width:18.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fawTbTAGDNbpzozoZGH86dU1mbnCiDVd { display:block; }
 }@media only screen and (max-width: 763px) { #Js22gs9vWJ4fqPAabsv7GRZDeDOTDBzG { width:19.375rem;height:10.875rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdzoQwNphSv2GDwaTZZA1faBXCJx12bg { width:19.375rem;height:10.8125rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx55vMEVClP1mkhT8sDaTe6BxlpggvaX { width:12.0625rem;height:2.5996125rem;top:59.5625rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTgK19E6eX4MKFfgv2whzx3tqxTgRkMz { width:12.0625rem;height:1.13720625rem;top:54.5625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTBD8N9hEEbULRtVPTGuFOX0n4eTEGH { width:3.9375rem;height:3.9375rem;top:55.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 { background-color:rgba(0,0,0,0.57);background-image:none;display:block; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row .container { background-color: transparent; background-image: none; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row .container > .video-iframe-container { display: none; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row > .video-iframe-container { display: none; }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .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); }#rnbfkRttHByAT6OsNzZSWrcSEIJmI1I4 > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0fySck9IzuqAfKJ0FUpUioJOyuX0WIG { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0yMlExsGmiKakGhT7Xzfmf66Myn9O86 { width:1.4375rem;height:0.75rem;top:1.25rem;left:15.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOJBeMhepnnIToeKLyqPT2m4qMvmAQ5K { width:20rem;height:8.57225rem;top:16.97265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpqV5w0ZTtUTglArSy5ZILaObOuSX2iF { width:19.375rem;height:10.875rem;top:4.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6AtHKTHnFscqncy7JuFcJaHb2kmMdUL { width:20rem;height:8.3208125rem;top:75.1533203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyPSEPLH46pEnH1e9qmzPTGDM5EVwL2v { width:20rem;height:1.2246125rem;top:73.9287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DWRI1GGRh4VDgGfIo6GqAo6VvNRt7MOa { width:20rem;height:1.2246125rem;top:51.837890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6xQbRXVKifwvXyKRJl5DvQdvM1wpOB { top:80.34912109375rem;left:0.625rem;width:18.75rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M97VugWlab8Uc8VxHrgxsThJKATWJmSd { display:block; }
 }@media only screen and (max-width: 763px) { #Eu1p8720a7NxtEibDtahaPhclaCUuee3 { width:19.375rem;height:10.875rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBByzqramVzwX29bmEGppeyMTt2TlXhT { width:19.375rem;height:10.875rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTZLrl4aPxDTwvkyRdAFrWQD8hAatxQ { width:4rem;height:4rem;top:56.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbIhJuDs44nJpEUI0wN3rV2hWIe3SZ7g { width:4.125rem;height:4.125rem;top:56.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIWrNZIaVoOrfNQxEtzHReCO8uv3B2G0 { width:5rem;height:1.13720625rem;top:55.25rem;left:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGz3gs205Gbca8HbNiBgUIpsuaWAf8C4 { width:2.3125rem;height:2.5996125rem;top:60.3125rem;left:13.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEVC32T2PztctSfVD5gTgncO40qJP5X3 { width:5.75rem;height:1.13720625rem;top:55.25rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZCczmPXTiK8lFhufxPJS6ESIsNSFH19 { width:3.1875rem;height:2.5996125rem;top:60.3125rem;left:4.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SudpxtLAqempUFOvP3oOPxE4qmExigiO { width:2.875rem;height:2.5996125rem;top:69.5625rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK92kmeTm6awqHMrkGxbFk4ScBNsVHJs { width:7.875rem;height:1.13720625rem;top:64.375rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McM9qpyyLZ2pvmSZgt92WKAqkfK4Ok64 { width:4.125rem;height:4.125rem;top:65.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT { background-color:rgba(0,0,0,0.57);background-image:none;display:block; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row .container { background-color: transparent; background-image: none; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row .container > .video-iframe-container { display: none; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row > .video-iframe-container { display: none; }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .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); }#UTsdyKtFIROPSpB3dk2FE2P2kO1biBWT > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MobZlEcNZNJwKssa2e0OcoGZ97hlgC39 { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GToCqwnzvPLXECyc8OSgwNG0OHTmfEOy { width:1.4375rem;height:0.75rem;top:1.25rem;left:15.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcIQWHLaB5OTGC3R58TALPgp5iL6ZGmi { width:20rem;height:7.347625rem;top:16.59765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lao6Dhh4nb9mq7RgrTTS8CtNdsLrRqk9 { width:19.375rem;height:10.875rem;top:4.47265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz5uxqav0XyTNObWCJU1IRnxRTh74dVm { width:20rem;height:8.3208125rem;top:63.5283203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0BksZM7g0QueN2s40TaXCOW8CEI0Axs { width:20rem;height:1.2246125rem;top:62.3037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uCh0iQ0Uk8XD0O7vVh3opZXLeKsDJptW { width:20rem;height:1.2246125rem;top:49.962890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #smKEh34PZZxsHb5U4Xar7NUKhWKyOS1d { top:69.09912109375rem;left:0.625rem;width:18.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxEdCuF4duvqBqkC1S2LbqosEJTeEGTE { display:block; }
 }@media only screen and (max-width: 763px) { #SSxdAG4J65l2wRT0z4QT0n8daiTDu9tB { width:19.375rem;height:10.875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvOtwH4B8sACxU6hS5Ic2TcBRJfaqaMl { width:19.375rem;height:10.875rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPUAHqtAtKdItOE74dOQIKB4rmg3EPQa { width:12.0625rem;height:2.5996125rem;top:58.6982421875rem;left:3.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbF9nh8At6kFRS00TSuvF1pKTMnN2as { width:12.0625rem;height:1.13720625rem;top:53.4990234375rem;left:3.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS9AzzB54yV979ZVlDJBlCCBGNAiSnvv { width:4.125rem;height:4.125rem;top:54.5732421875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmHyghvvgUN2XFm4GQJaTCUtH5e516MD { background-color:rgba(0,0,0,0.57);background-image:none;display:block; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row .container { background-color: transparent; background-image: none; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row .container > .video-iframe-container { display: none; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row > .video-iframe-container { display: none; }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .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); }#RmHyghvvgUN2XFm4GQJaTCUtH5e516MD > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sv7uWF5Usl2NcclTHksysSKfvakE4FLX { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVirVTLqeoevWqblTZVkDXSVQpNsm64c { width:1.4375rem;height:0.75rem;top:1.25rem;left:14.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9c2KazSVLZRbQKKCS4WHKUPl7V61xiB { width:20rem;height:9.796875rem;top:17.341796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNRnPyDChpwZWsgaMSLntNL6hmEtTrML { width:19.375rem;height:10.875rem;top:4.53515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXR4AzI5ZaUFy9TZSP9E1SPGZipseJRT { width:20rem;height:8.3208125rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN0XCuL9siMHwDUtQJ3AR1pGdJ4hm5oo { width:20rem;height:1.2246125rem;top:41.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Habal2kfTApEb92rpviOncO07E3Wi74h { width:20rem;height:1.2246125rem;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TCvmquJVL4eIHlKl4oDWJfOgt5e84g6s { top:48.5625rem;left:0.625rem;width:18.75rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgXXKyEpD3TvTMmJC9AUMMTpA3CaROH { display:block; }
 }@media only screen and (max-width: 763px) { #lRhQTr4bfkhU0F3RJBhgF8pTNgpyXx8u { width:12.0625rem;height:2.5996125rem;top:38.25rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHyr0VnXfrm1PanpvHsRw0uGSllTpB5 { width:12.0625rem;height:1.13720625rem;top:33.1875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TywDCPWcdZq1hNr8nvQkK0tMETgtydTA { width:4rem;height:4rem;top:34.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 { background-color:rgba(0,0,0,0.6);background-image:none;display:block; }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .row .container { background-color: transparent; background-image: none; }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .row .container > .video-iframe-container { display: none; }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .row > .video-iframe-container { display: none; }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .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); }#vmN9yquKy5WqRlWLd3WAP9nLprzRgGR7 > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jctn170vtTJSAMDbdZaXpQgo4oX4rL39 { width:20rem;height:1.75rem;top:39.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3baPu4dXZIIqJxfH5DxinobS29ysRIs { width:20rem;height:19.59375rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFZJyxXqNezLM4R40HcaM3ST65bSnFL0 { width:20rem;height:3.1494125rem;top:1.18017578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHLl9rsDTv74sP3eiRQNyoRA8okbQ0TA { height:10.80075rem;width:19.375rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDxipNPQMgG4L0T8LTfuMt01RT5fGH81 { width:20rem;height:1.03125rem;top:34.69091796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #nTsDFvg9WfNwcaveZGkqIwrzguXuumMt { background-color:rgba(0,0,0,0.57);background-image:none;display:block; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row .container { background-color: transparent; background-image: none; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row .container > .video-iframe-container { display: none; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row > .video-iframe-container { display: none; }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .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); }#nTsDFvg9WfNwcaveZGkqIwrzguXuumMt > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5XDeTnXO70R9lamdqWE93swRZHTFep1 { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4TbyUTTiUU547NBLnymutm3HPQtnxvP { width:1.4375rem;height:0.75rem;top:1.25rem;left:13.9375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXCkg6o24Zoqg4o5qWCO9u6yvn6cAJ6Q { width:20rem;height:22.043rem;top:16.91015625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGqW46zV6H8noBCd681tKqCnkFOWQQTX { width:19.375rem;height:10.8125rem;top:4.291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBZqTisdvQggwy6ZAxpX1S64AZsXZ1xg { top:64.775390625rem;left:0.625rem;width:18.75rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM5ux0BCRMtP1dfMSRS9A9Zz43iNk7e6 { display:block; }
 }@media only screen and (max-width: 763px) { #gA8kQaekcqWAKUsS4bDON0q73dgQbIdp { width:19.375rem;height:10.875rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNIhOFWfTIdmmT8ZGet4SUvcZAXg2eJ { width:19.375rem;height:10.875rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus { background-color:rgba(0,0,0,0.57);background-image:none;display:block; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row .container { background-color: transparent; background-image: none; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row .container > .video-iframe-container { display: none; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row > .video-iframe-container { display: none; }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .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); }#Lk3l5DySFpsFgMSBNpQMr3Wtgug4lRus > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMZPVxom35UGG7lez6vPAhTuZuChDAdV { width:20rem;height:18.369125rem;top:5.630859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PogWdsbGywwba1IFkpDbqT8TT3FiTIBt { width:20rem;height:1.7246125rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6fyImg0S8pNxDzJPCHQFnhJTC6TqtD4 { height:10.797875rem;width:19.375rem;top:39.88916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlQrR9RwxmU1WlHJERiP2unN3AM7EAd8 { height:10.797875rem;width:19.375rem;top:26.20166015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmK8BaJO4FuutXErQcT2BPm8OwyONBU2 { height:10.797875rem;width:19.375rem;top:67.81591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFlp8BOuputXpepRAOQcbRxNDc38wcAN { height:10.797875rem;width:19.375rem;top:53.8310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clM56qHoDNp2TaBvbeZME670B23D3XfB { width:20rem;height:1.2246125rem;top:37.62451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbfq4eVvhooUscgacafzGUJtABK0Cs2N { width:20rem;height:1.2246125rem;top:51.31201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2EyPF31g3Ag9WPh8RBviEEEi0IiN5ZC { width:20rem;height:1.13720625rem;top:79.1767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgmC2iB0c78ybGg7mycHBq6MRMkOSmsP { width:20rem;height:1.2246125rem;top:65.25390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl { background-color:rgba(0,0,0,0.59);background-image:none;display:block; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row .container { background-color: transparent; background-image: none; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row .container > .video-iframe-container { display: none; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row > .video-iframe-container { display: none; }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .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); }#XadNZQUDIl4ryynBNOEMKRVFPrG2zZNl > .row .container { width:20rem;height:120.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrJqoWKXmiEagNo2hcmDvWZzJ1RBoArw { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yScCXVZlzOShUbaSnOWE2rVmwJFPM0TK { width:20rem;height:11.61621875rem;top:8.515625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRz5ZSTxFpXwoTTsUIfNasu6dsIMw9Wi { width:20rem;height:27.70019375rem;top:59.4267578125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrLxZWqG054TG0ParkswmseEVR085tFr { width:20rem;height:10.722675rem;top:98.375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrZDIqGPwVw1DoTN2ox3wz6mXvHkqh9x { width:20rem;height:13.40329375rem;top:31.4375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHrHHGKca7IRZxWOvN96SA10TVB4DP07 { width:20rem;height:1.7871125rem;top:31.4375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psxKOcnHoqKPCEIKI5XdyX7pFIJ178ET { width:20rem;height:0.89355625rem;top:97.5439453125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJFAPRwuTI8UTmLGfdwBcnyKxM0pi6TK { width:20rem;height:2.76171875rem;top:56.7275390625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v7V3ThEGBLCoknWPK6tRxdGMTt7KaMZS { width:20rem;height:1.3808625rem;top:6.2490234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7AU1zeLiDyGvgILTVZvm9AD9DNWq6PV { width:15.1875rem;height:6.25rem;top:21.4775390625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThbsGhKHK4SsUs2terxsblyEeFuov3QK { width:15.1875rem;height:6.3125rem;top:87.8642578125rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxs5C8bnm4dL6KZDb8l6mQT41IgTDOcA { width:19.75rem;height:7.8125rem;top:111.49020625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPhEC3aWMzArLKoQrWah2ZUfp7zRLxcT { width:14rem;height:5.6875rem;top:46.4150390625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 { background-color:rgba(0,0,0,0.7);background-image:none;display:block; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row .container { background-color: transparent; background-image: none; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row .container > .video-iframe-container { display: none; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row > .video-iframe-container { display: none; }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .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); }#EvG3JAOzfHg07uTt6uSHZwZP7sHmDlZ3 > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL1LqXqq0k3WPPST51mfUJOrbSvkV0m4 { width:20rem;height:8.1875rem;top:5.0341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPbiMB9yAK5c0s0O7JB3h3k7MlrD3KD8 { width:20rem;height:2.01220625rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL { background-color:rgba(0,0,0,0.7);background-image:none;display:block; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row .container { background-color: transparent; background-image: none; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row .container > .video-iframe-container { display: none; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row > .video-iframe-container { display: none; }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .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); }#QrIDnHctXUnA5fwWJyhOEPFouVlHAzqL > .row .container { width:20rem;height:93.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0WgpwPCwUPHEMVT9WgWCqIfmPBpnsTT { width:20rem;height:1.57470625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0CxtpxtrpluXUS7vSsgLJvFvb0JdltQ { width:20rem;height:13.4706875rem;top:4.48486328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiZTg0qr24ZpoGfuCE4AUV9dpgXCSow { width:12rem;height:12rem;top:24.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbfGCU1QbhDOwQO53Ur04u7IyUP8DAHL { width:11.8125rem;height:11.8125rem;top:43.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIEw5iUQEzK2h9Oo6WBBrpebJRHgSkAR { width:11.75rem;height:11.75rem;top:62.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zidQ2S4omI5wLPRfkUpam4tTS0boxio1 { width:12.1875rem;height:12.1875rem;top:62.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHoyI0wpvFmUW4f2woTLcG5ISLvF5R0c { width:12.625rem;height:12.625rem;top:24.1875rem;left:3.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #k4OKI3nF74UOTCG4bfBygfsgAM1gVoaW { width:12.4375rem;height:12.4375rem;top:43.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2uTWzZEKkpAwweKoTBN0NgOBez8nC01 { width:20rem;height:3.0869125rem;top:37.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqDamsaKzBt5X6BLXiThewKEqwewrOwa { width:20rem;height:3.0869125rem;top:56.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNsTrTvwNChPvkP6tLNz8decp5aad6g2 { width:20rem;height:3.0869125rem;top:74.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0MbLDXH8eghRVZn6OZqEC2gsK4K1vBZ { top:87.6875rem;left:0.5rem;width:19rem;height:4.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPubrZm8JuKfVpxTEC24rNrbddFERXGL { display:block; }
 }@media only screen and (max-width: 763px) { #lVsweICKEIu9nse5UZ2vivzWQ8asiVof { width:20rem;height:4.19970625rem;top:79.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAWI56spZysCn9HPxBRop6QBQhGCsU0D { top:83.4375rem;left:0.5rem;width:19rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3R7P63Duhx7a0BIQpzXbAFFCTa8E69A { display:block; }
 }@media only screen and (max-width: 763px) { #BiRlxhtDJg4IMATHcvWzu5S4fi67KD9V { top:18.5625rem;left:0.5rem;width:19rem;height:4.3125rem;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #GgOzpKCQUuTmKtemDOIBNZUepTtmaDoB { display:block; }
 }