.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:#f6f6fa;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #8e0000;; } #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); }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 { background-color:#012a4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row .container { background-color: transparent; background-image: none; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row .container > .video-iframe-container { display: none; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row > .video-iframe-container { display: none; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .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); }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row .container { border-width: 0; border-radius: 0; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row .container { width:75rem;height:7.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ETeEnB1JCcelsE1dW9PwZy9EB16cHgvs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.25rem;top:2.4990234375rem;left:32.9375rem;overflow:hidden;display:block; }
#oRMUnMqp3lQkCnd9nNMEq6rHJSQo5ATV { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:300;z-index:14996;line-height:1.2;letter-spacing:0;top:2.04296875rem;left:11.8125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#Cm90GhASl03f5fLn024sdLdiFK888gCP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:40rem;display:none; }
#kmQhh7Ow2NyneGeHTVU1aUc44dmkZ5i8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#qCe2sgKPRUlEkDkw8ri4ZnFaUE8mEnsp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:60rem;display:none; }
#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw { position:relative;display:block; }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw { background-color: transparent; background-image: none; }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw > .row .container > .video-iframe-container { display: none; }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw > .row > .video-iframe-container { display: none; }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw > .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); }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw { border-width: 0; border-radius: 0; }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CZgLdda7Xsq3O6i6BH1Tq1zWPn0Lt02F { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:33rem;width:19.6875rem;top:3.125rem;left:32.1875rem;display:block; }
#ybrtPWSCIXyB5aX8gu25Gg8fhxhLUQcg { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5.1875rem;left:31.0625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;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; }
#T1T2UBoaML0iQ3AknTbwhUDgXBQGk9Jy { position:absolute;display:block;z-index:15022;background-color:#9a0329;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.125rem;width:19.6875rem;top:4.25rem;left:32.1875rem;display:block; }
#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fa;background-image:url("https://images.assets-landingi.com/uc/64af8a92-5098-4e9f-b3d0-30a8955aa0f6/sprzeda_to_2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO.adaptive-delivery-prevent-bg, #iVD8SEri47HvvKg24ELpgAXpR9bKhOFO.lazyload, #iVD8SEri47HvvKg24ELpgAXpR9bKhOFO.lazyloading { background-image: none; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row .container { background-color: transparent; background-image: none; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row .container > .video-iframe-container { display: none; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row > .video-iframe-container { display: none; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .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); }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row .container { border-width: 0; border-radius: 0; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#g66qN45eLHHd35A5ktJ5iTCr93SalakB { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:17.5625rem;left:32.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y8uAFmt9Hyr2XaVIJvEDxT8BArVttBbW { color:#038744;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:20.125rem;left:35.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrlafQyEV7DARWG70bmopJVmiHtCMSLO { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:6.8125rem;left:15.9375rem;height:2.2743rem;font-style:normal;display:block; }
#z8SbGTE8K6IGemR9uNUMIurgkx6v9K78 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:9.875rem;left:15.9375rem;height:2.275rem;font-style:normal;display:block; }
#cxwammWoSG5nW4CQhokaW3sN4LCtu4HH { color:#000000;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:14.3125rem;left:18.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LukgZ9ZbzPIRrO08e62eaLvy3evriOuV { color:#038744;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:16.875rem;left:16.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdMEWzGq6nbrFksE2zkUhevFgCsD706i { color:#000000;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.3125rem;left:56.5625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziZ6W4gRSmmu1KTFTT1EqXVebEfScIsi { color:#038744;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:16.875rem;left:54rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orEZZ4xovDzV6d9vBg7sPNGcTh3bWgwZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:3.375rem;left:33.25rem; }
#TosgLT4ZbgVJGHFBQiwhlkgcgSDhPPEq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:6.5625rem;left:14.4375rem; }
#ZhKAJLbK4ttQZXE4rRow1s1uUrBIcRDp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:9.625rem;left:14.4375rem; }
#KCOwLgUTyCLy58fEvXDBCsOyy5QKwggs { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:6.625rem;left:52.5625rem; }
#oMqJfvbNALbFUrykEKQJOJiMF7HTKTwJ { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15078;line-height:1.2;letter-spacing:0;top:1.6875rem;left:13.75rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Z2f5q1l9UemTAeQmLnygGTXetiiaiqtF { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15077;line-height:1.2;letter-spacing:0;top:1.6875rem;left:51.875rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;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; }
#PuTlTEI3CNlLAT1dUBKVvKWGCyuJCWUJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:12.9375rem;left:33.25rem; }
#bPvTqttaZU0pasrimkcDkTQJde9bfEOq { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:6.75rem;left:35.0625rem;height:2.2743rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uN6PWJQro1uV0F9JEHJ6BVFx2yHiBzbc { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:3.625rem;left:35.0625rem;height:2.2743rem;font-style:normal;display:block; }
#bwnwpO57JMrC1Ipz4ma4VITDU3xmrleI { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:13.1875rem;left:35rem;height:2.2743rem;font-style:normal;display:block; }
#SzrlG3xZVhKQUwxoN221ey0Ti2lHrb9v { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:6.375rem;left:33.25rem; }
#rQ0U3F6OQ71etos8nQUzalA81AH9JtvZ { position:absolute;display:block;z-index:15017;background-color:#062f47;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.125rem;width:18.4375rem;top:1.3125rem;left:13.6875rem;display:block; }
#mfvoL7wsZitkHDZTIV5rnPkb2HNurdD8 { position:absolute;display:block;z-index:15018;background-color:#062f47;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.125rem;width:18.4375rem;top:1.1875rem;left:51.8125rem;display:block; }
#T0qz23O7dS1n1TMgXBwpta1WmVEaKGBr { background-color:#9e9e9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:20.6875rem;left:17.1875rem;display:block; }
#Owb8iz7ku70l0RvLECnvsDlSIVH062iE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IZZVdg4iOaDMg1CButn3HbAEkVVQCVUE { background-color:#9e9e9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.9375rem;left:55.3125rem;display:block; }
#yWvR1i6VGGVXrSn0sFu9hw9rCeFGbhfl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOxeutqDPLlVhJTJyUUfc6p8GNkWPrZs { background-color:#9e9e9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:23.5rem;left:36.25rem;display:block; }
#SscBJ5LU9JqxMosqwMdbiDmEdKIyiQgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xb2HWXeAPQ5BEez2d3GXOvPmwVCAb21k { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:9.875rem;left:35.0625rem;height:2.2743rem;font-style:normal;display:block; }
#z4nb7ZwXSuSV7fWSpzSBdDbwlq30UJok { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:9.4375rem;left:33.25rem; }
#MlxgVyHyFi8ln93xLLAJmqnKCeomzfw1 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.0625rem;height:2.2743rem;font-style:normal;display:block; }
#JIU9Tsq5dM0DK2BMPF2En8vqGvGhwIVf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:9.875rem;left:52.5rem; }
#yV42sK2clFNS6d9JlEetREFFhG6AHkGW { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:9.9375rem;left:54.0625rem;height:2.2743rem;font-style:normal;display:block; }
#eWRctS6evRTHLuAoTLw3QOhcNL7d620F { position:absolute;display:block;z-index:15016;background-color:rgba(244,244,244,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:25.9375rem;width:18.4375rem;top:0.6875rem;left:13.6875rem;display:block; }
#tFpLyf4tizrDgaSdLf52oCSLMMpmNefx { position:absolute;display:block;z-index:15016;background-color:rgba(244,244,244,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:25.9375rem;width:18.4375rem;top:0.6875rem;left:51.8125rem;display:block; }
#GSO7HnhS0hTMPrOOUEUwPhM9aBg0yKvz { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:34.875rem;width:21.875rem;top:3.125rem;left:33.125rem;display:none; }
#ALBTt0TQFeJlHyHTt7QvZkRMdAU7NN7r { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5.125rem;left:33.125rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#PwaU03nhNycP64l7PzzM02EG6sC7lc7v { position:absolute;display:block;z-index:15022;background-color:#9a0329;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.625rem;width:21.875rem;top:4.375rem;left:33.125rem;display:none; }
#ZEhntVFmKrBSIR8V308Vn5pQip7pVie7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fa;background-image:url("https://images.assets-landingi.com/uc/28de7148-c1a1-46d7-95e0-4b5cabb46c89/to_MT4.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ZEhntVFmKrBSIR8V308Vn5pQip7pVie7.adaptive-delivery-prevent-bg, #ZEhntVFmKrBSIR8V308Vn5pQip7pVie7.lazyload, #ZEhntVFmKrBSIR8V308Vn5pQip7pVie7.lazyloading { background-image: none; }#ZEhntVFmKrBSIR8V308Vn5pQip7pVie7 > .row .container { border-width: 0; border-radius: 0; }#ZEhntVFmKrBSIR8V308Vn5pQip7pVie7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZEhntVFmKrBSIR8V308Vn5pQip7pVie7 > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:none; }#gBgCDAedl81iNWFklmycBmklUeTU1GIN { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:21.9375rem;left:30.75rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPHvDEuw6lKlRIUeC6mJ8isfTkKIqq5u { color:#038744;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:24.5625rem;left:29.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N9dwasADf1cCrIJX66msWt0UyTZXPyd8 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:11.5625rem;left:9.875rem;height:2.2743rem;font-style:normal;display:block; }
#PQoybyaWf5F9U7vTZiPpCCokBqxZKxAX { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:14.625rem;left:9.875rem;height:2.275rem;font-style:normal;display:block; }
#SDKVzUCtLTGz9wPJDpKJx5fSEJSXFcT6 { color:#000000;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:18.574999809265rem;left:12.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpKzpg2o34rexLGu2wqvz9SsGaMspU4G { color:#038744;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:21.175000190735rem;left:10.4375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bOvWKJ7g9nfZXtTJEAiEHomGldDW0pnp { color:#000000;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:18.4375rem;left:50.375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bs3dg44HCMJNBBr6rcTdCJM70Sf7UvR9 { color:#038744;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:21.0625rem;left:47.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUp3gVI7TpVdB1t8BaW85fPcNX2SUUch { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:8rem;left:27.0625rem; }
#Cgg2sEITQkKEJxkxyrCghUr1r47470OT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.5625rem;left:8rem; }
#q3MT1IrbEhEIziT0PaQuUthzDBT7Q7F6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:14.625rem;left:8rem; }
#P0TzrZ2qUwE0JSTKrfpdDFTqVnReKQob { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:11.5625rem;left:46.1875rem; }
#rqT67T2R4uAGR7WT3zoHNMp2M6OtAbnr { position:absolute;display:block;z-index:15016;background-color:rgba(244,244,244,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:25.9375rem;width:18.4375rem;top:4.9375rem;left:45.625rem;display:block; }
#szZRFfmh3GtlWFiknPUOeLeeAAz5ruPG { position:absolute;display:block;z-index:15013;background-color:rgba(244,244,244,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:25.9375rem;width:18.4375rem;top:5.0000004768372rem;left:7.5rem;display:block; }
#y232CRBntZV1X5GtdkaaePWEsJvF6S0p { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:6.6875004768369rem;left:7.5rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;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; }
#tI5cNngp8lzs34wlwicN6FCa4iLW5Pat { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15077;line-height:1.2;letter-spacing:0;top:6.625rem;left:45.625rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Pb8n5wkGboyIRvUXcV1UpnHio80rqUiH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:17.5625rem;left:27.0625rem; }
#evbndPnQspRhkpWFUx5vyBu8QqBm9ZrF { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:11.375rem;left:28.875rem;height:2.2743rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oiCQ76uL1rs1TZlRWFBpfHE9WMp2waEz { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:8.25rem;left:28.875rem;height:2.2743rem;font-style:normal;display:block; }
#qsCT02u3zm9BSRZz2EinwMXIT0f7ANcT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:17.8125rem;left:28.8125rem;height:2.2743rem;font-style:normal;display:block; }
#tFgMcNugoTysZ0hIO6ZQ3LklEvbXFJ7T { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:11.125rem;left:27.0625rem; }
#CkLwhqQD5B1sw6XaC8uKoB68b3FO5nkm { position:absolute;display:block;z-index:15014;background-color:#062f47;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.125rem;width:18.4375rem;top:6.1875rem;left:7.5rem;display:block; }
#Lk9DxTfBsF7utsOzMhrZGR02e2of0cFN { position:absolute;display:block;z-index:15018;background-color:#062f47;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.125rem;width:18.4375rem;top:6.125rem;left:45.625rem;display:block; }
#OCVrtoSme04p1NS4rUPu5frpaSUXL5nX { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:14.5rem;left:28.875rem;height:2.2743rem;font-style:normal;display:block; }
#FhDt8zOhvJGRtRTy0U8p2qdW6wGaIqar { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:14.25rem;left:27.0625rem; }
#MoGN6QMzmdAUTpmd05wV7pgy72wIJZlu { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:11.875rem;left:48rem;height:2.2743rem;font-style:normal;display:block; }
#CggsJNTaL5A8TT34NBsetpfDbVdZX0SQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:14.625rem;left:46.1875rem; }
#GWLG0ZVxfhCoQ8pK4o2L4lllT7FrtMfh { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.9375rem;left:48rem;height:2.2743rem;font-style:normal;display:block; }
#WlNuTlb1apaniwRay8s81C7NHaL5Xia7 { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:34.875rem;width:21.875rem;top:3.1875rem;left:33.125rem;display:none; }
#QLF3V64P9AShoTntpU3TCGZF8DHV3dCg { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5.1875rem;left:33.125rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#FlTTwPSShWqqRb8DE1CRUXqo2RFv1r3P { position:absolute;display:block;z-index:15022;background-color:#9a0329;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.625rem;width:21.875rem;top:4.4375rem;left:33.125rem;display:none; }
#tKiQLuscMUcpmLvGqAUF4tSVSGWIkCOW { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:33rem;width:19.6875rem;top:1.4375rem;left:25.9375rem;display:block; }
#uUDIPyKg9FThieOT2LcNA6EJtdqFHZ9T { position:absolute;display:block;z-index:15022;background-color:#9a0329;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.125rem;width:19.6875rem;top:2.6875rem;left:25.9375rem;display:block; }
#TPFJ0LgnWbTLBtP4UZl2mAra7MsuEkK2 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.6875rem;left:25.9375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Qinu3mGT8rnQ0mAErlEfhpr7BFmDa6uu { background-color:#9e9e9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:25.612502098084rem;left:10.9375rem;display:block; }
#oaZKkT7whUclJgDIePoFRtwgnzdmzpTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NWTuvrZVELFq0SmTvFx1rs6X1PNa2L04 { background-color:#9e9e9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:25.612499237061rem;left:49.0625rem;display:block; }
#vdJEOmLQ1DKsaEimvpt4xxH909CS3Mho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tm1sTS0co0klZgvHQlJ1epI8fAoESbt8 { background-color:#9e9e9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:29rem;left:30rem;display:block; }
#lO7ebH1nETKlRMdDwZOrKbdTIIeITeJS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwTwMRv4bIqLk7QfHsNptF4G07dE8p6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iwTwMRv4bIqLk7QfHsNptF4G07dE8p6m > .row .container { border-width: 0; border-radius: 0; }#iwTwMRv4bIqLk7QfHsNptF4G07dE8p6m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwTwMRv4bIqLk7QfHsNptF4G07dE8p6m > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:none; }#OgF28tkNimgmAISEysStMiSW3dqLoUbL { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:53.6875rem;width:44.75rem;top:1.4375rem;left:0rem;display:block; }
#ScDpGATOmD4tso7CcTdeHsEZWbo3ooyd { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#i3thH9WxJ2goTaeqNR9GJz8R3I3DeDwo { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:44.625rem;left:9.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgaWX4FeNCKPpkpw3XTU9LTfBJoyEeqv { color:#038744;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:44rem;left:21.3125rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdnXLFHgXU6chenGpfGPUHxQC3LdwXmU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:10.9375rem;left:0rem; }
#gy8r2KQJHXZizHphtFfByKSI2J8JEJsf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:29.0625rem;left:0rem; }
#R2TFaGublPZJyE3eVvlme1g0KU1LCVAf { color:#000000;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:22.3125rem;left:2rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zpTC7z6k0eCPNZQRWdQ9ayFQzSSOaZDm { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:11.125rem;left:2rem;height:2.6rem;font-style:normal;display:block; }
#iiFLmPcagABJpwa9R2OIg6pNQcLwTiB4 { color:#000000;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:29.25rem;left:2rem;height:2.6rem;font-style:normal;display:block; }
#Ftc5OpKQXlEvyNJnzE1clrkc0D59iMBA { color:#000000;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:32.6875rem;left:2rem;height:2.6rem;font-style:normal;display:block; }
#c0XIgAQ6RwKki0SRNSPzmr9cX30ygc7m { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:32.5rem;left:0rem; }
#p41XmPoPqdAzFPoiPmRzzniTMoE2C2m7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:22.125rem;left:0rem; }
#VoyIq7D8xCmrWSymhuf2f0vtSVO58llS { position:absolute;display:block;z-index:15022;background-color:#8e0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.625rem;width:44.75rem;top:2.125rem;left:0rem;display:block; }
#TyZyVCpoqB2lh0nSI0Wh6ItKN8tpn6VK { background-color:#9e9e9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#e8e8e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:49.1875rem;left:14.624218940735rem;display:block; }
#OLQtkOAKCxAlLxOowUcFC943M71LCvJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TS5RBSQOOpZ6iq1JJuEM1zKtTlbRPMu3 { color:#000000;display:block;width:18.186875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:25.8125rem;left:2rem;height:2.6rem;font-style:normal;display:block; }
#vEL1bb6rmabd24nSClH677B3DLDXTl1T { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:25.5625rem;left:0rem; }
#XT7VsFwkoque6M2RbLhrJPdtAARtXtbF { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:14rem;left:2.4375rem;height:7.5rem;font-style:normal;display:block; }#XT7VsFwkoque6M2RbLhrJPdtAARtXtbF li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#XT7VsFwkoque6M2RbLhrJPdtAARtXtbF li:before{  }
#RVklHSDRrTvgdbd0n4ho8aiIRdhJSolL { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:35.5625rem;left:2.4375rem;height:7.25rem;font-style:normal;display:block; }#RVklHSDRrTvgdbd0n4ho8aiIRdhJSolL li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#RVklHSDRrTvgdbd0n4ho8aiIRdhJSolL li:before{  }
#Kp5WoFMa2WVyb7KcbLLGrkUurS0i9nyd { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#CLSNL6Kb6kUWoCec19FNCqwSLZg1ZXH6 { position:absolute;display:block;z-index:15072;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:47.9375rem;width:36.1875rem;top:10.8125rem;left:38.812500953674rem;overflow:hidden;display:block; }
#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#062f47;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container { background-color: transparent; background-image: none; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container > .video-iframe-container { display: none; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row > .video-iframe-container { display: none; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .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); }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container { border-width: 0; border-radius: 0; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container { font-size:0.875rem;font-family:arial;height:0.1875rem;width:75rem;position:relative;display:block; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a4d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { background-color: transparent; background-image: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container > .video-iframe-container { display: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row > .video-iframe-container { display: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .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); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { border-width: 0; border-radius: 0; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#TDhQtmDx5RoJH2Q41RtpDnCbe0dvnbTK { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:5.3125rem;left:7.5rem;height:9rem;display:block; }
#W4uWspFVbL1b98qi0vifrnidQQh2tyZ6 { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.125rem;left:59rem;display:none; }
#TbWGbMOGgK5NsI6vBbNO9giyloe0hrvO { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:4.125rem;left:61.8125rem;display:none; }
#nPRx3iUm8GUQ3yOhGOcT4E8zaHqDhupv { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:4.125rem;left:56.1875rem;display:none; }
#Znh26Spq8OM7o9FTDLXK6T1Ob2MXthra { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:4.125rem;left:61.8125rem;display:none; }
#O9M4MnLA3xySoueJKNbtFQLlavB3W3qQ { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.125rem;left:59rem;display:none; }
#zoy7zCETG6VtXC6NDr0OKkMm7zmwxmTG { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:4.125rem;left:56.1875rem;display:none; }
#NCSsgzvJAZSxaqaNJWAXtaWik7EAzwBh { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:4.125rem;left:56.1875rem;display:none; }
#cDshvDDL0N22ZGHA97GUANU0xPFk2uRF { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.125rem;left:59rem;display:none; }
#zD61CUsETMvaMPG540wODxaZZffR3aGp { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:4.125rem;left:61.8125rem;display:none; }
#HeIESA0vlzHNeIWpM6PEMAbFXM4ti1yx { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.25rem;left:0rem;height:2.7986125rem;display:block; }
#UToD2hLPqkX6AUCQog0y7F4fTx748QG8 { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4013671875rem;left:7.5rem;height:2.2734375rem;display:none; }
#FcWica4Htec6MF01l89w9qlZDF9Hye8o { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:4.166015625rem;left:7.5rem;height:7.875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 { display:block; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETeEnB1JCcelsE1dW9PwZy9EB16cHgvs { top:2.4375rem;left:19.3125rem;width:11.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRMUnMqp3lQkCnd9nNMEq6rHJSQo5ATV { width:16rem;height:;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm90GhASl03f5fLn024sdLdiFK888gCP { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmQhh7Ow2NyneGeHTVU1aUc44dmkZ5i8 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qCe2sgKPRUlEkDkw8ri4ZnFaUE8mEnsp { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLhxHo6K9IZs1bbePxp8orKciSPrhJdw { display:block; }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZgLdda7Xsq3O6i6BH1Tq1zWPn0Lt02F { width:19.6875rem;height:33rem;top:3.125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybrtPWSCIXyB5aX8gu25Gg8fhxhLUQcg { width:21.9375rem;height:2.25rem;top:5.1875rem;left:17.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1T2UBoaML0iQ3AknTbwhUDgXBQGk9Jy { width:19.6875rem;height:4.125rem;top:4.25rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVD8SEri47HvvKg24ELpgAXpR9bKhOFO { display:none; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g66qN45eLHHd35A5ktJ5iTCr93SalakB { top:17.5625rem;left:18.5625rem;width:19.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8uAFmt9Hyr2XaVIJvEDxT8BArVttBbW { top:20.125rem;left:22rem;width:12.8125rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrlafQyEV7DARWG70bmopJVmiHtCMSLO { top:6.8125rem;left:2.3125rem;width:15.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8SbGTE8K6IGemR9uNUMIurgkx6v9K78 { top:9.875rem;left:2.3125rem;width:15.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxwammWoSG5nW4CQhokaW3sN4LCtu4HH { top:14.3125rem;left:4.8125rem;width:9rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LukgZ9ZbzPIRrO08e62eaLvy3evriOuV { top:16.875rem;left:3.0625rem;width:12.5625rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdMEWzGq6nbrFksE2zkUhevFgCsD706i { top:14.3125rem;left:38.75rem;width:9rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziZ6W4gRSmmu1KTFTT1EqXVebEfScIsi { top:16.875rem;left:33.5625rem;width:14.1875rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orEZZ4xovDzV6d9vBg7sPNGcTh3bWgwZ { top:3.375rem;left:19.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TosgLT4ZbgVJGHFBQiwhlkgcgSDhPPEq { top:6.5625rem;left:0.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhKAJLbK4ttQZXE4rRow1s1uUrBIcRDp { top:9.625rem;left:0.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCOwLgUTyCLy58fEvXDBCsOyy5QKwggs { top:6.625rem;left:38.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMqJfvbNALbFUrykEKQJOJiMF7HTKTwJ { width:18.375rem;height:3.125rem;top:1.6875rem;left:0.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2f5q1l9UemTAeQmLnygGTXetiiaiqtF { width:18.375rem;height:3.125rem;top:1.6875rem;left:29.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuTlTEI3CNlLAT1dUBKVvKWGCyuJCWUJ { top:12.9375rem;left:19.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPvTqttaZU0pasrimkcDkTQJde9bfEOq { top:6.75rem;left:21.4375rem;width:15.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN6PWJQro1uV0F9JEHJ6BVFx2yHiBzbc { top:3.625rem;left:21.4375rem;width:15.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwnwpO57JMrC1Ipz4ma4VITDU3xmrleI { top:13.1875rem;left:21.375rem;width:15.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzrlG3xZVhKQUwxoN221ey0Ti2lHrb9v { top:6.375rem;left:19.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0U3F6OQ71etos8nQUzalA81AH9JtvZ { width:18.375rem;height:4.125rem;top:1.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfvoL7wsZitkHDZTIV5rnPkb2HNurdD8 { width:18.375rem;height:4.125rem;top:1.1875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0qz23O7dS1n1TMgXBwpta1WmVEaKGBr { width:11.5rem;height:3.375rem;top:20.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owb8iz7ku70l0RvLECnvsDlSIVH062iE { display:block; }
 }@media only screen and (max-width: 763px) { #IZZVdg4iOaDMg1CButn3HbAEkVVQCVUE { width:11.5rem;height:3.375rem;top:20.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWvR1i6VGGVXrSn0sFu9hw9rCeFGbhfl { display:block; }
 }@media only screen and (max-width: 763px) { #oOxeutqDPLlVhJTJyUUfc6p8GNkWPrZs { width:11.5rem;height:3.375rem;top:23.5rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SscBJ5LU9JqxMosqwMdbiDmEdKIyiQgP { display:block; }
 }@media only screen and (max-width: 763px) { #Xb2HWXeAPQ5BEez2d3GXOvPmwVCAb21k { top:9.875rem;left:21.4375rem;width:15.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4nb7ZwXSuSV7fWSpzSBdDbwlq30UJok { top:9.4375rem;left:19.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlxgVyHyFi8ln93xLLAJmqnKCeomzfw1 { top:6.875rem;left:32.125rem;width:15.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIU9Tsq5dM0DK2BMPF2En8vqGvGhwIVf { top:9.875rem;left:38.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV42sK2clFNS6d9JlEetREFFhG6AHkGW { top:9.9375rem;left:32.125rem;width:15.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWRctS6evRTHLuAoTLw3QOhcNL7d620F { width:18.375rem;height:25.875rem;top:0.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFpLyf4tizrDgaSdLf52oCSLMMpmNefx { width:18.375rem;height:25.875rem;top:0.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSO7HnhS0hTMPrOOUEUwPhM9aBg0yKvz { width:21.875rem;height:34.875rem;top:3.125rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALBTt0TQFeJlHyHTt7QvZkRMdAU7NN7r { width:21.9375rem;height:3.125rem;top:5.125rem;left:19.5rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwaU03nhNycP64l7PzzM02EG6sC7lc7v { width:21.875rem;height:4.625rem;top:4.375rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEhntVFmKrBSIR8V308Vn5pQip7pVie7 { display:none; }#ZEhntVFmKrBSIR8V308Vn5pQip7pVie7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gBgCDAedl81iNWFklmycBmklUeTU1GIN { top:21.9375rem;left:17.125rem;width:10.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPHvDEuw6lKlRIUeC6mJ8isfTkKIqq5u { top:24.5625rem;left:15.6875rem;width:9.875rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9dwasADf1cCrIJX66msWt0UyTZXPyd8 { top:11.5625rem;left:0rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQoybyaWf5F9U7vTZiPpCCokBqxZKxAX { top:14.625rem;left:0rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDKVzUCtLTGz9wPJDpKJx5fSEJSXFcT6 { top:18.5625rem;left:0rem;width:9rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpKzpg2o34rexLGu2wqvz9SsGaMspU4G { top:21.125rem;left:0rem;width:9.875rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOvWKJ7g9nfZXtTJEAiEHomGldDW0pnp { top:18.4375rem;left:36.75rem;width:9rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs3dg44HCMJNBBr6rcTdCJM70Sf7UvR9 { top:21.0625rem;left:33.5625rem;width:14.1875rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUp3gVI7TpVdB1t8BaW85fPcNX2SUUch { top:8rem;left:13.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgg2sEITQkKEJxkxyrCghUr1r47470OT { top:11.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3MT1IrbEhEIziT0PaQuUthzDBT7Q7F6 { top:14.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0TzrZ2qUwE0JSTKrfpdDFTqVnReKQob { top:11.5625rem;left:32.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqT67T2R4uAGR7WT3zoHNMp2M6OtAbnr { width:18.4375rem;height:25.9375rem;top:4.9375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szZRFfmh3GtlWFiknPUOeLeeAAz5ruPG { width:18.4375rem;height:25.9375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y232CRBntZV1X5GtdkaaePWEsJvF6S0p { width:18.4375rem;height:3.125rem;top:6.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI5cNngp8lzs34wlwicN6FCa4iLW5Pat { width:18.4375rem;height:3.125rem;top:6.625rem;left:29.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb8n5wkGboyIRvUXcV1UpnHio80rqUiH { top:17.5625rem;left:13.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evbndPnQspRhkpWFUx5vyBu8QqBm9ZrF { top:11.375rem;left:15.25rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiCQ76uL1rs1TZlRWFBpfHE9WMp2waEz { top:8.25rem;left:15.25rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsCT02u3zm9BSRZz2EinwMXIT0f7ANcT { top:17.8125rem;left:15.1875rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFgMcNugoTysZ0hIO6ZQ3LklEvbXFJ7T { top:11.125rem;left:13.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkLwhqQD5B1sw6XaC8uKoB68b3FO5nkm { width:18.4375rem;height:4.125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9DxTfBsF7utsOzMhrZGR02e2of0cFN { width:18.4375rem;height:4.125rem;top:6.125rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCVrtoSme04p1NS4rUPu5frpaSUXL5nX { top:14.5rem;left:15.25rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhDt8zOhvJGRtRTy0U8p2qdW6wGaIqar { top:14.25rem;left:13.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoGN6QMzmdAUTpmd05wV7pgy72wIJZlu { top:11.875rem;left:32.125rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CggsJNTaL5A8TT34NBsetpfDbVdZX0SQ { top:14.625rem;left:32.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWLG0ZVxfhCoQ8pK4o2L4lllT7FrtMfh { top:14.9375rem;left:32.125rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlNuTlb1apaniwRay8s81C7NHaL5Xia7 { width:21.875rem;height:34.875rem;top:3.1875rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLF3V64P9AShoTntpU3TCGZF8DHV3dCg { width:21.9375rem;height:3.125rem;top:5.1875rem;left:19.5rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlTTwPSShWqqRb8DE1CRUXqo2RFv1r3P { width:21.875rem;height:4.625rem;top:4.4375rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKiQLuscMUcpmLvGqAUF4tSVSGWIkCOW { width:19.6875rem;height:33rem;top:1.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUDIPyKg9FThieOT2LcNA6EJtdqFHZ9T { width:19.6875rem;height:4.125rem;top:2.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFJ0LgnWbTLBtP4UZl2mAra7MsuEkK2 { width:19.6875rem;height:2.25rem;top:3.6875rem;left:12.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qinu3mGT8rnQ0mAErlEfhpr7BFmDa6uu { width:11.5625rem;height:3.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaZKkT7whUclJgDIePoFRtwgnzdmzpTf { display:block; }
 }@media only screen and (max-width: 763px) { #NWTuvrZVELFq0SmTvFx1rs6X1PNa2L04 { width:11.5625rem;height:3.4375rem;top:25.5625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdJEOmLQ1DKsaEimvpt4xxH909CS3Mho { display:block; }
 }@media only screen and (max-width: 763px) { #Tm1sTS0co0klZgvHQlJ1epI8fAoESbt8 { width:11.5625rem;height:3.4375rem;top:29rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO7ebH1nETKlRMdDwZOrKbdTIIeITeJS { display:block; }
 }@media only screen and (max-width: 763px) { #iwTwMRv4bIqLk7QfHsNptF4G07dE8p6m { display:block; }#iwTwMRv4bIqLk7QfHsNptF4G07dE8p6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgF28tkNimgmAISEysStMiSW3dqLoUbL { width:44.75rem;height:53.6875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScDpGATOmD4tso7CcTdeHsEZWbo3ooyd { width:44.75rem;height:3.0625rem;top:3.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3thH9WxJ2goTaeqNR9GJz8R3I3DeDwo { top:44.625rem;left:0rem;width:10.4375rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgaWX4FeNCKPpkpw3XTU9LTfBJoyEeqv { top:44rem;left:7.6875rem;width:13.875rem;height:4.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdnXLFHgXU6chenGpfGPUHxQC3LdwXmU { top:10.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy8r2KQJHXZizHphtFfByKSI2J8JEJsf { top:29.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2TFaGublPZJyE3eVvlme1g0KU1LCVAf { top:22.3125rem;left:0rem;width:21rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpTC7z6k0eCPNZQRWdQ9ayFQzSSOaZDm { top:11.125rem;left:0rem;width:33.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiFLmPcagABJpwa9R2OIg6pNQcLwTiB4 { top:29.25rem;left:0rem;width:21rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftc5OpKQXlEvyNJnzE1clrkc0D59iMBA { top:32.6875rem;left:0rem;width:21rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XIgAQ6RwKki0SRNSPzmr9cX30ygc7m { top:32.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p41XmPoPqdAzFPoiPmRzzniTMoE2C2m7 { top:22.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoyIq7D8xCmrWSymhuf2f0vtSVO58llS { width:44.75rem;height:7.625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyZyVCpoqB2lh0nSI0Wh6ItKN8tpn6VK { width:15.5rem;height:3.4375rem;top:49.1875rem;left:0.99921894073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLQtkOAKCxAlLxOowUcFC943M71LCvJT { display:block; }
 }@media only screen and (max-width: 763px) { #TS5RBSQOOpZ6iq1JJuEM1zKtTlbRPMu3 { top:25.8125rem;left:0rem;width:18.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEL1bb6rmabd24nSClH677B3DLDXTl1T { top:25.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7VsFwkoque6M2RbLhrJPdtAARtXtbF { top:14rem;left:0rem;width:32.75rem;height:7.5rem;font-size:0.875rem;display:block; }#XT7VsFwkoque6M2RbLhrJPdtAARtXtbF li:before{  }
 }@media only screen and (max-width: 763px) { #RVklHSDRrTvgdbd0n4ho8aiIRdhJSolL { top:35.5625rem;left:0rem;width:34.5625rem;height:7.25rem;font-size:0.875rem;display:block; }#RVklHSDRrTvgdbd0n4ho8aiIRdhJSolL li:before{  }
 }@media only screen and (max-width: 763px) { #Kp5WoFMa2WVyb7KcbLLGrkUurS0i9nyd { width:44.75rem;height:2.0625rem;top:6.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLSNL6Kb6kUWoCec19FNCqwSLZg1ZXH6 { top:10.8125rem;left:11.5625rem;width:36.1875rem;height:47.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp { display:block; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS { display:block; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDhQtmDx5RoJH2Q41RtpDnCbe0dvnbTK { top:5.3125rem;left:0rem;width:16.4375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4uWspFVbL1b98qi0vifrnidQQh2tyZ6 { top:4.125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbWGbMOGgK5NsI6vBbNO9giyloe0hrvO { top:4.125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPRx3iUm8GUQ3yOhGOcT4E8zaHqDhupv { top:4.125rem;left:42.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Znh26Spq8OM7o9FTDLXK6T1Ob2MXthra { top:4.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9M4MnLA3xySoueJKNbtFQLlavB3W3qQ { top:4.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoy7zCETG6VtXC6NDr0OKkMm7zmwxmTG { top:4.0625rem;left:42.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCSsgzvJAZSxaqaNJWAXtaWik7EAzwBh { top:4.0625rem;left:42.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDshvDDL0N22ZGHA97GUANU0xPFk2uRF { top:4.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zD61CUsETMvaMPG540wODxaZZffR3aGp { top:4.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeIESA0vlzHNeIWpM6PEMAbFXM4ti1yx { top:1.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UToD2hLPqkX6AUCQog0y7F4fTx748QG8 { top:1.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcWica4Htec6MF01l89w9qlZDF9Hye8o { top:4.125rem;left:0rem;width:16.4375rem;height:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 { background-color:#012a4d;background-image:none;display:block; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row .container { background-color: transparent; background-image: none; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row .container > .video-iframe-container { display: none; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row > .video-iframe-container { display: none; }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .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); }#ThSFb4PBxgx8GpizCaC3N1hDGut8oBb6 > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETeEnB1JCcelsE1dW9PwZy9EB16cHgvs { width:6.9375rem;height:1.5625rem;top:1.25rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRMUnMqp3lQkCnd9nNMEq6rHJSQo5ATV { width:16.1875rem;height:3.59895625rem;top:19.5625rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm90GhASl03f5fLn024sdLdiFK888gCP { top:4rem;left:2.9375rem;width:14.0625rem;height:14.0625rem;z-index:15016;overflow:hidden;border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmQhh7Ow2NyneGeHTVU1aUc44dmkZ5i8 { top:23.8125rem;left:8.4375rem;width:3.125rem;height:0.125rem;z-index:15017;background-color:#ff6501;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) { #qCe2sgKPRUlEkDkw8ri4ZnFaUE8mEnsp { top:4.75rem;left:3.09375rem;width:13.8125rem;height:13.8125rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hLhxHo6K9IZs1bbePxp8orKciSPrhJdw { display:block; }#hLhxHo6K9IZs1bbePxp8orKciSPrhJdw > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZgLdda7Xsq3O6i6BH1Tq1zWPn0Lt02F { width:20rem;height:30.5625rem;top:52.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybrtPWSCIXyB5aX8gu25Gg8fhxhLUQcg { width:20rem;height:2.925rem;top:54.974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #T1T2UBoaML0iQ3AknTbwhUDgXBQGk9Jy { width:20rem;height:4.625rem;top:54.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVD8SEri47HvvKg24ELpgAXpR9bKhOFO { background-color:#f6f6fa;background-image:none;display:block; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row .container { background-color: transparent; background-image: none; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row .container > .video-iframe-container { display: none; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row > .video-iframe-container { display: none; }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .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); }#iVD8SEri47HvvKg24ELpgAXpR9bKhOFO > .row .container { width:20rem;height:86.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g66qN45eLHHd35A5ktJ5iTCr93SalakB { width:8.25rem;height:2.2744125rem;top:73.75rem;left:0.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y8uAFmt9Hyr2XaVIJvEDxT8BArVttBbW { width:9.875rem;height:2.625rem;top:73.5625rem;left:9.125rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrlafQyEV7DARWG70bmopJVmiHtCMSLO { width:17.5rem;height:2.44965rem;top:8.287109375rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z8SbGTE8K6IGemR9uNUMIurgkx6v9K78 { width:17.5rem;height:2.44965rem;top:11.361328125rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cxwammWoSG5nW4CQhokaW3sN4LCtu4HH { width:8.25rem;height:2.2744125rem;top:15.1875rem;left:0.9375rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LukgZ9ZbzPIRrO08e62eaLvy3evriOuV { width:9.875rem;height:2.625rem;top:15.0625rem;left:9.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdMEWzGq6nbrFksE2zkUhevFgCsD706i { width:8.25rem;height:2.2744125rem;top:41.125rem;left:0.9375rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ziZ6W4gRSmmu1KTFTT1EqXVebEfScIsi { width:9.875rem;height:2.625rem;top:40.9375rem;left:9.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orEZZ4xovDzV6d9vBg7sPNGcTh3bWgwZ { width:1.5625rem;height:1.5625rem;top:33.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TosgLT4ZbgVJGHFBQiwhlkgcgSDhPPEq { width:1.5625rem;height:1.5625rem;top:8.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhKAJLbK4ttQZXE4rRow1s1uUrBIcRDp { width:1.5625rem;height:1.5625rem;top:11.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCOwLgUTyCLy58fEvXDBCsOyy5QKwggs { width:1.5625rem;height:1.5625rem;top:69rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMqJfvbNALbFUrykEKQJOJiMF7HTKTwJ { width:20rem;height:4.19965rem;top:2.712890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z2f5q1l9UemTAeQmLnygGTXetiiaiqtF { width:20rem;height:4.19965rem;top:28.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PuTlTEI3CNlLAT1dUBKVvKWGCyuJCWUJ { width:1.5625rem;height:1.5625rem;top:59.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPvTqttaZU0pasrimkcDkTQJde9bfEOq { width:17.5rem;height:2.44965rem;top:63.0625rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uN6PWJQro1uV0F9JEHJ6BVFx2yHiBzbc { width:17.5rem;height:2.44965rem;top:60rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bwnwpO57JMrC1Ipz4ma4VITDU3xmrleI { width:17.5rem;height:2.44965rem;top:69.25rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SzrlG3xZVhKQUwxoN221ey0Ti2lHrb9v { width:1.5625rem;height:1.5625rem;top:63.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0U3F6OQ71etos8nQUzalA81AH9JtvZ { width:20rem;height:4.625rem;top:2.5rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfvoL7wsZitkHDZTIV5rnPkb2HNurdD8 { width:20rem;height:4.625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0qz23O7dS1n1TMgXBwpta1WmVEaKGBr { width:11.5625rem;height:3.4375rem;top:19.3359375rem;left:4.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owb8iz7ku70l0RvLECnvsDlSIVH062iE { display:block; }
 }@media only screen and (max-width: 763px) { #IZZVdg4iOaDMg1CButn3HbAEkVVQCVUE { width:11.5625rem;height:3.4375rem;top:45.25rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWvR1i6VGGVXrSn0sFu9hw9rCeFGbhfl { display:block; }
 }@media only screen and (max-width: 763px) { #oOxeutqDPLlVhJTJyUUfc6p8GNkWPrZs { width:11.5625rem;height:3.4375rem;top:78.0625rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SscBJ5LU9JqxMosqwMdbiDmEdKIyiQgP { display:block; }
 }@media only screen and (max-width: 763px) { #Xb2HWXeAPQ5BEez2d3GXOvPmwVCAb21k { width:17.5rem;height:2.44965rem;top:66.125rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z4nb7ZwXSuSV7fWSpzSBdDbwlq30UJok { width:1.5625rem;height:1.5625rem;top:37rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlxgVyHyFi8ln93xLLAJmqnKCeomzfw1 { width:17.5rem;height:2.44965rem;top:34.1875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JIU9Tsq5dM0DK2BMPF2En8vqGvGhwIVf { width:1.5625rem;height:1.5625rem;top:65.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV42sK2clFNS6d9JlEetREFFhG6AHkGW { width:17.5rem;height:2.44965rem;top:37.25rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eWRctS6evRTHLuAoTLw3QOhcNL7d620F { width:20rem;height:23.9375rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFpLyf4tizrDgaSdLf52oCSLMMpmNefx { width:20rem;height:23.9375rem;top:27.0625rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #GSO7HnhS0hTMPrOOUEUwPhM9aBg0yKvz { width:20rem;height:30.5625rem;top:52.9375rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ALBTt0TQFeJlHyHTt7QvZkRMdAU7NN7r { width:20rem;height:2.92480625rem;top:54.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#ffffff;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #PwaU03nhNycP64l7PzzM02EG6sC7lc7v { width:20rem;height:4.625rem;top:54.1875rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhntVFmKrBSIR8V308Vn5pQip7pVie7 { background-color:#f6f6fa;background-image:none;display:none; }#ZEhntVFmKrBSIR8V308Vn5pQip7pVie7 > .row .container { width:20rem;height:85.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gBgCDAedl81iNWFklmycBmklUeTU1GIN { width:8.25rem;height:2.275rem;top:73.75rem;left:0.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XPHvDEuw6lKlRIUeC6mJ8isfTkKIqq5u { width:9.875rem;height:2.625rem;top:73.5625rem;left:9.125rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9dwasADf1cCrIJX66msWt0UyTZXPyd8 { width:17.5rem;height:2.45rem;top:8.287109375rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PQoybyaWf5F9U7vTZiPpCCokBqxZKxAX { width:17.5rem;height:2.45rem;top:11.361328125rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SDKVzUCtLTGz9wPJDpKJx5fSEJSXFcT6 { width:8.25rem;height:2.275rem;top:15.1875rem;left:0.9375rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JpKzpg2o34rexLGu2wqvz9SsGaMspU4G { width:9.875rem;height:2.625rem;top:15.0625rem;left:9.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOvWKJ7g9nfZXtTJEAiEHomGldDW0pnp { width:8.25rem;height:2.275rem;top:41.125rem;left:0.9375rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bs3dg44HCMJNBBr6rcTdCJM70Sf7UvR9 { width:9.875rem;height:2.625rem;top:40.9375rem;left:9.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUp3gVI7TpVdB1t8BaW85fPcNX2SUUch { width:1.5625rem;height:1.5625rem;top:33.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgg2sEITQkKEJxkxyrCghUr1r47470OT { width:1.5625rem;height:1.5625rem;top:8.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3MT1IrbEhEIziT0PaQuUthzDBT7Q7F6 { width:1.5625rem;height:1.5625rem;top:11.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0TzrZ2qUwE0JSTKrfpdDFTqVnReKQob { width:1.5625rem;height:1.5625rem;top:69rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqT67T2R4uAGR7WT3zoHNMp2M6OtAbnr { width:20rem;height:23.9375rem;top:27.0625rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #szZRFfmh3GtlWFiknPUOeLeeAAz5ruPG { width:20rem;height:23.9375rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y232CRBntZV1X5GtdkaaePWEsJvF6S0p { width:20rem;height:4.2rem;top:2.712890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tI5cNngp8lzs34wlwicN6FCa4iLW5Pat { width:20rem;height:4.2rem;top:28.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Pb8n5wkGboyIRvUXcV1UpnHio80rqUiH { width:1.5625rem;height:1.5625rem;top:59.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evbndPnQspRhkpWFUx5vyBu8QqBm9ZrF { width:17.5rem;height:2.45rem;top:63.0625rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oiCQ76uL1rs1TZlRWFBpfHE9WMp2waEz { width:17.5rem;height:2.45rem;top:60rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qsCT02u3zm9BSRZz2EinwMXIT0f7ANcT { width:17.5rem;height:2.45rem;top:69.25rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tFgMcNugoTysZ0hIO6ZQ3LklEvbXFJ7T { width:1.5625rem;height:1.5625rem;top:63.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkLwhqQD5B1sw6XaC8uKoB68b3FO5nkm { width:20rem;height:4.625rem;top:2.5rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9DxTfBsF7utsOzMhrZGR02e2of0cFN { width:20rem;height:4.625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCVrtoSme04p1NS4rUPu5frpaSUXL5nX { width:17.5rem;height:2.45rem;top:66.125rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FhDt8zOhvJGRtRTy0U8p2qdW6wGaIqar { width:1.5625rem;height:1.5625rem;top:37rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoGN6QMzmdAUTpmd05wV7pgy72wIJZlu { width:17.5rem;height:2.45rem;top:34.1875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CggsJNTaL5A8TT34NBsetpfDbVdZX0SQ { width:1.5625rem;height:1.5625rem;top:65.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWLG0ZVxfhCoQ8pK4o2L4lllT7FrtMfh { width:17.5rem;height:2.45rem;top:37.25rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WlNuTlb1apaniwRay8s81C7NHaL5Xia7 { width:20rem;height:30.5625rem;top:52.9375rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #QLF3V64P9AShoTntpU3TCGZF8DHV3dCg { width:20rem;height:2.925rem;top:54.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#ffffff;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #FlTTwPSShWqqRb8DE1CRUXqo2RFv1r3P { width:20rem;height:4.625rem;top:54.1875rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #tKiQLuscMUcpmLvGqAUF4tSVSGWIkCOW { width:20rem;height:30.5625rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUDIPyKg9FThieOT2LcNA6EJtdqFHZ9T { width:20rem;height:4.625rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFJ0LgnWbTLBtP4UZl2mAra7MsuEkK2 { width:20rem;height:2.925rem;top:54.974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qinu3mGT8rnQ0mAErlEfhpr7BFmDa6uu { width:11.5625rem;height:3.4375rem;top:19.924999713897rem;left:4.2187500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaZKkT7whUclJgDIePoFRtwgnzdmzpTf { display:block; }
 }@media only screen and (max-width: 763px) { #NWTuvrZVELFq0SmTvFx1rs6X1PNa2L04 { width:11.5625rem;height:3.4375rem;top:78.237499237062rem;left:4.2187500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdJEOmLQ1DKsaEimvpt4xxH909CS3Mho { display:block; }
 }@media only screen and (max-width: 763px) { #Tm1sTS0co0klZgvHQlJ1epI8fAoESbt8 { width:11.5625rem;height:3.4375rem;top:45.737524032593rem;left:4.2187500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO7ebH1nETKlRMdDwZOrKbdTIIeITeJS { display:block; }
 }@media only screen and (max-width: 763px) { #iwTwMRv4bIqLk7QfHsNptF4G07dE8p6m { background-color:#f6f6fa;background-image:none;display:none; }#iwTwMRv4bIqLk7QfHsNptF4G07dE8p6m > .row .container { width:20rem;height:61.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OgF28tkNimgmAISEysStMiSW3dqLoUbL { width:20rem;height:58.6875rem;top:0.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScDpGATOmD4tso7CcTdeHsEZWbo3ooyd { width:20rem;height:2.2744125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i3thH9WxJ2goTaeqNR9GJz8R3I3DeDwo { width:8.25rem;height:2.2744125rem;top:49.5rem;left:1rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zgaWX4FeNCKPpkpw3XTU9LTfBJoyEeqv { width:9.875rem;height:3.4121125rem;top:48.9375rem;left:9.1875rem;font-size:2.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EdnXLFHgXU6chenGpfGPUHxQC3LdwXmU { width:1.5625rem;height:1.5625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy8r2KQJHXZizHphtFfByKSI2J8JEJsf { width:1.5625rem;height:1.5625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2TFaGublPZJyE3eVvlme1g0KU1LCVAf { width:18.4375rem;height:2.449225rem;top:23.5625rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zpTC7z6k0eCPNZQRWdQ9ayFQzSSOaZDm { width:18.4375rem;height:3.67383125rem;top:9.5625rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iiFLmPcagABJpwa9R2OIg6pNQcLwTiB4 { width:18.4375rem;height:2.449225rem;top:30.125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ftc5OpKQXlEvyNJnzE1clrkc0D59iMBA { width:18.4375rem;height:2.44921875rem;top:33.375rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #c0XIgAQ6RwKki0SRNSPzmr9cX30ygc7m { width:1.5625rem;height:1.5625rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p41XmPoPqdAzFPoiPmRzzniTMoE2C2m7 { width:1.5625rem;height:1.5625rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoyIq7D8xCmrWSymhuf2f0vtSVO58llS { width:20rem;height:6.3125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyZyVCpoqB2lh0nSI0Wh6ItKN8tpn6VK { width:12.75rem;height:3.4375rem;top:53rem;left:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLQtkOAKCxAlLxOowUcFC943M71LCvJT { display:block; }
 }@media only screen and (max-width: 763px) { #TS5RBSQOOpZ6iq1JJuEM1zKtTlbRPMu3 { width:18.4375rem;height:2.449225rem;top:26.875rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vEL1bb6rmabd24nSClH677B3DLDXTl1T { width:1.5625rem;height:1.5625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7VsFwkoque6M2RbLhrJPdtAARtXtbF { width:16.4375rem;height:9.57225rem;top:13.2353515625rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#XT7VsFwkoque6M2RbLhrJPdtAARtXtbF li:before{  }
 }@media only screen and (max-width: 763px) { #RVklHSDRrTvgdbd0n4ho8aiIRdhJSolL { width:16.4375rem;height:11.7715rem;top:35.82421875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#RVklHSDRrTvgdbd0n4ho8aiIRdhJSolL li:before{  }
 }@media only screen and (max-width: 763px) { #Kp5WoFMa2WVyb7KcbLLGrkUurS0i9nyd { width:14.1875rem;height:2.923825rem;top:4.75rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;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; }
 }@media only screen and (max-width: 763px) { #CLSNL6Kb6kUWoCec19FNCqwSLZg1ZXH6 { width:20rem;height:26.479750778816rem;top:60.349609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp { display:block; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS { background-color:#f6f6fa;background-image:none;position:relative;z-index:auto;display:block; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { background-color: transparent; background-image: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container > .video-iframe-container { display: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row > .video-iframe-container { display: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .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); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDhQtmDx5RoJH2Q41RtpDnCbe0dvnbTK { width:16.4365rem;height:0;top:7.00390625rem;left:1.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W4uWspFVbL1b98qi0vifrnidQQh2tyZ6 { width:2.8125rem;height:2.8125rem;top:11.562458992004rem;left:9.5694444179538rem;font-size:1.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #TbWGbMOGgK5NsI6vBbNO9giyloe0hrvO { width:2.8125rem;height:2.8125rem;top:11.562458992004rem;left:12.381944417954rem;font-size:1.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #nPRx3iUm8GUQ3yOhGOcT4E8zaHqDhupv { width:2.8125rem;height:2.8125rem;top:11.562458992004rem;left:6.7569444179537rem;font-size:1.9375rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Znh26Spq8OM7o9FTDLXK6T1Ob2MXthra { width:2.8125rem;height:2.8125rem;top:14.623209953308rem;left:6.901041686535rem;font-size:1.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #O9M4MnLA3xySoueJKNbtFQLlavB3W3qQ { width:2.8125rem;height:2.8125rem;top:14.623209953308rem;left:4.0885416865349rem;font-size:1.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #zoy7zCETG6VtXC6NDr0OKkMm7zmwxmTG { width:2.8125rem;height:2.8125rem;top:14.623209953308rem;left:1.2760416865349rem;font-size:1.9375rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #NCSsgzvJAZSxaqaNJWAXtaWik7EAzwBh { width:3.125rem;height:3.125rem;top:14.125rem;left:5.3125rem;font-size:2.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cDshvDDL0N22ZGHA97GUANU0xPFk2uRF { width:3.125rem;height:3.125rem;top:14.125rem;left:8.4375rem;font-size:2.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #zD61CUsETMvaMPG540wODxaZZffR3aGp { width:3.125rem;height:3.125rem;top:14.125rem;left:11.5625rem;font-size:2.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HeIESA0vlzHNeIWpM6PEMAbFXM4ti1yx { width:16.4375rem;height:0;top:0.59375rem;left:1.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UToD2hLPqkX6AUCQog0y7F4fTx748QG8 { width:16.4375rem;height:5.84895625rem;top:0.5625rem;left:1.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15002;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FcWica4Htec6MF01l89w9qlZDF9Hye8o { width:16.4355625rem;height:7.3125rem;top:6.875rem;left:1.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15001;color:#000000;display:block; }
 }