.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:#151419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb481a2e-fc25-452f-94b4-74b2f5610359/mscgrandiosanavio.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #dc242c, #580005);background-image: -moz-linear-gradient(115deg, #dc242c, #580005);background-image: -ms-linear-gradient(115deg, #dc242c, #580005);background-image: -o-linear-gradient(115deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(115deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.0625rem;left:42.4375rem;display:none; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbKx2AGpbmr5z4TfK9vabZpwEmR4QWMN { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"russo one";font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.25rem;left:41.75rem;height:2.1933625rem;font-style:normal;display:none; }
#IeqFBfezVhJeHtSDMWOuQLXec90T9xoH { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:11.6875rem;left:43.9375rem;display:none; }
#F2ugwQp3EcXWL3lECJuTXHDgzCHT3BPk { color:#ffffff;display:block;width:24.187rem;position:absolute;font-family:oswald;font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.375rem;left:7.625rem;height:6.9873rem;font-style:normal;display:block; }
#fOEzHK0mWKKIXV86kRZVkZcM0Fwe2bE0 { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.4375rem;left:7.625rem;height:4.22363125rem;font-style:normal;display:block; }
#TXWsHcs4EZg2hG7e70mZVJtJsqiTAFym { color:#ffffff;display:block;width:6.9998125rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2rem;left:50.0625rem;height:1.3806125rem;display:block; }
#mePkGsXJRqQsaQFseAxcTkNmIOdf0fHx { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #dc242c, #580005);background-image: -moz-linear-gradient(115deg, #dc242c, #580005);background-image: -ms-linear-gradient(115deg, #dc242c, #580005);background-image: -o-linear-gradient(115deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(115deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.5rem;left:7.625rem;display:block; }
#DuSIQut4RJnQ1KJW3JNiqanui9LL2IA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#croufV1C6JQpkV8Zufwb7Ld6wcelwlTM { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.9375rem;left:57.6875rem;height:1.3806125rem;display:block; }
#H32RgpN1WG00uMZ5VakNHWWxnrSU8w12 { color:#dc242c;display:block;width:13.5rem;position:absolute;font-family:"russo one";font-size:3.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20.1875rem;left:48.4375rem;height:3.9807125rem;display:block; }
#qHtvN6GMIbTV28an6hNl3uarZofOzwte { color:#ffffff;display:block;width:18.3745625rem;position:absolute;font-family:"russo one";font-size:4.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:16.197917938233rem;left:48.311634063721rem;height:5.2807625rem;display:block; }
#MoVOBDOqxs6qtJoAXQTfPnENUao6VmP0 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:19.249267578125rem;left:46.686767578125rem;display:block; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dc242c;background-image:none;color:#ffffff;padding-top:0.42125rem;padding-right:0.375625rem;padding-bottom:0.42125rem;padding-left:0.375625rem;display:block;align-items:center;width:2.255rem;min-width:2.255rem;height:2.265rem;position:relative;font-family:arial;font-size:1.685625rem;font-weight:700;line-height:36.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0075rem;height:0.7825rem;position:relative;font-family:"open sans";font-size:0.631875rem;font-weight:700;line-height:12.52px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16rem;height:4.153125rem;padding-top:0.0525rem;padding-right:0.05375rem;padding-bottom:0.0525rem;padding-left:0.05375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.8125rem;left:47.375rem;z-index:15035; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #xPFZRDBiC4cKOKQ9ar8kRvPhOVpciliA { display:flex;position:relative;top:0rem;left:0rem; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #Z0DIhVVeusB8MUsaFc9y6PfPxqZJeMFf { width:auto; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #Ecfpb7hmEGWh3C1IvAlwQGlGapKDaO8x {  }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #qnif1Z8M16MUkMbeTQKs66UTFz87R489 { display:flex;position:relative;top:0rem;left:0rem; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #g3PE27TOhKcyTmMrdcr9HHCGXT0R5a6T {  }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #Zy0KQK0rX27dFo5Skyq58uvsgCITVEKD {  }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #iIAnZhF7GPZKoXOu3ADL1D3kKkZWBUeZ { display:flex;position:relative;top:0rem;left:0rem; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #s7mR96409CqPJ63avsJ0V8e0lpZLJGgv {  }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #aB7JE5aKemHwqzsiwI1LlZUQT4RvXfDG {  }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #aGHaTU9t99gHRVI3knVChPepgdohoz71 { display:flex;position:relative;top:0rem;left:0rem; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #xupPeQgw0NeIgID1MzI2HRGHcFSCATJ9 {  }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #cWTUQSSu3TA5JrWSyzAD6i0o8H4mVEk6 {  }
#Bb8wR005LKI4buXTw8eTdAb0OOrIl9R6 { position:absolute;display:block;z-index:15017;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.31176875rem;width:13.4375rem;top:10.185546875rem;left:47.686767578125rem;overflow:hidden;display:block; }
#EqwZWyuGSX9IikZCNX1KrM37sQ2XlvwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #151419);background-image: -moz-linear-gradient(180deg, #000000, #151419);background-image: -ms-linear-gradient(180deg, #000000, #151419);background-image: -o-linear-gradient(180deg, #000000, #151419);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151419' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151419' );";background-image: linear-gradient(180deg, #000000, #151419);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EqwZWyuGSX9IikZCNX1KrM37sQ2XlvwP > .row .container { border-width: 0; border-radius: 0; }#EqwZWyuGSX9IikZCNX1KrM37sQ2XlvwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqwZWyuGSX9IikZCNX1KrM37sQ2XlvwP > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:none; }#TFHTgXEqoLHQAgpXtAhShcN6cex42RBb { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #dc242c, #580005);background-image: -moz-linear-gradient(115deg, #dc242c, #580005);background-image: -ms-linear-gradient(115deg, #dc242c, #580005);background-image: -o-linear-gradient(115deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(115deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.4375rem;left:28.125rem;display:none; }
#eXrnxVXa4Ti8gfek9Ay3EVI7k0Z8KWqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uu6K8FCtd5R8OaTK7dsGf9RaLvW3RxaF { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.8110809326175rem;left:17.281250953674rem;height:7.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6JXZmwkf6MCcwyPz23OmAFOlzCLgPoQ { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"russo one";font-size:4.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23rem;left:9.1875rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wD62OHNW6vaKBr0XvBnrm7k7TgC6AMlO { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:28.299716949463rem;left:10.3125rem;height:3.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ybTvnser1ouaH3BTzkazfIUTVnP8R8Fk { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:28.299716949463rem;left:31.187500953674rem;height:3.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f96cuZNsXOMBfDCPROT7WHQOBbVLb9Dz { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.25rem;left:24.9375rem;height:5.2rem;font-style:normal;display:block; }
#NTq9TLksL8eIvd9Q7rETp9LD6QcFTRER { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:28.362216949463rem;left:54.500000953674rem;height:3.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#spEmmzQubeplovS7ew9xiG0VaADlTDLp { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:45.625rem;top:7.64914894104rem;left:14.687500953674rem;display:block; }
#zlgSiKeah1IS9mDBFTWc73yBepGvs9VA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.857954978943rem;left:14.250000953674rem; }
#bA0WvFylidDFMK4sV8nTeN9UqNvNgDKT { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"russo one";font-size:4.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.0625rem;left:30.0625rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkPQtNoxJL0zFMuAZDk3a6Ik11bZJ1DF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:18.857954978943rem;left:35.093750953674rem; }
#rz6bZ3fXMHPdN7JqcO4isAPDTFmWR72n { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"russo one";font-size:4.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.000001907349rem;left:53.343750953674rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCRI3mJi71L2MiBH1y8G2TVOSivMkGV4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:18.857955932618rem;left:58.406254768372rem; }
#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151419;background-image:url("https://images.assets-landingi.com/uc/cd3c0481-e1c8-48f5-b2ce-d29d0c6a6377/fundoebillions3.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n.adaptive-delivery-prevent-bg, #RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n.lazyload, #RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n.lazyloading { background-image: none; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container { background-color: transparent; background-image: none; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container > .video-iframe-container { display: none; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row > .video-iframe-container { display: none; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .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); }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container { border-width: 0; border-radius: 0; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#i20r3JXpuIaMPTLsD0TSIhUwyHJDn8Ou { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.5rem;left:8.375rem;height:6.8994375rem;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; }
#wdTsxzwiL4RzDeDKKc2rZlwrACTZsAW7 { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.558946609497rem;left:8.375rem;height:23.1445625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vNeqmrTIMQzm27H1KtDu3mBDdJcivv6M { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #dc242c, #580005);background-image: -moz-linear-gradient(115deg, #dc242c, #580005);background-image: -ms-linear-gradient(115deg, #dc242c, #580005);background-image: -o-linear-gradient(115deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(115deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.4375rem;left:28.125rem;display:none; }
#Ic0nhobSpMvy1wzWphHVmIqoZtJCoTga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtT4o4P26eRuILvoVe7JgSg2iI8inllG { position:absolute;display:block;z-index:15015;height:20.1875rem;width:27.125rem;top:9.5rem;left:39.625rem;display:block; }
#pZfgvxSrC8zh17KcPbp4aJpT58b6CB89 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:5.375rem;width:0.375rem;top:5.0859375rem;left:29.875rem;display:block; }
#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #151419);background-image: -moz-linear-gradient(top, #000000, #151419);background-image: -ms-linear-gradient(top, #000000, #151419);background-image: -o-linear-gradient(top, #000000, #151419);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151419' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151419' );";background-image: linear-gradient(to bottom, #000000, #151419);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; }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .row .container { background-color: transparent; background-image: none; }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .row .container > .video-iframe-container { display: none; }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .row > .video-iframe-container { display: none; }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .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); }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .row .container { border-width: 0; border-radius: 0; }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .row .container { font-size:0.875rem;font-family:arial;height:218rem;width:75rem;position:relative;display:block; }#reuN2tcImoOmx2gE2oZpdXayAsEzGtdV { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.625rem;left:18.3125rem;height:7.473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbeEaBqaM6hApRAJ2TMEkc5hPHTvZv84 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:5.5625rem;width:0.375rem;top:3.3125rem;left:56.3125rem;display:block; }
#O6JcJ2MBZbfEMrvsp0usJGqlHo2hqmfB { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #24232a);background-image: -moz-linear-gradient(180deg, #151419, #24232a);background-image: -ms-linear-gradient(180deg, #151419, #24232a);background-image: -o-linear-gradient(180deg, #151419, #24232a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );";background-image: linear-gradient(180deg, #151419, #24232a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:33.375rem;width:42.625rem;top:12.562255859375rem;left:16.1865234375rem;display:block; }
#PgoRATuWrdMD9FdPwFxVAyK7rKTX1B2p { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:15.5625rem;left:17.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#PgoRATuWrdMD9FdPwFxVAyK7rKTX1B2p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PgoRATuWrdMD9FdPwFxVAyK7rKTX1B2p li:before{  }
#B15B7AurZ9SHpz5cifr5mzzZIKLc8aqx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:17.0625rem;top:59.4375rem;left:18.6875rem;overflow:hidden;display:block; }
#dayolOBPqwtS0LEbncNwGAa4yZKmbCyd { box-sizing:content-box;height:18.125rem;width:18.4375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:58.75rem;left:17.875rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#HMI9xFdTizJzQRZhSFCqUIcXbCILo4Jp { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:"russo one";font-size:2.6875rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:49.0625rem;left:27.5625rem;height:7.254625rem;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;text-align:center;text-align-last:center;display:block; }
#gdewUD2BkPuT4Ti5vf6UCNtda0KC3rmZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:49.375rem;left:22.875rem; }
#pAVthLnhnlJR7io2GRBzUIiBcffVOh6d { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:16.8125rem;top:59.4375rem;left:39.4375rem;overflow:hidden;display:block; }
#OTIreJDwARDhdulSCW6EQIeiBRcHMT27 { box-sizing:content-box;height:18.125rem;width:18.4375rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:58.8125rem;left:38.6875rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#nmVLVt49FuKxavWLxpPKOotnWtn9TlfN { position:absolute;display:block;z-index:15058;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.6875rem;width:12.125rem;top:129.125rem;left:9.8125rem;overflow:hidden;display:block; }
#JxvJ9y4m6AvycdouLkrTkyu8OxUVWWME { position:absolute;display:block;z-index:15003;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.375rem;width:21rem;top:148.53125rem;left:27.5625rem;overflow:hidden;display:block; }
#TlOvJ916zVf1T2oz1ZVSdztnne6lpM9M { position:absolute;display:block;z-index:15060;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.125rem;width:12.0625rem;top:161.21875rem;left:26.4375rem;overflow:hidden;display:block; }
#AdGsZIybC8eWkG7ixAHqpKr91NOnrlge { position:absolute;display:block;z-index:15059;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.9375rem;width:21.3125rem;top:164.1875rem;left:40.5rem;overflow:hidden;display:block; }
#s2PmtrFcnLgWPT3dRKXcahtySAgC09f3 { position:absolute;display:block;z-index:15018;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.0625rem;width:13.125rem;top:116.06250762939rem;left:56.44921875rem;overflow:hidden;display:block; }
#AvwD3leThBZxTIcc6qftRyn1sGust5Ld { position:absolute;display:block;z-index:15043;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6865rem;width:36.8105625rem;top:110.8720703125rem;left:22.0771484375rem;overflow:hidden;display:block; }
#UPTkpNQqX9DWGlwy43bRS2bgwpOJupIu { position:absolute;display:block;z-index:15047;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.1875rem;width:21.5rem;top:98.9375rem;left:50.3125rem;overflow:hidden;display:block; }
#PCTKbnt3XfXeNRcXJJn9L2lPqlclB7ic { position:absolute;display:block;z-index:15048;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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.125rem;width:23.75rem;top:125.4951171875rem;left:25.125rem;overflow:hidden;display:block; }
#HQETcOPlBBqOMnbf0ToKEWB32BQqIaDw { position:absolute;display:block;z-index:15037;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.8125rem;width:20.875rem;top:117.625rem;left:3.4375rem;overflow:hidden;display:block; }
#k9wvn3lgGcJMlwLLN7MfzxZ8RHT9Rm4D { position:absolute;display:block;z-index:15044;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:16.125rem;width:17.5625rem;top:97.966411590575rem;left:6rem;overflow:hidden;display:block; }
#xBX21uiVLtUcKSiEetWk460GzsHsfF1H { position:absolute;display:block;z-index:15049;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.8125rem;width:21.625rem;top:138.6826171875rem;left:28.53125rem;overflow:hidden;display:block; }
#NS6eTrV7opXdSolUeKfXJdP9x2MZloT5 { position:absolute;display:block;z-index:15029;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:26.875rem;top:95.247661590575rem;left:23.61328125rem;overflow:hidden;display:block; }
#zVPDZvfisiK9iUEuarDBpEXtFi0q6tCL { position:absolute;display:block;z-index:15017;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.125rem;width:19.75rem;top:127.375rem;left:49.3125rem;overflow:hidden;display:block; }
#yFkzJ4JV0krsNxaBQ8BtypAoTUkV6tPD { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:5.875rem;width:0.375rem;top:82.25rem;left:65.9375rem;display:block; }
#MxMC4BTZ4tzOQ35m0ZyTCBTFvFTtedrw { color:#ffffff;display:block;width:55.125rem;position:absolute;font-family:"russo one";font-size:2.75rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:82.8125rem;left:10.8125rem;height:6.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qL7TNwWEwLSTun9g04uRyA6QsURRTzFy { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #24232a);background-image: -moz-linear-gradient(180deg, #151419, #24232a);background-image: -ms-linear-gradient(180deg, #151419, #24232a);background-image: -o-linear-gradient(180deg, #151419, #24232a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );";background-image: linear-gradient(180deg, #151419, #24232a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:6.5rem;width:25.0625rem;top:190.75rem;left:39rem;display:block; }
#fKSX9m1HKMhmIg7TaUFFTSJTa4DcGi8K { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"russo one";font-size:2.0625rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:193.9375rem;left:40.25rem;height:2.2692875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHLQTix5uRzKUH61ZpITahn4iWMoSLNu { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:192.5rem;left:45.875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTRAGHkMSffyXRMgP3zpNoOl0viboeAG { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #24232a);background-image: -moz-linear-gradient(180deg, #151419, #24232a);background-image: -ms-linear-gradient(180deg, #151419, #24232a);background-image: -o-linear-gradient(180deg, #151419, #24232a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );";background-image: linear-gradient(180deg, #151419, #24232a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:6.375rem;width:27.375rem;top:190.8125rem;left:9.75rem;display:block; }
#JaxGxqFbcwJk2yreUoskHTaO0yZfLtwD { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:191.685546875rem;left:14.875rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UEKbnqBBkilXRogixKC3i7PzM0mHC2wz { color:#ffffff;display:block;width:4.436525rem;position:absolute;font-family:"russo one";font-size:2.0625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:193.9375rem;left:10.25rem;height:2.2692875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nlmpUI0UnluBfIcgZlKiTpvw1CmKfM0d { color:#ffffff;display:block;width:36.8741875rem;position:absolute;font-family:"russo one";font-size:2.75rem;font-weight:400;z-index:15012;line-height:.9;letter-spacing:0;top:183.1875rem;left:20.0625rem;height:4.94873125rem;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;text-align:center;text-align-last:center;display:block; }
#LmBR4IVipXT7NbID8SV96UFqtagUSUKQ { background-color:transparent;background-image: -webkit-linear-gradient(185deg, #ba1717, #320d0d);background-image: -moz-linear-gradient(185deg, #ba1717, #320d0d);background-image: -ms-linear-gradient(185deg, #ba1717, #320d0d);background-image: -o-linear-gradient(185deg, #ba1717, #320d0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba1717', endColorstr='#320d0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba1717', endColorstr='#320d0d' );";background-image: linear-gradient(185deg, #ba1717, #320d0d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.125rem;height:4.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:206.75rem;left:20.875rem;display:block; }
#WzGZ225TTpJUHSb0eTQcQ5eB4FzqmqUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6giTXWKroR6JBIST9hM29CB4VcKcWKP { color:#ffffff;display:block;width:41rem;position:absolute;font-family:"russo one";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:201.1875rem;left:17.875rem;height:3.571775rem;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;text-align:center;text-align-last:center;display:block; }
#KSVPOLhLu45xS8t2sNgkpSszrctI96Vc { position:absolute;display:block;z-index:15057;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.6875rem;width:22.8125rem;top:157.46875rem;left:4.78125rem;overflow:hidden;display:block; }
#xwe4hfMp62IuPoSFsXa8GuLoVhMmgfqw { position:absolute;display:block;z-index:15055;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:25.0625rem;top:142.90625rem;left:1.5625rem;overflow:hidden;display:block; }
#dTGLgHP9Vnr3zf1ZqRWtz7DILHiFiufQ { position:absolute;display:block;z-index:15056;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.375rem;width:23.4375rem;top:141.28125rem;left:49.5625rem;overflow:hidden;display:block; }
#bt0cMXB0JXlEkVwohGxevvGvHODxwt8s { position:absolute;display:block;z-index:15054;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.875rem;width:15.375rem;top:150.4951171875rem;left:49.5625rem;overflow:hidden;display:block; }
#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #151419, #000000);background-image: -moz-linear-gradient(top, #151419, #000000);background-image: -ms-linear-gradient(top, #151419, #000000);background-image: -o-linear-gradient(top, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #151419, #000000);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; }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .row .container { background-color: transparent; background-image: none; }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .row .container > .video-iframe-container { display: none; }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .row > .video-iframe-container { display: none; }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .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); }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .row .container { border-width: 0; border-radius: 0; }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#vm2xJ8MvfTOiM1tRhNTzoqmZvBgfOtyi { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.1875rem;left:18.375rem;height:7.473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGySQ9phtknPIzRRMX8M23mtrtMaGcWF { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:6.1875rem;left:56rem;display:block; }
#qWcKoVsPAWgcg71Rx6yWt0dlTZVTlRxK { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:40.875rem;left:41.8125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhInOr1RbqXIdP2wi0aCpvr7hO3EpEMs { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:31.6875rem;left:23.0625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTkXczDSx3Gp9cNSaWXex8aEw7m8EfMP { position:absolute;display:block;z-index:15145;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:25rem;left:24.375rem;display:block; }
#d2xys20QwDnKXBV68FAOIHukhPwAacs5 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15149;line-height:1.3;letter-spacing:0;top:31.75rem;left:62.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miyTBTX8TpPTvZORH0CC9Krbs5dG86tT { position:absolute;display:block;z-index:15163;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:25.0625rem;left:64.0625rem;display:block; }
#J600m3a6HVJyGTJk7rqlNPeI6tQkbRNp { position:absolute;display:block;z-index:15164;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.5625rem;width:5.5625rem;top:25.4375rem;left:64.4375rem;overflow:hidden;display:block; }
#Z3r7olRCzx0wpuMLsaMyCwTiVa4G5L5p { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;top:40.875rem;left:62.5rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEVaS90cbWAmTTQW0ZpA9u8fOOzUtN8B { position:absolute;display:block;z-index:15173;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:34.25rem;left:64.1875rem;display:block; }
#g38uU3KL5qpkcQnhaKfim9Ciff8v2HCC { position:absolute;display:block;z-index:15174;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.5625rem;width:5.5625rem;top:34.625rem;left:64.4375rem;overflow:hidden;display:block; }
#VATpbaPTCr6D0lf69Mqhu1hcKfSxp400 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:40.875rem;left:32.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQ3BFqdaT8Mb8fbmdC9lI4qBvmKhLMuT { position:absolute;display:block;z-index:15151;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:34.125rem;left:34.1875rem;display:block; }
#twbmwqH85ZGi9JqTipZWhM1TL5tTEgOa { position:absolute;display:block;z-index:15152;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.5625rem;width:5.5625rem;top:34.5rem;left:34.5625rem;overflow:hidden;display:block; }
#GyC12J9m6ntHI7cRLeb5T2p77IhFwFUT { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:40.875rem;left:12.5625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAWzwcKBiuJ9oFo9ICi0TQSz7woO88KW { position:absolute;display:block;z-index:15149;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:34rem;left:14.3125rem;display:block; }
#xxkGJXXl30bnTzDs9FANBV0nEV3FVHZk { position:absolute;display:block;z-index:15150;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.5625rem;width:5.5625rem;top:34.3125rem;left:14.625rem;overflow:hidden;display:block; }
#RTIwwpbXdCFLKksuHXIsX1Vg0MI3h3xc { position:absolute;display:block;z-index:15144;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:34.25rem;left:44.125rem;display:block; }
#sxZHhcWBhVCliMc76H8y28TrSW71ko9C { position:absolute;display:block;z-index:15145;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.5625rem;width:5.5625rem;top:34.625rem;left:44.4375rem;overflow:hidden;display:block; }
#f0EOxZTglATxDMpEyzqiVip0gz1bxh9S { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:40.8125rem;left:2.9375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snG514OqNfuzQ7rwD7KPeCV85xcV9r9i { position:absolute;display:block;z-index:15157;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:34.125rem;left:4.3125rem;display:block; }
#JF71HKenqzSxNwcOw8IpM4sp1g2EK5vu { position:absolute;display:block;z-index:15174;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:24.875rem;left:54.1875rem;display:block; }
#ciQCg5LF86w0B5nZLhv6lEES92aHv2dH { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:31.75rem;left:52.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fAQwlr1umQtyHUFKwVqrT81GgCUfZvCb { position:absolute;display:block;z-index:15179;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:24.875rem;left:4.5rem;display:block; }
#xsJwJwkxEhvSo2UTGDRJCLxQzHvUVLOn { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15165;line-height:1.3;letter-spacing:0;top:31.75rem;left:2.8125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITuZ2woID9b2ExxTan2khXoBwxnfa8kI { position:absolute;display:block;z-index:15158;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.5625rem;width:5.5625rem;top:25.6875rem;left:44.5rem;overflow:hidden;display:block; }
#mo3l1w09G6Z60l8vmkQmQDstKoTUtZCJ { position:absolute;display:block;z-index:15157;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:25.3125rem;left:44.125rem;display:block; }
#GoqU139cXlTQPlzHok8kI0ipsX4a4iEL { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:31.75rem;left:42.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRmttAKNHNDVzW2OioIuE1uXtUz3HQPH { position:absolute;display:block;z-index:15176;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.5625rem;width:5.5625rem;top:34.375rem;left:24.9375rem;overflow:hidden;display:block; }
#Mu3R64VT9eFhqqdfGClo4wqXRs5Vumhu { position:absolute;display:block;z-index:15175;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:34rem;left:24.625rem;display:block; }
#vUWLWp2iOBD4arq8MFwtuTrqI3sDknmp { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15161;line-height:1.3;letter-spacing:0;top:40.875rem;left:22.9375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7EuS2z3NxVH5DsGzl52MfRoUktQgTik { position:absolute;display:block;z-index:15166;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:34.3125rem;left:54.25rem;display:block; }
#qbNUr88hrtHhIszHlMkGqEStdJmROxz0 { position:absolute;display:block;z-index:15167;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.5625rem;width:5.5625rem;top:34.6875rem;left:54.625rem;overflow:hidden;display:block; }
#OlNAVspiBLMTUT0mln9LHurI0KEHnESl { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:40.875rem;left:52.9375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8euLnTgaER84kKR2KB628LkLVEVQuyu { position:absolute;display:block;z-index:15146;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.5625rem;width:5.5625rem;top:25.375rem;left:24.75rem;overflow:hidden;display:block; }
#TsEd4pJ5bHp46VbuewPWTaeA343D1ipA { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:31.6875rem;left:31.5625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAc9EHbel3CbRmX1OAuhEEmfqpGg73Vm { position:absolute;display:block;z-index:15168;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:25rem;left:34.125rem;display:block; }
#Q6uCUBHbUuwPtLpFMiZ82uI2VSH67b6c { position:absolute;display:block;z-index:15169;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.5625rem;width:5.5625rem;top:25.375rem;left:34.4375rem;overflow:hidden;display:block; }
#LB14nzIcJTzDTNrFsgJXK6xPuF3QTCWT { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15172;line-height:1.3;letter-spacing:0;top:31.75rem;left:11.9375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZ6caEdnmU8Zdd2tOsZ5fmRvHutAcgTN { position:absolute;display:block;z-index:15186;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:25.0625rem;left:14.375rem;display:block; }
#n5vVD5lr2GZ39TPGvQxUDwIy1QOCC2hM { position:absolute;display:block;z-index:15187;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.5625rem;width:5.5625rem;top:25.4375rem;left:14.6875rem;overflow:hidden;display:block; }
#xZtwvk1Oog96OCTi5R1GCW2R9xGX4SEL { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:22.5625rem;left:13.1875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNzhcIAkR6TUAaocniugV59ZvS4qzkqm { position:absolute;display:block;z-index:15148;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:15.875rem;left:14.5rem;display:block; }
#V7UkG53Af48RyDr0AJwFqJ3fEvFHmSGi { position:absolute;display:block;z-index:15149;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.5625rem;width:5.5625rem;top:16.25rem;left:14.875rem;overflow:hidden;display:block; }
#gTZPVA9GIN8AnRho35JlJTQhoeB5LPp3 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:22.625rem;left:62.375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNlroN2ihUrRvbzgMBRCWhUPi1mwJKFJ { position:absolute;display:block;z-index:15148;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:15.9375rem;left:63.6875rem;display:block; }
#g0V4O7NEaiHcJewS6AvAFxlLO4eJKXnl { position:absolute;display:block;z-index:15149;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.5625rem;width:5.5625rem;top:16.3125rem;left:64.0625rem;overflow:hidden;display:block; }
#eVM7SSAK3vOgSK9sFJTsUlIkzla3ac5l { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:22.625rem;left:52.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DM0aSNgTy1AMnyNP2UCuv4yRCaDugCH7 { position:absolute;display:block;z-index:15154;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:15.9375rem;left:53.8125rem;display:block; }
#d7TDe7dv3VCdCTKgyu1aIvmT6N4mg2Ip { position:absolute;display:block;z-index:15155;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.5625rem;width:5.5625rem;top:16.3125rem;left:54.1875rem;overflow:hidden;display:block; }
#rAZJJFoNZSELZNuwQatK5DeJoWSLihdz { position:absolute;display:block;z-index:15158;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.5625rem;width:5.5625rem;top:34.5rem;left:4.6875rem;overflow:hidden;display:block; }
#hyXkIAePBtuotXmboCFtiEK5WvC1pT7H { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:22.625rem;left:23.0625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlWvp34Pzb0Lzv4xkn2MkVAQ1xqlyDz7 { position:absolute;display:block;z-index:15161;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.5625rem;width:5.5625rem;top:16.5rem;left:24.75rem;overflow:hidden;display:block; }
#qk8FKy3NQshLg4dDcTJFNraqnxFP5vyO { position:absolute;display:block;z-index:15160;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:16.125rem;left:24.375rem;display:block; }
#xMpZWEntd7G7mwJu3QXTOJDfAmF3F3a9 { position:absolute;display:block;z-index:15172;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:15.8125rem;left:43.9375rem;display:block; }
#vp2I3THBsdailNecs2AOAhbUo8ZEzxAX { position:absolute;display:block;z-index:15173;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.5625rem;width:5.5625rem;top:16.1875rem;left:44.3125rem;overflow:hidden;display:block; }
#CqCRFuFbmv1hhTcI8ClDIhZONlkBVJnd { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;top:22.625rem;left:42.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTn3IFTvEneOzKmvBbZ6R2mTW7e5TBcm { position:absolute;display:block;z-index:15175;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.5625rem;width:5.5625rem;top:25.25rem;left:54.5625rem;overflow:hidden;display:block; }
#g72V0zrEJdver6uucJISJcTKTfZC1vfX { position:absolute;display:block;z-index:15180;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.5625rem;width:5.5625rem;top:25.25rem;left:4.875rem;overflow:hidden;display:block; }
#LAKyfadug7PKAJSmGrfozvbrlH7gCZyr { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:16.375rem;left:5.0625rem;overflow:hidden;display:block; }
#rRocURpztb6T0D4ww3VPuHqHPhu0Qc5g { position:absolute;display:block;z-index:15178;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:16rem;left:4.6875rem;display:block; }
#eq5veUNwCJ6qLe7oWtp5CeeBAzC8lwKM { position:absolute;display:block;z-index:15190;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:6.25rem;width:6.25rem;top:15.8125rem;left:34.125rem;display:block; }
#pCmlGtnP23Klu7dbmvnlvu1rg6xoJyLS { position:absolute;display:block;z-index:15191;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.5625rem;width:5.5625rem;top:16.1875rem;left:34.5rem;overflow:hidden;display:block; }
#vo7eQa1IPRq4F6zTHHKxqq9z2oMovi7x { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:22.5rem;left:3.375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxL6FBG9JTKaG9zNKTyUrqopcVJswT2t { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15176;line-height:1.3;letter-spacing:0;top:22.625rem;left:32.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #151419);background-image: -moz-linear-gradient(top, #000000, #151419);background-image: -ms-linear-gradient(top, #000000, #151419);background-image: -o-linear-gradient(top, #000000, #151419);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151419' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151419' );";background-image: linear-gradient(to bottom, #000000, #151419);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; }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .row .container { background-color: transparent; background-image: none; }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .row .container > .video-iframe-container { display: none; }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .row > .video-iframe-container { display: none; }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .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); }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .row .container { border-width: 0; border-radius: 0; }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#hQ4Wq5vTu5Xe5A1sOCGcU1vXOBii2C40 { position:absolute;display:block;z-index:15016;height:16.625rem;width:15.5rem;top:9.25rem;left:10.5rem;display:block; }
#P6ZyhNTZKzf5PhXyohVVz8ErCI8ovUnZ { position:absolute;display:block;z-index:15017;height:16.625rem;width:15.5rem;top:9.25rem;left:29.8125rem;display:block; }
#gNRTTyfWEmvHsLqN6aWchhNGhKSJq8gr { position:absolute;display:block;z-index:15018;height:16.625rem;width:15.5rem;top:9.25rem;left:49rem;display:block; }
#TJ0cUr3ChbV1o8Bt0IIdgwdCTxaUlElR { position:absolute;display:block;z-index:15019;height:16.625rem;width:15.5rem;top:27.75rem;left:10.5rem;display:block; }
#b4tRpG5zM40eXPmPRWFf1tJ4q6yRcRdu { position:absolute;display:block;z-index:15020;height:16.625rem;width:15.5rem;top:27.75rem;left:29.8125rem;display:block; }
#OGuulqaZwtJZ98iRMEreWuWPQcym6x4b { position:absolute;display:block;z-index:15021;height:16.625rem;width:15.5rem;top:27.75rem;left:49rem;display:block; }
#m1h7UaHCz5sp5TCr5bVsb8caXnm1FVhP { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.75rem;left:28.3125rem;height:3.736575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JlpfXTugCr3PQSpMRselbOykzsS61V3a { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:1.5625rem;left:46.3125rem;display:block; }
#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #151419);background-image: -moz-linear-gradient(180deg, #000000, #151419);background-image: -ms-linear-gradient(180deg, #000000, #151419);background-image: -o-linear-gradient(180deg, #000000, #151419);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151419' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151419' );";background-image: linear-gradient(180deg, #000000, #151419);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row .container { background-color: transparent; background-image: none; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row .container > .video-iframe-container { display: none; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row > .video-iframe-container { display: none; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .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); }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row .container { border-width: 0; border-radius: 0; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#MbvVFbOnqaq4ZbRucbQmVgKuzVH13cxc { 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:3.625rem;width:3.625rem;top:4.125rem;left:25.375rem;overflow:hidden;display:block; }
#K8zz6Uil4aC3SAXuCihE1nXgBcvT3qiQ { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:5.25rem;left:26.5625rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mm9NOcV4ItXgOa22xH6EKydS4ZBLTomp { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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:15035;top:4.8437576293945rem;left:47.487501144409rem; }
#Mm9NOcV4ItXgOa22xH6EKydS4ZBLTomp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:22.0625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #bbKx2AGpbmr5z4TfK9vabZpwEmR4QWMN { top:18.25rem;left:28.125rem;width:17.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeqFBfezVhJeHtSDMWOuQLXec90T9xoH { top:11.6875rem;left:30.3125rem;width:0.375rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2ugwQp3EcXWL3lECJuTXHDgzCHT3BPk { top:12.375rem;left:0rem;width:24.125rem;height:6.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOEzHK0mWKKIXV86kRZVkZcM0Fwe2bE0 { top:21.4375rem;left:0rem;width:27rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWsHcs4EZg2hG7e70mZVJtJsqiTAFym { top:2rem;left:36.4375rem;width:6.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mePkGsXJRqQsaQFseAxcTkNmIOdf0fHx { width:20.8125rem;height:3.75rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuSIQut4RJnQ1KJW3JNiqanui9LL2IA9 { display:block; }
 }@media only screen and (max-width: 763px) { #croufV1C6JQpkV8Zufwb7Ld6wcelwlTM { top:1.9375rem;left:43.4375rem;width:4.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H32RgpN1WG00uMZ5VakNHWWxnrSU8w12 { top:20.1875rem;left:34.25rem;width:13.5rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHtvN6GMIbTV28an6hNl3uarZofOzwte { top:16.1875rem;left:29.4375rem;width:18.3125rem;height:5.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoVOBDOqxs6qtJoAXQTfPnENUao6VmP0 { top:19.1875rem;left:33.061767578125rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #xPFZRDBiC4cKOKQ9ar8kRvPhOVpciliA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #Z0DIhVVeusB8MUsaFc9y6PfPxqZJeMFf {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #Ecfpb7hmEGWh3C1IvAlwQGlGapKDaO8x {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #qnif1Z8M16MUkMbeTQKs66UTFz87R489 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #g3PE27TOhKcyTmMrdcr9HHCGXT0R5a6T {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #Zy0KQK0rX27dFo5Skyq58uvsgCITVEKD {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #iIAnZhF7GPZKoXOu3ADL1D3kKkZWBUeZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #s7mR96409CqPJ63avsJ0V8e0lpZLJGgv {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #aB7JE5aKemHwqzsiwI1LlZUQT4RvXfDG {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #aGHaTU9t99gHRVI3knVChPepgdohoz71 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #xupPeQgw0NeIgID1MzI2HRGHcFSCATJ9 {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #cWTUQSSu3TA5JrWSyzAD6i0o8H4mVEk6 {  }
 }@media only screen and (max-width: 763px) { #Bb8wR005LKI4buXTw8eTdAb0OOrIl9R6 { top:10.125rem;left:34.061767578125rem;width:13.4375rem;height:3.31176875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqwZWyuGSX9IikZCNX1KrM37sQ2XlvwP { display:block; }#EqwZWyuGSX9IikZCNX1KrM37sQ2XlvwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFHTgXEqoLHQAgpXtAhShcN6cex42RBb { width:16.25rem;height:3.8125rem;top:28.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXrnxVXa4Ti8gfek9Ay3EVI7k0Z8KWqr { display:block; }
 }@media only screen and (max-width: 763px) { #uu6K8FCtd5R8OaTK7dsGf9RaLvW3RxaF { top:7.75rem;left:3.6562509536743rem;width:40.4375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6JXZmwkf6MCcwyPz23OmAFOlzCLgPoQ { width:14.9375rem;height:5.3125rem;top:23rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD62OHNW6vaKBr0XvBnrm7k7TgC6AMlO { width:12.625rem;height:2.4375rem;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybTvnser1ouaH3BTzkazfIUTVnP8R8Fk { width:12.625rem;height:2.4375rem;top:28.25rem;left:17.562500953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f96cuZNsXOMBfDCPROT7WHQOBbVLb9Dz { top:12.25rem;left:11.3125rem;width:26.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTq9TLksL8eIvd9Q7rETp9LD6QcFTRER { width:12.625rem;height:2.4375rem;top:28.3125rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spEmmzQubeplovS7ew9xiG0VaADlTDLp { top:7.625rem;left:1.0625009536743rem;width:45.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlgSiKeah1IS9mDBFTWc73yBepGvs9VA { top:18.8125rem;left:0.62500095367431rem;width:4.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA0WvFylidDFMK4sV8nTeN9UqNvNgDKT { width:14.9375rem;height:5.3125rem;top:23.0625rem;left:16.4375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkPQtNoxJL0zFMuAZDk3a6Ik11bZJ1DF { top:18.8125rem;left:21.468750953674rem;width:4.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz6bZ3fXMHPdN7JqcO4isAPDTFmWR72n { width:14.9375rem;height:5.3125rem;top:23rem;left:32.8125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCRI3mJi71L2MiBH1y8G2TVOSivMkGV4 { top:18.8125rem;left:42.9375rem;width:4.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n { display:block; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i20r3JXpuIaMPTLsD0TSIhUwyHJDn8Ou { width:20.375rem;height:6.875rem;top:3.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTsxzwiL4RzDeDKKc2rZlwrACTZsAW7 { width:25.8125rem;height:23.125rem;top:11.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNeqmrTIMQzm27H1KtDu3mBDdJcivv6M { width:16.25rem;height:3.8125rem;top:28.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic0nhobSpMvy1wzWphHVmIqoZtJCoTga { display:block; }
 }@media only screen and (max-width: 763px) { #XtT4o4P26eRuILvoVe7JgSg2iI8inllG { top:9.5rem;left:20.625rem;width:27.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZfgvxSrC8zh17KcPbp4aJpT58b6CB89 { top:5.0625rem;left:16.25rem;width:0.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV { display:block; }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reuN2tcImoOmx2gE2oZpdXayAsEzGtdV { top:2.625rem;left:4.6875rem;width:37.1875rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbeEaBqaM6hApRAJ2TMEkc5hPHTvZv84 { top:3.3125rem;left:42.6875rem;width:0.375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6JcJ2MBZbfEMrvsp0usJGqlHo2hqmfB { width:42.625rem;height:33.375rem;top:12.5rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgoRATuWrdMD9FdPwFxVAyK7rKTX1B2p { width:39.375rem;height:;top:15.5rem;left:4.249755859375rem;font-size:0.9375rem;display:block; }#PgoRATuWrdMD9FdPwFxVAyK7rKTX1B2p li:before{  }
 }@media only screen and (max-width: 763px) { #B15B7AurZ9SHpz5cifr5mzzZIKLc8aqx { top:59.4375rem;left:5.0625rem;width:17rem;height:16.750655706478rem;display:block; }
 }@media only screen and (max-width: 763px) { #dayolOBPqwtS0LEbncNwGAa4yZKmbCyd { top:58.75rem;left:4.25rem;width:18.4375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMI9xFdTizJzQRZhSFCqUIcXbCILo4Jp { width:24.5rem;height:7.25rem;top:49.0625rem;left:13.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdewUD2BkPuT4Ti5vf6UCNtda0KC3rmZ { top:49.375rem;left:9.25rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAVthLnhnlJR7io2GRBzUIiBcffVOh6d { top:59.4375rem;left:25.8125rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTIreJDwARDhdulSCW6EQIeiBRcHMT27 { top:58.8125rem;left:25.0625rem;width:18.4375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVLVt49FuKxavWLxpPKOotnWtn9TlfN { top:129.125rem;left:0rem;width:12.125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxvJ9y4m6AvycdouLkrTkyu8OxUVWWME { top:148.5rem;left:13.9375rem;width:21rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlOvJ916zVf1T2oz1ZVSdztnne6lpM9M { top:161.1875rem;left:12.8125rem;width:12.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGsZIybC8eWkG7ixAHqpKr91NOnrlge { top:164.1875rem;left:25.4375rem;width:21.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2PmtrFcnLgWPT3dRKXcahtySAgC09f3 { top:116.0625rem;left:33.625rem;width:13.125rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvwD3leThBZxTIcc6qftRyn1sGust5Ld { top:110.8125rem;left:8.4521484375rem;width:36.75rem;height:12.665627562741rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPTkpNQqX9DWGlwy43bRS2bgwpOJupIu { top:98.9375rem;left:25.25rem;width:21.5rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCTKbnt3XfXeNRcXJJn9L2lPqlclB7ic { top:125.4375rem;left:11.5rem;width:23.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQETcOPlBBqOMnbf0ToKEWB32BQqIaDw { top:117.625rem;left:0rem;width:20.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9wvn3lgGcJMlwLLN7MfzxZ8RHT9Rm4D { top:97.9375rem;left:0rem;width:17.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBX21uiVLtUcKSiEetWk460GzsHsfF1H { top:138.625rem;left:14.90625rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS6eTrV7opXdSolUeKfXJdP9x2MZloT5 { top:95.1875rem;left:9.98828125rem;width:26.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVPDZvfisiK9iUEuarDBpEXtFi0q6tCL { top:127.375rem;left:27rem;width:19.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFkzJ4JV0krsNxaBQ8BtypAoTUkV6tPD { top:82.25rem;left:47.375rem;width:0.3125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxMC4BTZ4tzOQ35m0ZyTCBTFvFTtedrw { top:82.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL7TNwWEwLSTun9g04uRyA6QsURRTzFy { width:25.0625rem;height:6.5rem;top:190.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKSX9m1HKMhmIg7TaUFFTSJTa4DcGi8K { width:4.4375rem;height:2.25rem;top:193.9375rem;left:26.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHLQTix5uRzKUH61ZpITahn4iWMoSLNu { width:15.1875rem;height:3.0625rem;top:192.5rem;left:32.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTRAGHkMSffyXRMgP3zpNoOl0viboeAG { width:27.375rem;height:6.375rem;top:190.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaxGxqFbcwJk2yreUoskHTaO0yZfLtwD { width:21.375rem;height:4.625rem;top:191.625rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEKbnqBBkilXRogixKC3i7PzM0mHC2wz { width:4.375rem;height:2.25rem;top:193.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlmpUI0UnluBfIcgZlKiTpvw1CmKfM0d { width:36.8125rem;height:4.9375rem;top:183.1875rem;left:6.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmBR4IVipXT7NbID8SV96UFqtagUSUKQ { width:34.125rem;height:4.5625rem;top:206.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzGZ225TTpJUHSb0eTQcQ5eB4FzqmqUw { display:block; }
 }@media only screen and (max-width: 763px) { #E6giTXWKroR6JBIST9hM29CB4VcKcWKP { width:41rem;height:3.5625rem;top:201.1875rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSVPOLhLu45xS8t2sNgkpSszrctI96Vc { top:157.4375rem;left:0rem;width:22.8125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwe4hfMp62IuPoSFsXa8GuLoVhMmgfqw { top:142.875rem;left:0rem;width:25.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTGLgHP9Vnr3zf1ZqRWtz7DILHiFiufQ { top:141.25rem;left:23.3125rem;width:23.4375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt0cMXB0JXlEkVwohGxevvGvHODxwt8s { top:150.4375rem;left:31.375rem;width:15.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSU2hCrbCkBob5P55QmxED0rI3TXiMAz { display:block; }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm2xJ8MvfTOiM1tRhNTzoqmZvBgfOtyi { top:6.1875rem;left:4.75rem;width:37.625rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGySQ9phtknPIzRRMX8M23mtrtMaGcWF { top:6.1875rem;left:42.375rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWcKoVsPAWgcg71Rx6yWt0dlTZVTlRxK { top:40.875rem;left:28.1875rem;width:11.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhInOr1RbqXIdP2wi0aCpvr7hO3EpEMs { top:31.6875rem;left:9.4375rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkXczDSx3Gp9cNSaWXex8aEw7m8EfMP { top:25rem;left:10.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xys20QwDnKXBV68FAOIHukhPwAacs5 { top:31.75rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miyTBTX8TpPTvZORH0CC9Krbs5dG86tT { top:25.0625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J600m3a6HVJyGTJk7rqlNPeI6tQkbRNp { top:25.4375rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3r7olRCzx0wpuMLsaMyCwTiVa4G5L5p { top:40.875rem;left:38.0625rem;width:9.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEVaS90cbWAmTTQW0ZpA9u8fOOzUtN8B { top:34.25rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g38uU3KL5qpkcQnhaKfim9Ciff8v2HCC { top:34.625rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATpbaPTCr6D0lf69Mqhu1hcKfSxp400 { top:40.875rem;left:19.25rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ3BFqdaT8Mb8fbmdC9lI4qBvmKhLMuT { top:34.125rem;left:20.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbmwqH85ZGi9JqTipZWhM1TL5tTEgOa { top:34.5rem;left:20.9375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyC12J9m6ntHI7cRLeb5T2p77IhFwFUT { top:40.875rem;left:0rem;width:9.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAWzwcKBiuJ9oFo9ICi0TQSz7woO88KW { top:34rem;left:0.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxkGJXXl30bnTzDs9FANBV0nEV3FVHZk { top:34.3125rem;left:1rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTIwwpbXdCFLKksuHXIsX1Vg0MI3h3xc { top:34.25rem;left:30.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxZHhcWBhVCliMc76H8y28TrSW71ko9C { top:34.625rem;left:30.8125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0EOxZTglATxDMpEyzqiVip0gz1bxh9S { top:40.8125rem;left:0rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snG514OqNfuzQ7rwD7KPeCV85xcV9r9i { top:34.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF71HKenqzSxNwcOw8IpM4sp1g2EK5vu { top:24.875rem;left:40.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciQCg5LF86w0B5nZLhv6lEES92aHv2dH { top:31.75rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAQwlr1umQtyHUFKwVqrT81GgCUfZvCb { top:24.875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsJwJwkxEhvSo2UTGDRJCLxQzHvUVLOn { top:31.75rem;left:0rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITuZ2woID9b2ExxTan2khXoBwxnfa8kI { top:25.6875rem;left:30.875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo3l1w09G6Z60l8vmkQmQDstKoTUtZCJ { top:25.3125rem;left:30.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqU139cXlTQPlzHok8kI0ipsX4a4iEL { top:31.75rem;left:29rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRmttAKNHNDVzW2OioIuE1uXtUz3HQPH { top:34.375rem;left:11.3125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu3R64VT9eFhqqdfGClo4wqXRs5Vumhu { top:34rem;left:11rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUWLWp2iOBD4arq8MFwtuTrqI3sDknmp { top:40.875rem;left:9.3125rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7EuS2z3NxVH5DsGzl52MfRoUktQgTik { top:34.3125rem;left:40.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbNUr88hrtHhIszHlMkGqEStdJmROxz0 { top:34.6875rem;left:41rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNAVspiBLMTUT0mln9LHurI0KEHnESl { top:40.875rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8euLnTgaER84kKR2KB628LkLVEVQuyu { top:25.375rem;left:11.125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsEd4pJ5bHp46VbuewPWTaeA343D1ipA { top:31.6875rem;left:17.9375rem;width:11.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAc9EHbel3CbRmX1OAuhEEmfqpGg73Vm { top:25rem;left:20.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6uCUBHbUuwPtLpFMiZ82uI2VSH67b6c { top:25.375rem;left:20.8125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB14nzIcJTzDTNrFsgJXK6xPuF3QTCWT { top:31.75rem;left:0rem;width:11.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ6caEdnmU8Zdd2tOsZ5fmRvHutAcgTN { top:25.0625rem;left:0.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vVD5lr2GZ39TPGvQxUDwIy1QOCC2hM { top:25.4375rem;left:1.0625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZtwvk1Oog96OCTi5R1GCW2R9xGX4SEL { top:22.5625rem;left:0rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNzhcIAkR6TUAaocniugV59ZvS4qzkqm { top:15.875rem;left:0.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7UkG53Af48RyDr0AJwFqJ3fEvFHmSGi { top:16.25rem;left:1.25rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZPVA9GIN8AnRho35JlJTQhoeB5LPp3 { top:22.625rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNlroN2ihUrRvbzgMBRCWhUPi1mwJKFJ { top:15.9375rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0V4O7NEaiHcJewS6AvAFxlLO4eJKXnl { top:16.3125rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVM7SSAK3vOgSK9sFJTsUlIkzla3ac5l { top:22.625rem;left:38.625rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM0aSNgTy1AMnyNP2UCuv4yRCaDugCH7 { top:15.9375rem;left:40.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TDe7dv3VCdCTKgyu1aIvmT6N4mg2Ip { top:16.3125rem;left:40.5625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZJJFoNZSELZNuwQatK5DeJoWSLihdz { top:34.5rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyXkIAePBtuotXmboCFtiEK5WvC1pT7H { top:22.625rem;left:9.4375rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlWvp34Pzb0Lzv4xkn2MkVAQ1xqlyDz7 { top:16.5rem;left:11.125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk8FKy3NQshLg4dDcTJFNraqnxFP5vyO { top:16.125rem;left:10.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMpZWEntd7G7mwJu3QXTOJDfAmF3F3a9 { top:15.8125rem;left:30.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp2I3THBsdailNecs2AOAhbUo8ZEzxAX { top:16.1875rem;left:30.6875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqCRFuFbmv1hhTcI8ClDIhZONlkBVJnd { top:22.625rem;left:29rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTn3IFTvEneOzKmvBbZ6R2mTW7e5TBcm { top:25.25rem;left:40.9375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g72V0zrEJdver6uucJISJcTKTfZC1vfX { top:25.25rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAKyfadug7PKAJSmGrfozvbrlH7gCZyr { top:16.375rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRocURpztb6T0D4ww3VPuHqHPhu0Qc5g { top:16rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq5veUNwCJ6qLe7oWtp5CeeBAzC8lwKM { top:15.8125rem;left:20.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCmlGtnP23Klu7dbmvnlvu1rg6xoJyLS { top:16.1875rem;left:20.875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo7eQa1IPRq4F6zTHHKxqq9z2oMovi7x { top:22.5rem;left:0rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxL6FBG9JTKaG9zNKTyUrqopcVJswT2t { top:22.625rem;left:19.125rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv { display:block; }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQ4Wq5vTu5Xe5A1sOCGcU1vXOBii2C40 { top:9.25rem;left:0rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZyhNTZKzf5PhXyohVVz8ErCI8ovUnZ { top:9.25rem;left:16.1875rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNRTTyfWEmvHsLqN6aWchhNGhKSJq8gr { top:9.25rem;left:32.25rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0cUr3ChbV1o8Bt0IIdgwdCTxaUlElR { top:27.75rem;left:0rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4tRpG5zM40eXPmPRWFf1tJ4q6yRcRdu { top:27.75rem;left:16.1875rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGuulqaZwtJZ98iRMEreWuWPQcym6x4b { top:27.75rem;left:32.25rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1h7UaHCz5sp5TCr5bVsb8caXnm1FVhP { top:1.75rem;left:14.6875rem;width:17.25rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlpfXTugCr3PQSpMRselbOykzsS61V3a { top:1.5625rem;left:32.6875rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 { display:block; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbvVFbOnqaq4ZbRucbQmVgKuzVH13cxc { width:3.625rem;height:3.625rem;top:4.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8zz6Uil4aC3SAXuCihE1nXgBcvT3qiQ { top:5.25rem;left:12.9375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm9NOcV4ItXgOa22xH6EKydS4ZBLTomp { top:4.8125rem;left:33.862501144409rem;width:2.1875rem;height:2.1875rem;display:block; }
#Mm9NOcV4ItXgOa22xH6EKydS4ZBLTomp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb481a2e-fc25-452f-94b4-74b2f5610359/mscgrandiosanavio.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:20rem;height:3.8125rem;top:24.7041015625rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #bbKx2AGpbmr5z4TfK9vabZpwEmR4QWMN { width:20rem;height:2.1933625rem;top:30.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IeqFBfezVhJeHtSDMWOuQLXec90T9xoH { width:6.25rem;height:0.375rem;top:11.77345rem;left:6.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #F2ugwQp3EcXWL3lECJuTXHDgzCHT3BPk { width:17.125rem;height:4.3847625rem;top:24.75rem;left:1.25rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOEzHK0mWKKIXV86kRZVkZcM0Fwe2bE0 { width:17.75rem;height:2.76123125rem;top:31.9375rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXWsHcs4EZg2hG7e70mZVJtJsqiTAFym { width:3.75rem;height:2.76123125rem;top:1.3125rem;left:1.21875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mePkGsXJRqQsaQFseAxcTkNmIOdf0fHx { width:19rem;height:3.8125rem;top:36.6845703125rem;left:0.5rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #DuSIQut4RJnQ1KJW3JNiqanui9LL2IA9 { display:block; }
 }@media only screen and (max-width: 763px) { #croufV1C6JQpkV8Zufwb7Ld6wcelwlTM { width:2.625rem;height:2.76123125rem;top:1.3125rem;left:15.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H32RgpN1WG00uMZ5VakNHWWxnrSU8w12 { width:13.5rem;height:2.6rem;top:13.8125rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHtvN6GMIbTV28an6hNl3uarZofOzwte { width:12.3125rem;height:3.65625rem;top:11.5rem;left:3.4375rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MoVOBDOqxs6qtJoAXQTfPnENUao6VmP0 { width:0.375rem;height:4.0625rem;top:19.1875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua .widget-text.counter-number { padding-top:0.306875rem;padding-right:0.279375rem;padding-bottom:0.306875rem;padding-left:0.279375rem;width:1.675625rem;min-width:1.675625rem;height:1.65125rem;font-size:1.229375rem;line-height:26.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1925rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.235rem;height:0.6525rem;font-size:0.460625rem;line-height:10.44px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua { width:12.9375rem;height:3.11rem;display:flex;top:18.1875rem;left:3.4375rem;z-index:15028;padding-top:0.04375rem;padding-right:0.04625rem;padding-bottom:0.04375rem;padding-left:0.04625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #xPFZRDBiC4cKOKQ9ar8kRvPhOVpciliA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #Z0DIhVVeusB8MUsaFc9y6PfPxqZJeMFf {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #Ecfpb7hmEGWh3C1IvAlwQGlGapKDaO8x {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #qnif1Z8M16MUkMbeTQKs66UTFz87R489 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #g3PE27TOhKcyTmMrdcr9HHCGXT0R5a6T {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #Zy0KQK0rX27dFo5Skyq58uvsgCITVEKD {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #iIAnZhF7GPZKoXOu3ADL1D3kKkZWBUeZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #s7mR96409CqPJ63avsJ0V8e0lpZLJGgv {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #aB7JE5aKemHwqzsiwI1LlZUQT4RvXfDG {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #aGHaTU9t99gHRVI3knVChPepgdohoz71 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #xupPeQgw0NeIgID1MzI2HRGHcFSCATJ9 {  }
 }@media only screen and (max-width: 763px) { #EVJhefAwpEA413CIkFdgyIABT2Bqf4Ua #cWTUQSSu3TA5JrWSyzAD6i0o8H4mVEk6 {  }
 }@media only screen and (max-width: 763px) { #Bb8wR005LKI4buXTw8eTdAb0OOrIl9R6 { width:11.25rem;height:2.6875rem;top:7.8212890625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqwZWyuGSX9IikZCNX1KrM37sQ2XlvwP { display:none; }#EqwZWyuGSX9IikZCNX1KrM37sQ2XlvwP > .row .container { width:20rem;height:55rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFHTgXEqoLHQAgpXtAhShcN6cex42RBb { width:16.25rem;height:3.8125rem;top:48.5rem;left:1.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #eXrnxVXa4Ti8gfek9Ay3EVI7k0Z8KWqr { display:block; }
 }@media only screen and (max-width: 763px) { #uu6K8FCtd5R8OaTK7dsGf9RaLvW3RxaF { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6JXZmwkf6MCcwyPz23OmAFOlzCLgPoQ { width:14.9375rem;height:2.5996125rem;top:14.1484375rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wD62OHNW6vaKBr0XvBnrm7k7TgC6AMlO { width:12.625rem;height:3.1484375rem;top:34.31055rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ybTvnser1ouaH3BTzkazfIUTVnP8R8Fk { width:12.625rem;height:3.1484375rem;top:42.5586rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f96cuZNsXOMBfDCPROT7WHQOBbVLb9Dz { width:20rem;height:5.19921875rem;top:7.69921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTq9TLksL8eIvd9Q7rETp9LD6QcFTRER { width:12.625rem;height:3.1484375rem;top:50.80665rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #spEmmzQubeplovS7ew9xiG0VaADlTDLp { width:20rem;height:4.0625rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlgSiKeah1IS9mDBFTWc73yBepGvs9VA { display:flex;width:4.8125rem;height:4.1875rem;top:17.99805rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #bA0WvFylidDFMK4sV8nTeN9UqNvNgDKT { width:14.9375rem;height:2.5996125rem;top:38.7089875rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkPQtNoxJL0zFMuAZDk3a6Ik11bZJ1DF { display:flex;width:4.8125rem;height:4.1875rem;top:23.43555rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #rz6bZ3fXMHPdN7JqcO4isAPDTFmWR72n { width:14.9375rem;height:2.5996125rem;top:46.9570375rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCRI3mJi71L2MiBH1y8G2TVOSivMkGV4 { display:flex;width:4.8125rem;height:4.1875rem;top:28.87305rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n { display:block; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i20r3JXpuIaMPTLsD0TSIhUwyHJDn8Ou { width:20rem;height:4.7973625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTsxzwiL4RzDeDKKc2rZlwrACTZsAW7 { width:17.6875rem;height:22.08011875rem;top:7.2109375rem;left:1.15625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNeqmrTIMQzm27H1KtDu3mBDdJcivv6M { width:16.25rem;height:3.8125rem;top:48.5rem;left:1.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Ic0nhobSpMvy1wzWphHVmIqoZtJCoTga { display:block; }
 }@media only screen and (max-width: 763px) { #XtT4o4P26eRuILvoVe7JgSg2iI8inllG { width:20rem;height:21.75rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZfgvxSrC8zh17KcPbp4aJpT58b6CB89 { width:0.375rem;height:5.375rem;top:5.0625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV { display:block; }#b2KV7PCwChDUAKuDgD0VUd6NkzUp2wuV > .row .container { width:20rem;height:281.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reuN2tcImoOmx2gE2oZpdXayAsEzGtdV { width:20rem;height:7.796625rem;top:4.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbeEaBqaM6hApRAJ2TMEkc5hPHTvZv84 { width:0.375rem;height:5.5625rem;top:3.3125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6JcJ2MBZbfEMrvsp0usJGqlHo2hqmfB { width:20rem;height:43.625rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgoRATuWrdMD9FdPwFxVAyK7rKTX1B2p { width:19rem;height:35.1440625rem;top:15.375rem;left:0.5rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }#PgoRATuWrdMD9FdPwFxVAyK7rKTX1B2p li:before{  }
 }@media only screen and (max-width: 763px) { #B15B7AurZ9SHpz5cifr5mzzZIKLc8aqx { width:17.0625rem;height:16.8125rem;top:74.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dayolOBPqwtS0LEbncNwGAa4yZKmbCyd { width:18.4375rem;height:18.125rem;top:73.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMI9xFdTizJzQRZhSFCqUIcXbCILo4Jp { width:20rem;height:5.39795rem;top:65.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdewUD2BkPuT4Ti5vf6UCNtda0KC3rmZ { display:flex;width:4.25rem;height:4.25rem;top:61.25rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #pAVthLnhnlJR7io2GRBzUIiBcffVOh6d { width:16.8125rem;height:16.8125rem;top:93.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTIreJDwARDhdulSCW6EQIeiBRcHMT27 { width:18.4375rem;height:18.125rem;top:93rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVLVt49FuKxavWLxpPKOotnWtn9TlfN { width:12.125rem;height:15.6875rem;top:129.125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxvJ9y4m6AvycdouLkrTkyu8OxUVWWME { width:11.874rem;height:7.374rem;top:203.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlOvJ916zVf1T2oz1ZVSdztnne6lpM9M { width:7.1865rem;height:6.5625rem;top:200.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGsZIybC8eWkG7ixAHqpKr91NOnrlge { width:19rem;height:9.0380625rem;top:217.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2PmtrFcnLgWPT3dRKXcahtySAgC09f3 { width:7.6230625rem;height:6.9375rem;top:176.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvwD3leThBZxTIcc6qftRyn1sGust5Ld { width:19rem;height:6.547875rem;top:150.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPTkpNQqX9DWGlwy43bRS2bgwpOJupIu { width:10.9980625rem;height:7.0605625rem;top:129.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCTKbnt3XfXeNRcXJJn9L2lPqlclB7ic { width:12.246125rem;height:6.5625rem;top:161.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQETcOPlBBqOMnbf0ToKEWB32BQqIaDw { width:12.6875rem;height:8.25rem;top:157rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9wvn3lgGcJMlwLLN7MfzxZ8RHT9Rm4D { width:8.625rem;height:7.875rem;top:132.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBX21uiVLtUcKSiEetWk460GzsHsfF1H { width:11.874rem;height:5.686525rem;top:179.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS6eTrV7opXdSolUeKfXJdP9x2MZloT5 { width:19rem;height:9.808625rem;top:138.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVPDZvfisiK9iUEuarDBpEXtFi0q6tCL { width:19rem;height:11.6640625rem;top:166.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFkzJ4JV0krsNxaBQ8BtypAoTUkV6tPD { width:0.375rem;height:5.875rem;top:117.79453134537rem;left:17.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxMC4BTZ4tzOQ35m0ZyTCBTFvFTtedrw { width:16.1875rem;height:9.96704375rem;top:115.75rem;left:1.5625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qL7TNwWEwLSTun9g04uRyA6QsURRTzFy { width:20rem;height:6.4375rem;top:254.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKSX9m1HKMhmIg7TaUFFTSJTa4DcGi8K { width:4.374025rem;height:2.8rem;top:257.9375rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iHLQTix5uRzKUH61ZpITahn4iWMoSLNu { width:15.1875rem;height:2.59765625rem;top:256.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTRAGHkMSffyXRMgP3zpNoOl0viboeAG { width:20rem;height:6.375rem;top:247.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaxGxqFbcwJk2yreUoskHTaO0yZfLtwD { width:15.875rem;height:5.1953125rem;top:247.77500915528rem;left:4.1249998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEKbnqBBkilXRogixKC3i7PzM0mHC2wz { width:4.375rem;height:2.8rem;top:250.81250953674rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nlmpUI0UnluBfIcgZlKiTpvw1CmKfM0d { width:19.9980625rem;height:5.39795rem;top:239.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmBR4IVipXT7NbID8SV96UFqtagUSUKQ { width:19rem;height:4.5625rem;top:271.625rem;left:0.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #WzGZ225TTpJUHSb0eTQcQ5eB4FzqmqUw { display:block; }
 }@media only screen and (max-width: 763px) { #E6giTXWKroR6JBIST9hM29CB4VcKcWKP { width:20rem;height:5.35766875rem;top:265.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSVPOLhLu45xS8t2sNgkpSszrctI96Vc { width:19rem;height:8.068375rem;top:194.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwe4hfMp62IuPoSFsXa8GuLoVhMmgfqw { width:19rem;height:9.4755625rem;top:185.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTGLgHP9Vnr3zf1ZqRWtz7DILHiFiufQ { width:19rem;height:8.410125rem;top:209.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt0cMXB0JXlEkVwohGxevvGvHODxwt8s { width:8.3730625rem;height:8.683625rem;top:224.875rem;left:1.9375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #kSU2hCrbCkBob5P55QmxED0rI3TXiMAz { display:block; }#kSU2hCrbCkBob5P55QmxED0rI3TXiMAz > .row .container { width:20rem;height:111.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm2xJ8MvfTOiM1tRhNTzoqmZvBgfOtyi { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGySQ9phtknPIzRRMX8M23mtrtMaGcWF { width:0.375rem;height:4.0625rem;top:6.1875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWcKoVsPAWgcg71Rx6yWt0dlTZVTlRxK { width:11.125rem;height:1.125rem;top:94.0625rem;left:0rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhInOr1RbqXIdP2wi0aCpvr7hO3EpEMs { width:8.875rem;height:1.125rem;top:49.375rem;left:10.25rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTkXczDSx3Gp9cNSaWXex8aEw7m8EfMP { width:6.25rem;height:6.25rem;top:42.625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xys20QwDnKXBV68FAOIHukhPwAacs5 { width:8.875rem;height:1.125rem;top:68.0625rem;left:10.25rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miyTBTX8TpPTvZORH0CC9Krbs5dG86tT { width:6.25rem;height:6.25rem;top:61.25rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J600m3a6HVJyGTJk7rqlNPeI6tQkbRNp { width:5.5625rem;height:5.5625rem;top:61.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3r7olRCzx0wpuMLsaMyCwTiVa4G5L5p { width:9.6875rem;height:1.125rem;top:102.0625rem;left:0.75rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEVaS90cbWAmTTQW0ZpA9u8fOOzUtN8B { width:6.25rem;height:6.25rem;top:95.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g38uU3KL5qpkcQnhaKfim9Ciff8v2HCC { width:5.5625rem;height:5.5625rem;top:95.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATpbaPTCr6D0lf69Mqhu1hcKfSxp400 { width:8.875rem;height:1.125rem;top:85.625rem;left:10.25rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQ3BFqdaT8Mb8fbmdC9lI4qBvmKhLMuT { width:6.25rem;height:6.25rem;top:78.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbmwqH85ZGi9JqTipZWhM1TL5tTEgOa { width:5.5625rem;height:5.5625rem;top:79.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyC12J9m6ntHI7cRLeb5T2p77IhFwFUT { width:9.6875rem;height:1.125rem;top:77.1875rem;left:9.875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAWzwcKBiuJ9oFo9ICi0TQSz7woO88KW { width:6.25rem;height:6.25rem;top:70.3125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxkGJXXl30bnTzDs9FANBV0nEV3FVHZk { width:5.5625rem;height:5.5625rem;top:70.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTIwwpbXdCFLKksuHXIsX1Vg0MI3h3xc { width:6.25rem;height:6.25rem;top:87.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxZHhcWBhVCliMc76H8y28TrSW71ko9C { width:5.5625rem;height:5.5625rem;top:87.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0EOxZTglATxDMpEyzqiVip0gz1bxh9S { width:8.875rem;height:1.125rem;top:77.1875rem;left:0.9375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snG514OqNfuzQ7rwD7KPeCV85xcV9r9i { width:6.25rem;height:6.25rem;top:70.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF71HKenqzSxNwcOw8IpM4sp1g2EK5vu { width:6.25rem;height:6.25rem;top:60.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciQCg5LF86w0B5nZLhv6lEES92aHv2dH { width:8.875rem;height:1.125rem;top:68.0625rem;left:0.875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fAQwlr1umQtyHUFKwVqrT81GgCUfZvCb { width:6.25rem;height:6.25rem;top:33.8125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsJwJwkxEhvSo2UTGDRJCLxQzHvUVLOn { width:8.875rem;height:1.125rem;top:40.75rem;left:10.25rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITuZ2woID9b2ExxTan2khXoBwxnfa8kI { width:5.5625rem;height:5.5625rem;top:52.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo3l1w09G6Z60l8vmkQmQDstKoTUtZCJ { width:6.25rem;height:6.25rem;top:51.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqU139cXlTQPlzHok8kI0ipsX4a4iEL { width:8.875rem;height:1.125rem;top:58.875rem;left:0.875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRmttAKNHNDVzW2OioIuE1uXtUz3HQPH { width:5.5625rem;height:5.5625rem;top:79.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu3R64VT9eFhqqdfGClo4wqXRs5Vumhu { width:6.25rem;height:6.25rem;top:78.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUWLWp2iOBD4arq8MFwtuTrqI3sDknmp { width:8.875rem;height:1.125rem;top:85.625rem;left:1.4375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7EuS2z3NxVH5DsGzl52MfRoUktQgTik { width:6.25rem;height:6.25rem;top:87.4375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbNUr88hrtHhIszHlMkGqEStdJmROxz0 { width:5.5625rem;height:5.5625rem;top:87.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNAVspiBLMTUT0mln9LHurI0KEHnESl { width:8.875rem;height:1.125rem;top:94.0625rem;left:11.125rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8euLnTgaER84kKR2KB628LkLVEVQuyu { width:5.5625rem;height:5.5625rem;top:43rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsEd4pJ5bHp46VbuewPWTaeA343D1ipA { width:11.125rem;height:1.125rem;top:58.8125rem;left:8.875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAc9EHbel3CbRmX1OAuhEEmfqpGg73Vm { width:6.25rem;height:6.25rem;top:51.875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6uCUBHbUuwPtLpFMiZ82uI2VSH67b6c { width:5.5625rem;height:5.5625rem;top:52.25rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB14nzIcJTzDTNrFsgJXK6xPuF3QTCWT { width:8.1875rem;height:1.125rem;top:49.375rem;left:1.4375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZ6caEdnmU8Zdd2tOsZ5fmRvHutAcgTN { width:6.25rem;height:6.25rem;top:42.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vVD5lr2GZ39TPGvQxUDwIy1QOCC2hM { width:5.5625rem;height:5.5625rem;top:43rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZtwvk1Oog96OCTi5R1GCW2R9xGX4SEL { width:8.875rem;height:1.125rem;top:14.125rem;left:10.25rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNzhcIAkR6TUAaocniugV59ZvS4qzkqm { width:6.25rem;height:6.25rem;top:7.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7UkG53Af48RyDr0AJwFqJ3fEvFHmSGi { width:5.5625rem;height:5.5625rem;top:7.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZPVA9GIN8AnRho35JlJTQhoeB5LPp3 { width:8.875rem;height:1.125rem;top:40.75rem;left:1.1875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNlroN2ihUrRvbzgMBRCWhUPi1mwJKFJ { width:6.25rem;height:6.25rem;top:33.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0V4O7NEaiHcJewS6AvAFxlLO4eJKXnl { width:5.5625rem;height:5.5625rem;top:33.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVM7SSAK3vOgSK9sFJTsUlIkzla3ac5l { width:8.875rem;height:1.125rem;top:31.75rem;left:10.5625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DM0aSNgTy1AMnyNP2UCuv4yRCaDugCH7 { width:6.25rem;height:6.25rem;top:25.0625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TDe7dv3VCdCTKgyu1aIvmT6N4mg2Ip { width:5.5625rem;height:5.5625rem;top:25.4375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZJJFoNZSELZNuwQatK5DeJoWSLihdz { width:5.5625rem;height:5.5625rem;top:70.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyXkIAePBtuotXmboCFtiEK5WvC1pT7H { width:8.875rem;height:1.125rem;top:22.5rem;left:0.9375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AlWvp34Pzb0Lzv4xkn2MkVAQ1xqlyDz7 { width:5.5625rem;height:5.5625rem;top:16.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk8FKy3NQshLg4dDcTJFNraqnxFP5vyO { width:6.25rem;height:6.25rem;top:15.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMpZWEntd7G7mwJu3QXTOJDfAmF3F3a9 { width:6.25rem;height:6.25rem;top:25.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp2I3THBsdailNecs2AOAhbUo8ZEzxAX { width:5.5625rem;height:5.5625rem;top:25.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqCRFuFbmv1hhTcI8ClDIhZONlkBVJnd { width:8.875rem;height:1.125rem;top:31.625rem;left:1.125rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTn3IFTvEneOzKmvBbZ6R2mTW7e5TBcm { width:5.5625rem;height:5.5625rem;top:61.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g72V0zrEJdver6uucJISJcTKTfZC1vfX { width:5.5625rem;height:5.5625rem;top:34.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAKyfadug7PKAJSmGrfozvbrlH7gCZyr { width:5.5625rem;height:5.5625rem;top:7.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRocURpztb6T0D4ww3VPuHqHPhu0Qc5g { width:6.25rem;height:6.25rem;top:7.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq5veUNwCJ6qLe7oWtp5CeeBAzC8lwKM { width:6.25rem;height:6.25rem;top:16.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCmlGtnP23Klu7dbmvnlvu1rg6xoJyLS { width:5.5625rem;height:5.5625rem;top:16.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo7eQa1IPRq4F6zTHHKxqq9z2oMovi7x { width:8.875rem;height:1.125rem;top:14.0625rem;left:0.9375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxL6FBG9JTKaG9zNKTyUrqopcVJswT2t { width:8.875rem;height:1.125rem;top:22.8125rem;left:10.25rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv { display:block; }#VCCdepqxszs6uXyJ58KmOkHcRMKxuVqv > .row .container { width:20rem;height:240.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQ4Wq5vTu5Xe5A1sOCGcU1vXOBii2C40 { width:9.6875rem;height:10.375rem;top:5.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZyhNTZKzf5PhXyohVVz8ErCI8ovUnZ { width:9.625rem;height:10.3125rem;top:24.6875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNRTTyfWEmvHsLqN6aWchhNGhKSJq8gr { width:9.6875rem;height:10.5rem;top:45rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0cUr3ChbV1o8Bt0IIdgwdCTxaUlElR { width:9.6875rem;height:10.375rem;top:65.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4tRpG5zM40eXPmPRWFf1tJ4q6yRcRdu { width:9.8125rem;height:10.5625rem;top:83.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGuulqaZwtJZ98iRMEreWuWPQcym6x4b { width:9.625rem;height:10.625rem;top:104.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1h7UaHCz5sp5TCr5bVsb8caXnm1FVhP { width:17.25rem;height:2.6rem;top:1.25rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlpfXTugCr3PQSpMRselbOykzsS61V3a { width:0.375rem;height:4.0625rem;top:1.5625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row .container { background-color: transparent; background-image: none; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row .container > .video-iframe-container { display: none; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row > .video-iframe-container { display: none; }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .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); }#czR9SMXTdrSdno41Eu8qIGEIe5CsZDV1 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbvVFbOnqaq4ZbRucbQmVgKuzVH13cxc { width:1.75rem;height:1.75rem;top:4.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8zz6Uil4aC3SAXuCihE1nXgBcvT3qiQ { width:16.125rem;height:1.40014375rem;top:4.4560546875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mm9NOcV4ItXgOa22xH6EKydS4ZBLTomp { width:2.1875rem;height:2.1875rem;top:1.5234375rem;left:8.90625rem;display:block; }
#Mm9NOcV4ItXgOa22xH6EKydS4ZBLTomp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }