.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/14f79230-fe72-4e12-a557-bf6be584e526/Artboard3100.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;overflow:visible;position:relative;display:block; }#kB20Cqd4yUWZfnpCurMH8cOcLk2DwAOb { color:#000000;display:block;width:54.875rem;position:absolute;font-family:arial;font-size:7.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.6875rem;left:20.125rem;height:10.15625rem;display:block; }
#B9Gg4lpUdIIyZ0MZqDvxVAHheDV1x6Ir { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:9.5rem;top:4.875rem;left:2.6875rem;overflow:hidden;display:block; }
#RsgkJVg4BF2kTzBVXKlz8ZsEmpckbN7c { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:24.9375rem;top:6.6875rem;left:41.96875rem;overflow:hidden;display:block; }
#rFw5dGokKgTlFGOwEF6ZK6GfH4dfvVxm { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:"proxima nova";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.25rem;left:42.65625rem;display:block; }
#kdcHk6KLLMQMkTXgbmxExKG5Qqw9TkMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQ7B8IJNCa6GeIJRIO9FMdrqtxlnMeUt { color:#ff0000;display:block;width:23.5625rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:36.5rem;left:43.40625rem;height:3.49964375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NSDxeKU6Ds1mePbWaGwizJT7Jhx9hzEp { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15006;background-color:#1c1c1b;background-image:none;top:48.5625rem;left:2.6875rem;display:block; }
#tB4UiyD0fzeGVyypMl5RBuo4tMe6GIsD { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:#1c1c1b;background-image:none;top:48.5625rem;left:8rem;display:block; }
#UDZBTlZf89nzywIdsUumggMEowGFa0tc { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15008;background-color:#1c1c1b;background-image:none;top:48.5625rem;left:13.25rem;display:block; }
#mbSNdTTy65y7rGy2NaQyQmuTOghVKDar { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.75rem;top:49.0625rem;left:13.8125rem;overflow:hidden;display:block; }
#DUONGIv75HxMeTRzXa5ar9o7sddwAFPz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:2.875rem;top:49rem;left:3.1875rem;overflow:hidden;display:block; }
#Gs1W7RN2zMN2v9b0E2PVqe5onJ3DyFuu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.25rem;top:49.1875rem;left:8.8125rem;overflow:hidden;display:block; }
#akMF0rPkv5STGaxXGBv3IOJCSwepi0PU { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15006;background-color:#1c1c1b;background-image:none;top:48.5625rem;left:2.6875rem;display:none; }
#S5JZR1VTuJP3bHJcX841HoRkhCuTQNld { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:2.875rem;top:49rem;left:3.1875rem;overflow:hidden;display:none; }
#DWJA9WQ2rO8Vpi70L5EieEi8ahZHwQJg { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:#1c1c1b;background-image:none;top:48.5625rem;left:8rem;display:none; }
#TDQMvdZ7q7zxIHdGhvPK8a11zUS614zp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.25rem;top:49.1875rem;left:8.8125rem;overflow:hidden;display:none; }
#Oyud8tiuT9crq0TycptUVQq0BSNKTVV7 { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15008;background-color:#1c1c1b;background-image:none;top:48.5625rem;left:13.25rem;display:none; }
#CWJhcVnaxJp0dPMMOlDt52SScQuOKLc1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.75rem;top:49.0625rem;left:13.8125rem;overflow:hidden;display:none; }
#WKuRzTl3MAg8HHUngvEdeeSRI08doH9u { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:"proxima nova";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.25rem;left:42.65625rem;display:none; }
#LGNKyPbZh0tTtQW92RliRDd2ITZgVg7F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .row .container { background-color: transparent; background-image: none; }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .row .container > .video-iframe-container { display: none; }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .row > .video-iframe-container { display: none; }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .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); }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .row .container { border-width: 0; border-radius: 0; }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#IWBXnaU3Qa8wdW3wCHBRsRIrQCB5syfy { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:23rem;height:12.1870375rem;display:block; }
#FMTdNtE8yZcQgUzIxh0bBLcr2pu7on0m { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:"proxima nova";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.6875rem;left:29.3125rem;display:block; }
#o2sQDfTnVkBcKIKBxfUhxnARAe6NEHTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1b;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; }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .row .container { background-color: transparent; background-image: none; }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .row .container > .video-iframe-container { display: none; }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .row > .video-iframe-container { display: none; }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .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); }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .row .container { border-width: 0; border-radius: 0; }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#hzuDbRoX56ltdCl55e8pKVmytbLRiAZy { color:#ff0000;display:block;width:55.8125rem;position:absolute;font-family:"proxima nova";font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.978515625rem;left:9.59375rem;height:3.89959375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA { position:relative;display:none; }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA { border-width: 0; border-radius: 0; }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NU9ms1K7ONqHmMHAb1GtmUS4TUKGgNCg { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#hQxap82lSqTMbivcFui2iDPrxpaTTQgi { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:"proxima nova";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:64.9375rem;left:29.5625rem;display:none; }
#VE7m2qciXsTcoflWvzCV595DqxsQ57fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1b;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; }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .row .container { background-color: transparent; background-image: none; }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .row .container > .video-iframe-container { display: none; }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .row > .video-iframe-container { display: none; }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .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); }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .row .container { border-width: 0; border-radius: 0; }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#FGqScJqVUU8yoy7BVbWd0APxTUUCr9SK { position:absolute;display:block;z-index:15010;height:33.3123125rem;width:59.6249375rem;top:2.1564273834229rem;left:7.7179508209231rem;display:block; }
#eHxXTZO1mGDU6N4T4HzmL5z7ZKuQqPTN { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:"proxima nova";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.49964375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.051225483417rem;left:29.560989379882rem;display:block; }
#y3oc2MezQwQICZwrHRbIhNKWLyVopeU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1b;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; }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .row .container { background-color: transparent; background-image: none; }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .row .container > .video-iframe-container { display: none; }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .row > .video-iframe-container { display: none; }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .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); }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .row .container { border-width: 0; border-radius: 0; }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#wG418pApMWkXA9bBUB57ysnlztL869Cq { color:#f1f1f1;display:block;width:18.0625rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:9.5rem;left:14.8125rem;height:6.7489375rem;display:block; }
#uucBTOq03lskwIMTGJLAKMUIBxpvoqWC { color:#f1f1f1;display:block;width:19.4375rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.75rem;left:14.8125rem;height:2.1937125rem;font-style:normal;display:block; }
#WwQtRETU0daO15Hcdtur7Su3qM5OKPX8 { color:#ff0000;display:block;width:19.4375rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:6.9375rem;left:14.8125rem;height:1.3125875rem;font-style:normal;display:block; }
#LlThTw7INRTotOhDwqre4biySR73GhJE { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:3.375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#GQWx8dkwu7ZMkzTAfe2rktGKhttFg8G9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.625rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#PSGFvPk7OINq3txCOeGSkPoDT5qPQ0Fa { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:3.375rem;left:40rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#CRI1TNZhZ3GLbMPaqMGd1wKyIlGbxuyD { color:#f1f1f1;display:block;width:17.25rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:8.75rem;left:53.75rem;height:6.7489375rem;display:block; }
#KkUXdr4eVvai5ChFDVfOeSePuZxqB3Eh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:14.1875rem;top:4.0625rem;left:37.5rem;overflow:hidden;display:block; }
#JLUC632BlcS2nFSuw1uzc7PJEe3ey2LU { color:#ff0000;display:block;width:19.4375rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:6.4375rem;left:54rem;height:1.3125875rem;font-style:normal;display:block; }
#FVyw6sWeiZ5U0QCnikDkVWDHJvRnJTIJ { color:#f1f1f1;display:block;width:19.4375rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.25rem;left:54rem;height:2.1937125rem;font-style:normal;display:block; }
#eDUoC5DI05hyKzpW7VaBJ5V11IfhrKpT { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:24.6875rem;left:39.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ev22LvIXXU0lAzRZzObN9STplXZJ831f { color:#f1f1f1;display:block;width:19.6875rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:30.0625rem;left:53.5rem;height:7.87375rem;display:block; }
#TTvAOidMGmtidzcDXcXI3PTQvq7L4c4U { color:#f1f1f1;display:block;width:17.5rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:30.6875rem;left:16rem;height:6.7489375rem;display:block; }
#QrfJQiMZes8zMqRPTXGzfT4Hps3haU0A { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:24.6875rem;left:1.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vhm4s2vJQR6wDVk5PI0ickRzi0ZCIT9X { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.625rem;top:25.4375rem;left:38.3125rem;overflow:hidden;display:block; }
#X3bvvHBFEBGdTLGTVnuWvCznOa5GPrco { color:#ff0000;display:block;width:15.4375rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:28.3125rem;left:16rem;height:1.3125875rem;font-style:normal;display:block; }
#e9lUXDc0g1Fw2gvDTWPyQabQAtD3tIhu { color:#ff0000;display:block;width:19.4375rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:27.75rem;left:53.75rem;height:1.3125875rem;font-style:normal;display:block; }
#W03EOxCL7mWQ0RGpzSrOF77ZvzbmzhBw { color:#f1f1f1;display:block;width:19.4375rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.1875rem;left:16rem;height:2.1937125rem;font-style:normal;display:block; }
#ogz9bTuoVxmBgaKBGnPyyXyd5CTLxLRP { color:#f1f1f1;display:block;width:19.4375rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.5625rem;left:53.75rem;height:2.1937125rem;font-style:normal;display:block; }
#aLSpTZ0k4z8Dvt8lGUymTqtl3ZaeXx0Z { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.75rem;top:25.9375rem;left:0.625rem;overflow:hidden;display:block; }
#cwQaD3CuuaFbpmGTLTfqHXpH2idAN5aC { color:#f1f1f1;display:block;width:18.3125rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:50.6875rem;left:54.625rem;height:6.7489375rem;display:block; }
#lKNx7OsH4MJRQg1h2NEgxSVZcdaMkl10 { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:44.9375rem;left:40rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#w9L3UgQzmVhSUMa2KD0DzzTxqI9eBG6L { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.75rem;top:46.1875rem;left:39.25rem;overflow:hidden;display:block; }
#H7EpNFko7kXvdoD0B1MSwqBWlosQ04CJ { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:44.9375rem;left:1.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#HqNTSS2VTvJuKVXnDnwc1zr5PDJBK4uG { color:#f1f1f1;display:block;width:18.9375rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:50.375rem;left:16.125rem;height:7.87375rem;display:block; }
#sVHvc9onu2SLlNx7Bux8bzQhD7d4kOI0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.75rem;top:45.875rem;left:0rem;overflow:hidden;display:block; }
#MtwgcOMVoD7xxPPCKVxv2BL4nFgFgFNl { color:#ff0000;display:block;width:15.4375rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:48.375rem;left:54.625rem;height:1.3125875rem;font-style:normal;display:block; }
#MpXmXb2WLk7HNz8WdVGtJNm511aOdybG { color:#ff0000;display:block;width:22.875rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:48.4375rem;left:16.125rem;height:1.3125875rem;font-style:normal;display:block; }
#XyqzkPB2HxzyOBqR8TXd4xUuageSNlB6 { color:#f1f1f1;display:block;width:19.4375rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:46.25rem;left:54.625rem;height:2.1937125rem;font-style:normal;display:block; }
#cewHE64J8DdgODiCPuMEhHb0r6fWZqhy { color:#f1f1f1;display:block;width:19.4375rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:46.3125rem;left:16.125rem;height:2.1937125rem;font-style:normal;display:block; }
#Iza2KXrfvM9XLOlraaKlNsZakUk7qkq0 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:"proxima nova";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:64.9375rem;left:29.5625rem;display:block; }
#aLxVOeq96HUSk3gDNtFLshHeFxfTHP3B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWhHU5WBU0bIDInGd13TCoPg8GHs7qag { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:4.125rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#C9nVWvPiTce3mthKdZVPTHpEzdT4z6hl { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:3.375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#EC3rApbShQFonuJOBMV3nIBA9yfXbxUf { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:3.375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#ELLuCfwEzA6a2dr1V7t0NLTqcUiGWuIW { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:3.375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#vTQpWLt52PSWPLueE7n936hU9HlEQGfv { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:3.375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#DW4fXfXcgwhborbEMyotQTEF3uK1v0a6 { box-sizing:content-box;height:15.0625rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(106deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;top:3.375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .row .container { background-color: transparent; background-image: none; }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .row .container > .video-iframe-container { display: none; }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .row > .video-iframe-container { display: none; }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .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); }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .row .container { border-width: 0; border-radius: 0; }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#S0t4SKTyZUeMCggzDcqv8VLteHS8F6WO { color:#ff0000;display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.5rem;height:1.29980625rem;display:block; }
#B72toqVu2R6Nv7DHymGtp5pfHIU8qURd { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"proxima nova";font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.5rem;height:4.7119125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fkv2pQ3BTeqn9CTKJZ57dEWBfxohyv3E { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:10.3125rem;height:4.63036875rem;font-style:normal;display:block; }
#Rh4JcpNttxCalqs97sSVqQG80ZHtvUW3 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.875rem;left:10.3125rem;height:6.17365rem;font-style:normal;display:block; }
#rzrcpEWNsekLKEAHVMV9cbn9DWx1x4vN { position:absolute;display:block;z-index:15006;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.25rem;width:5rem;top:11rem;left:3.5rem;overflow:hidden;display:block; }
#kvtiboSkbJnRTfiTTIIgoD8iiCIc34AP { position:absolute;display:block;z-index:15007;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.5rem;width:6.0625rem;top:19.4833984375rem;left:2.96875rem;overflow:hidden;display:block; }
#WaqNK5vo1DOwpVLCQK6hixUVpa0GoEqF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:31.6875rem;top:20.5625rem;left:39.75rem;overflow:hidden;display:block; }
#ia0wsDJPlzmf609yS2tiJdxbRwQZNTOw { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"proxima nova";font-size:3rem;font-weight:700;z-index:15003;line-height:.8;letter-spacing:0;top:13.3125rem;left:40.625rem;height:2.39968125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zw9m8LChGcnRNKS3sClWL1RL6tdX7mFT { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29rem;left:10.3125rem;height:7.7173125rem;font-style:normal;display:block; }
#P0sJLo37t4s7LdmONauzxwWS3kBBw2V0 { position:absolute;display:block;z-index:15007;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.25rem;width:4.9375rem;top:29.5rem;left:3.5rem;overflow:hidden;display:block; }
#iaBodOoa7Tp8fP3Q8iL11DX7hf1LdWIF { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:40.9375rem;height:1.5434125rem;font-style:normal;display:block; }
#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .row .container { background-color: transparent; background-image: none; }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .row .container > .video-iframe-container { display: none; }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .row > .video-iframe-container { display: none; }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .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); }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .row .container { border-width: 0; border-radius: 0; }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#GhogCxffpGDekqVICCI6OSk1B76FF9eH { color:#1c1c1b;display:block;width:17rem;position:absolute;font-family:"proxima nova";font-size:2.9375rem;font-weight:700;z-index:15004;line-height:.8;letter-spacing:0;top:13.61328125rem;left:18.999912261963rem;height:4.699925rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DtXMZyRSsrDmQ8x7nI1HKKSvlBgCWb8m { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:16.875rem;top:12.9375rem;left:2.125rem;overflow:hidden;display:block; }
#TUxuw2rPQ5FxZhUnZSSou2uZbkKS6QWS { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:"proxima nova";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.99975rem;height:2.56214375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.948774337769rem;left:18.999912261963rem;display:block; }
#ToTwd19TGgFssnXMZ4wD2WutQtFL792B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .row .container { background-color: transparent; background-image: none; }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .row .container > .video-iframe-container { display: none; }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .row > .video-iframe-container { display: none; }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .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); }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .row .container { border-width: 0; border-radius: 0; }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#FQx7rd0eTF61FqxKfP6Z245CVi83L5fZ { 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:3.3125rem;width:3.3125rem;top:2.8125rem;left:2.4375rem;overflow:hidden;display:block; }
#RHKN11os4QkAA4HBcna7RVvzaeh0dkmZ { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.8125rem;left:1.875rem;height:2.1937125rem;font-style:italic;display:block; }
#TN1MVF3ThuPp3PwqP7w12z2Ed4cMuKIV { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:13.71875rem;left:1.875rem;display:block; }
#mU3HMRNv2Jf6NEccURqoxE0iOBkf6fA0 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:16.0625rem;left:1.875rem;height:8.92398125rem;font-style:normal;display:block; }
#xksdgBQNvUKsmFSQ5vDV4eSR7aNpSCPN { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:16.0625rem;left:20.75rem;height:8.924025rem;font-style:normal;display:block; }
#tTdQgPMZUFkroJPxspEUMtsXDuAa0nzH { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:13.75rem;left:20.75rem;display:block; }
#KWlMmVuFsF9K9ciARu1pzG0K58rSGdhT { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:7.8125rem;left:20.75rem;height:3.37535rem;font-style:italic;display:block; }
#sw7T2WkGzDG2uSIMzaWV656T76vypA0C { 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:3.5625rem;width:10.125rem;top:2.8125rem;left:20.75rem;overflow:hidden;display:block; }
#u5UGhqSV8CrbiIfD0PBmdSSBA84P5nUL { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:16.0625rem;left:39.5rem;height:7.64916875rem;font-style:normal;display:block; }
#kicTMBefrXICwJrWypr4up2WdDIfnW2a { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:13.75rem;left:39.5rem;display:block; }
#pF0L9LF8I2p6b5taqsa63uJQvJeeZFgK { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.8125rem;left:39.5rem;height:2.1937125rem;font-style:italic;display:block; }
#UXG28bcIX2hT1uGKuRvvlMvEp0fJQWR6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:2.9375rem;top:2.8125rem;left:40.0625rem;overflow:hidden;display:block; }
#EA75wPfnyxBRddxL3BkSu6yZTV156llz { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:16.0625rem;left:58.1875rem;height:7.649125rem;font-style:normal;display:block; }
#A81mD50J3mf9T9bJiQstucRS9HSolnTd { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:13.75rem;left:58.1875rem;display:block; }
#WPpPz7u3iQ7lND9uv2xx8PVnMHvSECSk { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.8125rem;left:58.1875rem;height:2.1937125rem;font-style:italic;display:block; }
#NOvlQ1O9nkhEQFw6acT1Qagy1PpkPEF2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:2.8125rem;left:58.75rem;overflow:hidden;display:block; }
#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .row .container { background-color: transparent; background-image: none; }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .row .container > .video-iframe-container { display: none; }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .row > .video-iframe-container { display: none; }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .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); }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .row .container { border-width: 0; border-radius: 0; }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#ErdOBToGzgoZo2Tk3uEKzKJWe2IRZfDG { 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:3.3125rem;width:2.4375rem;top:2.8125rem;left:2.4375rem;overflow:hidden;display:block; }
#ZcBEheuvzJ9z4HmS94frzdJyF6wyETkC { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:7.8125rem;left:1.875rem;height:3.37535625rem;font-style:italic;display:block; }
#TifPtrlXaVhefrTCw9ZAld4aNhIDKd4X { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:14.34375rem;left:1.875rem;display:block; }
#wRptXbBs4l1iEN39KTBlsC7JKRiKBaEg { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:16.6875rem;left:1.875rem;height:5.09943125rem;font-style:normal;display:block; }
#ybenmNLhQD1TgytPORN8rW5M8PnfUBqZ { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:16.6875rem;left:20.75rem;height:7.649125rem;font-style:normal;display:block; }
#WosWs3QPOryCTtASmSBH9o5epLDh26AE { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:14.375rem;left:20.75rem;display:block; }
#oAvo5fFD01MfIUt0iKeshyDxqyQFFTkU { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:7.8125rem;left:20.75rem;height:3.37535625rem;font-style:italic;display:block; }
#Zmu21AKNq0df9vttmQ5KdwUvUtCRbupR { 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:3.5625rem;width:4.125rem;top:2.8125rem;left:20.75rem;overflow:hidden;display:block; }
#QOTMT4bf8QT0sB6HJxsTER54WtoB4LRq { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:16.6875rem;left:39.5rem;height:6.3745rem;font-style:normal;display:block; }
#MxckeaRzc1bCz9rToKCP3lxIAP91wug4 { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:14.375rem;left:39.5rem;display:block; }
#EbTmJemZot7iLUogNLwXKlp7xOfwNgmg { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:7.8125rem;left:39.5rem;height:3.37535625rem;font-style:italic;display:block; }
#fb88SgM89yHf3dgX3GUtJm6W5x34hURU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:2.875rem;top:2.8125rem;left:40.0625rem;overflow:hidden;display:block; }
#Cs85fw3fy3HB8ANkAHbwCqJ359cX2vrc { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:16.6875rem;left:58.1875rem;height:7.6494375rem;font-style:normal;display:block; }
#dHTWtcEuPNVbZZMsRWzRxz7LoKlwxmgh { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:14.375rem;left:58.1875rem;display:block; }
#odRRQJD5vmQvJRqh3Sv99s2VvvBbWqS3 { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.8125rem;left:58.1875rem;height:4.387425rem;font-style:italic;display:block; }
#ZmF8TqOsfRALW6vLVx1LVg0cg1eOXiOO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.3125rem;top:2.8125rem;left:58.75rem;overflow:hidden;display:block; }
#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .row .container { background-color: transparent; background-image: none; }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .row .container > .video-iframe-container { display: none; }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .row > .video-iframe-container { display: none; }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .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); }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .row .container { border-width: 0; border-radius: 0; }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#mChk5F3m9Tr43KHpL1L3dzU0TfXtfaBE { 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:3.3125rem;width:3.1875rem;top:2.8125rem;left:2.4375rem;overflow:hidden;display:block; }
#pcHF0uReofTzV9Pznp0N1XnqckefHwoI { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:7.8125rem;left:1.875rem;height:1.687675rem;font-style:italic;display:block; }
#hERwmKakLX5wGEkgrKfcH5fFNaT14SAo { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:15.34375rem;left:1.71875rem;display:block; }
#VBHJnu8duUCS9Q8KWUthdFn1iC9oNE7T { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:17.875rem;left:1.25rem;height:5.09943125rem;font-style:normal;display:block; }
#XI02J4Z2zIoDTv2xCFurTBgdKFUGqbQt { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:17.875rem;left:20.4375rem;height:7.649125rem;font-style:normal;display:block; }
#oMe0dwh5PBHfUOMds5SMtRPSLR9ivTx2 { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:15rem;left:20.75rem;display:block; }
#V6xQkwgViT77CkiGMNaq30ltuEPrwR4L { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:7.8125rem;left:20.75rem;height:3.37535625rem;font-style:italic;display:block; }
#lcW0wfvCywUFb4TooBuGTVHRoDKeIOHS { 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:3.5625rem;width:9.5625rem;top:2.8125rem;left:20.75rem;overflow:hidden;display:block; }
#Z2JUgHhM0aSGLG3oVKNN7D9h30ABP6TM { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:17.87451171875rem;left:39.21875rem;height:6.3745rem;font-style:normal;display:block; }
#k2XvJrfDCBr2QH0OwbHKI4swRFdOzoPU { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:15.34375rem;left:39.21875rem;display:block; }
#lWSB6JC1TSMkTFp4GJfNz2giUKfTvKBi { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:7.8125rem;left:39.5rem;height:3.37535625rem;font-style:italic;display:block; }
#HTgiwW8qrDUf0vHAi5ZRsWzTuLGShJEy { position:absolute;display:block;z-index:15008;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:4.4375rem;width:4.9375rem;top:1.78125rem;left:38.5rem;overflow:hidden;display:block; }
#U8o3ZTb2laoAcmMBkoRVmgQOFoxJRJJQ { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"proxima nova";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:17.875rem;left:57.90625rem;height:7.6494375rem;font-style:normal;display:block; }
#fieXKDCGEMzJxb9BWWIcyGtlx8SHNToh { box-sizing:content-box;height:0.125rem;width:15.3125rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:15rem;left:58.1875rem;display:block; }
#upwkLkKahXRpDhWTnqO2ltHRZkUuZylI { color:#f1f1f1;display:block;width:16.3125rem;position:absolute;font-family:"proxima nova";font-size:1.6875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.8125rem;left:58.187145233154rem;height:6.5811375rem;font-style:italic;display:block; }
#Hk67STd0mrTf8BVIlPW1gzTqOkPdVNlg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.3125rem;top:2.8125rem;left:58.75rem;overflow:hidden;display:block; }
#aT8STeXTWv3PlsKGzi9mQ3aHTTDvqBdF { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:"proxima nova";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.49964375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.091972351074rem;left:29.627574920654rem;display:block; }
#R7cAfm6tMlxzMEpXNFkGdHPzmHMsIyta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1b;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; }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .row .container { background-color: transparent; background-image: none; }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .row .container > .video-iframe-container { display: none; }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .row > .video-iframe-container { display: none; }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .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); }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .row .container { border-width: 0; border-radius: 0; }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#p7R32JgX6Jf9AXLFIXWc1sbLv6RiV5r1 { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:"proxima nova";font-size:3rem;font-weight:700;z-index:15004;line-height:.8;letter-spacing:0;top:4.3125rem;left:0rem;height:4.7998rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HnCUaIusUvSioAwwS4f7gRDGswWU0S8r { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:51.9375rem;top:4.3125rem;left:22.9375rem;overflow:hidden;display:block; }
#IeOoRAuTwdI5OmW5GQEawmh75gi0tT6R { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.75rem;left:22.6875rem;height:6.173825rem;font-style:normal;display:block; }
#AlWeaDZKNnTq528buBwIWrFgaVHDwNZ4 { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.0625rem;left:36.6875rem;height:7.7173125rem;font-style:normal;display:block; }
#yhIGVAgWmN13RC8LBpRBLucwf7cePX9E { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.75rem;left:50.125rem;height:4.63036875rem;font-style:normal;display:block; }
#srExQ74ieG9Hs4AM0geiQ8Dd9IoCbf9R { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:63.8125rem;height:4.6302375rem;font-style:normal;display:block; }
#TToVfRR9rTsDEJDX9OQno2XIMR11JEJG { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"proxima nova";font-size:3rem;font-weight:700;z-index:15005;line-height:.8;letter-spacing:0;top:35.837890625rem;left:0rem;height:9.598725rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kTwA7KEnzDqhDEfb77PCVE80BbgUs3bk { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:35.6875rem;height:4.6302375rem;font-style:normal;display:block; }
#S6uiiMzSJDmQL4R2IMl95aF90TGD9rSF { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:"proxima nova";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:52.9375rem;left:37.5625rem;display:block; }
#IEeOV49Rvzmr7PIn4tVvSwNXOlTMA7cA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vlVgNGpGQkMbXOt15lPNdbXP1al8o49X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Rf6lF66cTVU08RZP3vg1eDJp9Fp8qdiD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#BtwaWDxTF4uw9p5ucC4Zw3wvC8kS2hew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rVAbmXRDWWeqoryVKdaPbiciEcTrwBug { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020202;background-image:url("https://images.assets-landingi.com/uc/512ba262-6b99-4c6a-85fd-396e129aeaa0/240621BALANCAMARQUES318.crop_2000x990_0,340.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8.adaptive-delivery-prevent-bg, #iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8.lazyload, #iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8.lazyloading { background-image: none; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row .container { background-color: transparent; background-image: none; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row .container > .video-iframe-container { display: none; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row > .video-iframe-container { display: none; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .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); }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row .container { border-width: 0; border-radius: 0; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#Ibp0nTBxagpeKQOT51GF5hHDE4ceg1Fw { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:"proxima nova";font-size:3.4375rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:9.25rem;left:40.1875rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iNJXa9rOVTlsuSmWf0eL2bAIu1GO0e24 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:4.1875rem;height:4.63036875rem;font-style:normal;display:block; }
#xfoTMSOW8NB1e9e7bFTtduZgFAqS9trc { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.310546875rem;left:22.25rem;height:4.6302375rem;font-style:normal;display:block; }
#dswJTeBz6qeux8hb3FyIzZuVansJXUuH { box-sizing:content-box;height:0.375rem;width:13.875rem;position:absolute;display:block;z-index:15009;background-color:#ff0000;background-image:none;top:7.375rem;left:4.1875rem;display:block; }
#QZHdV8yAPioG69V0srPXA2LQp18LPEat { box-sizing:content-box;height:0.375rem;width:13.875rem;position:absolute;display:block;z-index:15010;background-color:#ff0000;background-image:none;top:7.375rem;left:22.125rem;display:block; }
#z4OypuIsobnUJV9an5TPLMymWwpg37dw { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:4.1875rem;height:4.63036875rem;font-style:normal;display:none; }
#SrkLC6gMucKAFnnMfW448D76fkuvGW5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .row .container { background-color: transparent; background-image: none; }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .row .container > .video-iframe-container { display: none; }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .row > .video-iframe-container { display: none; }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .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); }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .row .container { border-width: 0; border-radius: 0; }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#sIq3PpAvAuuVPXJEW9Dxlc50qxokWcPy { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:"proxima nova";font-size:4.625rem;font-weight:700;z-index:15005;line-height:.8;letter-spacing:0;top:4.125rem;left:0rem;height:7.399675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vUT9CW6aUdPH3falJugLev3v2ScIqpHv { color:#ff0000;display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:1.29980625rem;display:block; }
#VIzdunttrOzrZGzCmHO4JF762w6hAQUG { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18rem;left:0rem;height:9.26075rem;font-style:normal;display:block; }
#ia2MlVc1qcU61CqTQ4BWqsrcUrLlL8Dz { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:0rem;height:1.29980625rem;display:block; }
#D8Q7OHiw9P3dpHoqZqbNPLy78oCRVXJ3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:37.3125rem;top:4.125rem;left:31.5625rem;overflow:hidden;display:block; }
#eco6dfFuAsyXr3tyEmSxpXrz60NTwx8g { box-sizing:content-box;height:0.125rem;width:66.8125rem;position:absolute;display:block;z-index:15000;background-color:#ff0000;background-image:none;top:32.3125rem;left:5.84375rem;display:block; }
#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .row .container { background-color: transparent; background-image: none; }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .row .container > .video-iframe-container { display: none; }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .row > .video-iframe-container { display: none; }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .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); }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .row .container { border-width: 0; border-radius: 0; }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#T99H63ToK1eqoxiGosHAfplMWHniixW1 { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.375rem;left:2.8125rem;height:1.54345625rem;font-style:normal;display:block; }
#BlEJFncZG9o70QqO6CFXCzxL2AyHfDFi { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.375rem;left:21.5rem;height:1.54345625rem;font-style:normal;display:block; }
#xbaHTfs4xE5gd9aTIgCuUTz1SeUG0hHB { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.375rem;left:40.8125rem;height:1.54345625rem;font-style:normal;display:block; }
#SD5kowSzy1QVs3uuLkPhkL2Tw3NsRu1h { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.375rem;left:59.625rem;height:1.54345625rem;font-style:normal;display:block; }
#qPg99stFFJ3HRcKyZPhlo4bCTovtFtpe { color:#ff0000;display:block;width:12.875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.8125rem;height:1.54345625rem;font-style:normal;display:block; }
#QU1zBOkt8PxyAAuTFlGHPVRGHtSRogiO { color:#ff0000;display:block;width:12.875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.6875rem;left:21.625rem;height:1.54345625rem;font-style:normal;display:block; }
#mxIMm40ybGVbqWHdcbaFxg7mlluFbTZk { color:#ff0000;display:block;width:12.875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.6875rem;left:40.8125rem;height:3.0869125rem;font-style:normal;display:block; }
#fLueygHRqp9gaL1oEi2hp6dqrWGhrteB { color:#ff0000;display:block;width:12.875rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.6875rem;left:59.625rem;height:3.0869125rem;font-style:normal;display:block; }
#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .row .container { background-color: transparent; background-image: none; }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .row .container > .video-iframe-container { display: none; }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .row > .video-iframe-container { display: none; }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .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); }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .row .container { border-width: 0; border-radius: 0; }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#uC62SOR3h3AQlQvQqa5Po7GmyAzh5zcE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:14.875rem;top:4.59375rem;left:4.1875rem;overflow:hidden;display:block; }
#MKyftzOy7EJgCokILkX8ExuB3zyJDVzz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.1875rem;left:60.25rem; }
#MKyftzOy7EJgCokILkX8ExuB3zyJDVzz > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#MOutGGw043EhsbJ8gKGT2OQZlacRm24N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.21875rem;left:64.625rem; }
#MOutGGw043EhsbJ8gKGT2OQZlacRm24N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#p8vGEgFchpIKWpnyJ16eUyOQRe5V2w5h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.1875rem;left:68.6875rem; }
#p8vGEgFchpIKWpnyJ16eUyOQRe5V2w5h > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#M5IimFJE4VTHwxgcIr1Mlw30f7Umof2N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.3125rem;left:72.375rem; }
#M5IimFJE4VTHwxgcIr1Mlw30f7Umof2N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Q3DwRc6Nh7GeBB3akZM2ntOxNo9FERT2 { 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:3.25rem;width:3.25rem;top:0rem;left:71.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kB20Cqd4yUWZfnpCurMH8cOcLk2DwAOb { top:8.6875rem;left:0rem;width:47.75rem;height:10.125rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Gg4lpUdIIyZ0MZqDvxVAHheDV1x6Ir { top:4.875rem;left:0rem;width:9.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsgkJVg4BF2kTzBVXKlz8ZsEmpckbN7c { top:6.6875rem;left:22.8125rem;width:24.9375rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFw5dGokKgTlFGOwEF6ZK6GfH4dfvVxm { width:13.875rem;height:3.4375rem;top:43.25rem;left:29.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdcHk6KLLMQMkTXgbmxExKG5Qqw9TkMD { display:block; }
 }@media only screen and (max-width: 763px) { #dQ7B8IJNCa6GeIJRIO9FMdrqtxlnMeUt { top:36.5rem;left:24.1875rem;width:23.5625rem;height:3.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSDxeKU6Ds1mePbWaGwizJT7Jhx9hzEp { top:48.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB4UiyD0fzeGVyypMl5RBuo4tMe6GIsD { top:48.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDZBTlZf89nzywIdsUumggMEowGFa0tc { top:48.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbSNdTTy65y7rGy2NaQyQmuTOghVKDar { top:49.0625rem;left:0.1875rem;width:2.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUONGIv75HxMeTRzXa5ar9o7sddwAFPz { top:49rem;left:0rem;width:2.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs1W7RN2zMN2v9b0E2PVqe5onJ3DyFuu { top:49.1875rem;left:0rem;width:2.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akMF0rPkv5STGaxXGBv3IOJCSwepi0PU { top:48.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5JZR1VTuJP3bHJcX841HoRkhCuTQNld { top:49rem;left:0rem;width:2.875rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWJA9WQ2rO8Vpi70L5EieEi8ahZHwQJg { top:48.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDQMvdZ7q7zxIHdGhvPK8a11zUS614zp { top:49.1875rem;left:0rem;width:2.25rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oyud8tiuT9crq0TycptUVQq0BSNKTVV7 { top:48.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWJhcVnaxJp0dPMMOlDt52SScQuOKLc1 { top:49.0625rem;left:0.1875rem;width:2.75rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKuRzTl3MAg8HHUngvEdeeSRI08doH9u { width:13.875rem;height:3.4375rem;top:43.25rem;left:29.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGNKyPbZh0tTtQW92RliRDd2ITZgVg7F { display:block; }
 }@media only screen and (max-width: 763px) { #A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 { display:block; }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWBXnaU3Qa8wdW3wCHBRsRIrQCB5syfy { top:3.625rem;left:9.375rem;width:30.9375rem;height:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTdNtE8yZcQgUzIxh0bBLcr2pu7on0m { width:13.875rem;height:3.4375rem;top:18.6875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2sQDfTnVkBcKIKBxfUhxnARAe6NEHTF { display:block; }
 }@media only screen and (max-width: 763px) { #Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE { display:block; }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzuDbRoX56ltdCl55e8pKVmytbLRiAZy { top:1.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA { display:none; }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NU9ms1K7ONqHmMHAb1GtmUS4TUKGgNCg { display:none; }
 }@media only screen and (max-width: 763px) { #hQxap82lSqTMbivcFui2iDPrxpaTTQgi { width:15.9375rem;height:3.5rem;top:64.9375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VE7m2qciXsTcoflWvzCV595DqxsQ57fi { display:block; }
 }@media only screen and (max-width: 763px) { #Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A { display:block; }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGqScJqVUU8yoy7BVbWd0APxTUUCr9SK { top:2.125rem;left:0rem;width:47.75rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHxXTZO1mGDU6N4T4HzmL5z7ZKuQqPTN { width:15.9375rem;height:3.4375rem;top:37rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3oc2MezQwQICZwrHRbIhNKWLyVopeU9 { display:block; }
 }@media only screen and (max-width: 763px) { #CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 { display:block; }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wG418pApMWkXA9bBUB57ysnlztL869Cq { top:9.5rem;left:5.8125rem;width:18.0625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uucBTOq03lskwIMTGJLAKMUIBxpvoqWC { top:4.75rem;left:4.4375rem;width:19.4375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwQtRETU0daO15Hcdtur7Su3qM5OKPX8 { top:6.9375rem;left:4.4375rem;width:19.4375rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlThTw7INRTotOhDwqre4biySR73GhJE { top:3.375rem;left:0rem;width:35rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQWx8dkwu7ZMkzTAfe2rktGKhttFg8G9 { top:4.125rem;left:0rem;width:13.625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSGFvPk7OINq3txCOeGSkPoDT5qPQ0Fa { top:3.375rem;left:12.75rem;width:35rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRI1TNZhZ3GLbMPaqMGd1wKyIlGbxuyD { top:8.75rem;left:30.5rem;width:17.25rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkUXdr4eVvai5ChFDVfOeSePuZxqB3Eh { top:4.0625rem;left:23.875rem;width:14.1875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLUC632BlcS2nFSuw1uzc7PJEe3ey2LU { top:6.4375rem;left:28.3125rem;width:19.4375rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVyw6sWeiZ5U0QCnikDkVWDHJvRnJTIJ { top:4.25rem;left:28.3125rem;width:19.4375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDUoC5DI05hyKzpW7VaBJ5V11IfhrKpT { top:24.6875rem;left:12.75rem;width:35rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev22LvIXXU0lAzRZzObN9STplXZJ831f { top:30.0625rem;left:28.0625rem;width:19.6875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTvAOidMGmtidzcDXcXI3PTQvq7L4c4U { top:30.6875rem;left:6.375rem;width:17.5rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrfJQiMZes8zMqRPTXGzfT4Hps3haU0A { top:24.6875rem;left:0rem;width:35rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhm4s2vJQR6wDVk5PI0ickRzi0ZCIT9X { top:25.4375rem;left:23.875rem;width:13.625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3bvvHBFEBGdTLGTVnuWvCznOa5GPrco { top:28.3125rem;left:8.4375rem;width:15.4375rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9lUXDc0g1Fw2gvDTWPyQabQAtD3tIhu { top:27.75rem;left:28.3125rem;width:19.4375rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W03EOxCL7mWQ0RGpzSrOF77ZvzbmzhBw { top:26.1875rem;left:4.4375rem;width:19.4375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogz9bTuoVxmBgaKBGnPyyXyd5CTLxLRP { top:25.5625rem;left:28.3125rem;width:19.4375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLSpTZ0k4z8Dvt8lGUymTqtl3ZaeXx0Z { top:25.9375rem;left:0rem;width:13.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwQaD3CuuaFbpmGTLTfqHXpH2idAN5aC { top:50.6875rem;left:29.4375rem;width:18.3125rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKNx7OsH4MJRQg1h2NEgxSVZcdaMkl10 { top:44.9375rem;left:12.75rem;width:35rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9L3UgQzmVhSUMa2KD0DzzTxqI9eBG6L { top:46.1875rem;left:23.875rem;width:13.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7EpNFko7kXvdoD0B1MSwqBWlosQ04CJ { top:44.9375rem;left:0rem;width:35rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqNTSS2VTvJuKVXnDnwc1zr5PDJBK4uG { top:50.375rem;left:4.9375rem;width:18.9375rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVHvc9onu2SLlNx7Bux8bzQhD7d4kOI0 { top:45.875rem;left:0rem;width:13.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtwgcOMVoD7xxPPCKVxv2BL4nFgFgFNl { top:48.375rem;left:32.3125rem;width:15.4375rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpXmXb2WLk7HNz8WdVGtJNm511aOdybG { top:48.4375rem;left:1rem;width:22.875rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyqzkPB2HxzyOBqR8TXd4xUuageSNlB6 { top:46.25rem;left:28.3125rem;width:19.4375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cewHE64J8DdgODiCPuMEhHb0r6fWZqhy { top:46.3125rem;left:4.4375rem;width:19.4375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iza2KXrfvM9XLOlraaKlNsZakUk7qkq0 { width:15.9375rem;height:3.5rem;top:64.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLxVOeq96HUSk3gDNtFLshHeFxfTHP3B { display:block; }
 }@media only screen and (max-width: 763px) { #TWhHU5WBU0bIDInGd13TCoPg8GHs7qag { top:4.125rem;left:0rem;width:35rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9nVWvPiTce3mthKdZVPTHpEzdT4z6hl { top:3.375rem;left:0rem;width:35rem;height:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EC3rApbShQFonuJOBMV3nIBA9yfXbxUf { top:3.375rem;left:0rem;width:35rem;height:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELLuCfwEzA6a2dr1V7t0NLTqcUiGWuIW { top:3.375rem;left:0rem;width:35rem;height:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTQpWLt52PSWPLueE7n936hU9HlEQGfv { top:3.375rem;left:0rem;width:35rem;height:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DW4fXfXcgwhborbEMyotQTEF3uK1v0a6 { top:3.375rem;left:0rem;width:35rem;height:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW { display:block; }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0t4SKTyZUeMCggzDcqv8VLteHS8F6WO { top:2.6875rem;left:0rem;width:19.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B72toqVu2R6Nv7DHymGtp5pfHIU8qURd { top:3.375rem;left:0rem;width:20.875rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkv2pQ3BTeqn9CTKJZ57dEWBfxohyv3E { top:11.3125rem;left:0rem;width:14.25rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh4JcpNttxCalqs97sSVqQG80ZHtvUW3 { top:18.875rem;left:0rem;width:17.1875rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzrcpEWNsekLKEAHVMV9cbn9DWx1x4vN { top:11rem;left:0rem;width:5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvtiboSkbJnRTfiTTIIgoD8iiCIc34AP { top:19.4375rem;left:0rem;width:6.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaqNK5vo1DOwpVLCQK6hixUVpa0GoEqF { top:20.5625rem;left:16.0625rem;width:31.6875rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia0wsDJPlzmf609yS2tiJdxbRwQZNTOw { top:13.3125rem;left:13.375rem;width:34.375rem;height:2.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw9m8LChGcnRNKS3sClWL1RL6tdX7mFT { top:29rem;left:0rem;width:17.375rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0sJLo37t4s7LdmONauzxwWS3kBBw2V0 { top:29.5rem;left:0rem;width:4.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBodOoa7Tp8fP3Q8iL11DX7hf1LdWIF { top:16.5rem;left:27.3125rem;width:18.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 { display:block; }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhogCxffpGDekqVICCI6OSk1B76FF9eH { top:13.5625rem;left:5.3749122619629rem;width:17rem;height:7.0625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtXMZyRSsrDmQ8x7nI1HKKSvlBgCWb8m { top:12.9375rem;left:0rem;width:16.875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUxuw2rPQ5FxZhUnZSSou2uZbkKS6QWS { width:11.9375rem;height:2.5rem;top:22.9375rem;left:5.3749122619629rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTwd19TGgFssnXMZ4wD2WutQtFL792B { display:block; }
 }@media only screen and (max-width: 763px) { #UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV { display:block; }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQx7rd0eTF61FqxKfP6Z245CVi83L5fZ { top:2.8125rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHKN11os4QkAA4HBcna7RVvzaeh0dkmZ { top:7.8125rem;left:0rem;width:16.8125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN1MVF3ThuPp3PwqP7w12z2Ed4cMuKIV { top:13.6875rem;left:0rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU3HMRNv2Jf6NEccURqoxE0iOBkf6fA0 { top:16.0625rem;left:0rem;width:15.4375rem;height:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xksdgBQNvUKsmFSQ5vDV4eSR7aNpSCPN { top:16.0625rem;left:8.5rem;width:15.375rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdQgPMZUFkroJPxspEUMtsXDuAa0nzH { top:13.75rem;left:8.5625rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWlMmVuFsF9K9ciARu1pzG0K58rSGdhT { top:7.8125rem;left:7.0625rem;width:16.8125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw7T2WkGzDG2uSIMzaWV656T76vypA0C { top:2.8125rem;left:11.9375rem;width:10.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5UGhqSV8CrbiIfD0PBmdSSBA84P5nUL { top:16.0625rem;left:20.5rem;width:15.3125rem;height:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kicTMBefrXICwJrWypr4up2WdDIfnW2a { top:13.75rem;left:20.5rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF0L9LF8I2p6b5taqsa63uJQvJeeZFgK { top:7.8125rem;left:19rem;width:16.8125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXG28bcIX2hT1uGKuRvvlMvEp0fJQWR6 { top:2.8125rem;left:23.875rem;width:2.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA75wPfnyxBRddxL3BkSu6yZTV156llz { top:16.0625rem;left:32.3125rem;width:15.4375rem;height:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A81mD50J3mf9T9bJiQstucRS9HSolnTd { top:13.75rem;left:32.4375rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPpPz7u3iQ7lND9uv2xx8PVnMHvSECSk { top:7.8125rem;left:30.9375rem;width:16.8125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOvlQ1O9nkhEQFw6acT1Qagy1PpkPEF2 { top:2.8125rem;left:35.8125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5AU1MPMUdvKWTuIPDvNgamphfZen2DM { display:block; }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErdOBToGzgoZo2Tk3uEKzKJWe2IRZfDG { top:2.8125rem;left:0rem;width:2.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcBEheuvzJ9z4HmS94frzdJyF6wyETkC { top:7.8125rem;left:0rem;width:16.8125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TifPtrlXaVhefrTCw9ZAld4aNhIDKd4X { top:14.3125rem;left:0rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRptXbBs4l1iEN39KTBlsC7JKRiKBaEg { top:16.6875rem;left:0rem;width:14.6875rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybenmNLhQD1TgytPORN8rW5M8PnfUBqZ { top:16.6875rem;left:8.5rem;width:15.375rem;height:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WosWs3QPOryCTtASmSBH9o5epLDh26AE { top:14.375rem;left:8.5625rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAvo5fFD01MfIUt0iKeshyDxqyQFFTkU { top:7.8125rem;left:7.0625rem;width:16.8125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmu21AKNq0df9vttmQ5KdwUvUtCRbupR { top:2.8125rem;left:11.9375rem;width:4.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTMT4bf8QT0sB6HJxsTER54WtoB4LRq { top:16.6875rem;left:20.5rem;width:15.3125rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxckeaRzc1bCz9rToKCP3lxIAP91wug4 { top:14.375rem;left:20.5rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTmJemZot7iLUogNLwXKlp7xOfwNgmg { top:7.8125rem;left:19rem;width:16.8125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb88SgM89yHf3dgX3GUtJm6W5x34hURU { top:2.8125rem;left:23.875rem;width:2.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs85fw3fy3HB8ANkAHbwCqJ359cX2vrc { top:16.6875rem;left:32.3125rem;width:15.4375rem;height:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTWtcEuPNVbZZMsRWzRxz7LoKlwxmgh { top:14.375rem;left:32.4375rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odRRQJD5vmQvJRqh3Sv99s2VvvBbWqS3 { top:7.8125rem;left:30.9375rem;width:16.8125rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmF8TqOsfRALW6vLVx1LVg0cg1eOXiOO { top:2.8125rem;left:35.8125rem;width:3.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW { display:block; }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mChk5F3m9Tr43KHpL1L3dzU0TfXtfaBE { top:2.8125rem;left:0rem;width:3.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcHF0uReofTzV9Pznp0N1XnqckefHwoI { top:7.8125rem;left:0rem;width:16.8125rem;height:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hERwmKakLX5wGEkgrKfcH5fFNaT14SAo { top:15.3125rem;left:0rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBHJnu8duUCS9Q8KWUthdFn1iC9oNE7T { top:17.875rem;left:0rem;width:14.6875rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI02J4Z2zIoDTv2xCFurTBgdKFUGqbQt { top:17.875rem;left:8.5rem;width:15.375rem;height:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMe0dwh5PBHfUOMds5SMtRPSLR9ivTx2 { top:15rem;left:8.5625rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6xQkwgViT77CkiGMNaq30ltuEPrwR4L { top:7.8125rem;left:7.0625rem;width:16.8125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcW0wfvCywUFb4TooBuGTVHRoDKeIOHS { top:2.8125rem;left:11.9375rem;width:9.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2JUgHhM0aSGLG3oVKNN7D9h30ABP6TM { top:17.8125rem;left:20.5rem;width:15.3125rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2XvJrfDCBr2QH0OwbHKI4swRFdOzoPU { top:15.3125rem;left:20.5rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWSB6JC1TSMkTFp4GJfNz2giUKfTvKBi { top:7.8125rem;left:19rem;width:16.8125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgiwW8qrDUf0vHAi5ZRsWzTuLGShJEy { top:1.75rem;left:23.875rem;width:5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8o3ZTb2laoAcmMBkoRVmgQOFoxJRJJQ { top:17.875rem;left:32.3125rem;width:15.4375rem;height:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fieXKDCGEMzJxb9BWWIcyGtlx8SHNToh { top:15rem;left:32.4375rem;width:15.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upwkLkKahXRpDhWTnqO2ltHRZkUuZylI { top:7.8125rem;left:24.25rem;width:16.3125rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk67STd0mrTf8BVIlPW1gzTqOkPdVNlg { top:2.8125rem;left:35.8125rem;width:3.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8STeXTWv3PlsKGzi9mQ3aHTTDvqBdF { width:15.9375rem;height:3.4375rem;top:31.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7cAfm6tMlxzMEpXNFkGdHPzmHMsIyta { display:block; }
 }@media only screen and (max-width: 763px) { #hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G { display:block; }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7R32JgX6Jf9AXLFIXWc1sbLv6RiV5r1 { top:4.3125rem;left:0rem;width:29.8125rem;height:4.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnCUaIusUvSioAwwS4f7gRDGswWU0S8r { top:4.3125rem;left:0rem;width:47.75rem;height:16.721119133574rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeOoRAuTwdI5OmW5GQEawmh75gi0tT6R { top:24.75rem;left:9.0625rem;width:11.1875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlWeaDZKNnTq528buBwIWrFgaVHDwNZ4 { top:43.0625rem;left:18rem;width:29.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhIGVAgWmN13RC8LBpRBLucwf7cePX9E { top:24.75rem;left:36.5rem;width:11.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srExQ74ieG9Hs4AM0geiQ8Dd9IoCbf9R { top:24.75rem;left:36.5625rem;width:11.1875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToVfRR9rTsDEJDX9OQno2XIMR11JEJG { top:35.8125rem;left:0rem;width:32.6875rem;height:9.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTwA7KEnzDqhDEfb77PCVE80BbgUs3bk { top:24.75rem;left:22.0625rem;width:11.1875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6uiiMzSJDmQL4R2IMl95aF90TGD9rSF { width:15.9375rem;height:3.5rem;top:52.9375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEeOV49Rvzmr7PIn4tVvSwNXOlTMA7cA { display:block; }
 }@media only screen and (max-width: 763px) { #vlVgNGpGQkMbXOt15lPNdbXP1al8o49X { display:none; }
 }@media only screen and (max-width: 763px) { #Rf6lF66cTVU08RZP3vg1eDJp9Fp8qdiD { display:none; }
 }@media only screen and (max-width: 763px) { #BtwaWDxTF4uw9p5ucC4Zw3wvC8kS2hew { display:none; }
 }@media only screen and (max-width: 763px) { #rVAbmXRDWWeqoryVKdaPbiciEcTrwBug { display:none; }
 }@media only screen and (max-width: 763px) { #iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 { display:block; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ibp0nTBxagpeKQOT51GF5hHDE4ceg1Fw { top:9.25rem;left:12.9375rem;width:34.8125rem;height:2.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJXa9rOVTlsuSmWf0eL2bAIu1GO0e24 { top:8.6875rem;left:0rem;width:13.625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfoTMSOW8NB1e9e7bFTtduZgFAqS9trc { top:8.25rem;left:8.625rem;width:13.625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswJTeBz6qeux8hb3FyIzZuVansJXUuH { top:7.375rem;left:0rem;width:13.875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZHdV8yAPioG69V0srPXA2LQp18LPEat { top:7.375rem;left:8.5rem;width:13.875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4OypuIsobnUJV9an5TPLMymWwpg37dw { top:7.5625rem;left:0rem;width:14.875rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrkLC6gMucKAFnnMfW448D76fkuvGW5A { display:block; }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIq3PpAvAuuVPXJEW9Dxlc50qxokWcPy { top:4.125rem;left:0rem;width:35.6875rem;height:7.375rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUT9CW6aUdPH3falJugLev3v2ScIqpHv { top:12.3125rem;left:0rem;width:19.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIzdunttrOzrZGzCmHO4JF762w6hAQUG { top:18rem;left:0rem;width:18.4375rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia2MlVc1qcU61CqTQ4BWqsrcUrLlL8Dz { top:15.375rem;left:0rem;width:19.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Q7OHiw9P3dpHoqZqbNPLy78oCRVXJ3 { top:4.125rem;left:10.4375rem;width:37.3125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eco6dfFuAsyXr3tyEmSxpXrz60NTwx8g { top:32.3125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy { display:block; }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T99H63ToK1eqoxiGosHAfplMWHniixW1 { top:8.375rem;left:0rem;width:12.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlEJFncZG9o70QqO6CFXCzxL2AyHfDFi { top:8.375rem;left:7.875rem;width:13.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbaHTfs4xE5gd9aTIgCuUTz1SeUG0hHB { top:8.375rem;left:27.1875rem;width:14.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD5kowSzy1QVs3uuLkPhkL2Tw3NsRu1h { top:8.375rem;left:33.4375rem;width:14.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPg99stFFJ3HRcKyZPhlo4bCTovtFtpe { top:10.6875rem;left:0rem;width:12.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1zBOkt8PxyAAuTFlGHPVRGHtSRogiO { top:10.6875rem;left:8rem;width:12.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxIMm40ybGVbqWHdcbaFxg7mlluFbTZk { top:10.6875rem;left:27.1875rem;width:12.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLueygHRqp9gaL1oEi2hp6dqrWGhrteB { top:10.6875rem;left:34.875rem;width:12.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPqXp1HKaTSFFTaV6EVIAImps5SATMSW { display:block; }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uC62SOR3h3AQlQvQqa5Po7GmyAzh5zcE { top:4.5625rem;left:0rem;width:14.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKyftzOy7EJgCokILkX8ExuB3zyJDVzz { top:7.1875rem;left:45rem;width:2.375rem;height:2.375rem;display:block; }
#MKyftzOy7EJgCokILkX8ExuB3zyJDVzz > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #MOutGGw043EhsbJ8gKGT2OQZlacRm24N { top:7.1875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#MOutGGw043EhsbJ8gKGT2OQZlacRm24N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #p8vGEgFchpIKWpnyJ16eUyOQRe5V2w5h { top:7.1875rem;left:44.625rem;width:2.25rem;height:2.25rem;display:block; }
#p8vGEgFchpIKWpnyJ16eUyOQRe5V2w5h > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #M5IimFJE4VTHwxgcIr1Mlw30f7Umof2N { top:7.3125rem;left:45.125rem;width:2.1875rem;height:2.1875rem;display:block; }
#M5IimFJE4VTHwxgcIr1Mlw30f7Umof2N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Q3DwRc6Nh7GeBB3akZM2ntOxNo9FERT2 { top:0rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/fec9894a-02ed-40b7-8d73-19a000224ba9/Artboard17.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.499820947266rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kB20Cqd4yUWZfnpCurMH8cOcLk2DwAOb { width:20rem;height:2.599875rem;top:6.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Gg4lpUdIIyZ0MZqDvxVAHheDV1x6Ir { width:9.5rem;height:3.875rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsgkJVg4BF2kTzBVXKlz8ZsEmpckbN7c { width:14.0625rem;height:15.8125rem;top:14.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFw5dGokKgTlFGOwEF6ZK6GfH4dfvVxm { width:9.375rem;height:2.1875rem;top:35.875rem;left:5.25rem;font-size:1rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #kdcHk6KLLMQMkTXgbmxExKG5Qqw9TkMD { display:block; }
 }@media only screen and (max-width: 763px) { #dQ7B8IJNCa6GeIJRIO9FMdrqtxlnMeUt { width:14.1875rem;height:2.2993625rem;top:31.875rem;left:5.25rem;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NSDxeKU6Ds1mePbWaGwizJT7Jhx9hzEp { width:3.875rem;height:3.875rem;top:9rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tB4UiyD0fzeGVyypMl5RBuo4tMe6GIsD { width:3.875rem;height:3.875rem;top:14.125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDZBTlZf89nzywIdsUumggMEowGFa0tc { width:3.875rem;height:3.875rem;top:19.25rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbSNdTTy65y7rGy2NaQyQmuTOghVKDar { width:2.75rem;height:2.875rem;top:19.75rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUONGIv75HxMeTRzXa5ar9o7sddwAFPz { width:2.875rem;height:3.0625rem;top:9.4375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gs1W7RN2zMN2v9b0E2PVqe5onJ3DyFuu { width:2.25rem;height:2.625rem;top:14.75rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #akMF0rPkv5STGaxXGBv3IOJCSwepi0PU { width:2.8125rem;height:2.8125rem;top:42.6875rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #S5JZR1VTuJP3bHJcX841HoRkhCuTQNld { width:2.0625rem;height:2.1875rem;top:42.9375rem;left:0.3125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #DWJA9WQ2rO8Vpi70L5EieEi8ahZHwQJg { width:2.75rem;height:2.75rem;top:42.75rem;left:3.625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TDQMvdZ7q7zxIHdGhvPK8a11zUS614zp { width:1.375rem;height:1.625rem;top:43.3125rem;left:4.375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Oyud8tiuT9crq0TycptUVQq0BSNKTVV7 { width:2.875rem;height:2.875rem;top:42.625rem;left:7.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #CWJhcVnaxJp0dPMMOlDt52SScQuOKLc1 { width:1.8125rem;height:1.875rem;top:43.125rem;left:7.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #WKuRzTl3MAg8HHUngvEdeeSRI08doH9u { width:9.261363625rem;height:2.073863625rem;top:36.811965942382rem;left:5.3125rem;font-size:1rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LGNKyPbZh0tTtQW92RliRDd2ITZgVg7F { display:block; }
 }@media only screen and (max-width: 763px) { #A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 { display:block; }#A1sZ7LeWJCiHZwhqTiVW0OTh31pTczl5 > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWBXnaU3Qa8wdW3wCHBRsRIrQCB5syfy { width:16.5rem;height:12.03125rem;top:9.25rem;left:1.75rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FMTdNtE8yZcQgUzIxh0bBLcr2pu7on0m { width:11.6875rem;height:2.8125rem;top:23.5rem;left:3.625rem;font-size:1.0625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o2sQDfTnVkBcKIKBxfUhxnARAe6NEHTF { display:block; }
 }@media only screen and (max-width: 763px) { #Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE { display:block; }#Gs6pvyQGSodOox8nhgvuDmRx31ptRmLE > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzuDbRoX56ltdCl55e8pKVmytbLRiAZy { width:18.9373125rem;height:4.39985625rem;top:1.7054328918457rem;left:0.53089487552643rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA { background-color:#1c1c1b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row .container { background-color: transparent; background-image: none; }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row .container > .video-iframe-container { display: none; }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row > .video-iframe-container { display: none; }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .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); }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row .container { border-width: 0; border-radius: 0; }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vK6TCnvz6EBLnwXQUiBLXhTQ2u4UxgaA > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NU9ms1K7ONqHmMHAb1GtmUS4TUKGgNCg { top:0.56063270568848rem;left:0.3125rem;width:19.375rem;height:30.43725rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hQxap82lSqTMbivcFui2iDPrxpaTTQgi { width:11.1239375rem;height:2.374825rem;top:32.374376296997rem;left:4.4375886917114rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #VE7m2qciXsTcoflWvzCV595DqxsQ57fi { display:block; }
 }@media only screen and (max-width: 763px) { #Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A { display:none; }#Qs2zwtInwlQ1OPV9GxHicnnDBWP6kX7A > .row .container { width:20rem;height:177.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FGqScJqVUU8yoy7BVbWd0APxTUUCr9SK { width:20rem;height:33.25rem;top:52.561608672142rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHxXTZO1mGDU6N4T4HzmL5z7ZKuQqPTN { width:15.9375rem;height:3.4375rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3oc2MezQwQICZwrHRbIhNKWLyVopeU9 { display:block; }
 }@media only screen and (max-width: 763px) { #CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 { display:block; }#CxkkvTfT1xkRlvhww7sXd17efGrPLJm1 > .row .container { width:20rem;height:175.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wG418pApMWkXA9bBUB57ysnlztL869Cq { width:12.0625rem;height:8.66125rem;top:17.56214427948rem;left:4.56232213974rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uucBTOq03lskwIMTGJLAKMUIBxpvoqWC { width:12.5625rem;height:1.86834375rem;top:13.6875rem;left:4.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwQtRETU0daO15Hcdtur7Su3qM5OKPX8 { width:12.0625rem;height:1.062675rem;top:15.4375rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlThTw7INRTotOhDwqre4biySR73GhJE { width:16.3125rem;height:20.3125rem;top:8.4375rem;left:1.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GQWx8dkwu7ZMkzTAfe2rktGKhttFg8G9 { width:10.9375rem;height:10.5624375rem;top:1.8115234375rem;left:4.4371447563171rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSGFvPk7OINq3txCOeGSkPoDT5qPQ0Fa { width:20rem;height:15.0625rem;top:64.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRI1TNZhZ3GLbMPaqMGd1wKyIlGbxuyD { width:13.125rem;height:6.9993125rem;top:100.75rem;left:3.8125rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KkUXdr4eVvai5ChFDVfOeSePuZxqB3Eh { width:10.9375rem;height:10.5rem;top:85.368867874144rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLUC632BlcS2nFSuw1uzc7PJEe3ey2LU { width:11.99975rem;height:1.062675rem;top:98.1875rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVyw6sWeiZ5U0QCnikDkVWDHJvRnJTIJ { width:12.3748125rem;height:1.86834375rem;top:96.4375rem;left:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDUoC5DI05hyKzpW7VaBJ5V11IfhrKpT { width:20rem;height:15.0625rem;top:80.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ev22LvIXXU0lAzRZzObN9STplXZJ831f { width:12.3125rem;height:9.624rem;top:126.5rem;left:4.1875rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TTvAOidMGmtidzcDXcXI3PTQvq7L4c4U { width:12.75rem;height:7.698875rem;top:45.497598648071rem;left:3.8121447563171rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QrfJQiMZes8zMqRPTXGzfT4Hps3haU0A { width:20rem;height:15.0625rem;top:27.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vhm4s2vJQR6wDVk5PI0ickRzi0ZCIT9X { width:10.9375rem;height:10.5625rem;top:111.55583953858rem;left:4.4367008209229rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3bvvHBFEBGdTLGTVnuWvCznOa5GPrco { width:15.43725rem;height:1.062675rem;top:43.444600880146rem;left:3.7184834480286rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9lUXDc0g1Fw2gvDTWPyQabQAtD3tIhu { width:9.437125rem;height:1.062675rem;top:123.875rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W03EOxCL7mWQ0RGpzSrOF77ZvzbmzhBw { width:16.25rem;height:1.86834375rem;top:41.576258182526rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogz9bTuoVxmBgaKBGnPyyXyd5CTLxLRP { width:13.24975rem;height:1.78755625rem;top:122.125rem;left:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLSpTZ0k4z8Dvt8lGUymTqtl3ZaeXx0Z { width:10.9375rem;height:10.5624375rem;top:31.070221424102rem;left:4.4367008209229rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwQaD3CuuaFbpmGTLTfqHXpH2idAN5aC { width:11.37475rem;height:9.6235625rem;top:156.99974632263rem;left:4.56232213974rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lKNx7OsH4MJRQg1h2NEgxSVZcdaMkl10 { width:20rem;height:15.0625rem;top:97.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9L3UgQzmVhSUMa2KD0DzzTxqI9eBG6L { width:10.9375rem;height:10.5rem;top:141.81149291993rem;left:4.53125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #H7EpNFko7kXvdoD0B1MSwqBWlosQ04CJ { width:20rem;height:15.0625rem;top:43.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqNTSS2VTvJuKVXnDnwc1zr5PDJBK4uG { width:13.125rem;height:9.6235625rem;top:72.685989379881rem;left:3.9683947563171rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sVHvc9onu2SLlNx7Bux8bzQhD7d4kOI0 { width:10.9375rem;height:10.5rem;top:57.548832893372rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtwgcOMVoD7xxPPCKVxv2BL4nFgFgFNl { width:10.9375rem;height:1.062675rem;top:154.6875rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpXmXb2WLk7HNz8WdVGtJNm511aOdybG { width:10.12475rem;height:1.062675rem;top:70.6875rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyqzkPB2HxzyOBqR8TXd4xUuageSNlB6 { width:8.87475rem;height:1.86834375rem;top:152.8125rem;left:4.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cewHE64J8DdgODiCPuMEhHb0r6fWZqhy { width:13.25rem;height:1.86834375rem;top:68.8125rem;left:4.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iza2KXrfvM9XLOlraaKlNsZakUk7qkq0 { width:11.124375rem;height:2.374825rem;top:170.43633842468rem;left:4.4375886917114rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLxVOeq96HUSk3gDNtFLshHeFxfTHP3B { display:block; }
 }@media only screen and (max-width: 763px) { #TWhHU5WBU0bIDInGd13TCoPg8GHs7qag { width:20rem;height:15.0625rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9nVWvPiTce3mthKdZVPTHpEzdT4z6hl { width:16.312125rem;height:20.3125rem;top:36.102183222771rem;left:1.8434834480286rem;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EC3rApbShQFonuJOBMV3nIBA9yfXbxUf { width:16.3116875rem;height:20.3125rem;top:63.624822616575rem;left:1.8434834480286rem;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ELLuCfwEzA6a2dr1V7t0NLTqcUiGWuIW { width:16.3116875rem;height:20.3125rem;top:90.181550979612rem;left:1.8434834480286rem;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vTQpWLt52PSWPLueE7n936hU9HlEQGfv { width:16.3116875rem;height:20.3125rem;top:117.52219200134rem;left:1.8434834480286rem;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DW4fXfXcgwhborbEMyotQTEF3uK1v0a6 { width:16.3116875rem;height:20.3125rem;top:147.80584144593rem;left:1.8439273834229rem;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(149deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW { display:block; }#cbr9MgWfnCa48mTq1iSJfeGGdL4GqCZW > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0t4SKTyZUeMCggzDcqv8VLteHS8F6WO { width:19.6875rem;height:1.29971875rem;top:1.9375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B72toqVu2R6Nv7DHymGtp5pfHIU8qURd { width:20rem;height:2.599875rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkv2pQ3BTeqn9CTKJZ57dEWBfxohyv3E { width:10.9375rem;height:3.89915rem;top:8.7726383209231rem;left:5.6245560646057rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh4JcpNttxCalqs97sSVqQG80ZHtvUW3 { width:12.5625rem;height:7.7983125rem;top:16.231800079346rem;left:5.6245560646057rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzrcpEWNsekLKEAHVMV9cbn9DWx1x4vN { width:3.18714375rem;height:3.3749125rem;top:8.7730808258056rem;left:1.3747336864471rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvtiboSkbJnRTfiTTIIgoD8iiCIc34AP { width:4.375rem;height:4.6875rem;top:15.419477462769rem;left:0.77991819381713rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaqNK5vo1DOwpVLCQK6hixUVpa0GoEqF { width:20rem;height:19.17125rem;top:42.230554580689rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia0wsDJPlzmf609yS2tiJdxbRwQZNTOw { width:15.74975rem;height:1.5997875rem;top:37.647347450256rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw9m8LChGcnRNKS3sClWL1RL6tdX7mFT { width:12.93725rem;height:7.7983125rem;top:26.451082229614rem;left:5.6245560646057rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0sJLo37t4s7LdmONauzxwWS3kBBw2V0 { width:2.9367875rem;height:3.125rem;top:26.451082229614rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBodOoa7Tp8fP3Q8iL11DX7hf1LdWIF { width:18.4375rem;height:1.29971875rem;top:39.946731567382rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 { display:block; }#AfEiELLXi9yW9GuZ88sg2aeqyDn7fs06 > .row .container { width:20rem;height:12.310889038086rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhogCxffpGDekqVICCI6OSk1B76FF9eH { width:8.0624375rem;height:6.39915rem;top:1.6863479614257rem;left:10.373312950134rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtXMZyRSsrDmQ8x7nI1HKKSvlBgCWb8m { width:9.8125rem;height:10.375rem;top:1.9363403320312rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TUxuw2rPQ5FxZhUnZSSou2uZbkKS6QWS { width:8.9999375rem;height:1.8124125rem;top:8.9976921081544rem;left:10.373312950134rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTwd19TGgFssnXMZ4wD2WutQtFL792B { display:block; }
 }@media only screen and (max-width: 763px) { #UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV { display:block; }#UDRCbdFLUfsaEBObfBeWSZC6MrUzWAHV > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQx7rd0eTF61FqxKfP6Z245CVi83L5fZ { width:2.5rem;height:2.5rem;top:1.5624998807907rem;left:2.0623223781586rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHKN11os4QkAA4HBcna7RVvzaeh0dkmZ { width:15.8749375rem;height:2.1937125rem;top:5rem;left:2.0625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TN1MVF3ThuPp3PwqP7w12z2Ed4cMuKIV { width:15.3125rem;height:0.12473375rem;top:8.44326875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU3HMRNv2Jf6NEccURqoxE0iOBkf6fA0 { width:15.43725rem;height:8.92398125rem;top:9.8180025rem;left:2.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xksdgBQNvUKsmFSQ5vDV4eSR7aNpSCPN { width:15.374625rem;height:10.1988375rem;top:29.11629875rem;left:2.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTdQgPMZUFkroJPxspEUMtsXDuAa0nzH { width:15.3125rem;height:0.12473375rem;top:27.741565rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWlMmVuFsF9K9ciARu1pzG0K58rSGdhT { width:15.8749375rem;height:3.37535rem;top:23.116565rem;left:2.0625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sw7T2WkGzDG2uSIMzaWV656T76vypA0C { width:5.625rem;height:1.875rem;top:20.053710341454rem;left:2.0623223781586rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5UGhqSV8CrbiIfD0PBmdSSBA84P5nUL { width:15.3125rem;height:8.92398125rem;top:49.94506375rem;left:2.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kicTMBefrXICwJrWypr4up2WdDIfnW2a { width:15.3125rem;height:0.12473375rem;top:48.57033rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF0L9LF8I2p6b5taqsa63uJQvJeeZFgK { width:15.74975rem;height:2.1937125rem;top:45.12706125rem;left:2.125rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UXG28bcIX2hT1uGKuRvvlMvEp0fJQWR6 { width:2.93634375rem;height:3.312325rem;top:41.126602172851rem;left:1.8439273834229rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA75wPfnyxBRddxL3BkSu6yZTV156llz { width:15.43725rem;height:8.924rem;top:69.49895375rem;left:2.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A81mD50J3mf9T9bJiQstucRS9HSolnTd { width:15.3125rem;height:0.12473375rem;top:68.12422rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPpPz7u3iQ7lND9uv2xx8PVnMHvSECSk { width:15.8749375rem;height:2.1937125rem;top:64.68095125rem;left:2.0625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NOvlQ1O9nkhEQFw6acT1Qagy1PpkPEF2 { width:3.312325rem;height:3.312325rem;top:60.180662155151rem;left:2.0623223781586rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5AU1MPMUdvKWTuIPDvNgamphfZen2DM { display:block; }#J5AU1MPMUdvKWTuIPDvNgamphfZen2DM > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErdOBToGzgoZo2Tk3uEKzKJWe2IRZfDG { width:2.4374125rem;height:3.312325rem;top:3.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcBEheuvzJ9z4HmS94frzdJyF6wyETkC { width:15.875rem;height:3.37535625rem;top:8.0625rem;left:2.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TifPtrlXaVhefrTCw9ZAld4aNhIDKd4X { width:15.3125rem;height:0.125rem;top:12.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRptXbBs4l1iEN39KTBlsC7JKRiKBaEg { width:14.6875rem;height:6.3743125rem;top:14rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybenmNLhQD1TgytPORN8rW5M8PnfUBqZ { width:15.375rem;height:8.924rem;top:36.5rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WosWs3QPOryCTtASmSBH9o5epLDh26AE { width:15.3125rem;height:0.125rem;top:35.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAvo5fFD01MfIUt0iKeshyDxqyQFFTkU { width:16.8124375rem;height:3.37535625rem;top:30.5rem;left:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmu21AKNq0df9vttmQ5KdwUvUtCRbupR { width:4.12464375rem;height:3.56223125rem;top:25.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTMT4bf8QT0sB6HJxsTER54WtoB4LRq { width:15.3125rem;height:6.3743125rem;top:59.9375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxckeaRzc1bCz9rToKCP3lxIAP91wug4 { width:15.3125rem;height:0.125rem;top:58.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTmJemZot7iLUogNLwXKlp7xOfwNgmg { width:15.9375rem;height:3.37535625rem;top:53.9375rem;left:2.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb88SgM89yHf3dgX3GUtJm6W5x34hURU { width:2.87464375rem;height:3.312325rem;top:49.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs85fw3fy3HB8ANkAHbwCqJ359cX2vrc { width:15.4375rem;height:7.649125rem;top:82.9375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTWtcEuPNVbZZMsRWzRxz7LoKlwxmgh { width:15.3125rem;height:0.125rem;top:81.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odRRQJD5vmQvJRqh3Sv99s2VvvBbWqS3 { width:15.875rem;height:4.387425rem;top:75.9375rem;left:2.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmF8TqOsfRALW6vLVx1LVg0cg1eOXiOO { width:3.312325rem;height:3.24973125rem;top:71.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW { display:block; }#T4mbPu5tG9TGWFI4ty8AOtWL9dMVy2MW > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mChk5F3m9Tr43KHpL1L3dzU0TfXtfaBE { width:2.687325rem;height:2.8125rem;top:1.6242008209229rem;left:2.5603692531586rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcHF0uReofTzV9Pznp0N1XnqckefHwoI { width:15.9375rem;height:1.687675rem;top:5.8123474121094rem;left:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hERwmKakLX5wGEkgrKfcH5fFNaT14SAo { width:15.3125rem;height:0.125rem;top:8.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBHJnu8duUCS9Q8KWUthdFn1iC9oNE7T { width:14.6875rem;height:6.3743125rem;top:9.9995555877688rem;left:2.3117897510529rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI02J4Z2zIoDTv2xCFurTBgdKFUGqbQt { width:15.375rem;height:8.924rem;top:31rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMe0dwh5PBHfUOMds5SMtRPSLR9ivTx2 { width:15.3125rem;height:0.125rem;top:29.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6xQkwgViT77CkiGMNaq30ltuEPrwR4L { width:16.8124375rem;height:3.37535625rem;top:25rem;left:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcW0wfvCywUFb4TooBuGTVHRoDKeIOHS { width:9.5623125rem;height:3.56223125rem;top:20.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2JUgHhM0aSGLG3oVKNN7D9h30ABP6TM { width:15.3125rem;height:6.3743125rem;top:52.875rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2XvJrfDCBr2QH0OwbHKI4swRFdOzoPU { width:15.3125rem;height:0.125rem;top:51.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWSB6JC1TSMkTFp4GJfNz2giUKfTvKBi { width:16.8124375rem;height:3.37535625rem;top:46.875rem;left:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgiwW8qrDUf0vHAi5ZRsWzTuLGShJEy { width:4.9375rem;height:4.4375rem;top:41.749820709229rem;left:1.435546875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U8o3ZTb2laoAcmMBkoRVmgQOFoxJRJJQ { width:15.4375rem;height:7.649125rem;top:74.875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fieXKDCGEMzJxb9BWWIcyGtlx8SHNToh { width:15.3125rem;height:0.125rem;top:73.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upwkLkKahXRpDhWTnqO2ltHRZkUuZylI { width:17.5rem;height:6.5811375rem;top:66rem;left:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk67STd0mrTf8BVIlPW1gzTqOkPdVNlg { width:3.312325rem;height:3.18714375rem;top:61.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT8STeXTWv3PlsKGzi9mQ3aHTTDvqBdF { width:12.5451025rem;height:2.35733375rem;top:85.6471862793rem;left:3.6758699417114rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7cAfm6tMlxzMEpXNFkGdHPzmHMsIyta { display:block; }
 }@media only screen and (max-width: 763px) { #hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G { display:block; }#hwVeAiOJsrsHHnuFywb5GG95Q3akzw1G > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7R32JgX6Jf9AXLFIXWc1sbLv6RiV5r1 { width:18.625rem;height:3.199575rem;top:2.8125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnCUaIusUvSioAwwS4f7gRDGswWU0S8r { width:20rem;height:7.0033125rem;top:7.00550365448rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeOoRAuTwdI5OmW5GQEawmh75gi0tT6R { width:11.1875rem;height:6.17365rem;top:15.25rem;left:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlWeaDZKNnTq528buBwIWrFgaVHDwNZ4 { width:14.375rem;height:15.434125rem;top:55.063039779663rem;left:5.6249995231628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhIGVAgWmN13RC8LBpRBLucwf7cePX9E { width:11.1875rem;height:4.6302375rem;top:30.125rem;left:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srExQ74ieG9Hs4AM0geiQ8Dd9IoCbf9R { width:11.1875rem;height:6.17365rem;top:36rem;left:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToVfRR9rTsDEJDX9OQno2XIMR11JEJG { width:14.81225rem;height:7.9989375rem;top:45.995639801026rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTwA7KEnzDqhDEfb77PCVE80BbgUs3bk { width:11.1875rem;height:6.17365rem;top:22.6875rem;left:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6uiiMzSJDmQL4R2IMl95aF90TGD9rSF { width:12.249625rem;height:2.62473125rem;top:73.783733367919rem;left:3.8747334480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEeOV49Rvzmr7PIn4tVvSwNXOlTMA7cA { display:block; }
 }@media only screen and (max-width: 763px) { #vlVgNGpGQkMbXOt15lPNdbXP1al8o49X { display:flex;top:15.249910354614rem;left:2.8062853813171rem;width:1.8124125rem;height:1.8124125rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #Rf6lF66cTVU08RZP3vg1eDJp9Fp8qdiD { display:flex;top:22.686878204346rem;left:2.8062853813171rem;width:1.8124125rem;height:1.8124125rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #BtwaWDxTF4uw9p5ucC4Zw3wvC8kS2hew { display:flex;top:30.124732971191rem;left:2.8062853813171rem;width:1.8124125rem;height:1.8124125rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #rVAbmXRDWWeqoryVKdaPbiciEcTrwBug { display:flex;top:35.999645233154rem;left:2.8062853813171rem;width:1.8124125rem;height:1.8124125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 { background-color:#020202;background-image:url("https://images.assets-landingi.com/uc/25c760fc-3e9c-41d2-a164-d9fe617e0a80/240621BALANCAMARQUES318copy1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8.adaptive-delivery-prevent-bg, #iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8.lazyload, #iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8.lazyloading { background-image: none; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row .container { background-color: transparent; background-image: none; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row .container > .video-iframe-container { display: none; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row > .video-iframe-container { display: none; }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .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); }#iQoGxkK9LIa7XvwCL9UTJ4fpQOXk9im8 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ibp0nTBxagpeKQOT51GF5hHDE4ceg1Fw { width:20rem;height:1.5997875rem;top:28.196466445923rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNJXa9rOVTlsuSmWf0eL2bAIu1GO0e24 { width:15.6875rem;height:0;top:4.4997329711914rem;left:3.1871447563171rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfoTMSOW8NB1e9e7bFTtduZgFAqS9trc { width:13.624375rem;height:3.91779375rem;top:10.753728866577rem;left:3.1871447563171rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dswJTeBz6qeux8hb3FyIzZuVansJXUuH { width:13.87475rem;height:0.374645rem;top:9.4371433258056rem;left:3.0619673728943rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZHdV8yAPioG69V0srPXA2LQp18LPEat { width:13.875rem;height:0.375rem;top:2.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4OypuIsobnUJV9an5TPLMymWwpg37dw { width:14.9374375rem;height:3.5622375rem;top:4.521484375rem;left:3.1871447563171rem;font-size:1.1875rem;z-index:15008;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SrkLC6gMucKAFnnMfW448D76fkuvGW5A { display:block; }#SrkLC6gMucKAFnnMfW448D76fkuvGW5A > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIq3PpAvAuuVPXJEW9Dxlc50qxokWcPy { width:19.25rem;height:3.199575rem;top:1.43732213974rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUT9CW6aUdPH3falJugLev3v2ScIqpHv { width:19rem;height:1.29971875rem;top:5.6991271972656rem;left:0.68723356723787rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIzdunttrOzrZGzCmHO4JF762w6hAQUG { width:18.4375rem;height:9.2605rem;top:10.79883125rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia2MlVc1qcU61CqTQ4BWqsrcUrLlL8Dz { width:19.125rem;height:1.29971875rem;top:8.2484016418456rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Q7OHiw9P3dpHoqZqbNPLy78oCRVXJ3 { width:15.9375rem;height:10.999625rem;top:22.996271133423rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eco6dfFuAsyXr3tyEmSxpXrz60NTwx8g { width:20rem;height:0.12473375rem;top:38.956851959229rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy { display:block; }#AqvmxxMEpDcEhcpll6NgCvFTpCbD2Zgy > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T99H63ToK1eqoxiGosHAfplMWHniixW1 { width:12.875rem;height:1.54345625rem;top:1.25rem;left:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlEJFncZG9o70QqO6CFXCzxL2AyHfDFi { width:13.125rem;height:1.5434125rem;top:6.125rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbaHTfs4xE5gd9aTIgCuUTz1SeUG0hHB { width:14.3124375rem;height:1.5434125rem;top:11.022724151611rem;left:3.56134557724rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD5kowSzy1QVs3uuLkPhkL2Tw3NsRu1h { width:14.3124375rem;height:1.5434125rem;top:17.752128601074rem;left:3.56134557724rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPg99stFFJ3HRcKyZPhlo4bCTovtFtpe { width:12.874625rem;height:1.5434125rem;top:2.7934150695801rem;left:3.5622334480286rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1zBOkt8PxyAAuTFlGHPVRGHtSRogiO { width:12.874625rem;height:1.5434125rem;top:7.625rem;left:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxIMm40ybGVbqWHdcbaFxg7mlluFbTZk { width:12.874625rem;height:3.086825rem;top:12.564807891846rem;left:3.5622334480286rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLueygHRqp9gaL1oEi2hp6dqrWGhrteB { width:12.874625rem;height:3.086825rem;top:19.906513214111rem;left:3.5622334480286rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPqXp1HKaTSFFTaV6EVIAImps5SATMSW { display:block; }#CPqXp1HKaTSFFTaV6EVIAImps5SATMSW > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uC62SOR3h3AQlQvQqa5Po7GmyAzh5zcE { width:7.0623125rem;height:2.87464375rem;top:2.5617465972901rem;left:6.4683947563169rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKyftzOy7EJgCokILkX8ExuB3zyJDVzz { display:flex;width:2.375rem;height:2.375rem;top:8.1875rem;left:2.875rem; }
#MKyftzOy7EJgCokILkX8ExuB3zyJDVzz > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #MOutGGw043EhsbJ8gKGT2OQZlacRm24N { display:flex;width:2.1875rem;height:2.1875rem;top:8.25rem;left:6.6875rem; }
#MOutGGw043EhsbJ8gKGT2OQZlacRm24N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #p8vGEgFchpIKWpnyJ16eUyOQRe5V2w5h { display:flex;width:2.24964375rem;height:2.24964375rem;top:8.25rem;left:10.8125rem; }
#p8vGEgFchpIKWpnyJ16eUyOQRe5V2w5h > img { max-width: 100%;max-height:100%; width:2.24964375rem; height:2.24964375rem; } }@media only screen and (max-width: 763px) { #M5IimFJE4VTHwxgcIr1Mlw30f7Umof2N { display:flex;width:2.1875rem;height:2.1875rem;top:8.25rem;left:14.6875rem; }
#M5IimFJE4VTHwxgcIr1Mlw30f7Umof2N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Q3DwRc6Nh7GeBB3akZM2ntOxNo9FERT2 { width:2.4374125rem;height:2.4374125rem;top:2.7792148590088rem;left:17.562143325806rem;display:block; }
 }