.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-input-select option {
  color: #000;
}
.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 {
  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:#251e44;background-image:none;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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(155deg, #f11816, #7b0201);background-image: -moz-linear-gradient(155deg, #f11816, #7b0201);background-image: -ms-linear-gradient(155deg, #f11816, #7b0201);background-image: -o-linear-gradient(155deg, #f11816, #7b0201);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f11816', endColorstr='#7b0201' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f11816', endColorstr='#7b0201' );";background-image: linear-gradient(155deg, #f11816, #7b0201);background-size:auto !important;position:relative;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container {  }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:sharpsans;font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.4375rem;left:0rem;height:3.33096875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fl1beQhq4E4H4hRfIQIucI8pmGLf9eJN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:sharpsans;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32rem;left:0rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DREx4IS1eGMDp5icV6tCaJFWQxi0C8dy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.0625rem;top:34.0625rem;left:3.0625rem;overflow:hidden;display:block; }
#FdtOFIdy75QoCR99BIKVkr1bL8TIZETz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:41.125rem;left:36.406251907349rem; }
#FdtOFIdy75QoCR99BIKVkr1bL8TIZETz > img { max-width: 100%;max-height:100%; }#TWFxCJBgv7btgZ7WwSTpcu9vL6cqNATH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:6.5rem;top:41.125rem;left:60.625001907349rem;overflow:hidden;display:block; }
#kiayWeKoMqdH4sHWLvcZKFTZnM3J6Nsw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:9.5625rem;top:0.875rem;left:31.875001907349rem;overflow:hidden;display:block; }
#c0vDTs5hBo4khdTVG73R1agrykvhNtiM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:1.7708333730698rem;left:70.342447280881rem;overflow:hidden;display:block; }
#w6HqeFuSIkKQ1LDppomVbML8NhvT2QMU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.9375rem;width:45rem;top:5.5rem;left:14.15625rem;overflow:hidden;display:block; }
#O2V1m64TXQH1DKHps6hBVAFv4snkq25n { z-index:15003;top:36.020835876465rem;left:15.083333969116rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0d25ae, #252fe8);background-image: -moz-linear-gradient(216deg, #0d25ae, #252fe8);background-image: -ms-linear-gradient(216deg, #0d25ae, #252fe8);background-image: -o-linear-gradient(216deg, #0d25ae, #252fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#252fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#252fe8' );";background-image: linear-gradient(216deg, #0d25ae, #252fe8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B9z5TzDyNn6V0IIV76o60PyFuCxfKyGJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vt76zKcHaIsToTZ8vXXAHpOXBhh80pso { z-index:15003;top:36.020835876465rem;left:30.468751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #1a2385, #252fe8);background-image: -moz-linear-gradient(216deg, #1a2385, #252fe8);background-image: -ms-linear-gradient(216deg, #1a2385, #252fe8);background-image: -o-linear-gradient(216deg, #1a2385, #252fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2385', endColorstr='#252fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2385', endColorstr='#252fe8' );";background-image: linear-gradient(216deg, #1a2385, #252fe8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tFnIyGpxwKM1X3cEWRC5S8LcTWzgABzu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQyUErllp8GTB8uysSttUI2GJRXrQs9o { z-index:15003;top:36.020835876465rem;left:45.677083969116rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #1a2385, #252fe8);background-image: -moz-linear-gradient(216deg, #1a2385, #252fe8);background-image: -ms-linear-gradient(216deg, #1a2385, #252fe8);background-image: -o-linear-gradient(216deg, #1a2385, #252fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2385', endColorstr='#252fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2385', endColorstr='#252fe8' );";background-image: linear-gradient(216deg, #1a2385, #252fe8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OI1LZHKmTy3tdmwaOr0vucqLTHfhxPmz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(191deg, #0b104c, #2339bc);background-image: -moz-linear-gradient(191deg, #0b104c, #2339bc);background-image: -ms-linear-gradient(191deg, #0b104c, #2339bc);background-image: -o-linear-gradient(191deg, #0b104c, #2339bc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b104c', endColorstr='#2339bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b104c', endColorstr='#2339bc' );";background-image: linear-gradient(191deg, #0b104c, #2339bc);background-size:auto !important;position:relative;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container {  }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:0.875rem;font-family:arial;height:135.75rem;width:75rem;position:relative;display:block; }#ZDduwdpTVBwEppXabzuVxRoBt9SinDzF { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:sharpsans;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.07421875rem;left:17.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJCSkXTO8MOmrLinR4eCDIrUtiqiByyT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:13rem;top:12.875rem;left:31rem;overflow:hidden;display:block; }
#GoQuEvdcpBuIPcbuTmOAJGD7LVeewKeH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:11.0625rem;top:12.875rem;left:19.6875rem;overflow:hidden;display:block; }
#bgTt4TfR5nDhG8Icw7qFhKw4LPTg7mii { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:12.6875rem;top:12.9375rem;left:44.125rem;overflow:hidden;display:block; }
#wq47yTo1cDTcaTuZhN18h7RfZnDUgfc1 { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:sharpsans;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.875rem;left:17.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gGdV04voimQ0cWtVoIH88wQmwHnCnw7W { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:sharpsans;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:51.4814453125rem;left:17.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDqSXEFSORhGUmc29L6qVn9c8P18unQh { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:sharpsans;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:85.6875rem;left:4.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#NDqSXEFSORhGUmc29L6qVn9c8P18unQh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NDqSXEFSORhGUmc29L6qVn9c8P18unQh li:before{  }
#RcZwRNZkO9I5siuiAW2f7UzvofEr00NF { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:sharpsans;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:71.625rem;left:19.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BcBtnKcVTTeuXeeQpbqoGMcHtPqqpAt6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5625rem;width:7.4375rem;top:16.25rem;left:1.7998046875rem;overflow:hidden;display:block; }
#byp1pKQTDSHKLSBDoCDvg7862kVfkVKR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.1875rem;top:49.25rem;left:58.875rem;overflow:hidden;display:block; }
#r1ig9aClU3HDIFKFSTwzDBdxXniumzf4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.25rem;top:52.3759765625rem;left:1.7998046875rem;overflow:hidden;display:block; }
#LvvAqqIavDyA3PfJqgmmeCzFO6TkIPHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:65.1875rem;left:37.1875rem; }
#wH98MZPpgHJDUTiypeWq7yXWIMKi92Ou { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:10.4375rem;top:55rem;left:32.28125rem;overflow:hidden;display:block; }
#fsq0yTMtXHu0MBJMETT8aTprB8fqPNGK { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:sharpsans;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8617191314698rem;left:20.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qsJwgrium32VIuhzIrEeSRsDTPF990tN { color:#ffffff;display:block;width:46.6875rem;position:absolute;font-family:sharpsans;font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:76.375rem;left:14.9375rem;height:3.5738625rem;text-align:center;text-align-last:center;display:block; }
#mcabRcOdgXdAQTOBbia6xUXdeshwmQir { position:absolute;display:block;z-index:15011;background-color:#ba0504;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:37.9375rem;top:74.8125rem;left:18.5625rem;display:block; }
#Tn4pOObNzK6pKLm1qcFikeC8c67S38Tq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.0625rem;width:21.125rem;top:86.250002861025rem;left:51.968748092651rem;overflow:hidden;display:block; }
#dTTakbVAz88S5etnztLXoH4iG2elO5s9 { position:absolute;display:block;z-index:15012;background-color:#e41513;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:16.1875rem;top:5.4609375rem;left:29.96875rem;display:block; }
#DA326PekuiTTa5uRdW6i6BKrNwvEn60U { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:15.5rem;top:28.0625rem;left:16.125rem;overflow:hidden;display:block; }
#STn9Ll9vakIGtODTSB8k33d070WnxJHG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:24.3125rem;top:32.250001907349rem;left:33rem;overflow:hidden;display:block; }
#F8RTOaqJWr2m0FH2NqeFhAXdMN7CLyKM { color:#e42d13;display:block;width:12.5rem;position:absolute;font-family:sharpsans;font-size:3.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.76953125rem;left:31.5625rem;height:4.30610625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyk90OlvynsM3EkTzE93gT76DHFPaINH { color:#e42d13;display:block;width:12.5rem;position:absolute;font-family:sharpsans;font-size:3.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.5625rem;height:4.30610625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WO6sE30drCJhfbQqR1fXhTeWCAvT3NeN { color:#e42d13;display:block;width:12.5rem;position:absolute;font-family:sharpsans;font-size:3.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:47.2392578125rem;left:32.03125rem;height:4.30610625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LALoFyd1NDt4IuhOy9ORuvZ3rJ5Q077c { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:sharpsans;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:85.6875rem;left:29.21875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#LALoFyd1NDt4IuhOy9ORuvZ3rJ5Q077c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LALoFyd1NDt4IuhOy9ORuvZ3rJ5Q077c li:before{  }
#kMvyuz7xX0g59uyiefunuqXNUocqJJ3L { position:absolute;display:block;z-index:15012;background-color:#e41513;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:16.1875rem;top:5.4609375rem;left:29.96875rem;display:none; }
#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f11816, #7b0201);background-image: -moz-linear-gradient(180deg, #f11816, #7b0201);background-image: -ms-linear-gradient(180deg, #f11816, #7b0201);background-image: -o-linear-gradient(180deg, #f11816, #7b0201);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f11816', endColorstr='#7b0201' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f11816', endColorstr='#7b0201' );";background-image: linear-gradient(180deg, #f11816, #7b0201);background-size:auto !important;position:relative;display:block; }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .row .container { background-color: transparent; background-image: none; }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .row .container > .video-iframe-container { display: none; }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .row > .video-iframe-container { display: none; }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .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); }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .row .container { border-width: 0; border-radius: 0; }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .row > .video-iframe-container {  }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#nCFTmPmdKS7m3m7QV8iUtlcEe1uOkwyG { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:sharpsans;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8125rem;left:17.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCCDTur5pk2fr6MsWvcne9Cg0Z6sf3Ia { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:sharpsans;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:6.6875rem;left:22.375rem;height:8.7983rem;text-align:center;text-align-last:center;display:block; }
#DzkVMwFw43TbFmWRzxzVmm65HZGwrxUu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.8125rem;top:23.138671875rem;left:62.84375rem;overflow:hidden;display:block; }
#n7o2lBMR8rgO72ZHF7Nqa7zK7FEULTqe { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:sharpsans;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.5625rem;left:27.375rem;height:1.5434rem;text-align:center;text-align-last:center;display:block; }
#qgpp96fymtHVNrpUGtsEwBIETkAtT68z { color:#05184c;display:block;width:16.8125rem;position:absolute;font-family:sharpsans;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.013671875rem;left:29.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVHM24TWQiZETkPCqErcJRPlzOu3o72f { position:absolute;display:block;z-index:15010;background-color:#1a2385;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:37.9375rem;top:5.4375rem;left:19.46875rem;display:block; }
#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(185deg, #10175f, #252fe8);background-image: -moz-linear-gradient(185deg, #10175f, #252fe8);background-image: -ms-linear-gradient(185deg, #10175f, #252fe8);background-image: -o-linear-gradient(185deg, #10175f, #252fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#10175f', endColorstr='#252fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#10175f', endColorstr='#252fe8' );";background-image: linear-gradient(185deg, #10175f, #252fe8);background-size:auto !important;position:relative;display:block; }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .row .container { background-color: transparent; background-image: none; }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .row .container > .video-iframe-container { display: none; }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .row > .video-iframe-container { display: none; }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .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); }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .row .container { border-width: 0; border-radius: 0; }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .row > .video-iframe-container {  }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#pQziBxu06c7L6urHu2DTuVD2UDT6US8F { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:sharpsans;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8617172241211rem;left:17.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODZ6ib1TmWZoMToGknEXXxAny6HT5Ovp { color:#05184c;display:block;width:13.4375rem;position:absolute;font-family:sharpsans;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.3125rem;left:14.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dklD1UCNhbuIw93LrhaAH5ClAF6chkGc { color:#05184c;display:block;width:21.5rem;position:absolute;font-family:sharpsans;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.0625rem;left:43.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFit4KyzCJzbfgHA1iOrTVDySdpuOwSv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.25rem;width:27.8125rem;top:6.4375rem;left:7.5625rem;overflow:hidden;display:block; }
#KPLF7gox73CTrwELQV41uy1pLkCNiExT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:29.1875rem;top:7.375rem;left:38.25rem;overflow:hidden;display:block; }
#XTNQk9MdnpN92R0uByB3VtXAHdbMVGxA { position:absolute;display:block;z-index:15012;background-color:#ba0504;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:32.5rem;top:4.9375rem;left:21.25rem;display:block; }
#LOSzy40i27RuiKHH59q1WdZFwzn9ahXV { position:absolute;display:block;z-index:15012;background-color:#e41513;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:16.1875rem;top:5.4609375rem;left:29.96875rem;display:none; }
#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #a20403, #ef2d2b);background-image: -moz-linear-gradient(181deg, #a20403, #ef2d2b);background-image: -ms-linear-gradient(181deg, #a20403, #ef2d2b);background-image: -o-linear-gradient(181deg, #a20403, #ef2d2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20403', endColorstr='#ef2d2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20403', endColorstr='#ef2d2b' );";background-image: linear-gradient(181deg, #a20403, #ef2d2b);background-size:auto !important;position:relative;display:block; }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row .container { background-color: transparent; background-image: none; }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row .container > .video-iframe-container { display: none; }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row > .video-iframe-container { display: none; }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .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); }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row .container { border-width: 0; border-radius: 0; }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row > .video-iframe-container {  }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#pocJTXtMAsT6GRVdqqia7fv4bUWA2ZlF { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:sharpsans;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.54296875rem;left:17.75rem;height:2.59943125rem;text-align:center;text-align-last:center;display:block; }
#V61WvrRhTP5q7Vciok5VAprwE6wKThQn { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:sharpsans;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:17.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XEZonUsvTDXZi1tTZTUuk99RSh3tSudz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:5.375rem;top:10.04296875rem;left:7.455078125rem;overflow:hidden;display:block; }
#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(191deg, #ba0504, rgba(222,38,37,0.89));background-image: -moz-linear-gradient(191deg, #ba0504, rgba(222,38,37,0.89));background-image: -ms-linear-gradient(191deg, #ba0504, rgba(222,38,37,0.89));background-image: -o-linear-gradient(191deg, #ba0504, rgba(222,38,37,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0504', endColorstr='#e2de2625' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0504', endColorstr='#e2de2625' );";background-image: linear-gradient(191deg, #ba0504, rgba(222,38,37,0.89));background-size:auto !important;position:relative;z-index:auto;display:block; }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row .container { background-color: transparent; background-image: none; }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row .container > .video-iframe-container { display: none; }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row > .video-iframe-container { display: none; }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .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); }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row .container { border-width: 0; border-radius: 0; }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row > .video-iframe-container {  }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#PdK3aenWuuCq2st1148xdrGMlhv9KdyH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:5.9375rem;top:2.875rem;left:34.0625rem;overflow:hidden;display:block; }
#LdiqFsybSI60MSihStJmOIt27zBxDNva { 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:9.8125rem;left:26rem;height:1.39985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVXzki7UnsygCkFNN6yZ5KRrfT9q6to2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:6.5rem;left:32.1875rem; }
#MVXzki7UnsygCkFNN6yZ5KRrfT9q6to2 > img { max-width: 100%;max-height:100%; }#OE70yOGzi4eEsxR3wakwGtOGQtKNNlvT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:6.4999923706056rem;left:36.5625rem; }
#OE70yOGzi4eEsxR3wakwGtOGQtKNNlvT > img { max-width: 100%;max-height:100%; }#XgmXvFqzT1T3RU2RpHVeTpxTuTep9mai { 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:6.375rem;left:40.625rem; }
#XgmXvFqzT1T3RU2RpHVeTpxTuTep9mai > img { max-width: 100%;max-height:100%; }#PG8pBAlRLvsJMLZmKEu9TVBzNol0BN6g { 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:9.8125rem;left:26rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { top:28.4375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl1beQhq4E4H4hRfIQIucI8pmGLf9eJN { top:32rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DREx4IS1eGMDp5icV6tCaJFWQxi0C8dy { top:34.0625rem;left:0rem;width:6.0625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdtOFIdy75QoCR99BIKVkr1bL8TIZETz { top:41.125rem;left:22.781251907349rem;width:2.1875rem;height:2.1875rem;display:block; }
#FdtOFIdy75QoCR99BIKVkr1bL8TIZETz > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TWFxCJBgv7btgZ7WwSTpcu9vL6cqNATH { top:41.125rem;left:41.25rem;width:6.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiayWeKoMqdH4sHWLvcZKFTZnM3J6Nsw { top:0.875rem;left:18.250001907349rem;width:9.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0vDTs5hBo4khdTVG73R1agrykvhNtiM { top:1.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6HqeFuSIkKQ1LDppomVbML8NhvT2QMU { top:5.5rem;left:0.53125rem;width:45rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2V1m64TXQH1DKHps6hBVAFv4snkq25n { top:36rem;left:1.4583339691162rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9z5TzDyNn6V0IIV76o60PyFuCxfKyGJ { display:block; }
 }@media only screen and (max-width: 763px) { #vt76zKcHaIsToTZ8vXXAHpOXBhh80pso { top:36rem;left:16.843751907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFnIyGpxwKM1X3cEWRC5S8LcTWzgABzu { display:block; }
 }@media only screen and (max-width: 763px) { #gQyUErllp8GTB8uysSttUI2GJRXrQs9o { top:36rem;left:32.052083969116rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI1LZHKmTy3tdmwaOr0vucqLTHfhxPmz { display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDduwdpTVBwEppXabzuVxRoBt9SinDzF { top:11.0625rem;left:4.125rem;width:39.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJCSkXTO8MOmrLinR4eCDIrUtiqiByyT { top:12.875rem;left:17.375rem;width:13rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoQuEvdcpBuIPcbuTmOAJGD7LVeewKeH { top:12.875rem;left:6.0625rem;width:11.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTt4TfR5nDhG8Icw7qFhKw4LPTg7mii { top:12.9375rem;left:30.5rem;width:12.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq47yTo1cDTcaTuZhN18h7RfZnDUgfc1 { top:23.875rem;left:4.125rem;width:39.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGdV04voimQ0cWtVoIH88wQmwHnCnw7W { top:51.4375rem;left:4.125rem;width:39.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDqSXEFSORhGUmc29L6qVn9c8P18unQh { top:85.6875rem;left:0rem;width:23.375rem;height:;font-size:0.875rem;display:block; }#NDqSXEFSORhGUmc29L6qVn9c8P18unQh li:before{  }
 }@media only screen and (max-width: 763px) { #RcZwRNZkO9I5siuiAW2f7UzvofEr00NF { top:71.625rem;left:6.0625019073486rem;width:35.625rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcBtnKcVTTeuXeeQpbqoGMcHtPqqpAt6 { top:16.25rem;left:0rem;width:7.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byp1pKQTDSHKLSBDoCDvg7862kVfkVKR { top:49.25rem;left:41.5625rem;width:6.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ig9aClU3HDIFKFSTwzDBdxXniumzf4 { top:52.375rem;left:0rem;width:4.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvvAqqIavDyA3PfJqgmmeCzFO6TkIPHg { top:65.1875rem;left:23.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH98MZPpgHJDUTiypeWq7yXWIMKi92Ou { top:55rem;left:18.65625rem;width:10.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsq0yTMtXHu0MBJMETT8aTprB8fqPNGK { top:2.8125rem;left:6.875rem;width:35.625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsJwgrium32VIuhzIrEeSRsDTPF990tN { top:76.375rem;left:1.0625rem;width:46.6875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcabRcOdgXdAQTOBbia6xUXdeshwmQir { top:74.8125rem;left:4.9375rem;width:37.9375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn4pOObNzK6pKLm1qcFikeC8c67S38Tq { top:86.25rem;left:26.625rem;width:21.125rem;height:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTakbVAz88S5etnztLXoH4iG2elO5s9 { top:5.4375rem;left:16.34375rem;width:16.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA326PekuiTTa5uRdW6i6BKrNwvEn60U { top:28.0625rem;left:2.5rem;width:15.5rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #STn9Ll9vakIGtODTSB8k33d070WnxJHG { top:32.25rem;left:19.375rem;width:24.3125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8RTOaqJWr2m0FH2NqeFhAXdMN7CLyKM { top:6.75rem;left:17.9375rem;width:12.5rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyk90OlvynsM3EkTzE93gT76DHFPaINH { top:21.6875rem;left:17.9375rem;width:12.5rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO6sE30drCJhfbQqR1fXhTeWCAvT3NeN { top:47.1875rem;left:18.40625rem;width:12.5rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LALoFyd1NDt4IuhOy9ORuvZ3rJ5Q077c { top:85.6875rem;left:15.593750953674rem;width:22.125rem;height:;font-size:0.875rem;display:block; }#LALoFyd1NDt4IuhOy9ORuvZ3rJ5Q077c li:before{  }
 }@media only screen and (max-width: 763px) { #kMvyuz7xX0g59uyiefunuqXNUocqJJ3L { top:5.4375rem;left:16.34375rem;width:16.1875rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLXgNBWyGczz7qWQTus8BunRGhrgHk73 { display:block; }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCFTmPmdKS7m3m7QV8iUtlcEe1uOkwyG { top:2.8125rem;left:3.6562519073486rem;width:42.3125rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCCDTur5pk2fr6MsWvcne9Cg0Z6sf3Ia { top:6.6875rem;left:8.75rem;width:30.25rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzkVMwFw43TbFmWRzxzVmm65HZGwrxUu { top:23.125rem;left:40.9375rem;width:6.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7o2lBMR8rgO72ZHF7Nqa7zK7FEULTqe { top:17.5625rem;left:13.75rem;width:20.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgpp96fymtHVNrpUGtsEwBIETkAtT68z { top:20rem;left:15.437500953674rem;width:16.8125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVHM24TWQiZETkPCqErcJRPlzOu3o72f { top:5.4375rem;left:5.84375rem;width:37.9375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge { display:block; }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQziBxu06c7L6urHu2DTuVD2UDT6US8F { top:1.8125rem;left:4.1250019073486rem;width:39.5rem;height:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODZ6ib1TmWZoMToGknEXXxAny6HT5Ovp { top:33.3125rem;left:1.125rem;width:13.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dklD1UCNhbuIw93LrhaAH5ClAF6chkGc { top:33.0625rem;left:26.25rem;width:21.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFit4KyzCJzbfgHA1iOrTVDySdpuOwSv { top:6.4375rem;left:0rem;width:27.8125rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPLF7gox73CTrwELQV41uy1pLkCNiExT { top:7.375rem;left:18.5625rem;width:29.1875rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNQk9MdnpN92R0uByB3VtXAHdbMVGxA { top:4.9375rem;left:7.625rem;width:32.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOSzy40i27RuiKHH59q1WdZFwzn9ahXV { top:5.4375rem;left:16.34375rem;width:16.1875rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S { display:block; }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pocJTXtMAsT6GRVdqqia7fv4bUWA2ZlF { top:6.5rem;left:0.9375rem;width:46.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V61WvrRhTP5q7Vciok5VAprwE6wKThQn { top:2.75rem;left:4.1250019073486rem;width:39.5rem;height:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEZonUsvTDXZi1tTZTUuk99RSh3tSudz { top:10rem;left:0rem;width:5.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF { display:block; }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdK3aenWuuCq2st1148xdrGMlhv9KdyH { width:5.9375rem;height:2rem;top:2.875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdiqFsybSI60MSihStJmOIt27zBxDNva { top:9.8125rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVXzki7UnsygCkFNN6yZ5KRrfT9q6to2 { top:6.5rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
#MVXzki7UnsygCkFNN6yZ5KRrfT9q6to2 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #OE70yOGzi4eEsxR3wakwGtOGQtKNNlvT { top:6.4375rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#OE70yOGzi4eEsxR3wakwGtOGQtKNNlvT > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #XgmXvFqzT1T3RU2RpHVeTpxTuTep9mai { top:6.375rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#XgmXvFqzT1T3RU2RpHVeTpxTuTep9mai > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PG8pBAlRLvsJMLZmKEu9TVBzNol0BN6g { top:5.125rem;left:0rem;width:14.6875rem;height:2rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(177deg, #451877, #05184c);background-image: -moz-linear-gradient(177deg, #451877, #05184c);background-image: -ms-linear-gradient(177deg, #451877, #05184c);background-image: -o-linear-gradient(177deg, #451877, #05184c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#451877', endColorstr='#05184c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#451877', endColorstr='#05184c' );";background-image: linear-gradient(177deg, #451877, #05184c);background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:transparent;background-image: -webkit-linear-gradient(153deg, #7b0201, #f11816);background-image: -moz-linear-gradient(153deg, #7b0201, #f11816);background-image: -ms-linear-gradient(153deg, #7b0201, #f11816);background-image: -o-linear-gradient(153deg, #7b0201, #f11816);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0201', endColorstr='#f11816' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0201', endColorstr='#f11816' );";background-image: linear-gradient(153deg, #7b0201, #f11816);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container {  }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { width:17.125rem;height:5.0735292434692rem;top:15.318359375rem;left:1.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fl1beQhq4E4H4hRfIQIucI8pmGLf9eJN { width:17.6875rem;height:2.2058823108673rem;top:21.380859375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DREx4IS1eGMDp5icV6tCaJFWQxi0C8dy { width:2.625rem;height:2.6875rem;top:37.193359375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdtOFIdy75QoCR99BIKVkr1bL8TIZETz { width:1.3125rem;height:1.3125rem;top:38.443359375rem;left:9.3125rem;display:block; }
#FdtOFIdy75QoCR99BIKVkr1bL8TIZETz > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TWFxCJBgv7btgZ7WwSTpcu9vL6cqNATH { width:2.375rem;height:2.4375rem;top:27.193359375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiayWeKoMqdH4sHWLvcZKFTZnM3J6Nsw { width:8.5625rem;height:2.75rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0vDTs5hBo4khdTVG73R1agrykvhNtiM { width:1.9375rem;height:1.9375rem;top:1.5625rem;left:17.830652534962rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6HqeFuSIkKQ1LDppomVbML8NhvT2QMU { width:20rem;height:10.193359375rem;top:5.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O2V1m64TXQH1DKHps6hBVAFv4snkq25n { top:25.380859375rem;left:2.96875rem;z-index:15011;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9z5TzDyNn6V0IIV76o60PyFuCxfKyGJ { display:block; }
 }@media only screen and (max-width: 763px) { #vt76zKcHaIsToTZ8vXXAHpOXBhh80pso { top:29.568359375rem;left:2.96875rem;z-index:15011;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFnIyGpxwKM1X3cEWRC5S8LcTWzgABzu { display:block; }
 }@media only screen and (max-width: 763px) { #gQyUErllp8GTB8uysSttUI2GJRXrQs9o { top:33.755859375rem;left:2.96875rem;z-index:15011;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI1LZHKmTy3tdmwaOr0vucqLTHfhxPmz { display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:transparent;background-image: -webkit-linear-gradient(60deg, #354fe8, #1a2385);background-image: -moz-linear-gradient(60deg, #354fe8, #1a2385);background-image: -ms-linear-gradient(60deg, #354fe8, #1a2385);background-image: -o-linear-gradient(60deg, #354fe8, #1a2385);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#354fe8', endColorstr='#1a2385' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#354fe8', endColorstr='#1a2385' );";background-image: linear-gradient(60deg, #354fe8, #1a2385);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container {  }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:20rem;height:129.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDduwdpTVBwEppXabzuVxRoBt9SinDzF { width:16.75rem;height:2.2058823108673rem;top:7.0625rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJCSkXTO8MOmrLinR4eCDIrUtiqiByyT { width:7.6875rem;height:5.1875rem;top:9.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoQuEvdcpBuIPcbuTmOAJGD7LVeewKeH { width:6.0625rem;height:4.125rem;top:13.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTt4TfR5nDhG8Icw7qFhKw4LPTg7mii { width:6.0625rem;height:4.125rem;top:13.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq47yTo1cDTcaTuZhN18h7RfZnDUgfc1 { width:16.5625rem;height:2.2058823108673rem;top:20.75rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGdV04voimQ0cWtVoIH88wQmwHnCnw7W { width:16.5625rem;height:2.2058823108673rem;top:36.875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDqSXEFSORhGUmc29L6qVn9c8P18unQh { width:19.9375rem;height:35.588233828544rem;top:60.874080657959rem;left:0rem;font-size:0.875rem;z-index:15003;display:block; }#NDqSXEFSORhGUmc29L6qVn9c8P18unQh li:before{  }
 }@media only screen and (max-width: 763px) { #RcZwRNZkO9I5siuiAW2f7UzvofEr00NF { width:15.375rem;height:1.6911764144898rem;top:52.125rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcBtnKcVTTeuXeeQpbqoGMcHtPqqpAt6 { width:2.0625rem;height:2.0625rem;top:9.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byp1pKQTDSHKLSBDoCDvg7862kVfkVKR { width:2.9375rem;height:3rem;top:44.75rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ig9aClU3HDIFKFSTwzDBdxXniumzf4 { width:1.875rem;height:1.875rem;top:17.5625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvvAqqIavDyA3PfJqgmmeCzFO6TkIPHg { width:1.5625rem;height:1.5625rem;top:47.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH98MZPpgHJDUTiypeWq7yXWIMKi92Ou { width:6.5rem;height:6.375rem;top:40.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsq0yTMtXHu0MBJMETT8aTprB8fqPNGK { width:20rem;height:1.6911764144898rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsJwgrium32VIuhzIrEeSRsDTPF990tN { width:17.125rem;height:3.3088233470917rem;top:55.75rem;left:1.4375rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mcabRcOdgXdAQTOBbia6xUXdeshwmQir { width:20rem;height:0.375rem;top:144.7978515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn4pOObNzK6pKLm1qcFikeC8c67S38Tq { width:20rem;height:37.92899408284rem;top:86.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTTakbVAz88S5etnztLXoH4iG2elO5s9 { width:16.1875rem;height:0.25rem;top:3.25rem;left:1.875rem;background-color:#ba0504;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DA326PekuiTTa5uRdW6i6BKrNwvEn60U { width:7rem;height:8.1875rem;top:26.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STn9Ll9vakIGtODTSB8k33d070WnxJHG { width:9.4375rem;height:3.75rem;top:28.375rem;left:8.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F8RTOaqJWr2m0FH2NqeFhAXdMN7CLyKM { width:12.5rem;height:2.5735292434692rem;top:4.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyk90OlvynsM3EkTzE93gT76DHFPaINH { width:12.5rem;height:2.5735292434692rem;top:19.375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO6sE30drCJhfbQqR1fXhTeWCAvT3NeN { width:12.5rem;height:2.5735292434692rem;top:34.375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LALoFyd1NDt4IuhOy9ORuvZ3rJ5Q077c { width:19.9375rem;height:30.367645382881rem;top:97.6328086853rem;left:0rem;font-size:0.875rem;z-index:15003;display:block; }#LALoFyd1NDt4IuhOy9ORuvZ3rJ5Q077c li:before{  }
 }@media only screen and (max-width: 763px) { #kMvyuz7xX0g59uyiefunuqXNUocqJJ3L { width:16.1875rem;height:0.25rem;top:54.3125rem;left:1.75rem;background-color:#ba0504;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kLXgNBWyGczz7qWQTus8BunRGhrgHk73 { display:block; }#kLXgNBWyGczz7qWQTus8BunRGhrgHk73 > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCFTmPmdKS7m3m7QV8iUtlcEe1uOkwyG { width:20rem;height:3.3823528289795rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCCDTur5pk2fr6MsWvcne9Cg0Z6sf3Ia { width:20rem;height:5.5882349014283rem;top:6.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzkVMwFw43TbFmWRzxzVmm65HZGwrxUu { width:2.375rem;height:2.4375rem;top:18.499542236328rem;left:8.81204020977rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7o2lBMR8rgO72ZHF7Nqa7zK7FEULTqe { width:20rem;height:1.3235293626785rem;top:13.139236450195rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qgpp96fymtHVNrpUGtsEwBIETkAtT68z { width:20rem;height:2.3529410362244rem;top:15.132125854493rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WVHM24TWQiZETkPCqErcJRPlzOu3o72f { width:17.5rem;height:0.375rem;top:5.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge { display:block; }#Vx7iUxJJEIDrn0hxWrFJLolUxNcTc5Ge > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQziBxu06c7L6urHu2DTuVD2UDT6US8F { width:20rem;height:1.7647057771682rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODZ6ib1TmWZoMToGknEXXxAny6HT5Ovp { width:8.75rem;height:2.3529410362244rem;top:18.125rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dklD1UCNhbuIw93LrhaAH5ClAF6chkGc { width:20rem;height:3.5294115543366rem;top:35.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFit4KyzCJzbfgHA1iOrTVDySdpuOwSv { width:12.6875rem;height:12.4375rem;top:5.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPLF7gox73CTrwELQV41uy1pLkCNiExT { width:13.9375rem;height:12.25rem;top:22.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNQk9MdnpN92R0uByB3VtXAHdbMVGxA { width:20rem;height:0.375rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOSzy40i27RuiKHH59q1WdZFwzn9ahXV { width:16.1875rem;height:0.25rem;top:3.9375rem;left:1.875rem;background-color:#ba0504;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ba0504, #e41513);background-image: -moz-linear-gradient(180deg, #ba0504, #e41513);background-image: -ms-linear-gradient(180deg, #ba0504, #e41513);background-image: -o-linear-gradient(180deg, #ba0504, #e41513);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0504', endColorstr='#e41513' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0504', endColorstr='#e41513' );";background-image: linear-gradient(180deg, #ba0504, #e41513);background-size:cover !important;display:block; }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row .container { background-color: transparent; background-image: none; }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row .container > .video-iframe-container { display: none; }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row > .video-iframe-container { display: none; }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .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); }#NyuKOCLMurs8MVL5EcFGx8KrqZNxBv9S > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pocJTXtMAsT6GRVdqqia7fv4bUWA2ZlF { width:17.4375rem;height:3.3088233470917rem;top:4.5611267089844rem;left:1.2798712253571rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V61WvrRhTP5q7Vciok5VAprwE6wKThQn { width:20rem;height:2.0588235855102rem;top:1.6865844726562rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEZonUsvTDXZi1tTZTUuk99RSh3tSudz { width:2.0625rem;height:2.125rem;top:8.8740844726562rem;left:8.96829020977rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ba0504, #f11816);background-image: -moz-linear-gradient(45deg, #ba0504, #f11816);background-image: -ms-linear-gradient(45deg, #ba0504, #f11816);background-image: -o-linear-gradient(45deg, #ba0504, #f11816);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0504', endColorstr='#f11816' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0504', endColorstr='#f11816' );";background-image: linear-gradient(45deg, #ba0504, #f11816);background-size:auto !important;display:block; }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row .container { background-color: transparent; background-image: none; }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row .container > .video-iframe-container { display: none; }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row > .video-iframe-container { display: none; }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .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); }#CXpeFU7t8HImW0J4UahUq9h2XlsD8FTF > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdK3aenWuuCq2st1148xdrGMlhv9KdyH { width:5.25rem;height:1.5rem;top:1.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdiqFsybSI60MSihStJmOIt27zBxDNva { width:14.6875rem;height:0;top:3.3125rem;left:5.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVXzki7UnsygCkFNN6yZ5KRrfT9q6to2 { width:1.25rem;height:1.25rem;top:3.5604553222656rem;left:8.1247700452806rem;display:block; }
#MVXzki7UnsygCkFNN6yZ5KRrfT9q6to2 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #OE70yOGzi4eEsxR3wakwGtOGQtKNNlvT { width:1.3125rem;height:1.3125rem;top:3.5294189453125rem;left:9.34283053875rem;display:block; }
#OE70yOGzi4eEsxR3wakwGtOGQtKNNlvT > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #XgmXvFqzT1T3RU2RpHVeTpxTuTep9mai { width:1.5rem;height:1.5rem;top:3.4352111816406rem;left:10.76079928875rem;display:block; }
#XgmXvFqzT1T3RU2RpHVeTpxTuTep9mai > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PG8pBAlRLvsJMLZmKEu9TVBzNol0BN6g { width:14.6875rem;height:2.0588235855102rem;top:5.3407897949219rem;left:2.6562498807907rem;font-size:0.625rem;z-index:15011;display:block; }
 }