.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97d498c2-9f70-4649-8b3f-619fe8a954c2/CSIRIICTImage.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc.adaptive-delivery-prevent-bg, #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc.lazyload, #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc.lazyloading { background-image: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { background-color: transparent; background-image: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { border-width: 0; border-radius: 0; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#kl7oMIJHV3iEEOtTMTzfn34ZRTRvHARt { display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:30.5908203125rem;left:7.5rem;height:0;color:#fff6f6;display:block; }
#IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { position:absolute;display:block;z-index:15009;height:24.5rem;width:25rem;top:8.90283203125rem;left:44.65625rem;display:block; }
#y4SwF1AI8XRZltCifDkR81WN8Zimvmr7 { color:#940d0d;display:block;width:36.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:1.1875rem;left:34.1875rem;height:3.6002625rem;font-style:normal;display:block; }
#e9VtmE3zHFmzNUMCK3scInen9SV2ymui { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.124375rem;top:1.2684462070465rem;left:3.7999134063721rem;overflow:hidden;display:block; }
#eTWd2uMe1SolEn6DW4yKRMbMVSRuTAMm { color:#0b3220;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:6.6279296875rem;left:44.59375rem;height:2.4746125rem;font-style:normal;display:block; }
#JomAfGWGA5WKqaA3poIVgO3GaG5r7qoc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30.9375rem;width:30.9375rem;top:7.5618491172787rem;left:3.7999134063721rem;overflow:hidden;display:block; }
#TTbrtwchnbt8dBVAVTCzKqyODcXAmGF7 { position:absolute;display:block;z-index:14999;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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.57) ;height:4.125rem;width:36.875rem;top:0.875rem;left:33.625rem;display:block; }
#LPUfn1MT7cvARIRH28mFST7OBkLWBOLT { position:absolute;display:block;z-index:15000;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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.57) ;height:31.75rem;width:27.4375rem;top:6.0654296875rem;left:43.5rem;display:block; }
#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f671043-c7e9-4312-abca-bb20098cf4e1/certificate_bg.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx.adaptive-delivery-prevent-bg, #uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx.lazyload, #uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx.lazyloading { background-image: none; }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .row .container { background-color: transparent; background-image: none; }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .row .container > .video-iframe-container { display: none; }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .row > .video-iframe-container { display: none; }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .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); }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .row .container { border-width: 0; border-radius: 0; }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#WTeG9T1vpCNCC1rmbyd31UemP1VTHRiD { color:#080606;display:block;width:29.124375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.4375rem;height:2.192925rem;font-style:normal;display:block; }
#BOBAbvNQCAo0eXxfh2mX11OeyBZcgxbE { color:#0f0908;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.6875rem;left:4.5625rem;height:10.2386875rem;display:block; }
#eVaPLJ3mSEDNsfW71tDf0UDhCmCqkuJT { color:#080606;display:block;width:28.686rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.8125rem;left:37.3125rem;height:1.7068125rem;font-style:normal;display:block; }
#qRvmf5mthcLJTpXENHNKUoupmSZCQlPk { color:#0f0908;display:block;width:29.5609375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.625rem;left:39.8125rem;height:2.599825rem;display:block; }
#UQzJSfLrBOevcvNfoZPN2kJdTzBcrrxl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9rem;left:37.3125rem; }
#UnkDwlVHq5zp0qyqgwblTxRd5mtO60Ud { color:#0f0908;display:block;width:28.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.75rem;left:39.8125rem;height:1.2999125rem;display:block; }
#AG44gC3gBPI4h9Miv6FQJmhoa5UNmf9g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.4375rem;left:37.3125rem; }
#Ituz79SyWdqhBV5T2wirtxmn59i4ZpSw { color:#0f0908;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.625rem;left:40.375rem;height:3.8997375rem;display:block; }
#IehftPyZPCWRmvwi63dRql4twTqvC1m4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19.9375rem;left:37.3125rem; }
#O0hG0g1kXnNItTZLhiNMMMdhoF6s7H1S { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:22.75rem;width:67.5rem;top:3.125rem;left:3.0625rem;display:block; }
#Lq1cZRZl4LJfOaMFbJwTDzVRf2f86wu5 { color:#0f0908;display:block;width:28.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.6875rem;left:40.8125rem;height:2.912325rem;display:block; }#Lq1cZRZl4LJfOaMFbJwTDzVRf2f86wu5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lq1cZRZl4LJfOaMFbJwTDzVRf2f86wu5 li:before{  }
#I0iBhz5fac5RuvrADctuQb0a6akPPq8F { color:#0f0908;display:block;width:28.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.375rem;left:40.25rem;height:1.2999125rem;display:block; }
#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102343;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; }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .row .container { background-color: transparent; background-image: none; }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .row .container > .video-iframe-container { display: none; }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .row > .video-iframe-container { display: none; }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .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); }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .row .container { border-width: 0; border-radius: 0; }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#RTQZT1hf4rRRTUB2wJXzM6eWLVBirhPg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.62391662597656rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe { position:relative;display:block; }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe { background-color: transparent; background-image: none; }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe > .row .container > .video-iframe-container { display: none; }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe > .row > .video-iframe-container { display: none; }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe > .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); }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe { border-width: 0; border-radius: 0; }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe > .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; }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:119.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; }#WfFMB3giSPd4s863TXgVERhJLLHkUTXd { position:absolute;display:block;z-index:15002;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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:17.25rem;width:60rem;top:2.4375rem;left:7.5rem;display:block; }
#drWuZm3xlkVVsDAMkykaTKOT1IODceor { position:absolute;display:block;z-index:15003;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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:17.25rem;width:60rem;top:45.4375rem;left:7.5rem;display:block; }
#NN8bhtnzDeDo4BaMeKRBhOGrEnuXdkR1 { position:absolute;display:block;z-index:15004;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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:17.25rem;width:60rem;top:67.375rem;left:7.5rem;display:block; }
#fVmJBTfhZ57yUiBf6Q2riTSkkRLiw8qZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:6.9367179870606rem;left:34.187501907349rem;overflow:hidden;display:block; }
#e6fnhDDCszTZXSwGqp26d8qaZ3OZ9Sgy { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.243751525879rem;left:34.187501907349rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GdO3TkCcArb1A8rgFwlmt7Z3OG6yd6tu { color:#0d1c3d;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15rem;left:34.187501907349rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#Ksa6sHlFB4xvpQ1lDvlFmBhJkTtf6UAo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:50.3125rem;left:8.5625rem;overflow:hidden;display:block; }
#t0xSVuNO31mBvxc5zi5Z8JBipvhb5l4k { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:55.4375rem;left:8.5625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TUikimo7SQwHB5qB3C01lDKavClq307u { color:#0d1c3d;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:58.0625rem;left:8.5625rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#AHsh3GDNrDy53VLKHni0INrriOr8gDLJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:71.5rem;left:36.5rem;overflow:hidden;display:block; }
#TenQ9inuiXVcN1k6MF4ZGeZK7pac6OOH { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:76.8125rem;left:36.5rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1AtfHl9mD3fNGfM1a0P9aNETfHWUWd6 { color:#0d1c3d;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:79.375rem;left:36.5rem;height:3.2487rem;text-align:left;text-align-last:left;display:block; }
#NJaA9ZKerW1i41yRGooLHSG3u0Dy6pst { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.625rem;width:24.625rem;top:3.2687530517578rem;left:8.3125rem;overflow:hidden;display:block; }
#u11qH8eB73HmWlOG584StsQgf9ySb3kI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.375rem;width:23.125rem;top:46.375rem;left:43.4375rem;overflow:hidden;display:block; }
#HQIW6cv5FtB930dy4nxuCNyyEkXLFCqk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.4375rem;width:23.375rem;top:68.3125rem;left:8.3125rem;overflow:hidden;display:block; }
#uU6rnRIodKIBqVAhNuAymop90e551LUz { position:absolute;display:block;z-index:15013;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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem #000000 ;height:17.25rem;width:60rem;top:89.375rem;left:7.5rem;display:block; }
#F3u4iAIa86JPXT7Qh4t9pMT9TsusGDmp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:94rem;left:8.5625rem;overflow:hidden;display:block; }
#SSZPBlntOZnaK5pTxnNKhMHx1nrbVrco { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:99.5rem;left:8.5625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgNJe1gHpKMvZvzgCA6JnwaUKwaBas3J { color:#0d1c3d;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:102.125rem;left:8.5625rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#R24quZMzI7NuCKOcTs2Gu0RmcqsUbhDr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.4375rem;width:23.25rem;top:90.25rem;left:43.375rem;overflow:hidden;display:block; }
#lM3W2QEQcqygJgcGN8td9C2gG97seJiz { background-color:#102343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:110.8125rem;left:30rem;display:block; }
#hLM1lSaw5BSpkuEyTtUQ5LHnW6V8KROB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cof6W4lI87RV2t7VdC423MqiF22NvdSD { position:absolute;display:block;z-index:15008;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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:17.25rem;width:60rem;top:23.875rem;left:7.5rem;display:block; }
#SigTs2LPurmJTKeWuPJZAt9O4xAXdvRk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:27.6875rem;left:10.1875rem;overflow:hidden;display:block; }
#eL6KP21P2gGNIJ0E9XgUJcSp7TPZpKwB { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.625rem;left:10.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xpXaHETbkreRuohGL5buIHuqsHa4qAPT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.625rem;width:16.9375rem;top:24.686415672302rem;left:47.186417579651rem;overflow:hidden;display:block; }
#XhKSOCye1nlVqblhRv3US4u3GLzCkuQV { color:#0d1c3d;display:block;width:35.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:34.5625rem;left:10.1875rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#UFgnaMsrv7sWELB3atsEs1l57kTnwzws { position:relative;display:none; }#UFgnaMsrv7sWELB3atsEs1l57kTnwzws { border-width: 0; border-radius: 0; }#UFgnaMsrv7sWELB3atsEs1l57kTnwzws > .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; }#UFgnaMsrv7sWELB3atsEs1l57kTnwzws > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TCKpgEp4mz0LsL4yBVdpSumOiP9zhTAK { color:#0b3220;display:block;width:53.811875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.729172706604rem;left:10.498047828674rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#RhlXoECFqIPhTh8ofEnbaSiAVoPX5okG { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0rem 0.75rem #000000 ;height:18.25rem;width:34.875rem;top:6.2749633789062rem;left:37.876519203186rem;overflow:hidden;display:block; }
#oNqTL5h6ZZKuWpJZCruEbulghZoKS5Ov { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0rem 0.75rem #000000 ;height:18.1875rem;width:34.8125rem;top:6.3053455352781rem;left:0.05859375rem;overflow:hidden;display:block; }
#FU3xDcANIH313q4U93tvDNAefNMw9Kcw { position:relative;display:none; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw { border-width: 0; border-radius: 0; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .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; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pTt7C8xbTc632cGGkNONa1thU02cT6S4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:46.4995625rem;top:0.74327278137206rem;left:16.004775047302rem;overflow:hidden;display:block; }
#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC { position:relative;display:block; }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC { background-color: transparent; background-image: none; }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC > .row .container > .video-iframe-container { display: none; }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC > .row > .video-iframe-container { display: none; }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC > .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); }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC { border-width: 0; border-radius: 0; }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC > .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; }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;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; }#amhB3bHUvWhMLAXk7kemIDxbxvTuCerV { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4537761211395rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C { position:relative;display:block; }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C { background-color: transparent; background-image: none; }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C > .row .container > .video-iframe-container { display: none; }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C > .row > .video-iframe-container { display: none; }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C > .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); }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C { border-width: 0; border-radius: 0; }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C > .row .container { border-top:0.0625rem solid #6a97c8;border-left:0.0625rem solid #6a97c8;border-right:0.0625rem solid #6a97c8;border-bottom:0.0625rem solid #6a97c8;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#yz0VbLz5lFeAvPtxJixEFtQhIBVg6CXz { color:#6a97c8;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.255859375rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #6a97c8;border-left:0.0625rem solid #6a97c8;border-right:0.0625rem solid #6a97c8;border-bottom:0.0625rem solid #6a97c8; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .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; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.1875rem;height:auto;line-height:1.4;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;font-family:poppins; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .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; }#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-trigger.adaptive-delivery-prevent-bg, #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-trigger.lazyload, #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-trigger.lazyloading { background-image: none; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo { box-sizing:content-box;height:auto;width:36.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:1.625rem;left:37.8125rem; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #vRui12OB8EL7hERTPrXRIExddAK0WrJR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #oVAQWb9EJB8NMW8LwOZPsLcuXTnVEnTo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #hNizOXEKRmpRTh7v2dfitc55ByT6TSQ1 { display:block;position:relative; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #skXZy9gLfKBZTUMeUO0KgBa6BkOwhqL0 {  }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #Nw6BvTtPWzc1BGTxhCBZPIh8KSQWTbsp {  }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #Fi0iUD5yV0FndBdZwFAPLQsZuEEB2Fuu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #QwydV7V077c7NPaNbkRf83GpiZCS7qzf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #XV3LXrH0Vtiq2EdHyTz76uRg47OM0z0w { display:block;position:relative; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #GltJXh2RfLxO1mef8AGZrXTtnQBiDssD {  }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #gtze7QIzWd0tEqkUEvCnZ3pHrXuPKfDf { display:none; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #zpgn1uBC9tM2LFEUl4lk6kRg8Hmuc9dc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #W3le91aUxqFxBIRrmtNRCKfJI1BbqX1a { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #SD1pUIRUg2q2B9nv2cKiH5AfEA9U5ZFk { display:block;position:relative; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #q1uFawrs2lFnabZKUl5Wx6xNGZsBgpOF {  }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #w9CzsCfuDDIuKuSc5DHAH8H4zQEEE9EK { display:none; }
#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF { position:relative;display:block; }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF { background-color: transparent; background-image: none; }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF > .row .container > .video-iframe-container { display: none; }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF > .row > .video-iframe-container { display: none; }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF > .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); }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF { border-width: 0; border-radius: 0; }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF > .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; }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.0625rem;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; }#xdRExFCggeQFaJoE6yVhKsOJawKVAgpo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.186875rem;width:43.186875rem;top:1.2326289303601rem;left:17.747396469116rem;overflow:hidden;display:block; }
#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB { position:relative;display:block; }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB { background-color: transparent; background-image: none; }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB > .row .container > .video-iframe-container { display: none; }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB > .row > .video-iframe-container { display: none; }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB > .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); }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB { border-width: 0; border-radius: 0; }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB > .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; }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;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; }#kl2sCx6dLTxL2bkTJGVvVwN9EiMdenTO { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1867160797119rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh { position:relative;display:block; }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh { background-color: transparent; background-image: none; }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh > .row .container > .video-iframe-container { display: none; }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh > .row > .video-iframe-container { display: none; }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh > .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); }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh { border-width: 0; border-radius: 0; }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh > .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; }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.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; }#QkU3Q1LxrhF7GDCxNo0D4XW9fuMbPvcE { position:absolute;display:block;z-index:14999;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.625rem;width:14.5rem;top:2.9991321563721rem;left:0rem;display:block; }
#JwqZ366llJLdRx5Nu37IHkOEIck92QwP { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:2.3125rem;left:1.9375rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#A9ks9f0qx974TQUmQWf5Zi6XnowsVw3a { position:absolute;display:block;z-index:15008;background-color:#247e84;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.6875rem;left:2.4375rem;display:block; }
#rXT1D3KTK3rbE2Cs45p8uUkG2aV8b676 { position:absolute;display:block;z-index:15028;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:2.0625rem;left:2.875rem;display:block; }
#iuvnwnLeTQysJf1cX4ngzf7NrX3MMA9V { position:absolute;display:block;z-index:15025;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:9.375rem;width:6.5625rem;top:5.0000009536743rem;left:4.0364580154419rem;overflow:hidden;display:block; }
#tFWdshAg62vFFUb0tEhKzxoMQaPeuCVC { position:absolute;display:block;z-index:15035;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:9.6875rem;width:6.9998125rem;top:4.8437509536743rem;left:18.811848640442rem;overflow:hidden;display:block; }
#sT7H1TUMVTF4xSwRxO0w4rXuoV9XzWuW { position:absolute;display:block;z-index:15018;background-color:#247e84;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.6875rem;left:17.3125rem;display:block; }
#w6mVRLMLcF5I0lcqwFp8cNE797s4Xo0K { position:absolute;display:block;z-index:15038;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:2.0625rem;left:17.75rem;display:block; }
#vqO76RdhkTmm7MfAe0lTE3hSoLZqo6GF { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:2.375rem;left:16.8125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UD5VE2VDRPqNzqFALMsPiSZC3IBRfGmH { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:2.1;letter-spacing:0;top:16.0625rem;left:0.0625rem;height:19.6831375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ofoGnCi7RJ5ICq0XLOqiDQebZA3OiFpu { color:#000000;display:block;width:11.936875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:2.1;letter-spacing:0;top:17.561849594116rem;left:16.343316078186rem;height:14.704875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bp2A3RA3BGlE7dHTwdJNH4RU0Mm4lBXE { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:2.1;letter-spacing:0;top:16.879343032837rem;left:30.312500953674rem;height:18.90625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TR3uyaJkRt6KpkEkAJsmogQ6MS4ivN4T { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:2.25rem;left:32.25rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IHeJnJ6OqcFi1d4KggMFXyJTSRpvuAV6 { position:absolute;display:block;z-index:15028;background-color:#247e84;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.6875rem;left:32.75rem;display:block; }
#oFAxEDa9DPs3b1cOF2I0LptR0NEe3cmR { position:absolute;display:block;z-index:15045;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:9.6875rem;width:6.3748125rem;top:4.8437509536743rem;left:34.312066078186rem;overflow:hidden;display:block; }
#d3UubcTbhmEns8bZxk9n5ZyfNe58gO58 { color:#000000;display:block;width:11.8120625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:18.123915672302rem;left:47.249352455139rem;height:6.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#W9laIlBgt2vH8hUbtnWT1eb4hUA7Wm3A { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:2.3125rem;left:47.25rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wkJPnmBhwTOoR8SOBALMOfqwzJ4XySnR { position:absolute;display:block;z-index:15038;background-color:#247e84;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.6875rem;left:47.75rem;display:block; }
#uPJqT5RqXGTfyBG9cpTDvphipgAOE0at { position:absolute;display:block;z-index:15055;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:9.8125rem;width:6.3125rem;top:4.6875009536743rem;left:49.593102455139rem;overflow:hidden;display:block; }
#hABA7L1b3X7Qm926r8hD5E3d2mxIIvQn { position:absolute;display:block;z-index:15029;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:1.18706875rem;width:1.49956875rem;top:35.743274688721rem;left:6.4670143127444rem;overflow:hidden;display:block; }
#se1Wqwm88BXKez4Wgk1Uz97XP1lPFTA1 { position:absolute;display:block;z-index:15027;background-color:#b4b1b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.273872375488rem;left:1.1870660781861rem;display:block; }
#lRwrTcqy5cFdUZwx90nMttFwLwDK0UH3 { position:absolute;display:block;z-index:15028;background-color:#b4b1b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.273872375488rem;left:10.061848640442rem;display:block; }
#IrNEBQ4yEHGCoxgVN27NcZiX8yEgKKcu { position:absolute;display:block;z-index:15048;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.9375rem;left:33.1875rem;display:block; }
#PmK0itUqIMdz5M4Ic85Hz80mbLGKeL3S { position:absolute;display:block;z-index:15058;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:2rem;left:48.1875rem;display:block; }
#nWS1ozRfG5VWgZESLHUoN8eEdbeaa1Zt { position:absolute;display:block;z-index:15000;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.5rem;width:14.375rem;top:3.0620670318604rem;left:15.186633110046rem;display:block; }
#iBQpAtI94hFcTAxMJFUBDtWlCqmXcOGQ { position:absolute;display:block;z-index:15001;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.4375rem;width:14.375rem;top:2.9991321563721rem;left:30.249566078186rem;display:block; }
#wdXHOnh9OiTmwTTcrTkQRXkl6ZGAZ3oT { position:absolute;display:block;z-index:15002;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.125rem;width:14.4375rem;top:3.0620670318604rem;left:45.43728351593rem;display:block; }
#CJkKJCibb5XUN65l3rPPoI9CszenP9KT { position:absolute;display:block;z-index:15008;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:3.2779951095581rem;left:60.486115455627rem;display:block; }
#fUKihHlSKfGROyrQVMkG5gqqsmafTG8i { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:2.1;letter-spacing:0;top:19.012587547302rem;left:61.336808204651rem;height:13.7781875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#J8x9DbxuhZidGx0sdh8pVR4qwcXzc15Z { position:absolute;display:block;z-index:15044;background-color:#247e84;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.6875002384186rem;left:62.737501144406rem;display:block; }
#QPFbG2VtbMM8SwM4KXmJ5ruACs2dhQUc { position:absolute;display:block;z-index:15061;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:10.5rem;width:6.5rem;top:3.9116754531861rem;left:64.568146705625rem;overflow:hidden;display:block; }
#gBFmhcK76QwH4hqSClN7METIpeeWms5f { position:absolute;display:block;z-index:15064;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:2.03125rem;left:63.31249809265rem;display:block; }
#NKGRoDQEF9snaAT1JxwJRvGnx3DGRBW7 { color:#247e84;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:2.3125rem;left:62.456251144409rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MUmLyMo2QCIhP4dfZmtnLrTecJOSorI0 { position:absolute;display:block;z-index:15032;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:1.18706875rem;width:1.49956875rem;top:35.743274688721rem;left:21.561415672302rem;overflow:hidden;display:block; }
#qxnmm9XcwTA7qTBV5gA4LMZ8K1TwoOfV { position:absolute;display:block;z-index:15031;background-color:#b4b1b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.273874282837rem;left:24.998917579651rem;display:block; }
#Ga8KidwntBQMOQMrxnM9U3M2a1aTLH3v { position:absolute;display:block;z-index:15030;background-color:#b4b1b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.273874282837rem;left:16.124133110046rem;display:block; }
#KhucscmULdxmr4i7ZoxIKxl2SzCiynoE { position:absolute;display:block;z-index:15035;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:1.18706875rem;width:1.49956875rem;top:35.743274688721rem;left:36.749135017395rem;overflow:hidden;display:block; }
#Ix4o5BFwAPfR5EPRKBr1Ufy8bmtw65Ep { position:absolute;display:block;z-index:15034;background-color:#b4b1b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.273874282837rem;left:39.442276954651rem;display:block; }
#SX7q3HhqI6xRnFTFVqkG3OJyOKhEJEcR { position:absolute;display:block;z-index:15033;background-color:#b4b1b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.273874282837rem;left:31.498482704163rem;display:block; }
#UyulBSF5cMzfvlhnhH0HKUPUa3PJh5dI { position:absolute;display:block;z-index:15038;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:1.18706875rem;width:1.49956875rem;top:35.743274688721rem;left:51.998700141907rem;overflow:hidden;display:block; }
#Q6OnikxyRf50lDrR7WpJs6fTanvdE3f7 { position:absolute;display:block;z-index:15037;background-color:#b4b1b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.273874282837rem;left:54.998917579651rem;display:block; }
#R1heHqKKLowvC3k2PzZwxVZ6pNApNvuA { position:absolute;display:block;z-index:15036;background-color:#b4b1b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.273874282837rem;left:47.249352455139rem;display:block; }
#zlBESTkMktJevWBG2qJx6cVcvW5UmSAI { position:absolute;display:block;z-index:15041;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:1.18706875rem;width:1.49956875rem;top:35.743274688721rem;left:67.004128456119rem;overflow:hidden;display:block; }
#kcOGvxlv8eDvkmmaXR0KiLvtCTOcOKQn { position:absolute;display:block;z-index:15040;background-color:#b4b1b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.273874282837rem;left:69.368493080137rem;display:block; }
#Ph8lBvtgK6LKHtMrFtToo1fMqstHOoEx { position:absolute;display:block;z-index:15039;background-color:#b4b1b2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.273874282837rem;left:62.455513954162rem;display:block; }
#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy { position:relative;display:block; }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy { background-color: transparent; background-image: none; }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy > .row .container > .video-iframe-container { display: none; }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy > .row > .video-iframe-container { display: none; }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy > .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); }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy { border-width: 0; border-radius: 0; }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy > .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; }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;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; }#bgQarmJVuCDAsB9M23XXe8hq0PInS4hC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.999375rem;width:46.3748125rem;top:0.78125rem;left:14.312067031861rem;display:block; }
#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .row .container { background-color: transparent; background-image: none; }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .row .container > .video-iframe-container { display: none; }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .row > .video-iframe-container { display: none; }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .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); }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .row .container { border-width: 0; border-radius: 0; }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#FqwWP3o32PhPEeCROtpA95FLCHC5CTZe { color:#000000;display:block;width:26.936875rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.859375rem;left:24.03103351593rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .row .container { background-color: transparent; background-image: none; }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .row .container > .video-iframe-container { display: none; }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .row > .video-iframe-container { display: none; }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .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); }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .row .container { border-width: 0; border-radius: 0; }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#qnZZoXbJtweNNqgx0TzAn6m7wuT2pGXQ { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));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:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#lqyT45gAKTB258eltV8X6DWZ67Xu9JAO { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bNUnicAZPt7mdcCKGG3mALlEhoBw46xa { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .row .container { background-color: transparent; background-image: none; }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .row .container > .video-iframe-container { display: none; }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .row > .video-iframe-container { display: none; }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .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); }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .row .container { border-width: 0; border-radius: 0; }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#psRi6Dif6ZgfEEc2BKbU1a3pvfkPf502 { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .row .container { background-color: transparent; background-image: none; }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .row .container > .video-iframe-container { display: none; }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .row > .video-iframe-container { display: none; }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .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); }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .row .container { border-width: 0; border-radius: 0; }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#S0Vd4700g2FIKxmdiOPTOgsW0Z3fTVPJ { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));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:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#KTpI8eS0sZ97mceWOTzpvqAWwIpt2oC3 { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lNFZifNDwW3kNVhVD3igDF3SMET95OhE { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .row .container { background-color: transparent; background-image: none; }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .row .container > .video-iframe-container { display: none; }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .row > .video-iframe-container { display: none; }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .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); }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .row .container { border-width: 0; border-radius: 0; }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#IuZ5wPZN1pIwlRrCoI9n491H1tNqSUmQ { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .row .container { background-color: transparent; background-image: none; }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .row .container > .video-iframe-container { display: none; }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .row > .video-iframe-container { display: none; }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .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); }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .row .container { border-width: 0; border-radius: 0; }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#pXg0fNV5CoOOOMEU5iChFRIVAT8CTyEt { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));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:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#cLwMMq8Edfvs9bk6FlrLLJsgxeR2sK1G { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kruXa2SnJTdZWDZOtUVi7TdGdCKUofsA { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .row .container { background-color: transparent; background-image: none; }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .row .container > .video-iframe-container { display: none; }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .row > .video-iframe-container { display: none; }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .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); }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .row .container { border-width: 0; border-radius: 0; }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#TqR7icGRt5T489xCuV97vGF93Cs75aKy { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:3.2487rem;text-align:left;text-align-last:left;display:block; }
#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .row .container { background-color: transparent; background-image: none; }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .row .container > .video-iframe-container { display: none; }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .row > .video-iframe-container { display: none; }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .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); }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .row .container { border-width: 0; border-radius: 0; }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#CILtwkHwPq4UhhEnKckvg6p7WrgzuNW5 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));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:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#fhDkCQ6oWoLwRWJbTgEaOTJbDNqR6Po8 { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#COJolMoJsxzLRb7yPSRUHQleOrFx1gRb { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#H07eabSfbssxNtrqG4cABLagBCVuSa9P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .row .container { background-color: transparent; background-image: none; }#H07eabSfbssxNtrqG4cABLagBCVuSa9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .row .container > .video-iframe-container { display: none; }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .row > .video-iframe-container { display: none; }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .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); }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .row .container { border-width: 0; border-radius: 0; }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#V0MWIIc1nuw7iKRAQqD3go0gNwoR1FRI { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .row .container { background-color: transparent; background-image: none; }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .row .container > .video-iframe-container { display: none; }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .row > .video-iframe-container { display: none; }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .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); }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .row .container { border-width: 0; border-radius: 0; }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#T2nRJ6h9qu4h4zIUnTX1pzXbp8btpgkK { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));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:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#uukmXakwWhJTnUHx7uzHCP80pk45nEbi { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KXHbiWObr5O9dsTR7oHMyyOp9BHZg33I { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .row .container { background-color: transparent; background-image: none; }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .row .container > .video-iframe-container { display: none; }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .row > .video-iframe-container { display: none; }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .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); }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .row .container { border-width: 0; border-radius: 0; }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#WP6FEMwbWX6G8KgAv5KGAefPOi3penxA { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .row .container { background-color: transparent; background-image: none; }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .row .container > .video-iframe-container { display: none; }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .row > .video-iframe-container { display: none; }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .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); }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .row .container { border-width: 0; border-radius: 0; }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#GOyKwJAHv1Pmcr7qlZKubkA6fz6cMEDt { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));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:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#xSEQUmAD7G3LJqMP43I9Oo5LkGsRsaqF { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tJfBMrnI4yVesCRB3VsEyzu6NrHzpoOi { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .row .container { background-color: transparent; background-image: none; }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .row .container > .video-iframe-container { display: none; }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .row > .video-iframe-container { display: none; }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .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); }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .row .container { border-width: 0; border-radius: 0; }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#B9pizeTU53dHW5wNTx4v4TQTcqTNrNEC { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102343;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; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { background-color: transparent; background-image: none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container > .video-iframe-container { display: none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row > .video-iframe-container { display: none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .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); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { border-width: 0; border-radius: 0; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { color:#ffffff;display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.04296875rem;left:9.53125rem;height:5.8507rem;text-align:center;text-align-last:center;display:block; }
#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102343;background-image:url("https://images.assets-landingi.com/uc/e21cb4fa-4345-4275-9f90-a93a24b28702/ellipsis.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.adaptive-delivery-prevent-bg, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyload, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyloading { background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { background-color: transparent; background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .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); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { border-width: 0; border-radius: 0; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { 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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0b3220;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.5625019073488rem;left:30.031251907349rem;display:block; }
#q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:13.6875rem;top:0rem;left:30.031251907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl7oMIJHV3iEEOtTMTzfn34ZRTRvHARt { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { top:8.875rem;left:22.75rem;width:25rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4SwF1AI8XRZltCifDkR81WN8Zimvmr7 { top:1.1875rem;left:11.6875rem;width:36rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9VtmE3zHFmzNUMCK3scInen9SV2ymui { top:1.25rem;left:0rem;width:14.0625rem;height:3.4224412584627rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWd2uMe1SolEn6DW4yKRMbMVSRuTAMm { top:6.625rem;left:22.625rem;width:25.125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JomAfGWGA5WKqaA3poIVgO3GaG5r7qoc { top:7.5rem;left:0rem;width:30.9375rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbrtwchnbt8dBVAVTCzKqyODcXAmGF7 { top:0.875rem;left:10.875rem;width:36.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPUfn1MT7cvARIRH28mFST7OBkLWBOLT { top:6.0625rem;left:20.3125rem;width:27.4375rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx { display:block; }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTeG9T1vpCNCC1rmbyd31UemP1VTHRiD { top:4.4375rem;left:0rem;width:29.0625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOBAbvNQCAo0eXxfh2mX11OeyBZcgxbE { top:10.6875rem;left:0rem;width:28.8125rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVaPLJ3mSEDNsfW71tDf0UDhCmCqkuJT { top:4.8125rem;left:19.125rem;width:28.625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRvmf5mthcLJTpXENHNKUoupmSZCQlPk { top:8.625rem;left:18.25rem;width:29.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQzJSfLrBOevcvNfoZPN2kJdTzBcrrxl { top:9rem;left:23.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnkDwlVHq5zp0qyqgwblTxRd5mtO60Ud { top:12.75rem;left:19.125rem;width:28.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG44gC3gBPI4h9Miv6FQJmhoa5UNmf9g { top:12.4375rem;left:23.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ituz79SyWdqhBV5T2wirtxmn59i4ZpSw { top:19.625rem;left:18.875rem;width:28.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IehftPyZPCWRmvwi63dRql4twTqvC1m4 { top:19.9375rem;left:23.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0hG0g1kXnNItTZLhiNMMMdhoF6s7H1S { top:3.125rem;left:0rem;width:47.625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq1cZRZl4LJfOaMFbJwTDzVRf2f86wu5 { top:15.6875rem;left:19.125rem;width:28.5625rem;height:2.875rem;font-size:1rem;display:block; }#Lq1cZRZl4LJfOaMFbJwTDzVRf2f86wu5 li:before{  }
 }@media only screen and (max-width: 763px) { #I0iBhz5fac5RuvrADctuQb0a6akPPq8F { top:14.375rem;left:19.125rem;width:28.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x { display:block; }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTQZT1hf4rRRTUB2wJXzM6eWLVBirhPg { top:0.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe { display:block; }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfFMB3giSPd4s863TXgVERhJLLHkUTXd { top:2.4375rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drWuZm3xlkVVsDAMkykaTKOT1IODceor { top:45.4375rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN8bhtnzDeDo4BaMeKRBhOGrEnuXdkR1 { top:67.375rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVmJBTfhZ57yUiBf6Q2riTSkkRLiw8qZ { top:6.875rem;left:20.562501907349rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6fnhDDCszTZXSwGqp26d8qaZ3OZ9Sgy { top:12.1875rem;left:20.562501907349rem;width:18.125rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdO3TkCcArb1A8rgFwlmt7Z3OG6yd6tu { top:15rem;left:16.75rem;width:31rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksa6sHlFB4xvpQ1lDvlFmBhJkTtf6UAo { top:50.3125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0xSVuNO31mBvxc5zi5Z8JBipvhb5l4k { top:55.4375rem;left:0rem;width:26.375rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUikimo7SQwHB5qB3C01lDKavClq307u { top:58rem;left:0rem;width:30.9375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHsh3GDNrDy53VLKHni0INrriOr8gDLJ { top:71.5rem;left:22.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenQ9inuiXVcN1k6MF4ZGeZK7pac6OOH { top:76.8125rem;left:22.875rem;width:20.9375rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1AtfHl9mD3fNGfM1a0P9aNETfHWUWd6 { top:79.375rem;left:16.75rem;width:31rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJaA9ZKerW1i41yRGooLHSG3u0Dy6pst { top:3.25rem;left:0rem;width:24.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11qH8eB73HmWlOG584StsQgf9ySb3kI { top:46.375rem;left:24.625rem;width:23.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQIW6cv5FtB930dy4nxuCNyyEkXLFCqk { top:68.3125rem;left:0rem;width:23.375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU6rnRIodKIBqVAhNuAymop90e551LUz { top:89.375rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3u4iAIa86JPXT7Qh4t9pMT9TsusGDmp { top:94rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSZPBlntOZnaK5pTxnNKhMHx1nrbVrco { top:99.5rem;left:0rem;width:25.5rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgNJe1gHpKMvZvzgCA6JnwaUKwaBas3J { top:102.125rem;left:0rem;width:31rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R24quZMzI7NuCKOcTs2Gu0RmcqsUbhDr { top:90.25rem;left:24.5rem;width:23.25rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM3W2QEQcqygJgcGN8td9C2gG97seJiz { width:14.9375rem;height:3.9375rem;top:110.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLM1lSaw5BSpkuEyTtUQ5LHnW6V8KROB { display:block; }
 }@media only screen and (max-width: 763px) { #Cof6W4lI87RV2t7VdC423MqiF22NvdSD { top:23.875rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SigTs2LPurmJTKeWuPJZAt9O4xAXdvRk { top:27.6875rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL6KP21P2gGNIJ0E9XgUJcSp7TPZpKwB { top:32.625rem;left:0rem;width:23.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpXaHETbkreRuohGL5buIHuqsHa4qAPT { top:24.625rem;left:30.8125rem;width:16.9375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhKSOCye1nlVqblhRv3US4u3GLzCkuQV { top:34.5625rem;left:0rem;width:35.5625rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFgnaMsrv7sWELB3atsEs1l57kTnwzws { display:block; }#UFgnaMsrv7sWELB3atsEs1l57kTnwzws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCKpgEp4mz0LsL4yBVdpSumOiP9zhTAK { top:0.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhlXoECFqIPhTh8ofEnbaSiAVoPX5okG { top:6.25rem;left:10.6875rem;width:34.875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNqTL5h6ZZKuWpJZCruEbulghZoKS5Ov { top:6.25rem;left:0rem;width:34.8125rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU3xDcANIH313q4U93tvDNAefNMw9Kcw { display:block; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTt7C8xbTc632cGGkNONa1thU02cT6S4 { top:0.6875rem;left:1.25rem;width:46.4375rem;height:31.832456756986rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhuK1mSpt6SfavX2E1cfb5vA5txgztGC { display:block; }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amhB3bHUvWhMLAXk7kemIDxbxvTuCerV { top:3.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUzED1d1OoZkxXyehD1kHgNgDbAQ255C { display:block; }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yz0VbLz5lFeAvPtxJixEFtQhIBVg6CXz { top:9.25rem;left:0rem;width:37.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo { display:flex;height:auto;width:35rem;top:0.9375rem;left:0rem; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #vRui12OB8EL7hERTPrXRIExddAK0WrJR {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #oVAQWb9EJB8NMW8LwOZPsLcuXTnVEnTo {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #hNizOXEKRmpRTh7v2dfitc55ByT6TSQ1 {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #skXZy9gLfKBZTUMeUO0KgBa6BkOwhqL0 {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #Nw6BvTtPWzc1BGTxhCBZPIh8KSQWTbsp {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #Fi0iUD5yV0FndBdZwFAPLQsZuEEB2Fuu {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #QwydV7V077c7NPaNbkRf83GpiZCS7qzf {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #XV3LXrH0Vtiq2EdHyTz76uRg47OM0z0w {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #GltJXh2RfLxO1mef8AGZrXTtnQBiDssD {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #gtze7QIzWd0tEqkUEvCnZ3pHrXuPKfDf {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #zpgn1uBC9tM2LFEUl4lk6kRg8Hmuc9dc {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #W3le91aUxqFxBIRrmtNRCKfJI1BbqX1a {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #SD1pUIRUg2q2B9nv2cKiH5AfEA9U5ZFk {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #q1uFawrs2lFnabZKUl5Wx6xNGZsBgpOF {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #w9CzsCfuDDIuKuSc5DHAH8H4zQEEE9EK {  }
 }@media only screen and (max-width: 763px) { #ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF { display:block; }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdRExFCggeQFaJoE6yVhKsOJawKVAgpo { top:1.1875rem;left:4.1223964691162rem;width:43.125rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB { display:block; }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl2sCx6dLTxL2bkTJGVvVwN9EiMdenTO { top:1.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh { display:block; }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkU3Q1LxrhF7GDCxNo0D4XW9fuMbPvcE { width:14.5rem;height:34.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwqZ366llJLdRx5Nu37IHkOEIck92QwP { width:10.5rem;height:1.5625rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ks9f0qx974TQUmQWf5Zi6XnowsVw3a { width:10rem;height:10rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXT1D3KTK3rbE2Cs45p8uUkG2aV8b676 { top:2.0625rem;left:0rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuvnwnLeTQysJf1cX4ngzf7NrX3MMA9V { top:5rem;left:0rem;width:6.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFWdshAg62vFFUb0tEhKzxoMQaPeuCVC { top:4.8125rem;left:5.1868486404419rem;width:6.9375rem;height:9.6012616409369rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT7H1TUMVTF4xSwRxO0w4rXuoV9XzWuW { width:10rem;height:10rem;top:4.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6mVRLMLcF5I0lcqwFp8cNE797s4Xo0K { top:2.0625rem;left:4.125rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqO76RdhkTmm7MfAe0lTE3hSoLZqo6GF { width:10.5rem;height:1.5625rem;top:2.3125rem;left:3.1870660781861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD5VE2VDRPqNzqFALMsPiSZC3IBRfGmH { width:14.375rem;height:19.625rem;top:16rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofoGnCi7RJ5ICq0XLOqiDQebZA3OiFpu { width:11.875rem;height:14.6875rem;top:17.5rem;left:2.7183160781861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp2A3RA3BGlE7dHTwdJNH4RU0Mm4lBXE { width:14.375rem;height:18.875rem;top:16.875rem;left:16.687500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR3uyaJkRt6KpkEkAJsmogQ6MS4ivN4T { width:10.5rem;height:1.5625rem;top:2.1875rem;left:18.624348640442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHeJnJ6OqcFi1d4KggMFXyJTSRpvuAV6 { width:10rem;height:10rem;top:4.6875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFAxEDa9DPs3b1cOF2I0LptR0NEe3cmR { top:4.8125rem;left:20.687066078186rem;width:6.3125rem;height:9.5928066511763rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3UubcTbhmEns8bZxk9n5ZyfNe58gO58 { width:11.75rem;height:6.6875rem;top:18.0625rem;left:33.624352455139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9laIlBgt2vH8hUbtnWT1eb4hUA7Wm3A { width:10.5rem;height:1.5625rem;top:2.25rem;left:33.624352455139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJPnmBhwTOoR8SOBALMOfqwzJ4XySnR { width:10rem;height:10rem;top:4.6875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPJqT5RqXGTfyBG9cpTDvphipgAOE0at { top:4.6875rem;left:35.968102455139rem;width:6.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hABA7L1b3X7Qm926r8hD5E3d2mxIIvQn { width:1.4375rem;height:1.137934708312rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #se1Wqwm88BXKez4Wgk1Uz97XP1lPFTA1 { width:3.4375rem;height:0.0625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwrTcqy5cFdUZwx90nMttFwLwDK0UH3 { width:3.4375rem;height:0.0625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrNEBQ4yEHGCoxgVN27NcZiX8yEgKKcu { top:1.9375rem;left:19.5625rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmK0itUqIMdz5M4Ic85Hz80mbLGKeL3S { top:2rem;left:34.5625rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWS1ozRfG5VWgZESLHUoN8eEdbeaa1Zt { width:14.375rem;height:34.5rem;top:3rem;left:1.5616331100464rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQpAtI94hFcTAxMJFUBDtWlCqmXcOGQ { width:14.375rem;height:34.4375rem;top:2.9375rem;left:16.624566078186rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdXHOnh9OiTmwTTcrTkQRXkl6ZGAZ3oT { width:14.4375rem;height:34.125rem;top:3rem;left:31.81228351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJkKJCibb5XUN65l3rPPoI9CszenP9KT { width:14.375rem;height:34.0625rem;top:3.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKihHlSKfGROyrQVMkG5gqqsmafTG8i { width:12.8125rem;height:13.75rem;top:19rem;left:34.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8x9DbxuhZidGx0sdh8pVR4qwcXzc15Z { width:10rem;height:10rem;top:4.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPFbG2VtbMM8SwM4KXmJ5ruACs2dhQUc { top:3.875rem;left:41.25rem;width:6.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBFmhcK76QwH4hqSClN7METIpeeWms5f { top:2rem;left:38.875rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKGRoDQEF9snaAT1JxwJRvGnx3DGRBW7 { width:10.5rem;height:1.5625rem;top:2.25rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUmLyMo2QCIhP4dfZmtnLrTecJOSorI0 { width:1.4375rem;height:1.137934708312rem;top:35.6875rem;left:7.9364156723025rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxnmm9XcwTA7qTBV5gA4LMZ8K1TwoOfV { width:3.4375rem;height:0.0625rem;top:36.25rem;left:11.373917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga8KidwntBQMOQMrxnM9U3M2a1aTLH3v { width:3.4375rem;height:0.0625rem;top:36.25rem;left:2.4991331100464rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhucscmULdxmr4i7ZoxIKxl2SzCiynoE { width:1.4375rem;height:1.137934708312rem;top:35.6875rem;left:23.124135017395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4o5BFwAPfR5EPRKBr1Ufy8bmtw65Ep { width:3.4375rem;height:0.0625rem;top:36.25rem;left:25.817276954651rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX7q3HhqI6xRnFTFVqkG3OJyOKhEJEcR { width:3.4375rem;height:0.0625rem;top:36.25rem;left:17.873482704163rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyulBSF5cMzfvlhnhH0HKUPUa3PJh5dI { width:1.4375rem;height:1.137934708312rem;top:35.6875rem;left:38.373700141907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6OnikxyRf50lDrR7WpJs6fTanvdE3f7 { width:3.4375rem;height:0.0625rem;top:36.25rem;left:41.373917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1heHqKKLowvC3k2PzZwxVZ6pNApNvuA { width:3.4375rem;height:0.0625rem;top:36.25rem;left:33.624352455139rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlBESTkMktJevWBG2qJx6cVcvW5UmSAI { width:1.4375rem;height:1.137934708312rem;top:35.6875rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcOGvxlv8eDvkmmaXR0KiLvtCTOcOKQn { width:3.4375rem;height:0.0625rem;top:36.25rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph8lBvtgK6LKHtMrFtToo1fMqstHOoEx { width:3.4375rem;height:0.0625rem;top:36.25rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy { display:block; }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgQarmJVuCDAsB9M23XXe8hq0PInS4hC { top:0.75rem;left:0.68706703186037rem;width:46.3125rem;height:25.964440388573rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzatryMN7T3PUzWJuTz1zakCmq2JcgHa { display:block; }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqwWP3o32PhPEeCROtpA95FLCHC5CTZe { top:0.8125rem;left:10.40603351593rem;width:26.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta { display:block; }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnZZoXbJtweNNqgx0TzAn6m7wuT2pGXQ { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqyT45gAKTB258eltV8X6DWZ67Xu9JAO { top:0.5rem;left:0rem;width:4.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNUnicAZPt7mdcCKGG3mALlEhoBw46xa { width:47.75rem;height:1.6875rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb { display:block; }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psRi6Dif6ZgfEEc2BKbU1a3pvfkPf502 { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 { display:block; }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0Vd4700g2FIKxmdiOPTOgsW0Z3fTVPJ { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpI8eS0sZ97mceWOTzpvqAWwIpt2oC3 { top:0.5rem;left:0rem;width:4.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNFZifNDwW3kNVhVD3igDF3SMET95OhE { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP { display:block; }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuZ5wPZN1pIwlRrCoI9n491H1tNqSUmQ { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 { display:block; }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXg0fNV5CoOOOMEU5iChFRIVAT8CTyEt { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLwMMq8Edfvs9bk6FlrLLJsgxeR2sK1G { top:0.5rem;left:0rem;width:4.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kruXa2SnJTdZWDZOtUVi7TdGdCKUofsA { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ { display:block; }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqR7icGRt5T489xCuV97vGF93Cs75aKy { width:47.75rem;height:3.1875rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g { display:block; }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CILtwkHwPq4UhhEnKckvg6p7WrgzuNW5 { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhDkCQ6oWoLwRWJbTgEaOTJbDNqR6Po8 { top:0.5rem;left:0rem;width:4.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #COJolMoJsxzLRb7yPSRUHQleOrFx1gRb { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H07eabSfbssxNtrqG4cABLagBCVuSa9P { display:block; }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0MWIIc1nuw7iKRAQqD3go0gNwoR1FRI { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e79BTTVCfJERv50aHqGyuDmvXGtwBd8s { display:block; }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2nRJ6h9qu4h4zIUnTX1pzXbp8btpgkK { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uukmXakwWhJTnUHx7uzHCP80pk45nEbi { top:0.5rem;left:0rem;width:4.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXHbiWObr5O9dsTR7oHMyyOp9BHZg33I { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU { display:block; }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WP6FEMwbWX6G8KgAv5KGAefPOi3penxA { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq { display:block; }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOyKwJAHv1Pmcr7qlZKubkA6fz6cMEDt { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSEQUmAD7G3LJqMP43I9Oo5LkGsRsaqF { top:0.5rem;left:0rem;width:4.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJfBMrnI4yVesCRB3VsEyzu6NrHzpoOi { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD { display:block; }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9pizeTU53dHW5wNTx4v4TQTcqTNrNEC { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { display:block; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { top:1rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { width:14.9375rem;height:3.9375rem;top:6.5625rem;left:16.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block; }
 }@media only screen and (max-width: 763px) { #mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { top:0rem;left:16.406251907349rem;width:13.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97d498c2-9f70-4649-8b3f-619fe8a954c2/CSIRIICTImage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc.adaptive-delivery-prevent-bg, #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc.lazyload, #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc.lazyloading { background-image: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { background-color: transparent; background-image: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl7oMIJHV3iEEOtTMTzfn34ZRTRvHARt { width:20rem;height:0;top:11.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { width:20rem;height:18.1875rem;top:14.186849594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4SwF1AI8XRZltCifDkR81WN8Zimvmr7 { width:20rem;height:3.16731875rem;top:6.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#940d0d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e9VtmE3zHFmzNUMCK3scInen9SV2ymui { width:12.874375rem;height:3.06206875rem;top:1.560329914093rem;left:3.5622833371162rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eTWd2uMe1SolEn6DW4yKRMbMVSRuTAMm { width:20rem;height:1.462675rem;top:12.68728351593rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0d1c3d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JomAfGWGA5WKqaA3poIVgO3GaG5r7qoc { width:20rem;height:20rem;top:45.37158203125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TTbrtwchnbt8dBVAVTCzKqyODcXAmGF7 { width:20rem;height:3.9375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPUfn1MT7cvARIRH28mFST7OBkLWBOLT { width:20rem;height:32.25rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx { display:block; }#uaKnV1xIOhLtbCRyiTzBKJzsdZr51NPx > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTeG9T1vpCNCC1rmbyd31UemP1VTHRiD { width:20rem;height:3.75rem;top:2.6085938215256rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BOBAbvNQCAo0eXxfh2mX11OeyBZcgxbE { width:20rem;height:9.74825rem;top:7.4203127622606rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eVaPLJ3mSEDNsfW71tDf0UDhCmCqkuJT { width:20rem;height:1.65rem;top:19.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qRvmf5mthcLJTpXENHNKUoupmSZCQlPk { width:16.811rem;height:3.9rem;top:22rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UQzJSfLrBOevcvNfoZPN2kJdTzBcrrxl { display:flex;width:1.875rem;height:1.875rem;top:22.3125rem;left:0.37421876192093rem; }
 }@media only screen and (max-width: 763px) { #UnkDwlVHq5zp0qyqgwblTxRd5mtO60Ud { width:16.3116875rem;height:1.3rem;top:26.6875rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AG44gC3gBPI4h9Miv6FQJmhoa5UNmf9g { display:flex;width:1.875rem;height:1.875rem;top:26.687500953674rem;left:0.37421876192093rem; }
 }@media only screen and (max-width: 763px) { #Ituz79SyWdqhBV5T2wirtxmn59i4ZpSw { width:15.811625rem;height:6.4995625rem;top:36.25rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IehftPyZPCWRmvwi63dRql4twTqvC1m4 { display:flex;width:1.875rem;height:1.875rem;top:36.250003814698rem;left:0.37421876192093rem; }
 }@media only screen and (max-width: 763px) { #O0hG0g1kXnNItTZLhiNMMMdhoF6s7H1S { width:20.25rem;height:25.125rem;top:18.5rem;left:0rem;background-color:rgba(255,255,255,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Lq1cZRZl4LJfOaMFbJwTDzVRf2f86wu5 { width:15.9375rem;height:4.2125rem;top:31.0625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }#Lq1cZRZl4LJfOaMFbJwTDzVRf2f86wu5 li:before{  }
 }@media only screen and (max-width: 763px) { #I0iBhz5fac5RuvrADctuQb0a6akPPq8F { width:16.3125rem;height:2.6rem;top:28.25rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x { display:block; }#IfRgQ8evBKAGm3lWBunCpCQG07TbDf4x > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTQZT1hf4rRRTUB2wJXzM6eWLVBirhPg { width:20rem;height:3.2487rem;top:0.92500305175781rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe { display:block; }#R80iDcQVrsrMZbl2qhngNPQQbO7DGMXe > .row .container { width:20rem;height:113.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfFMB3giSPd4s863TXgVERhJLLHkUTXd { width:18.4375rem;height:23.25rem;top:2.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drWuZm3xlkVVsDAMkykaTKOT1IODceor { width:18.4375rem;height:24.125rem;top:27.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN8bhtnzDeDo4BaMeKRBhOGrEnuXdkR1 { width:18.4375rem;height:25rem;top:54.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVmJBTfhZ57yUiBf6Q2riTSkkRLiw8qZ { width:3.6875rem;height:3.6875rem;top:14.875000953674rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6fnhDDCszTZXSwGqp26d8qaZ3OZ9Sgy { width:12.5rem;height:1.54375rem;top:19.0625rem;left:1.3750001192093rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GdO3TkCcArb1A8rgFwlmt7Z3OG6yd6tu { width:17.4375rem;height:3.65625rem;top:20.999218940735rem;left:1.3437501192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ksa6sHlFB4xvpQ1lDvlFmBhJkTtf6UAo { width:3.25rem;height:3.25rem;top:41.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0xSVuNO31mBvxc5zi5Z8JBipvhb5l4k { width:14.25rem;height:3.0869125rem;top:44.4375rem;left:1.3750001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUikimo7SQwHB5qB3C01lDKavClq307u { width:17.3125rem;height:3.65625rem;top:47.6875rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHsh3GDNrDy53VLKHni0INrriOr8gDLJ { width:3.6875rem;height:3.6875rem;top:68.81250190735rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenQ9inuiXVcN1k6MF4ZGeZK7pac6OOH { width:15.8125rem;height:1.54375rem;top:73.125rem;left:1.3125001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1AtfHl9mD3fNGfM1a0P9aNETfHWUWd6 { width:17.4375rem;height:3.65625rem;top:74.93750190735rem;left:1.2500001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJaA9ZKerW1i41yRGooLHSG3u0Dy6pst { width:17.125rem;height:11.3125rem;top:2.6875rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11qH8eB73HmWlOG584StsQgf9ySb3kI { width:17.25rem;height:11.5rem;top:28.4375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQIW6cv5FtB930dy4nxuCNyyEkXLFCqk { width:17.25rem;height:11.5rem;top:55.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU6rnRIodKIBqVAhNuAymop90e551LUz { width:18.4375rem;height:25.1875rem;top:82.1875038147rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3u4iAIa86JPXT7Qh4t9pMT9TsusGDmp { width:3.6875rem;height:3.6875rem;top:95.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSZPBlntOZnaK5pTxnNKhMHx1nrbVrco { width:17.375rem;height:1.54375rem;top:99.750001430512rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgNJe1gHpKMvZvzgCA6JnwaUKwaBas3J { width:17.375rem;height:3.65625rem;top:101.8125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R24quZMzI7NuCKOcTs2Gu0RmcqsUbhDr { width:17.25rem;height:11.5rem;top:82.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM3W2QEQcqygJgcGN8td9C2gG97seJiz { width:14.9375rem;height:3.9375rem;top:108.75001382828rem;left:2.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLM1lSaw5BSpkuEyTtUQ5LHnW6V8KROB { display:block; }
 }@media only screen and (max-width: 763px) { #Cof6W4lI87RV2t7VdC423MqiF22NvdSD { width:18.4375rem;height:24.3125rem;top:28.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SigTs2LPurmJTKeWuPJZAt9O4xAXdvRk { width:3.6875rem;height:3.6875rem;top:41.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL6KP21P2gGNIJ0E9XgUJcSp7TPZpKwB { width:14.625rem;height:1.625rem;top:45.5625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpXaHETbkreRuohGL5buIHuqsHa4qAPT { width:14.375rem;height:13.2498125rem;top:28.004558563233rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhKSOCye1nlVqblhRv3US4u3GLzCkuQV { width:17.1875rem;height:4.54426875rem;top:47.1875rem;left:1.4062501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFgnaMsrv7sWELB3atsEs1l57kTnwzws { display:none; }#UFgnaMsrv7sWELB3atsEs1l57kTnwzws > .row .container { width:20rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCKpgEp4mz0LsL4yBVdpSumOiP9zhTAK { width:20rem;height:2.35625rem;top:0.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RhlXoECFqIPhTh8ofEnbaSiAVoPX5okG { width:20rem;height:10.375rem;top:15.744359016419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNqTL5h6ZZKuWpJZCruEbulghZoKS5Ov { width:19.875rem;height:10.375rem;top:4.1829423904419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU3xDcANIH313q4U93tvDNAefNMw9Kcw { display:none; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pTt7C8xbTc632cGGkNONa1thU02cT6S4 { width:20rem;height:13.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhuK1mSpt6SfavX2E1cfb5vA5txgztGC { display:block; }#HhuK1mSpt6SfavX2E1cfb5vA5txgztGC > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amhB3bHUvWhMLAXk7kemIDxbxvTuCerV { width:20rem;height:1.625rem;top:1.6872806549073rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUzED1d1OoZkxXyehD1kHgNgDbAQ255C { display:block; }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#hUzED1d1OoZkxXyehD1kHgNgDbAQ255C > .row .container { width:20rem;height:19.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yz0VbLz5lFeAvPtxJixEFtQhIBVg6CXz { width:20rem;height:1.7068125rem;top:0.93749923706056rem;left:1.1920928910669E-8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-heading-text { text-align:left;text-align-last:left; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo { display:flex;height:auto;width:19.6875rem;top:3.62646484375rem;left:0.15625rem; }
#dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #vRui12OB8EL7hERTPrXRIExddAK0WrJR {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #oVAQWb9EJB8NMW8LwOZPsLcuXTnVEnTo {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #hNizOXEKRmpRTh7v2dfitc55ByT6TSQ1 {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #skXZy9gLfKBZTUMeUO0KgBa6BkOwhqL0 {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #Nw6BvTtPWzc1BGTxhCBZPIh8KSQWTbsp {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #Fi0iUD5yV0FndBdZwFAPLQsZuEEB2Fuu {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #QwydV7V077c7NPaNbkRf83GpiZCS7qzf {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #XV3LXrH0Vtiq2EdHyTz76uRg47OM0z0w {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #GltJXh2RfLxO1mef8AGZrXTtnQBiDssD {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #gtze7QIzWd0tEqkUEvCnZ3pHrXuPKfDf {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #zpgn1uBC9tM2LFEUl4lk6kRg8Hmuc9dc {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #W3le91aUxqFxBIRrmtNRCKfJI1BbqX1a {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #SD1pUIRUg2q2B9nv2cKiH5AfEA9U5ZFk {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #q1uFawrs2lFnabZKUl5Wx6xNGZsBgpOF {  }
 }@media only screen and (max-width: 763px) { #dOs3Ws7N7fTfiZRsW3NAVl3mRqlqVqBo #w9CzsCfuDDIuKuSc5DHAH8H4zQEEE9EK {  }
 }@media only screen and (max-width: 763px) { #ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF { display:block; }#ZciCHbfTIUzRwAM4J7lrT28wSauGTKZF > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdRExFCggeQFaJoE6yVhKsOJawKVAgpo { width:20rem;height:20rem;top:2.4348959922791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB { display:block; }#uJc9y9GueAZdktTb6pEmqNKf9Bct7bPB > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl2sCx6dLTxL2bkTJGVvVwN9EiMdenTO { width:20rem;height:1.94970625rem;top:0.43619728088379rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh { display:block; }#f7hsc5GaX0bDpMvrz6tXVHPe6mBnR6fh > .row .container { width:20rem;height:166.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkU3Q1LxrhF7GDCxNo0D4XW9fuMbPvcE { width:17.875rem;height:30.8125rem;top:2.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwqZ366llJLdRx5Nu37IHkOEIck92QwP { width:16.875rem;height:1.600475rem;top:1.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ks9f0qx974TQUmQWf5Zi6XnowsVw3a { width:10rem;height:10rem;top:4.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXT1D3KTK3rbE2Cs45p8uUkG2aV8b676 { width:8.75rem;height:2.0625rem;top:1.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuvnwnLeTQysJf1cX4ngzf7NrX3MMA9V { width:5.56206875rem;height:9.8123125rem;top:4.4672298431396rem;left:7.2178822159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFWdshAg62vFFUb0tEhKzxoMQaPeuCVC { width:5.99935rem;height:8.3745625rem;top:38.748915672303rem;left:7.1310768723487rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT7H1TUMVTF4xSwRxO0w4rXuoV9XzWuW { width:10rem;height:10rem;top:37.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6mVRLMLcF5I0lcqwFp8cNE797s4Xo0K { width:8.75rem;height:2.0625rem;top:34.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqO76RdhkTmm7MfAe0lTE3hSoLZqo6GF { width:10.5625rem;height:1.600475rem;top:35.0625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD5VE2VDRPqNzqFALMsPiSZC3IBRfGmH { width:17.1875rem;height:14.7048875rem;top:14.875000476837rem;left:1.5187500715256rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofoGnCi7RJ5ICq0XLOqiDQebZA3OiFpu { width:17.1875rem;height:12.2124375rem;top:49.092970848084rem;left:1.4062501192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #bp2A3RA3BGlE7dHTwdJNH4RU0Mm4lBXE { width:16.875rem;height:14.704875rem;top:82.125rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR3uyaJkRt6KpkEkAJsmogQ6MS4ivN4T { width:10.5625rem;height:1.600475rem;top:68.375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHeJnJ6OqcFi1d4KggMFXyJTSRpvuAV6 { width:10rem;height:10rem;top:70.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFAxEDa9DPs3b1cOF2I0LptR0NEe3cmR { width:6.9998125rem;height:9.1873125rem;top:71.092668533325rem;left:6.4995661377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3UubcTbhmEns8bZxk9n5ZyfNe58gO58 { width:11.5625rem;height:9.000625rem;top:116.62327194214rem;left:4.2187500596046rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #W9laIlBgt2vH8hUbtnWT1eb4hUA7Wm3A { width:10.5625rem;height:1.600475rem;top:101.625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJPnmBhwTOoR8SOBALMOfqwzJ4XySnR { width:10rem;height:10rem;top:103.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPJqT5RqXGTfyBG9cpTDvphipgAOE0at { width:7.686625rem;height:9.3120625rem;top:104.27951812744rem;left:6.1555991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #hABA7L1b3X7Qm926r8hD5E3d2mxIIvQn { width:1.5rem;height:1.1875rem;top:30.5rem;left:9.0625003576281rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #se1Wqwm88BXKez4Wgk1Uz97XP1lPFTA1 { width:3.4375rem;height:0.125rem;top:31.0625rem;left:4.2499998807907rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lRwrTcqy5cFdUZwx90nMttFwLwDK0UH3 { width:3.4375rem;height:0.125rem;top:31.0625rem;left:12.312500357628rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #IrNEBQ4yEHGCoxgVN27NcZiX8yEgKKcu { width:9.1873125rem;height:2.06163125rem;top:68.071833610537rem;left:5.3352866768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmK0itUqIMdz5M4Ic85Hz80mbLGKeL3S { width:8.75rem;height:2.0625rem;top:101.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWS1ozRfG5VWgZESLHUoN8eEdbeaa1Zt { width:17.9375rem;height:30.8125rem;top:35.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQpAtI94hFcTAxMJFUBDtWlCqmXcOGQ { width:17.9375rem;height:30.8125rem;top:69.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdXHOnh9OiTmwTTcrTkQRXkl6ZGAZ3oT { width:17.9375rem;height:30.8125rem;top:102.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJkKJCibb5XUN65l3rPPoI9CszenP9KT { width:17.9375rem;height:30.8125rem;top:135.1875rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fUKihHlSKfGROyrQVMkG5gqqsmafTG8i { width:15.1248125rem;height:14.0060625rem;top:147.74848937988rem;left:2.4370661377907rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #J8x9DbxuhZidGx0sdh8pVR4qwcXzc15Z { width:10rem;height:10rem;top:136.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPFbG2VtbMM8SwM4KXmJ5ruACs2dhQUc { width:6.375rem;height:8.0625rem;top:137.2500038147rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBFmhcK76QwH4hqSClN7METIpeeWms5f { width:8.75rem;height:2.0625rem;top:134.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKGRoDQEF9snaAT1JxwJRvGnx3DGRBW7 { width:10.5625rem;height:1.600475rem;top:134.375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUmLyMo2QCIhP4dfZmtnLrTecJOSorI0 { width:1.5rem;height:1.1875rem;top:63.5625rem;left:9.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #qxnmm9XcwTA7qTBV5gA4LMZ8K1TwoOfV { width:3.4375rem;height:0.125rem;top:64.125rem;left:12.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Ga8KidwntBQMOQMrxnM9U3M2a1aTLH3v { width:3.4375rem;height:0.125rem;top:64.125rem;left:4.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #KhucscmULdxmr4i7ZoxIKxl2SzCiynoE { width:1.5rem;height:1.1875rem;top:96.875rem;left:9.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4o5BFwAPfR5EPRKBr1Ufy8bmtw65Ep { width:3.4375rem;height:0.125rem;top:97.4375rem;left:12.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SX7q3HhqI6xRnFTFVqkG3OJyOKhEJEcR { width:3.4375rem;height:0.125rem;top:97.4375rem;left:4.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #UyulBSF5cMzfvlhnhH0HKUPUa3PJh5dI { width:1.5rem;height:1.1875rem;top:130rem;left:9rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Q6OnikxyRf50lDrR7WpJs6fTanvdE3f7 { width:3.4375rem;height:0.125rem;top:130.5625rem;left:12.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #R1heHqKKLowvC3k2PzZwxVZ6pNApNvuA { width:3.4375rem;height:0.125rem;top:130.5625rem;left:4.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zlBESTkMktJevWBG2qJx6cVcvW5UmSAI { width:1.5rem;height:1.1875rem;top:162.5rem;left:9.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #kcOGvxlv8eDvkmmaXR0KiLvtCTOcOKQn { width:3.4375rem;height:0.125rem;top:163.0625rem;left:12.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Ph8lBvtgK6LKHtMrFtToo1fMqstHOoEx { width:3.4375rem;height:0.125rem;top:163.0625rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy { display:block; }#kNOJPq2FcUQmNeN90t99HTJUFyTyf4Vy > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgQarmJVuCDAsB9M23XXe8hq0PInS4hC { height:11.212713798034rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzatryMN7T3PUzWJuTz1zakCmq2JcgHa { display:block; }#PzatryMN7T3PUzWJuTz1zakCmq2JcgHa > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqwWP3o32PhPEeCROtpA95FLCHC5CTZe { width:20rem;height:1.86865rem;top:0.94075584411619rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta { display:block; }#Dxu1ASbz4nzQqmy2P1oiaonx8c4vN6ta > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnZZoXbJtweNNqgx0TzAn6m7wuT2pGXQ { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqyT45gAKTB258eltV8X6DWZ67Xu9JAO { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNUnicAZPt7mdcCKGG3mALlEhoBw46xa { width:18.3745625rem;height:1.7068125rem;top:4.7341575622559rem;left:0.81163197755812rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb { display:block; }#ww9JrfCKBo9II2c4oPfxH15fxJyOyXPb > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psRi6Dif6ZgfEEc2BKbU1a3pvfkPf502 { width:18.3735rem;height:4.87305rem;top:1.0318841934204rem;left:0.81271702051162rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 { display:block; }#GstN9ppRCZlWe2G6fGsE21AND5zIn0h1 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0Vd4700g2FIKxmdiOPTOgsW0Z3fTVPJ { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpI8eS0sZ97mceWOTzpvqAWwIpt2oC3 { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNFZifNDwW3kNVhVD3igDF3SMET95OhE { width:18.3745625rem;height:3.41363125rem;top:4.7341575622559rem;left:0.81163197755812rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP { display:block; }#PbE6EuJ20p9FglqXZGc8cRdIlfPbOvNP > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuZ5wPZN1pIwlRrCoI9n491H1tNqSUmQ { width:18.3735rem;height:3.2487rem;top:1.7328548431396rem;left:0.81271702051162rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 { display:block; }#PUTKDdA9XPt2GTW49ZkOfmI9IfNiLVK9 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXg0fNV5CoOOOMEU5iChFRIVAT8CTyEt { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLwMMq8Edfvs9bk6FlrLLJsgxeR2sK1G { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kruXa2SnJTdZWDZOtUVi7TdGdCKUofsA { width:18.3745625rem;height:3.41363125rem;top:4.7341575622559rem;left:0.81163197755812rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ { display:block; }#P3carBCAM6NAwAu7LAe4DAZ2KUlQtUJJ > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqR7icGRt5T489xCuV97vGF93Cs75aKy { width:18.3735rem;height:9.746125rem;top:1.3639392852783rem;left:0.81271702051162rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g { display:block; }#R3m5hTpB6x2xqOvusBi8BuUb7LTcJU1g > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CILtwkHwPq4UhhEnKckvg6p7WrgzuNW5 { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhDkCQ6oWoLwRWJbTgEaOTJbDNqR6Po8 { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COJolMoJsxzLRb7yPSRUHQleOrFx1gRb { width:18.3745625rem;height:3.41363125rem;top:4.7341575622559rem;left:0.81163197755812rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H07eabSfbssxNtrqG4cABLagBCVuSa9P { display:block; }#H07eabSfbssxNtrqG4cABLagBCVuSa9P > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0MWIIc1nuw7iKRAQqD3go0gNwoR1FRI { width:18.3735rem;height:4.87305rem;top:1.0329828262329rem;left:0.81271702051162rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e79BTTVCfJERv50aHqGyuDmvXGtwBd8s { display:block; }#e79BTTVCfJERv50aHqGyuDmvXGtwBd8s > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2nRJ6h9qu4h4zIUnTX1pzXbp8btpgkK { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uukmXakwWhJTnUHx7uzHCP80pk45nEbi { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXHbiWObr5O9dsTR7oHMyyOp9BHZg33I { width:18.3745625rem;height:3.41363125rem;top:4.7341575622559rem;left:0.81163197755812rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU { display:block; }#ywL54Mz9pGCkAUIPLpSEi5HDn85gkMZU > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WP6FEMwbWX6G8KgAv5KGAefPOi3penxA { width:18.3735rem;height:6.497375rem;top:1.7328548431396rem;left:0.81271702051162rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq { display:block; }#bq4pu0SMlHrCJ5f5xOVkWTXOS9a2DTlq > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOyKwJAHv1Pmcr7qlZKubkA6fz6cMEDt { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSEQUmAD7G3LJqMP43I9Oo5LkGsRsaqF { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJfBMrnI4yVesCRB3VsEyzu6NrHzpoOi { width:18.3745625rem;height:3.41363125rem;top:4.7341575622559rem;left:0.81163197755812rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD { display:block; }#GAnVysPwd1KzhdQzwZU72b1r5iw4LlMD > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9pizeTU53dHW5wNTx4v4TQTcqTNrNEC { width:18.3735rem;height:4.87305rem;top:1.0329666137695rem;left:0.81271702051162rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { display:block; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { width:20rem;height:4.140625rem;top:1.3875002861023rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { background-color:#102343;background-image:url("https://images.assets-landingi.com/uc/e21cb4fa-4345-4275-9f90-a93a24b28702/ellipsis.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.adaptive-delivery-prevent-bg, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyload, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyloading { background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { background-color: transparent; background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .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); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { width:14.9370625rem;height:3.93663125rem;top:6.8739204406737rem;left:2.5303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block; }
 }@media only screen and (max-width: 763px) { #mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { width:13.1875rem;height:6.0625rem;top:0rem;left:2.5312501192093rem;overflow:hidden;display:block; }
 }