.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::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); }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN { 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; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row .container { background-color: transparent; background-image: none; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row .container > .video-iframe-container { display: none; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row > .video-iframe-container { display: none; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .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); }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row .container { border-width: 0; border-radius: 0; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row .container { width:75rem;height:7.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#APrQTWsJkRKXAie7NywDGO9cE3v8l5U2 { 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; }
#bFQquUFG5iVJSVPX5Dxb1rUMTXETalmF { 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; }
#bneTIgnQGvrRTpD7d6ghZu9pTqK14CJP { 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; }
#zJB2nAQ9UsdwpIO1p0wGaSfbmhZRTbw8 { 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; }
#frHe1tzZU046Cv08oTnsMwsTka8qCNVX { 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; }
#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS { position:relative;display:block; }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS { background-color: transparent; background-image: none; }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS > .row .container > .video-iframe-container { display: none; }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS > .row > .video-iframe-container { display: none; }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS > .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); }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS { border-width: 0; border-radius: 0; }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS > .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; }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS > .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; }#zBqOrFgQhoRdqmpPzrkdNLL5wZURyetk { 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:2.875rem;left:31.9375rem;display:block; }
#btE8lyqV4wV7hQhwOiTTcQqrmG20TT81 { 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:4.9375rem;left:30.8125rem;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; }
#fCC87MZmhcT3X4dH39SKFTDQkZ5dwpur { 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:4rem;left:31.9375rem;display:block; }
#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E { 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; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E.adaptive-delivery-prevent-bg, #pLbDxA14P54yQbVbV8rI9vE92sZFNM1E.lazyload, #pLbDxA14P54yQbVbV8rI9vE92sZFNM1E.lazyloading { background-image: none; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row .container { background-color: transparent; background-image: none; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row .container > .video-iframe-container { display: none; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row > .video-iframe-container { display: none; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .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); }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row .container { border-width: 0; border-radius: 0; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#ZlANiOxG73oZUhTmH8zoILseXylagqHZ { 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.3125rem;left:31.9375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmoFTtVMsUAZ0TiiPHtp5R2WxA102820 { 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:19.875rem;left:35.375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQyNnRtVgbTu2MP8h85Z9dSgMm5K6Sza { 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.5625rem;left:15.6875rem;height:2.2743rem;font-style:normal;display:block; }
#cRxKtbJbSPDlzfBDdNCEPDxRhtDTPAgN { 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.625rem;left:15.6875rem;height:2.275rem;font-style:normal;display:block; }
#RkXNDVBR4xlmoRx9efmpkmP0PyWJOQz8 { 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.0625rem;left:18.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpnoZfdb5KCniNdB909SoqgGCaFVT8ZL { 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.625rem;left:16.4375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtpKvlNGL6e9GKloP5iZs4gyMqO8ZC11 { 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.0625rem;left:56.3125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCeoD9TtNZZHThbyZ3T0mN9kkvFSu07e { 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.625rem;left:53.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZ0NIlMhUWg51ISGrazp9AUMQfOaTf0f { 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.125rem;left:33rem; }
#JDUXzczg7Mn4yMrP3t6DDTFDeiiiqWJr { 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.3125rem;left:14.1875rem; }
#KyNhOFSFuJw17fhKc0TStQw0dsXAFk4K { 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.375rem;left:14.1875rem; }
#xEOf660V0Xind58hmbhRChyF1aXoGasU { 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.375rem;left:52.3125rem; }
#Xdw7WIfpTfCgZCXREFyT64uv6y16f44V { 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.4375rem;left:13.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; }
#g54cLkPSummrLz0m0hc8cdgTq3TnsNX4 { 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.4375rem;left:51.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; }
#bx0mmDyrqJG8VtsasNuA5i4aI2TPiMEt { 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.6875rem;left:33rem; }
#eF5aSgWKmUrURmd9VVJCTzt4sOpo6HMD { 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.5rem;left:34.8125rem;height:2.2743rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PW0NOuBT0aTtHy1gqw1lz1tbdrP49HsD { 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.375rem;left:34.8125rem;height:2.2743rem;font-style:normal;display:block; }
#ZqyVW52D4nxK4DJgJlpefqST45c6BguS { 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:12.9375rem;left:34.75rem;height:2.2743rem;font-style:normal;display:block; }
#SXWyoE0SHuBgmLO7Uy9h6fdT7NudqaMV { 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.125rem;left:33rem; }
#RDUxN1divarSVLfXFs0knwTVmHcPks9K { 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.0625rem;left:13.4375rem;display:block; }
#AKgRLNgLavT0I1dzpZxFMZ3bTqa9ekrB { 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:0.9375rem;left:51.5625rem;display:block; }
#elQDtciuXI3mZHhrCCb5ukv5T2D677nU { 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.4375rem;left:16.9375rem;display:block; }
#msaOl1rFEP8sSwGGERAxx9p3WGvQXpQC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFwqOQGOxpPLz0HQasLLLTqfrWQgFRxW { 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.6875rem;left:55.0625rem;display:block; }
#kV7Sl90nWtqTDrsaHirP3A9Dt1KQUPu2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgXDTWmThFaOGf6TJQWIKRNMiiiyvU3l { 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.25rem;left:36rem;display:block; }
#eHBtgXG31pKKGTkkd3SG1SAZHJVT8kmA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FvRk6yRodihOWV2XhdhmdLwWKT0qNtPq { 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.625rem;left:34.8125rem;height:2.2743rem;font-style:normal;display:block; }
#VrrVDDhKMkUPLJEIPVT9rSq0r69cwfA6 { 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.1875rem;left:33rem; }
#AHx9H0pWBsurQDqqICwq8ZmW5NWQxDek { 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.625rem;left:53.8125rem;height:2.2743rem;font-style:normal;display:block; }
#CRfWlbCTo84OcDL6F4pZhamBHMnQH9Ai { 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.625rem;left:52.25rem; }
#C8sPNlZ49wVWbEUNxUWM3bTJ160XONvm { 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.6875rem;left:53.8125rem;height:2.2743rem;font-style:normal;display:block; }
#dnV1thiuSCWMPHgzwBp1zOQWz0OEouEh { 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.4375rem;left:13.4375rem;display:block; }
#U0CZtUdBOtzxwOm8OU45kWnbfnxWsh6g { 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.4375rem;left:51.5625rem;display:block; }
#rbMoR0pvPNedVsC2AFlTvxdAJD9ly7Tk { 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; }
#wzVeLusGJ11eB9ZVT7RZR0XJu0cVwIJe { 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; }
#kT1SEGDRHVlaw3GbmK5f1F92BNyLpSyT { 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; }
#QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy { 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; }#QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy.adaptive-delivery-prevent-bg, #QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy.lazyload, #QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy.lazyloading { background-image: none; }#QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy > .row .container { border-width: 0; border-radius: 0; }#QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:none; }#smivL8xJE3TkpGwpy2VriikSx3NTHHGf { 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; }
#f8nLpONCvDL1RER5BLKy1ZJQ0BoJpMfc { 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; }
#K7yULVtnWoNMVUBuAJDNyAtoAXe592C7 { 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; }
#m1x1mF8CKldkOCVGsOUkAkF6XGPJuEJG { 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; }
#hE6B2QaTOwWz22PRi6C69xzU4ibZoda7 { 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; }
#TTXOUyE6LCwivz5aDDAT2sfVD8h3UD6Q { 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; }
#yVeHn94iMQMT7o63iMmfg6knTNBFoUNT { 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; }
#iXNz9qzrow2CmozW98psfBmbT9g3OvuJ { 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; }
#TPh9vTxe3LH71PoPN6Lwcwg0wtTslB8t { 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; }
#LLZDW2kE3ziAThNF7T5NQdHFetHh71i4 { 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; }
#qbKy2bpQRI0D46N8zlRfh3tTuzIa2U0R { 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; }
#vaOTidnudQxGSP5fpTgO4KvKUWNBAJDN { 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; }
#PLkhwHegzRer9Pzt4gl6DJsx8HaHOIJI { 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; }
#a7ntq4mtrE5ayItBx4hKKfGRDZWAEpyv { 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; }
#qr1gduTk4KQRpIs16SPPzxOTM5H2e1gl { 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; }
#uGUnqliEa1PpVHXI3ZbgRnJN6zH9ykPb { 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; }
#EIhN52wDcAAKBQBFtsRyxCIroab2Wn1M { 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; }
#eeyNt8vOEOMTTTC85DKlVTzJupv7PX8i { 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; }
#JGPPw7LrRxAQ6o52ip0KBFxb1taDC5W8 { 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; }
#QU8eP4af5qam3c8fhVahaXcXvxFsGd3P { 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; }
#LNmmH3xzo8QgqH7yWW4wDHe84LvulqXW { 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; }
#hkw6HonsUTFlVsgJUW2El1IM8DXQqD4G { 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; }
#UFapcAZ5lCfmcqNdJT2T77TF7cmkzx1g { 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; }
#BMRZAAi2Bacy4FqCgcLSDT4nyJ3ZaTQQ { 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; }
#wb4ueEH4LBe6EqKy9VN6slZHNeMMSv0x { 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; }
#TwVFrXeoB0ckhZME7TBCRRIcgvaCyH94 { 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; }
#gKcJ3niTqkUwrgo5kUrMBIsgQyzuCOT7 { 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; }
#MhLn2Lg66FfIds8ktis7ahmcizNm2HbE { 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; }
#zHEqqsQgqN00wLyNPDXcTFdlGE0bw1Uw { 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; }
#e79TgpF1TPZyh7gB5dzUG3p9sHZsLlQi { 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; }
#n4eau4mf5ZMtfpKggzgE4sTPFrmwsxyK { 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; }
#oNVNXHFlzCRLTfgmRzR7AqC5rZQ8EoeD { 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; }
#vy1RT0N1FZutMJJvtWuBUeFKUCgP5Mxg { 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; }
#ScSalXnP2JfTAZEDeTMZMdhTw236ARcv { 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; }
#Xc1iBboFARum7245A7bCQnDUvk2ZeTiL { 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; }
#TocT1mRbEpUwKiMpGuQTXG6o0JN5m8Ov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbGHLvqAQl9kukSadDOnkttBW9aybPEG { 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; }
#FG5vDBrmbd2eU1bDIOaJ2oP8JkHJ3cui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGCC6BTTo4dQXNAvAeC5zpAcQJbcaGnG { 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; }
#kkGVAwzIN21CAASL7sDd9ZUdWhq7d6I6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr { 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;display:block; }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .row .container { background-color: transparent; background-image: none; }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .row .container > .video-iframe-container { display: none; }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .row > .video-iframe-container { display: none; }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .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); }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .row .container { border-width: 0; border-radius: 0; }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#tbLBLz9OxBKDKD9gKwJZMSfDbkEKxcZi { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:14997;line-height:1.4;letter-spacing:0;top:2.54296875rem;left:8.9375rem;height:4.2rem;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; }
#CW8eiPxRKeg9Ze4hMwyEsgQzaTBUHy6N { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:28.125rem;top:1.5625rem;left:23.4375rem;display:block; }
#IuN3Z1viMI4VJL5aSotf04wxL1gMVmZR { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:11.0625rem;left:19.1875rem;display:none; }
#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fa;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; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row .container { background-color: transparent; background-image: none; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row .container > .video-iframe-container { display: none; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row > .video-iframe-container { display: none; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .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); }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row .container { border-width: 0; border-radius: 0; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:75rem;position:relative;display:block; }#vTGzkPKgNu9fqDD7ZV42R9xwR9BLBpbz { position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.33) ;height:22rem;width:28.0625rem;top:2.5rem;left:7.5rem;display:block; }
#fJBysxD1gZZPLITlnyHGy2LSPVcIDiW8 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:8.3750009536744rem;left:8.6875rem;height:9.1875rem;text-align:left;text-align-last:left;display:block; }
#rwPRnTZ2OxbJqMhTobs7ohb72vG32OwL { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4.0625rem;left:18.125rem;height:2.35625rem;display:block; }
#gRafUa1up2DxI19lnbBgVq7qTP1ToIwW { position:absolute;display:block;z-index:15018;background-color:rgba(255,255,255,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.33) ;height:22rem;width:28.0625rem;top:2.5000009536743rem;left:39.4375rem;display:block; }
#IoddC7DUF71ApBLwOGmQolJxJL0yXTbZ { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:8.3750009536744rem;left:40.625rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#vprexc9xtZhWRS9IT4t7QuaytTeAXWZ0 { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:4.125rem;left:49.9375rem;height:2.35625rem;display:block; }
#P5owu5Qu1Wov8skMsA8MVnTVzEwKtFSC { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.33) ;height:22rem;width:28.0625rem;top:25.75rem;left:7.5rem;display:block; }
#AN6ktaZBGwuuqVc3Z1zbemXwkAV68l9M { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:32.0625rem;left:8.75rem;height:9.1875rem;text-align:left;text-align-last:left;display:block; }
#LtWRWUgQE7a9idaRx6xZaLB0LTyTlkDt { position:absolute;display:block;z-index:15024;background-color:rgba(255,255,255,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.33) ;height:22rem;width:28.0625rem;top:25.75rem;left:39.4375rem;display:block; }
#lPwUgTLf6453H76d4xTzwv0BwMcgJKPT { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:32.125rem;left:40.6875rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#Lm9G42bSRTFtpWH4wfPJOlanx6T1hHxE { position:absolute;display:block;z-index:15027;background-color:rgba(255,255,255,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.33) ;height:22rem;width:28.0625rem;top:49rem;left:7.5rem;display:block; }
#OsKHvvc884y4I272TlStlszzq8eFGT3l { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:54.9375rem;left:8.75rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#dnJcGEoMxywNFd5ep6PbHCpa1hxkqczQ { position:absolute;display:block;z-index:15030;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.33) ;height:22rem;width:28.0625rem;top:49rem;left:39.4375rem;display:block; }
#sa0SrT3OLtefDHbpABlvGpLzcCITSpcJ { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:54.875rem;left:40.6875rem;height:11.8125rem;text-align:left;text-align-last:left;display:block; }
#D04GnEveIXzZlp8hcLsh4CTuXs8xfZpm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:4.0625rem;left:46.25rem; }
#EvzanPlclhW4BnKCgKSZC92elVKgAplt { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:7.125rem;left:11.9375rem;display:block; }
#Z9H7zPzchu9qC5T3LCMQvxd8lTaQ8FtM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:4rem;left:14.4375rem; }
#HHJnZyCWtLTl8o5ukLGl4fHMKuU0BEM1 { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:7.1875rem;left:45.6875rem;display:block; }
#wO6osZNMq7Sbk49u5GwHPJ8OCT7GE72w { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.5rem;left:17.9375rem;height:2.35625rem;display:block; }
#I2rBeFwyMA9nSsJXJHM2AssCoTxqHmuT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:27.4375rem;left:14.25rem; }
#GyG1ompa4WiXf4v20Gh1kUypTsIpzQTW { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:30.8125rem;left:11.9375rem;display:block; }
#tsTO8QOIhBDwq4OwQQBEMkGmNTkVF552 { color:#000000;display:block;width:7rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:27.5625rem;left:51.9375rem;height:2.35625rem;display:block; }
#yEhTHIJka1Sxfw9ozT4Qw7W9XSrp7iyJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:27.5rem;left:48.0625rem; }
#B9uxxsyyrHr1cqK8WxWANz6SrznXrBWx { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:30.875rem;left:45.6875rem;display:block; }
#eqPDqxwTablRkTkFcbcWDsNGeI0UqHvX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:50.375rem;left:14rem; }
#XsFPQUActPiPRHdq0wqD2PlQSx0tD7Sc { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:50.4375rem;left:17.5625rem;height:2.35625rem;display:block; }
#FznzAWm9FEbKtv6EO6rtfmRwSzZ1B1cJ { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:53.6875rem;left:11.9375rem;display:block; }
#AT7JZlyzeei23QQtQyeNJLAsVI9Tkn13 { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:50.4375rem;left:50.9375rem;height:2.35625rem;display:block; }
#g1RWkTXiZze9N0WXM76rHKPv8ArFw941 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:50.375rem;left:47.25rem; }
#hB2Mx33SIRHFxB4gvvHk9l87zoxaNhra { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:53.6875rem;left:45.6875rem;display:block; }
#w089VM02czPDBErH7C5rx0mH6vk85b2h { 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;display:block; }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .row .container { background-color: transparent; background-image: none; }#w089VM02czPDBErH7C5rx0mH6vk85b2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .row .container > .video-iframe-container { display: none; }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .row > .video-iframe-container { display: none; }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .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); }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .row .container { border-width: 0; border-radius: 0; }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#ezBS22d8XDg6FShNs35TiCV9fn4NuEUi { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:14997;line-height:1.4;letter-spacing:0;top:2.91796875rem;left:8.9375rem;height:4.2rem;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; }
#HMOgLdTvPyxH4zL1FtD1Axi7CGMXppBN { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:28.125rem;top:1.5625rem;left:23.4375rem;display:block; }
#ShXZZ65dzi4izW3HGqxVHqLknu00Til6 { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:11.0625rem;left:19.1875rem;display:none; }
#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fa;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; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row .container { background-color: transparent; background-image: none; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row .container > .video-iframe-container { display: none; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row > .video-iframe-container { display: none; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .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); }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row .container { border-width: 0; border-radius: 0; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:"open sans";height:auto;line-height:1.4;overflow:hidden; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"open sans";height:auto;line-height:1.4;overflow:hidden; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-trigger.adaptive-delivery-prevent-bg, #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-trigger.lazyload, #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-trigger.lazyloading { background-image: none; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15036;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.5rem;left:7.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #wTneaXuEG5m8mnuK3GxpFl2Ml4yHAQaa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #xpWKFxROvwOmqhQxhu4tPwxcAJLL7io7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #BDOWTM4fgzN738dTUa1GFT0GMPA40oHC { display:block;position:relative; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #bTaTWmdR4QTSru9iM3vF9tZqr7kNN5L0 {  }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #knv4uQ3AeQwFrdGu6XnMU6rNWoT4FiTL {  }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #pkBZcGz6JQqvI9qPvHxdgVoOWCb9gGro { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #gwuyyTlVtITSicPF7ketg8eFaylvdOGS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #UmQOfuJ8unu61dSdt1IWpNU97ke3kJXl { display:block;position:relative; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #hiX4vTFBKDAabn8Zi9fFiO6ATJepGIZE {  }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #nJwb5Ob7uUHvGIOuvPC0nf3vtBTUAJ0b { display:none; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #uezTDlD8Cu3WRn3SxS0xeL0WWkWK1WqX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #nKWyqBg9N6aXfTq3oBmGWIBIf9oHiONs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #vBgtHUPFpWSlitGWhmwdImCapnzyxGH2 { display:block;position:relative; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #ypNK29UNaJ3hcbPKNn2Ngt3P1qvzGvRP {  }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #zitTNEUqemH1kRENuaG9IkDOSNDXePW4 { display:none; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #raTlC8s3C4FuFMsCrriNsbCEmvD3eIZD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #Wm7yCHvxAiuhMz6wM67oX8zmDHtgiZsF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #mUFRyJ6fAoG6e3nVCIV4ZwWBzyGsp1XN { display:block;position:relative; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #ZJGaOt813A5irFu1plXhteuXEFN3seRm {  }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #zU930uRATvNfi5ckpPMhxkicDcgURiPf { display:none; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #RXRtAURq5d2lIf6FcWoLVred7O7nsVP3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #TvWNIoQx8n3O9g3nzVs861rMzk9B4rRE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #t2uNDqWeZxi2OgE0nVX5JJkqh488al6u { display:block;position:relative; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #X5sEycGNHrw8yih1oJI4Bhp4zWWFm96t {  }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #fKaI4IQTTAPz02kZdFckAXk4BD2UUMU6 { display:none; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #TUGO4H5IU8zWabcrw3DNrkkXFQp35G5Z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #gJmDG16rgH5qxsDokaVCszveRrEb70id { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #uvHPfevAelRrbDMrN2rG0pnrwT1hIXuN { display:block;position:relative; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #zdbMa9QsW6EqCPvUinVAAvbBorO7rk44 {  }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #etupXvGiQIbGrB9JTqiOnTHuUFWC8DKE { display:none; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #vtVtUbWZxqUwR559yuX7quTgPGro1kIE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #LR7PTTvrL8pTxMcNll6JrPTS3wZ0Lzme { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #lMeH7bmOlDsup8Kgk0PQDKs10bE7nGR1 { display:block;position:relative; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #cu7skSMKokVKyOw03tpInDJCPBUCVilW {  }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #fxu67GQQvpWbXnccSKiHUu2UP0SyNX4k { display:none; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #kyuUdMiSF55Gq2x041gyhvoyEGpSp81S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #Q5WzMflIDiXqXqD1mXkip9CRGltgmVT5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #KTCIWdbPdUKrZFqKKw9wHa9wnVVsg8ao { display:block;position:relative; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #bFT0LUuGgB6mlkrD8SZTPQ5iKFow4JOv {  }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #ifXcFNbkT1Qsx4CT9OhuSZAT05TWex70 { display:none; }
#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG { 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; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row .container { background-color: transparent; background-image: none; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row .container > .video-iframe-container { display: none; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row > .video-iframe-container { display: none; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .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); }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row .container { border-width: 0; border-radius: 0; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#TVxTdgow4cS7nxatXgEJSPwdybupU98r { 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:5.3125rem;left:7.5rem;height:7.875rem;display:block; }
#PQm5EzTNWN2xI0d1mI8mvlqNudIVzITP { 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; }
#WpfkUqLAb71KsfTSq0mCPi5qSN5zScRm { 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; }
#oZwleEHrMqOdTQ6EH4cuh0apqZzJ6vdZ { 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; }
#XLxoeVBSfFbmAlESvhSW5pd5AZa1zlB8 { 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; }
#XKBATdes28c0R2H5wHak9LcHSLX23HQh { 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; }
#KLEJMPqNaQeSHIQ3h4CLakymL20WO1ZC { 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; }
#eGTOmhXEtzCubwacnIpNffQgA4l2lTc0 { 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; }
#HGVexe8i5omQhE4ctThl09AEotnp28I6 { 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; }
#ZC1wi7Jg4EV73duAZMyothXogcwqvgOt { 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; }
#SUJuXd7tQeSNnutBZziIcUbXMNnEratD { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.25rem;left:0rem;height:2.45rem;display:block; }
#a63Anaf3vl1z02T4Tg1t8LO3nQzTF6H9 { 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; }
#OaE6wcTZgKKP2KGiR2vRBOCGp3Gnv5xA { 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; }
#wbHiTdJO6oQyaI246HesI1nKgghFnARO { position:absolute;display:block;z-index:15010;height:5.125rem;width:9.125rem;top:8.1117000579831rem;left:58.375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NyrpMpBVCgikebTikFXwiBXyXqDmwVWN { display:block; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APrQTWsJkRKXAie7NywDGO9cE3v8l5U2 { top:2.4375rem;left:19.3125rem;width:11.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFQquUFG5iVJSVPX5Dxb1rUMTXETalmF { width:16rem;height:;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bneTIgnQGvrRTpD7d6ghZu9pTqK14CJP { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJB2nAQ9UsdwpIO1p0wGaSfbmhZRTbw8 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #frHe1tzZU046Cv08oTnsMwsTka8qCNVX { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wx5DMfinOLUAmkBWgm02iQu00xVETeQS { display:block; }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBqOrFgQhoRdqmpPzrkdNLL5wZURyetk { width:19.6875rem;height:33rem;top:2.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btE8lyqV4wV7hQhwOiTTcQqrmG20TT81 { width:21.9375rem;height:2.25rem;top:4.9375rem;left:17.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCC87MZmhcT3X4dH39SKFTDQkZ5dwpur { width:19.6875rem;height:4.125rem;top:4rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLbDxA14P54yQbVbV8rI9vE92sZFNM1E { display:none; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZlANiOxG73oZUhTmH8zoILseXylagqHZ { top:17.3125rem;left:18.3125rem;width:19.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmoFTtVMsUAZ0TiiPHtp5R2WxA102820 { top:19.875rem;left:21.75rem;width:12.875rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQyNnRtVgbTu2MP8h85Z9dSgMm5K6Sza { top:6.5625rem;left:2.0625rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRxKtbJbSPDlzfBDdNCEPDxRhtDTPAgN { top:9.625rem;left:2.0625rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkXNDVBR4xlmoRx9efmpkmP0PyWJOQz8 { top:14.0625rem;left:4.5625rem;width:9rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnoZfdb5KCniNdB909SoqgGCaFVT8ZL { top:16.625rem;left:2.8125rem;width:12.5625rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtpKvlNGL6e9GKloP5iZs4gyMqO8ZC11 { top:14.0625rem;left:38.75rem;width:9rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCeoD9TtNZZHThbyZ3T0mN9kkvFSu07e { top:16.625rem;left:33.5625rem;width:14.1875rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ0NIlMhUWg51ISGrazp9AUMQfOaTf0f { top:3.125rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDUXzczg7Mn4yMrP3t6DDTFDeiiiqWJr { top:6.3125rem;left:0.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyNhOFSFuJw17fhKc0TStQw0dsXAFk4K { top:9.375rem;left:0.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEOf660V0Xind58hmbhRChyF1aXoGasU { top:6.375rem;left:38.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdw7WIfpTfCgZCXREFyT64uv6y16f44V { width:18.375rem;height:3.125rem;top:1.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g54cLkPSummrLz0m0hc8cdgTq3TnsNX4 { width:18.4375rem;height:3.125rem;top:1.4375rem;left:29.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx0mmDyrqJG8VtsasNuA5i4aI2TPiMEt { top:12.6875rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF5aSgWKmUrURmd9VVJCTzt4sOpo6HMD { top:6.5rem;left:21.1875rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW0NOuBT0aTtHy1gqw1lz1tbdrP49HsD { top:3.375rem;left:21.1875rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqyVW52D4nxK4DJgJlpefqST45c6BguS { top:12.9375rem;left:21.125rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXWyoE0SHuBgmLO7Uy9h6fdT7NudqaMV { top:6.125rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDUxN1divarSVLfXFs0knwTVmHcPks9K { width:18.4375rem;height:4.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKgRLNgLavT0I1dzpZxFMZ3bTqa9ekrB { width:18.4375rem;height:4.125rem;top:0.9375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elQDtciuXI3mZHhrCCb5ukv5T2D677nU { width:11.5625rem;height:3.4375rem;top:20.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msaOl1rFEP8sSwGGERAxx9p3WGvQXpQC { display:block; }
 }@media only screen and (max-width: 763px) { #TFwqOQGOxpPLz0HQasLLLTqfrWQgFRxW { width:11.5625rem;height:3.4375rem;top:20.6875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV7Sl90nWtqTDrsaHirP3A9Dt1KQUPu2 { display:block; }
 }@media only screen and (max-width: 763px) { #lgXDTWmThFaOGf6TJQWIKRNMiiiyvU3l { width:11.5625rem;height:3.4375rem;top:23.25rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHBtgXG31pKKGTkkd3SG1SAZHJVT8kmA { display:block; }
 }@media only screen and (max-width: 763px) { #FvRk6yRodihOWV2XhdhmdLwWKT0qNtPq { top:9.625rem;left:21.1875rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrrVDDhKMkUPLJEIPVT9rSq0r69cwfA6 { top:9.1875rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHx9H0pWBsurQDqqICwq8ZmW5NWQxDek { top:6.625rem;left:32.125rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRfWlbCTo84OcDL6F4pZhamBHMnQH9Ai { top:9.625rem;left:38.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8sPNlZ49wVWbEUNxUWM3bTJ160XONvm { top:9.6875rem;left:32.125rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnV1thiuSCWMPHgzwBp1zOQWz0OEouEh { width:18.4375rem;height:25.9375rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0CZtUdBOtzxwOm8OU45kWnbfnxWsh6g { width:18.4375rem;height:25.9375rem;top:0.4375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbMoR0pvPNedVsC2AFlTvxdAJD9ly7Tk { width:21.875rem;height:34.875rem;top:3.125rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzVeLusGJ11eB9ZVT7RZR0XJu0cVwIJe { 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) { #kT1SEGDRHVlaw3GbmK5f1F92BNyLpSyT { width:21.875rem;height:4.625rem;top:4.375rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy { display:none; }#QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #smivL8xJE3TkpGwpy2VriikSx3NTHHGf { top:21.9375rem;left:17.125rem;width:10.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8nLpONCvDL1RER5BLKy1ZJQ0BoJpMfc { 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) { #K7yULVtnWoNMVUBuAJDNyAtoAXe592C7 { top:11.5625rem;left:0rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1x1mF8CKldkOCVGsOUkAkF6XGPJuEJG { top:14.625rem;left:0rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE6B2QaTOwWz22PRi6C69xzU4ibZoda7 { top:18.5625rem;left:0rem;width:9rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXOUyE6LCwivz5aDDAT2sfVD8h3UD6Q { top:21.125rem;left:0rem;width:9.875rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVeHn94iMQMT7o63iMmfg6knTNBFoUNT { top:18.4375rem;left:36.75rem;width:9rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXNz9qzrow2CmozW98psfBmbT9g3OvuJ { 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) { #TPh9vTxe3LH71PoPN6Lwcwg0wtTslB8t { top:8rem;left:13.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLZDW2kE3ziAThNF7T5NQdHFetHh71i4 { top:11.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbKy2bpQRI0D46N8zlRfh3tTuzIa2U0R { top:14.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaOTidnudQxGSP5fpTgO4KvKUWNBAJDN { top:11.5625rem;left:32.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLkhwHegzRer9Pzt4gl6DJsx8HaHOIJI { width:18.4375rem;height:25.9375rem;top:4.9375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ntq4mtrE5ayItBx4hKKfGRDZWAEpyv { width:18.4375rem;height:25.9375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1gduTk4KQRpIs16SPPzxOTM5H2e1gl { width:18.4375rem;height:3.125rem;top:6.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGUnqliEa1PpVHXI3ZbgRnJN6zH9ykPb { 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) { #EIhN52wDcAAKBQBFtsRyxCIroab2Wn1M { top:17.5625rem;left:13.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeyNt8vOEOMTTTC85DKlVTzJupv7PX8i { 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) { #JGPPw7LrRxAQ6o52ip0KBFxb1taDC5W8 { 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) { #QU8eP4af5qam3c8fhVahaXcXvxFsGd3P { 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) { #LNmmH3xzo8QgqH7yWW4wDHe84LvulqXW { top:11.125rem;left:13.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkw6HonsUTFlVsgJUW2El1IM8DXQqD4G { width:18.4375rem;height:4.125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFapcAZ5lCfmcqNdJT2T77TF7cmkzx1g { width:18.4375rem;height:4.125rem;top:6.125rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMRZAAi2Bacy4FqCgcLSDT4nyJ3ZaTQQ { 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) { #wb4ueEH4LBe6EqKy9VN6slZHNeMMSv0x { top:14.25rem;left:13.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVFrXeoB0ckhZME7TBCRRIcgvaCyH94 { 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) { #gKcJ3niTqkUwrgo5kUrMBIsgQyzuCOT7 { top:14.625rem;left:32.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhLn2Lg66FfIds8ktis7ahmcizNm2HbE { 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) { #zHEqqsQgqN00wLyNPDXcTFdlGE0bw1Uw { width:21.875rem;height:34.875rem;top:3.1875rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e79TgpF1TPZyh7gB5dzUG3p9sHZsLlQi { 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) { #n4eau4mf5ZMtfpKggzgE4sTPFrmwsxyK { width:21.875rem;height:4.625rem;top:4.4375rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNVNXHFlzCRLTfgmRzR7AqC5rZQ8EoeD { width:19.6875rem;height:33rem;top:1.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy1RT0N1FZutMJJvtWuBUeFKUCgP5Mxg { width:19.6875rem;height:4.125rem;top:2.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSalXnP2JfTAZEDeTMZMdhTw236ARcv { 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) { #Xc1iBboFARum7245A7bCQnDUvk2ZeTiL { width:11.5625rem;height:3.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TocT1mRbEpUwKiMpGuQTXG6o0JN5m8Ov { display:block; }
 }@media only screen and (max-width: 763px) { #lbGHLvqAQl9kukSadDOnkttBW9aybPEG { width:11.5625rem;height:3.4375rem;top:25.5625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG5vDBrmbd2eU1bDIOaJ2oP8JkHJ3cui { display:block; }
 }@media only screen and (max-width: 763px) { #WGCC6BTTo4dQXNAvAeC5zpAcQJbcaGnG { width:11.5625rem;height:3.4375rem;top:29rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkGVAwzIN21CAASL7sDd9ZUdWhq7d6I6 { display:block; }
 }@media only screen and (max-width: 763px) { #fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr { display:block; }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbLBLz9OxBKDKD9gKwJZMSfDbkEKxcZi { width:47.75rem;height:4.1875rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW8eiPxRKeg9Ze4hMwyEsgQzaTBUHy6N { top:1.5625rem;left:9.8125rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #IuN3Z1viMI4VJL5aSotf04wxL1gMVmZR { top:11.0625rem;left:5.5625rem;width:15.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m { display:block; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTGzkPKgNu9fqDD7ZV42R9xwR9BLBpbz { top:2.5rem;left:0rem;width:28.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJBysxD1gZZPLITlnyHGy2LSPVcIDiW8 { top:8.375rem;left:0rem;width:25.625rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwPRnTZ2OxbJqMhTobs7ohb72vG32OwL { top:4.0625rem;left:4.5rem;width:6.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRafUa1up2DxI19lnbBgVq7qTP1ToIwW { top:2.5rem;left:19.6875rem;width:28.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoddC7DUF71ApBLwOGmQolJxJL0yXTbZ { top:8.375rem;left:22.125rem;width:25.625rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vprexc9xtZhWRS9IT4t7QuaytTeAXWZ0 { top:4.125rem;left:36.3125rem;width:10.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5owu5Qu1Wov8skMsA8MVnTVzEwKtFSC { top:25.75rem;left:0rem;width:28.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN6ktaZBGwuuqVc3Z1zbemXwkAV68l9M { top:32.0625rem;left:0rem;width:25.625rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtWRWUgQE7a9idaRx6xZaLB0LTyTlkDt { top:25.75rem;left:19.6875rem;width:28.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPwUgTLf6453H76d4xTzwv0BwMcgJKPT { top:32.125rem;left:22.125rem;width:25.625rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm9G42bSRTFtpWH4wfPJOlanx6T1hHxE { top:49rem;left:0rem;width:28.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsKHvvc884y4I272TlStlszzq8eFGT3l { top:54.9375rem;left:0rem;width:25.625rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJcGEoMxywNFd5ep6PbHCpa1hxkqczQ { top:49rem;left:19.6875rem;width:28.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0SrT3OLtefDHbpABlvGpLzcCITSpcJ { top:54.875rem;left:22.125rem;width:25.625rem;height:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D04GnEveIXzZlp8hcLsh4CTuXs8xfZpm { top:4.0625rem;left:32.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvzanPlclhW4BnKCgKSZC92elVKgAplt { top:7.125rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9H7zPzchu9qC5T3LCMQvxd8lTaQ8FtM { top:4rem;left:0.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHJnZyCWtLTl8o5ukLGl4fHMKuU0BEM1 { top:7.1875rem;left:32.0625rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO6osZNMq7Sbk49u5GwHPJ8OCT7GE72w { top:27.5rem;left:4.3125rem;width:7.1875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2rBeFwyMA9nSsJXJHM2AssCoTxqHmuT { top:27.4375rem;left:0.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyG1ompa4WiXf4v20Gh1kUypTsIpzQTW { top:30.8125rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTO8QOIhBDwq4OwQQBEMkGmNTkVF552 { top:27.5625rem;left:38.3125rem;width:7rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEhTHIJka1Sxfw9ozT4Qw7W9XSrp7iyJ { top:27.5rem;left:34.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9uxxsyyrHr1cqK8WxWANz6SrznXrBWx { top:30.875rem;left:32.0625rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqPDqxwTablRkTkFcbcWDsNGeI0UqHvX { top:50.375rem;left:0.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsFPQUActPiPRHdq0wqD2PlQSx0tD7Sc { top:50.4375rem;left:3.9375rem;width:7.9375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FznzAWm9FEbKtv6EO6rtfmRwSzZ1B1cJ { top:53.6875rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7JZlyzeei23QQtQyeNJLAsVI9Tkn13 { top:50.4375rem;left:37.3125rem;width:8.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1RWkTXiZze9N0WXM76rHKPv8ArFw941 { top:50.375rem;left:33.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB2Mx33SIRHFxB4gvvHk9l87zoxaNhra { top:53.6875rem;left:32.0625rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w089VM02czPDBErH7C5rx0mH6vk85b2h { display:block; }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezBS22d8XDg6FShNs35TiCV9fn4NuEUi { width:47.75rem;height:4.1875rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMOgLdTvPyxH4zL1FtD1Axi7CGMXppBN { top:1.5625rem;left:9.8125rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ShXZZ65dzi4izW3HGqxVHqLknu00Til6 { top:11.0625rem;left:5.5625rem;width:15.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 { display:block; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 { display:flex;height:auto;width:27.8125rem;top:16.75rem;left:0rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #wTneaXuEG5m8mnuK3GxpFl2Ml4yHAQaa {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #xpWKFxROvwOmqhQxhu4tPwxcAJLL7io7 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #BDOWTM4fgzN738dTUa1GFT0GMPA40oHC {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #bTaTWmdR4QTSru9iM3vF9tZqr7kNN5L0 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #knv4uQ3AeQwFrdGu6XnMU6rNWoT4FiTL {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #pkBZcGz6JQqvI9qPvHxdgVoOWCb9gGro {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #gwuyyTlVtITSicPF7ketg8eFaylvdOGS {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #UmQOfuJ8unu61dSdt1IWpNU97ke3kJXl {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #hiX4vTFBKDAabn8Zi9fFiO6ATJepGIZE {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #nJwb5Ob7uUHvGIOuvPC0nf3vtBTUAJ0b {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #uezTDlD8Cu3WRn3SxS0xeL0WWkWK1WqX {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #nKWyqBg9N6aXfTq3oBmGWIBIf9oHiONs {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #vBgtHUPFpWSlitGWhmwdImCapnzyxGH2 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #ypNK29UNaJ3hcbPKNn2Ngt3P1qvzGvRP {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #zitTNEUqemH1kRENuaG9IkDOSNDXePW4 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #raTlC8s3C4FuFMsCrriNsbCEmvD3eIZD {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #Wm7yCHvxAiuhMz6wM67oX8zmDHtgiZsF {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #mUFRyJ6fAoG6e3nVCIV4ZwWBzyGsp1XN {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #ZJGaOt813A5irFu1plXhteuXEFN3seRm {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #zU930uRATvNfi5ckpPMhxkicDcgURiPf {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #RXRtAURq5d2lIf6FcWoLVred7O7nsVP3 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #TvWNIoQx8n3O9g3nzVs861rMzk9B4rRE {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #t2uNDqWeZxi2OgE0nVX5JJkqh488al6u {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #X5sEycGNHrw8yih1oJI4Bhp4zWWFm96t {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #fKaI4IQTTAPz02kZdFckAXk4BD2UUMU6 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #TUGO4H5IU8zWabcrw3DNrkkXFQp35G5Z {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #gJmDG16rgH5qxsDokaVCszveRrEb70id {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #uvHPfevAelRrbDMrN2rG0pnrwT1hIXuN {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #zdbMa9QsW6EqCPvUinVAAvbBorO7rk44 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #etupXvGiQIbGrB9JTqiOnTHuUFWC8DKE {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #vtVtUbWZxqUwR559yuX7quTgPGro1kIE {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #LR7PTTvrL8pTxMcNll6JrPTS3wZ0Lzme {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #lMeH7bmOlDsup8Kgk0PQDKs10bE7nGR1 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #cu7skSMKokVKyOw03tpInDJCPBUCVilW {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #fxu67GQQvpWbXnccSKiHUu2UP0SyNX4k {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #kyuUdMiSF55Gq2x041gyhvoyEGpSp81S {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #Q5WzMflIDiXqXqD1mXkip9CRGltgmVT5 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #KTCIWdbPdUKrZFqKKw9wHa9wnVVsg8ao {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #bFT0LUuGgB6mlkrD8SZTPQ5iKFow4JOv {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #ifXcFNbkT1Qsx4CT9OhuSZAT05TWex70 {  }
 }@media only screen and (max-width: 763px) { #aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG { display:block; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVxTdgow4cS7nxatXgEJSPwdybupU98r { top:5.3125rem;left:0rem;width:16.4375rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQm5EzTNWN2xI0d1mI8mvlqNudIVzITP { 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) { #WpfkUqLAb71KsfTSq0mCPi5qSN5zScRm { 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) { #oZwleEHrMqOdTQ6EH4cuh0apqZzJ6vdZ { 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) { #XLxoeVBSfFbmAlESvhSW5pd5AZa1zlB8 { 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) { #XKBATdes28c0R2H5wHak9LcHSLX23HQh { 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) { #KLEJMPqNaQeSHIQ3h4CLakymL20WO1ZC { 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) { #eGTOmhXEtzCubwacnIpNffQgA4l2lTc0 { 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) { #HGVexe8i5omQhE4ctThl09AEotnp28I6 { 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) { #ZC1wi7Jg4EV73duAZMyothXogcwqvgOt { 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) { #SUJuXd7tQeSNnutBZziIcUbXMNnEratD { top:1.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a63Anaf3vl1z02T4Tg1t8LO3nQzTF6H9 { top:1.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaE6wcTZgKKP2KGiR2vRBOCGp3Gnv5xA { top:4.125rem;left:0rem;width:16.4375rem;height:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbHiTdJO6oQyaI246HesI1nKgghFnARO { top:8.0625rem;left:38.625rem;width:9.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NyrpMpBVCgikebTikFXwiBXyXqDmwVWN { background-color:#012a4d;background-image:none;display:block; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row .container { background-color: transparent; background-image: none; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row .container > .video-iframe-container { display: none; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row > .video-iframe-container { display: none; }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .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); }#NyrpMpBVCgikebTikFXwiBXyXqDmwVWN > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APrQTWsJkRKXAie7NywDGO9cE3v8l5U2 { width:6.9375rem;height:1.5625rem;top:1.25rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFQquUFG5iVJSVPX5Dxb1rUMTXETalmF { width:16.25rem;height:3.59895625rem;top:19.625rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bneTIgnQGvrRTpD7d6ghZu9pTqK14CJP { 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) { #zJB2nAQ9UsdwpIO1p0wGaSfbmhZRTbw8 { 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) { #frHe1tzZU046Cv08oTnsMwsTka8qCNVX { 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) { #Wx5DMfinOLUAmkBWgm02iQu00xVETeQS { display:none; }#Wx5DMfinOLUAmkBWgm02iQu00xVETeQS > .row .container { width:20rem;height:2.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zBqOrFgQhoRdqmpPzrkdNLL5wZURyetk { width:20rem;height:30.5625rem;top:5.42421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #btE8lyqV4wV7hQhwOiTTcQqrmG20TT81 { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #fCC87MZmhcT3X4dH39SKFTDQkZ5dwpur { width:20rem;height:4.625rem;top:6.54921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLbDxA14P54yQbVbV8rI9vE92sZFNM1E { background-color:#f6f6fa;background-image:none;display:block; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row .container { background-color: transparent; background-image: none; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row .container > .video-iframe-container { display: none; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row > .video-iframe-container { display: none; }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .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); }#pLbDxA14P54yQbVbV8rI9vE92sZFNM1E > .row .container { width:20rem;height:86.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlANiOxG73oZUhTmH8zoILseXylagqHZ { 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) { #LmoFTtVMsUAZ0TiiPHtp5R2WxA102820 { 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) { #zQyNnRtVgbTu2MP8h85Z9dSgMm5K6Sza { 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) { #cRxKtbJbSPDlzfBDdNCEPDxRhtDTPAgN { 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) { #RkXNDVBR4xlmoRx9efmpkmP0PyWJOQz8 { 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) { #qpnoZfdb5KCniNdB909SoqgGCaFVT8ZL { 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) { #EtpKvlNGL6e9GKloP5iZs4gyMqO8ZC11 { 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) { #pCeoD9TtNZZHThbyZ3T0mN9kkvFSu07e { 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) { #fZ0NIlMhUWg51ISGrazp9AUMQfOaTf0f { width:1.5625rem;height:1.5625rem;top:33.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDUXzczg7Mn4yMrP3t6DDTFDeiiiqWJr { width:1.5625rem;height:1.5625rem;top:8.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyNhOFSFuJw17fhKc0TStQw0dsXAFk4K { width:1.5625rem;height:1.5625rem;top:11.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEOf660V0Xind58hmbhRChyF1aXoGasU { width:1.5625rem;height:1.5625rem;top:69rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdw7WIfpTfCgZCXREFyT64uv6y16f44V { 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) { #g54cLkPSummrLz0m0hc8cdgTq3TnsNX4 { 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) { #bx0mmDyrqJG8VtsasNuA5i4aI2TPiMEt { width:1.5625rem;height:1.5625rem;top:59.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF5aSgWKmUrURmd9VVJCTzt4sOpo6HMD { 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) { #PW0NOuBT0aTtHy1gqw1lz1tbdrP49HsD { 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) { #ZqyVW52D4nxK4DJgJlpefqST45c6BguS { 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) { #SXWyoE0SHuBgmLO7Uy9h6fdT7NudqaMV { width:1.5625rem;height:1.5625rem;top:63.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDUxN1divarSVLfXFs0knwTVmHcPks9K { width:20rem;height:4.625rem;top:2.5rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKgRLNgLavT0I1dzpZxFMZ3bTqa9ekrB { width:20rem;height:4.625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elQDtciuXI3mZHhrCCb5ukv5T2D677nU { 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) { #msaOl1rFEP8sSwGGERAxx9p3WGvQXpQC { display:block; }
 }@media only screen and (max-width: 763px) { #TFwqOQGOxpPLz0HQasLLLTqfrWQgFRxW { 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) { #kV7Sl90nWtqTDrsaHirP3A9Dt1KQUPu2 { display:block; }
 }@media only screen and (max-width: 763px) { #lgXDTWmThFaOGf6TJQWIKRNMiiiyvU3l { 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) { #eHBtgXG31pKKGTkkd3SG1SAZHJVT8kmA { display:block; }
 }@media only screen and (max-width: 763px) { #FvRk6yRodihOWV2XhdhmdLwWKT0qNtPq { 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) { #VrrVDDhKMkUPLJEIPVT9rSq0r69cwfA6 { width:1.5625rem;height:1.5625rem;top:37rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHx9H0pWBsurQDqqICwq8ZmW5NWQxDek { 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) { #CRfWlbCTo84OcDL6F4pZhamBHMnQH9Ai { width:1.5625rem;height:1.5625rem;top:65.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8sPNlZ49wVWbEUNxUWM3bTJ160XONvm { 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) { #dnV1thiuSCWMPHgzwBp1zOQWz0OEouEh { 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) { #U0CZtUdBOtzxwOm8OU45kWnbfnxWsh6g { 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) { #rbMoR0pvPNedVsC2AFlTvxdAJD9ly7Tk { width:20rem;height:30.5625rem;top:52.9375rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #wzVeLusGJ11eB9ZVT7RZR0XJu0cVwIJe { 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) { #kT1SEGDRHVlaw3GbmK5f1F92BNyLpSyT { width:20rem;height:4.625rem;top:54.1875rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy { background-color:#f6f6fa;background-image:none;display:none; }#QDTnNMSywufcX2qxgWn3bGoLcZ6xdrFy > .row .container { width:20rem;height:85.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #smivL8xJE3TkpGwpy2VriikSx3NTHHGf { 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) { #f8nLpONCvDL1RER5BLKy1ZJQ0BoJpMfc { 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) { #K7yULVtnWoNMVUBuAJDNyAtoAXe592C7 { 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) { #m1x1mF8CKldkOCVGsOUkAkF6XGPJuEJG { 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) { #hE6B2QaTOwWz22PRi6C69xzU4ibZoda7 { 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) { #TTXOUyE6LCwivz5aDDAT2sfVD8h3UD6Q { 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) { #yVeHn94iMQMT7o63iMmfg6knTNBFoUNT { 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) { #iXNz9qzrow2CmozW98psfBmbT9g3OvuJ { 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) { #TPh9vTxe3LH71PoPN6Lwcwg0wtTslB8t { width:1.5625rem;height:1.5625rem;top:33.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLZDW2kE3ziAThNF7T5NQdHFetHh71i4 { width:1.5625rem;height:1.5625rem;top:8.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbKy2bpQRI0D46N8zlRfh3tTuzIa2U0R { width:1.5625rem;height:1.5625rem;top:11.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaOTidnudQxGSP5fpTgO4KvKUWNBAJDN { width:1.5625rem;height:1.5625rem;top:69rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLkhwHegzRer9Pzt4gl6DJsx8HaHOIJI { 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) { #a7ntq4mtrE5ayItBx4hKKfGRDZWAEpyv { 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) { #qr1gduTk4KQRpIs16SPPzxOTM5H2e1gl { 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) { #uGUnqliEa1PpVHXI3ZbgRnJN6zH9ykPb { 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) { #EIhN52wDcAAKBQBFtsRyxCIroab2Wn1M { width:1.5625rem;height:1.5625rem;top:59.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeyNt8vOEOMTTTC85DKlVTzJupv7PX8i { 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) { #JGPPw7LrRxAQ6o52ip0KBFxb1taDC5W8 { 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) { #QU8eP4af5qam3c8fhVahaXcXvxFsGd3P { 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) { #LNmmH3xzo8QgqH7yWW4wDHe84LvulqXW { width:1.5625rem;height:1.5625rem;top:63.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkw6HonsUTFlVsgJUW2El1IM8DXQqD4G { width:20rem;height:4.625rem;top:2.5rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFapcAZ5lCfmcqNdJT2T77TF7cmkzx1g { width:20rem;height:4.625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMRZAAi2Bacy4FqCgcLSDT4nyJ3ZaTQQ { 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) { #wb4ueEH4LBe6EqKy9VN6slZHNeMMSv0x { width:1.5625rem;height:1.5625rem;top:37rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVFrXeoB0ckhZME7TBCRRIcgvaCyH94 { 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) { #gKcJ3niTqkUwrgo5kUrMBIsgQyzuCOT7 { width:1.5625rem;height:1.5625rem;top:65.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhLn2Lg66FfIds8ktis7ahmcizNm2HbE { 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) { #zHEqqsQgqN00wLyNPDXcTFdlGE0bw1Uw { width:20rem;height:30.5625rem;top:52.9375rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #e79TgpF1TPZyh7gB5dzUG3p9sHZsLlQi { 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) { #n4eau4mf5ZMtfpKggzgE4sTPFrmwsxyK { width:20rem;height:4.625rem;top:54.1875rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #oNVNXHFlzCRLTfgmRzR7AqC5rZQ8EoeD { width:20rem;height:30.5625rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy1RT0N1FZutMJJvtWuBUeFKUCgP5Mxg { width:20rem;height:4.625rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSalXnP2JfTAZEDeTMZMdhTw236ARcv { 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) { #Xc1iBboFARum7245A7bCQnDUvk2ZeTiL { 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) { #TocT1mRbEpUwKiMpGuQTXG6o0JN5m8Ov { display:block; }
 }@media only screen and (max-width: 763px) { #lbGHLvqAQl9kukSadDOnkttBW9aybPEG { 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) { #FG5vDBrmbd2eU1bDIOaJ2oP8JkHJ3cui { display:block; }
 }@media only screen and (max-width: 763px) { #WGCC6BTTo4dQXNAvAeC5zpAcQJbcaGnG { 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) { #kkGVAwzIN21CAASL7sDd9ZUdWhq7d6I6 { display:block; }
 }@media only screen and (max-width: 763px) { #fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr { display:block; }#fNKTsvyVrT0kZxJvlIUKyVClvK9ITPQr > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbLBLz9OxBKDKD9gKwJZMSfDbkEKxcZi { width:16.6875rem;height:4.72395625rem;top:2.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW8eiPxRKeg9Ze4hMwyEsgQzaTBUHy6N { width:20rem;height:0;top:1.6875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #IuN3Z1viMI4VJL5aSotf04wxL1gMVmZR { width:15.5625rem;height:0.0625rem;top:1.6875rem;left:2.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m { background-color:#f6f6fa;background-image:none;display:block; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row .container { background-color: transparent; background-image: none; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row .container > .video-iframe-container { display: none; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row > .video-iframe-container { display: none; }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .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); }#cE9icdOk0A2MKwwAZ6UutTCcPKFUJX5m > .row .container { width:20rem;height:147.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTGzkPKgNu9fqDD7ZV42R9xwR9BLBpbz { width:20rem;height:21.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJBysxD1gZZPLITlnyHGy2LSPVcIDiW8 { width:18.25rem;height:14.4375rem;top:6.875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwPRnTZ2OxbJqMhTobs7ohb72vG32OwL { width:12.5rem;height:2.6rem;top:2.8125rem;left:4.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRafUa1up2DxI19lnbBgVq7qTP1ToIwW { width:20rem;height:18.375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoddC7DUF71ApBLwOGmQolJxJL0yXTbZ { width:18.4375rem;height:10.5rem;top:30.1875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vprexc9xtZhWRS9IT4t7QuaytTeAXWZ0 { width:12.5rem;height:2.6rem;top:26.375rem;left:4.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5owu5Qu1Wov8skMsA8MVnTVzEwKtFSC { width:20rem;height:21.125rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN6ktaZBGwuuqVc3Z1zbemXwkAV68l9M { width:18.5rem;height:14.4375rem;top:50.3125rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtWRWUgQE7a9idaRx6xZaLB0LTyTlkDt { width:20rem;height:22.875rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPwUgTLf6453H76d4xTzwv0BwMcgJKPT { width:18.5rem;height:15.75rem;top:73.625rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lm9G42bSRTFtpWH4wfPJOlanx6T1hHxE { width:20rem;height:22.75rem;top:93.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsKHvvc884y4I272TlStlszzq8eFGT3l { width:18.5rem;height:14.4375rem;top:98.375rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dnJcGEoMxywNFd5ep6PbHCpa1hxkqczQ { width:20rem;height:26.875rem;top:117.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0SrT3OLtefDHbpABlvGpLzcCITSpcJ { width:18.5rem;height:19.6875rem;top:122.375rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D04GnEveIXzZlp8hcLsh4CTuXs8xfZpm { width:2.1875rem;height:2.1875rem;top:26.5625rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvzanPlclhW4BnKCgKSZC92elVKgAplt { width:15.5625rem;height:0.0625rem;top:5.375rem;left:3.25rem;background-color:#e3e3e3;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) { #Z9H7zPzchu9qC5T3LCMQvxd8lTaQ8FtM { width:2.1875rem;height:2.1875rem;top:3rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHJnZyCWtLTl8o5ukLGl4fHMKuU0BEM1 { width:15.5625rem;height:0.0625rem;top:28.8125rem;left:3.25rem;background-color:#e3e3e3;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) { #wO6osZNMq7Sbk49u5GwHPJ8OCT7GE72w { width:11rem;height:2.6rem;top:46.625rem;left:4.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2rBeFwyMA9nSsJXJHM2AssCoTxqHmuT { width:2.1875rem;height:2.1875rem;top:46.8125rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyG1ompa4WiXf4v20Gh1kUypTsIpzQTW { width:15.5625rem;height:0.0625rem;top:49.0625rem;left:3.25rem;background-color:#e3e3e3;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) { #tsTO8QOIhBDwq4OwQQBEMkGmNTkVF552 { width:7rem;height:2.6rem;top:69.5rem;left:6.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEhTHIJka1Sxfw9ozT4Qw7W9XSrp7iyJ { width:2.1875rem;height:2.1875rem;top:69.6875rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9uxxsyyrHr1cqK8WxWANz6SrznXrBWx { width:15.5625rem;height:0.0625rem;top:71.9375rem;left:3.25rem;background-color:#e3e3e3;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) { #eqPDqxwTablRkTkFcbcWDsNGeI0UqHvX { width:2.1875rem;height:2.1875rem;top:94.4375rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsFPQUActPiPRHdq0wqD2PlQSx0tD7Sc { width:7.9375rem;height:2.6rem;top:94.25rem;left:6.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FznzAWm9FEbKtv6EO6rtfmRwSzZ1B1cJ { width:15.5625rem;height:0.0625rem;top:96.6875rem;left:3.375rem;background-color:#e3e3e3;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) { #AT7JZlyzeei23QQtQyeNJLAsVI9Tkn13 { width:8.75rem;height:2.35625rem;top:119rem;left:5.625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1RWkTXiZze9N0WXM76rHKPv8ArFw941 { width:2.1875rem;height:2.1875rem;top:119.0625rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB2Mx33SIRHFxB4gvvHk9l87zoxaNhra { width:15.5625rem;height:0.0625rem;top:121.3125rem;left:3.375rem;background-color:#e3e3e3;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) { #w089VM02czPDBErH7C5rx0mH6vk85b2h { display:block; }#w089VM02czPDBErH7C5rx0mH6vk85b2h > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezBS22d8XDg6FShNs35TiCV9fn4NuEUi { width:19.999rem;height:4.72395625rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMOgLdTvPyxH4zL1FtD1Axi7CGMXppBN { width:20rem;height:0;top:1.349609375rem;left:0rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ShXZZ65dzi4izW3HGqxVHqLknu00Til6 { width:15.5625rem;height:0.0625rem;top:1.75rem;left:2.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 { background-color:#f6f6fa;background-image:none;display:block; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row .container { background-color: transparent; background-image: none; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row .container > .video-iframe-container { display: none; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row > .video-iframe-container { display: none; }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .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); }#bT4NnIkOwUgZkoh14eAE9u5ykXT01IA2 > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-heading-text { font-size:0.875rem;height:auto; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-desc-text { font-size:0.875rem;height:auto; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 { display:flex;height:auto;width:17.5rem;top:1.125rem;left:0rem; }
#imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #wTneaXuEG5m8mnuK3GxpFl2Ml4yHAQaa {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #xpWKFxROvwOmqhQxhu4tPwxcAJLL7io7 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #BDOWTM4fgzN738dTUa1GFT0GMPA40oHC {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #bTaTWmdR4QTSru9iM3vF9tZqr7kNN5L0 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #knv4uQ3AeQwFrdGu6XnMU6rNWoT4FiTL {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #pkBZcGz6JQqvI9qPvHxdgVoOWCb9gGro {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #gwuyyTlVtITSicPF7ketg8eFaylvdOGS {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #UmQOfuJ8unu61dSdt1IWpNU97ke3kJXl {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #hiX4vTFBKDAabn8Zi9fFiO6ATJepGIZE {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #nJwb5Ob7uUHvGIOuvPC0nf3vtBTUAJ0b {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #uezTDlD8Cu3WRn3SxS0xeL0WWkWK1WqX {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #nKWyqBg9N6aXfTq3oBmGWIBIf9oHiONs {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #vBgtHUPFpWSlitGWhmwdImCapnzyxGH2 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #ypNK29UNaJ3hcbPKNn2Ngt3P1qvzGvRP {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #zitTNEUqemH1kRENuaG9IkDOSNDXePW4 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #raTlC8s3C4FuFMsCrriNsbCEmvD3eIZD {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #Wm7yCHvxAiuhMz6wM67oX8zmDHtgiZsF {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #mUFRyJ6fAoG6e3nVCIV4ZwWBzyGsp1XN {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #ZJGaOt813A5irFu1plXhteuXEFN3seRm {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #zU930uRATvNfi5ckpPMhxkicDcgURiPf {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #RXRtAURq5d2lIf6FcWoLVred7O7nsVP3 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #TvWNIoQx8n3O9g3nzVs861rMzk9B4rRE {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #t2uNDqWeZxi2OgE0nVX5JJkqh488al6u {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #X5sEycGNHrw8yih1oJI4Bhp4zWWFm96t {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #fKaI4IQTTAPz02kZdFckAXk4BD2UUMU6 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #TUGO4H5IU8zWabcrw3DNrkkXFQp35G5Z {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #gJmDG16rgH5qxsDokaVCszveRrEb70id {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #uvHPfevAelRrbDMrN2rG0pnrwT1hIXuN {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #zdbMa9QsW6EqCPvUinVAAvbBorO7rk44 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #etupXvGiQIbGrB9JTqiOnTHuUFWC8DKE {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #vtVtUbWZxqUwR559yuX7quTgPGro1kIE {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #LR7PTTvrL8pTxMcNll6JrPTS3wZ0Lzme {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #lMeH7bmOlDsup8Kgk0PQDKs10bE7nGR1 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #cu7skSMKokVKyOw03tpInDJCPBUCVilW {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #fxu67GQQvpWbXnccSKiHUu2UP0SyNX4k {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #kyuUdMiSF55Gq2x041gyhvoyEGpSp81S {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #Q5WzMflIDiXqXqD1mXkip9CRGltgmVT5 {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #KTCIWdbPdUKrZFqKKw9wHa9wnVVsg8ao {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #bFT0LUuGgB6mlkrD8SZTPQ5iKFow4JOv {  }
 }@media only screen and (max-width: 763px) { #imgZOSwP4uw8Hm9ZhWX1XnQQTHsUZ5A4 #ifXcFNbkT1Qsx4CT9OhuSZAT05TWex70 {  }
 }@media only screen and (max-width: 763px) { #aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG { background-color:#f6f6fa;background-image:none;position:relative;z-index:auto;display:block; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row .container { background-color: transparent; background-image: none; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row .container > .video-iframe-container { display: none; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row > .video-iframe-container { display: none; }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .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); }#aTzgRteO5HkbpO10ZHq3IL6KTJ9k0ZxG > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVxTdgow4cS7nxatXgEJSPwdybupU98r { 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) { #PQm5EzTNWN2xI0d1mI8mvlqNudIVzITP { 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) { #WpfkUqLAb71KsfTSq0mCPi5qSN5zScRm { 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) { #oZwleEHrMqOdTQ6EH4cuh0apqZzJ6vdZ { 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) { #XLxoeVBSfFbmAlESvhSW5pd5AZa1zlB8 { 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) { #XKBATdes28c0R2H5wHak9LcHSLX23HQh { 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) { #KLEJMPqNaQeSHIQ3h4CLakymL20WO1ZC { 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) { #eGTOmhXEtzCubwacnIpNffQgA4l2lTc0 { 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) { #HGVexe8i5omQhE4ctThl09AEotnp28I6 { 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) { #ZC1wi7Jg4EV73duAZMyothXogcwqvgOt { 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) { #SUJuXd7tQeSNnutBZziIcUbXMNnEratD { 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) { #a63Anaf3vl1z02T4Tg1t8LO3nQzTF6H9 { 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) { #OaE6wcTZgKKP2KGiR2vRBOCGp3Gnv5xA { 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; }
 }@media only screen and (max-width: 763px) { #wbHiTdJO6oQyaI246HesI1nKgghFnARO { width:2.25rem;height:1.25rem;top:15.062501907349rem;left:17.749999582768rem;display:block; }
 }