.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); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { position:relative;display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { background-color: transparent; background-image: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container > .video-iframe-container { display: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row > .video-iframe-container { display: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .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); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { border-width: 0; border-radius: 0; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .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; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .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:4.375rem;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; }#rJn8xmLuOywCggzr345TWo7ROAvTVtL9 { 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:4.25rem;width:14.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e6a8780d-2996-4c73-820b-cc30ed0de018/WhatsAppImage20250714at150504_6580a297.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,16,35,0.46); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,16,35,0.46); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15012;height:22.5625rem;width:27.5625rem;top:3.71875rem;left:45.80615234375rem;display:block; }
#Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.9);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.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 1.875rem rgba(35,114,245,0.2) ;height:24.5rem;width:28.1875rem;top:2.9609375rem;left:45.548828125rem;display:block; }
#aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.81);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:17.4370625rem;width:43.624125rem;top:8.8125rem;left:0rem;display:block; }
#hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { color:#000000;display:block;width:41.75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.1875rem;left:1.5625rem;height:4.3847625rem;font-style:normal;display:block; }
#lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { color:#000000;display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16rem;left:1.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 { color:#000000;display:block;width:40.999375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.6875rem;left:1.375rem;height:5.01220625rem;display:block; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:before{  }
#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { 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:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.adaptive-delivery-prevent-bg, #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.lazyload, #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.lazyloading { background-image: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { background-color: transparent; background-image: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container > .video-iframe-container { display: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container { display: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .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); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { border-width: 0; border-radius: 0; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { color:#080606;display:block;width:29.1235625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.8125rem;height:4.55078125rem;font-style:normal;display:block; }
#q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.9375rem;left:4.8125rem;height:12.4255625rem;display:block; }
#RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { color:#080606;display:block;width:28.6855625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.25rem;left:37.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#yvG7Rf06vxxgeuLdxFz7yH1yXTsn7Eb2 { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.6875rem;left:4.8125rem;height:1.4624rem;display:block; }
#UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { 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.6875rem;width:67.375rem;top:3.625rem;left:3.4375rem;display:block; }
#nrGDeAa8w1pUE72yDrt1Hsz2SWNe1WAu { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.8125rem;left:37.6875rem;height:2.11230625rem;display:block; }
#FITf7eTXWreN3oSB0t1VroodXfgHzlxf { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.1875rem;left:37.6875rem;height:2.1118125rem;display:block; }
#A0i4lTkspPzxrAn2hkBHkQq5sbXTPiwm { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.4375rem;left:37.6875rem;height:4.223625rem;display:block; }
#Z0E3HaNCEbfBNGIXeTqWyhP1u2di2NcJ { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:20.8125rem;left:37.6875rem;height:2.9223625rem;display:block; }
#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { 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:none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { border-width: 0; border-radius: 0; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:none; }#bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.99934911727906rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4OFS6rsTw4ToEgIambLBzP1JiN2V0rR { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6223959922791rem;left:0rem;height:1.62435rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { position:absolute;display:block;z-index:15011;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:29.124375rem;width:32.686625rem;top:6.9375rem;left:26.3125rem;display:block; }
#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip > .row .container { border-width: 0; border-radius: 0; }#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#SWBCZ1KMoMXaI2q36U5ywvJvbk2KewZa { box-sizing:content-box;height:16.5rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:5.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#uHk2CuNFMzrvzSFrFC95ehhiUsCLrhwh { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.375rem;left:6.4375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QipTEk2cPMLLzoAfFz841eEVSRRWAJUU { 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:8.9995625rem;width:17.8125rem;top:2.6875rem;left:5.375rem;overflow:hidden;display:block; }
#k6Hfq557gKcc4pvHxH8dtpEzdcxWOL6e { box-sizing:content-box;height:16.5rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.125rem;left:27rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#XrgWoU3GkrtfBRheChSqTgknVQOTVl5T { 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:10.3125rem;width:17.8125rem;top:2.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#ykBkaJ4Vu9JqDdPkhpbl21XPsNeSt0XT { color:#000000;display:block;width:16.624375rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:27.75rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rg1zlewIdskWMOBN3lDGSktKSUDVUKdI { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.4375rem;left:6.4375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnBFD340hpCUtOWi6qHLDL8nxubzJtul { color:#000000;display:block;width:16.624375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5rem;left:27.75rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erNR6o1yof2mU8qFAXNpTmGCXt3exvAW { box-sizing:content-box;height:16.4995625rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.125rem;left:49.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#I9kXXtyEd8SQEcBvCyGBo7bN8exN1TV7 { 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:7.9373125rem;width:17.8125rem;top:3.4375rem;left:49.25rem;overflow:hidden;display:block; }
#HhyTr0oD0S9IqCZwJhTsOs237peuHR6L { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:50.3125rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TB88wfflFmx9o0Q4E3EARNomRefUisds { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.9375rem;left:50.3125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { color:#080606;display:block;width:30.4980625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.8125rem;left:27.5rem;height:2.43706875rem;font-style:normal;display:block; }
#exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4rem;left:27.5625rem;height:1.462675rem;display:block; }
#qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { color:#0f0908;display:block;width:29.6235rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.1875rem;left:27.9375rem;height:2.599825rem;display:block; }
#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.1;letter-spacing:0;top:9.5625rem;left:31.875rem;height:2.51301875rem;display:block; }#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik li:before{  }
#r84CerT63lTFlUWD9x0Pcm8TxBt2NeBr { color:#0f0908;display:block;width:30.2485rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.6875rem;left:27.625rem;height:1.2999125rem;display:block; }
#BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:15.25rem;left:34.0625rem;height:2.51301875rem;display:block; }#BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ li:before{  }
#QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { color:#080606;display:block;width:27.1235rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:18.0625rem;left:27.5625rem;height:1.7068125rem;font-style:normal;display:block; }
#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 > .row .container { border-width: 0; border-radius: 0; }#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:none; }#kMZsvCLzxSToAF2pSDNRB1vcNCT1didS { box-sizing:content-box;height:16.5rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1rem;left:27.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#S2yv5OHQLEiARD4GQDJkEOGADsfkowng { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.435980796814rem;left:28.310547828674rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhQBsOSsKZypvawPFpBRmDTbl9gKPe6s { box-sizing:content-box;height:16.5rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.125rem;left:49.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#QxeVA8D4x18TVkwanrRyNNULJ70Cbhl5 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.435980796814rem;left:50.374352455139rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTQumf67UzGvbmsg4rL9vUUKKnv6UTFz { position:absolute;display:block;z-index:15019;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.186625rem;width:17.8125rem;top:0.99826431274412rem;left:27.443577766419rem;overflow:hidden;display:block; }
#t3GDAEu1221FOJrMGrHJSr55XSm0GFH4 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.978949546814rem;left:28.310547828674rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9mgGao9RTF2vv7cLk6qv8NBc38uKt4Z { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.978949546814rem;left:50.374352455139rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZDECnOJEC4CKQcGAyTGfbePAwK1xzzN { 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:9.561625rem;width:17.8125rem;top:2.1245660781861rem;left:49.280602455139rem;overflow:hidden;display:block; }
#iRtsDWttONAoZFxk9k3RN1K72xD1ZMXo { box-sizing:content-box;height:16.4995625rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.125rem;left:4.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#KwTLrCQlsV9Rqs0ERBBOaU4HIV36VLTT { position:absolute;display:block;z-index:15019;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.3125rem;width:17.8125rem;top:0.99826431274412rem;left:4.84375rem;overflow:hidden;display:block; }
#Tw7OiXKOvg6xp8CxxtxAISRhZCLvqenI { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.435980796814rem;left:5.9375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7UsUm8LbXu6IFKoKWgXd7kEQNokVcK4 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.978949546814rem;left:5.9375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZWsFVB9B7HWxCzctz5k0r8aFm0xzd7g { background-color:#001f3e;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9355625rem;height:3.62305rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.388021945953rem;left:26.655816078186rem;display:block; }
#adUhfD0vqkOIVeVt3CiihiUx8IQ0MoRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { 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:15028;opacity:1;top:2.0625rem;left:27.5625rem; }
#rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.3125rem;left:30.1875rem;height:1.2999125rem;display:block; }
#rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:4.8125rem;left:30.1875rem;height:1.2999125rem;display:block; }
#I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { 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:15029;opacity:1;top:4.625rem;left:27.5625rem; }
#XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:7.75rem;left:30.1875rem;height:1.2999125rem;display:block; }
#eSPSPxZZRVaWwe42wu3WwQoGKE0QoN13 { 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:15030;opacity:1;top:7.4375rem;left:27.5625rem; }
#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { position:relative;display:block; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { background-color: transparent; background-image: none; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container > .video-iframe-container { display: none; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row > .video-iframe-container { display: none; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .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); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { border-width: 0; border-radius: 0; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .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; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .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:1rem;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; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl { 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; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { background-color: transparent; background-image: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .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); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { border-width: 0; border-radius: 0; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#vQJdibdbPoQddfMJl270PUA3a3w6ETRg { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.64019584655762rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XGesUKivK0sqIKHSkq8C8vr4TaU1ZOfG { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2013893127441rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT { 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; }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row .container { background-color: transparent; background-image: none; }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row .container > .video-iframe-container { display: none; }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row > .video-iframe-container { display: none; }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .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); }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row .container { border-width: 0; border-radius: 0; }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#QPAZdw2TtSpkk5EenhbqNMfeXvpmVgvB { position:absolute;display:block;z-index:14994;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:28.125rem;width:14.5rem;top:2.25rem;left:0rem;display:block; }
#XNSJQkhZnwFGFUP43zaCEfAA9hDzu9Z0 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.125rem;border-top-right-radius:13.125rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:13.125rem;box-shadow: none;height:9.4375rem;width:14.125rem;top:4.8125rem;left:0.5625rem;overflow:hidden;display:block; }
#l5zxJAiqf79om0defXrAEccOE3CZTOR4 { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:17.0751953125rem;left:0.375rem;height:6.2255875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }#l5zxJAiqf79om0defXrAEccOE3CZTOR4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l5zxJAiqf79om0defXrAEccOE3CZTOR4 li:before{  }
#W8aiOg6kRDDRTwblrboAbgygK0GKsK8B { 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.37305rem;width:10.4980625rem;top:1rem;left:2rem;display:block; }
#yNcgkwS7HKzl6F73mKHNPBBnmRBuhG74 { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:1.375rem;left:2.0625rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#n4STrcLLL6ll5VT1iGMWCMJ9uRZQeDA4 { position:absolute;display:block;z-index:14993;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:28.125rem;width:14.5rem;top:2.3125rem;left:15.0625rem;display:block; }
#y6JtWwGQ6zIlHTJO52BMO3iDwPMstmlb { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:17.0751953125rem;left:15.4375rem;height:6.2255875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }#y6JtWwGQ6zIlHTJO52BMO3iDwPMstmlb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y6JtWwGQ6zIlHTJO52BMO3iDwPMstmlb li:before{  }
#mtD04wSi1uTTPpVLWyvZJdamJ1zO37Td { position:absolute;display:block;z-index:15034;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.37305rem;width:10.4980625rem;top:1.0625rem;left:17.0625rem;display:block; }
#dVAwvGTNSVJkTBohnMfs9D1rcG1HwuGk { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:1.4375rem;left:17.125rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Nxi5U5qPTZS7bwxgvCCcPyNcLPmi4cWZ { position:absolute;display:block;z-index:14992;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:28.125rem;width:14.5rem;top:2.3125rem;left:30.25rem;display:block; }
#SaIq7El0irxEZhnt6L10nondyiOC9vHs { color:#000000;display:block;width:13.874rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:17.0751953125rem;left:30.5615234375rem;height:11.8261875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }#SaIq7El0irxEZhnt6L10nondyiOC9vHs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SaIq7El0irxEZhnt6L10nondyiOC9vHs li:before{  }
#L0DdRivgT231srnBXld04DAErX2aIigb { position:absolute;display:block;z-index:15040;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.37305rem;width:10.4980625rem;top:1.0625rem;left:32.25rem;display:block; }
#L9qurSRr557fTDNhGA5wKfSEdXwkFefV { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:1.4375rem;left:32.3125rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#znCNy6iEHrREhTgRzuDV4TBQ6do1uVWt { position:absolute;display:block;z-index:14991;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:28.125rem;width:14.5rem;top:2.25rem;left:45.4375rem;display:block; }
#sDkmnhfh0tqBtWGgoTK3qEF6hOkBtT65 { color:#000000;display:block;width:13.8730625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:17.0751953125rem;left:45.8125rem;height:10.3503125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }#sDkmnhfh0tqBtWGgoTK3qEF6hOkBtT65 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDkmnhfh0tqBtWGgoTK3qEF6hOkBtT65 li:before{  }
#B1iLqmH4aG7y1PRHolss3m9fFiMciuTe { position:absolute;display:block;z-index:15046;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.37305rem;width:10.4980625rem;top:1rem;left:47.4375rem;display:block; }
#Nog5o8AcnQddS3WcaScMykM2Cx8ypcki { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:1.375rem;left:47.5rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QToVG2xR67hWngzPb3wWaLFgHFPCGZET { position:absolute;display:block;z-index:14990;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:28.125rem;width:14.5rem;top:2.25rem;left:60.5625rem;display:block; }
#anqxFdSXCwIhXEA05aTVRd9CzLkc9SP4 { color:#000000;display:block;width:13.874rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:17.0751953125rem;left:61.1259765625rem;height:6.2255875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }#anqxFdSXCwIhXEA05aTVRd9CzLkc9SP4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#anqxFdSXCwIhXEA05aTVRd9CzLkc9SP4 li:before{  }
#WiVT6sZm1MT8L4mPxNcmuVzMJWm4s3K5 { position:absolute;display:block;z-index:15052;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.37305rem;width:10.4980625rem;top:1rem;left:62.5625rem;display:block; }
#wzIBRhAPEvzuQ9hPgUmeKgvUWhXn00ig { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:1.375rem;left:62.625rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xUARGbFWwta9hbhKOdIly7VGzUn9xFxV { box-sizing:content-box;height:8.875rem;width:10.5rem;position:absolute;display:block;z-index:14995;background-color:rgba(32,12,65,0.23);background-image:none;top:5.375rem;left:2.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#p5iRVqnHlyMmrxEnP6GnChGnx7ZgDiK1 { box-sizing:content-box;height:8.875rem;width:10.5rem;position:absolute;display:block;z-index:14996;background-color:rgba(32,12,65,0.23);background-image:none;top:5.09375rem;left:17.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#h77hZiL52apZTqvPpxx27FSXcqWzmZSu { box-sizing:content-box;height:8.875rem;width:10.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(32,12,65,0.23);background-image:none;top:5.4375rem;left:32.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mzKSUobyStn9I6geyGcghOCeIMhTG9Mc { box-sizing:content-box;height:8.875rem;width:10.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(32,12,65,0.23);background-image:none;top:5.4375rem;left:47.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#w2huTuJoLCBsCRXr2L4ImBHZTkXAXP4a { box-sizing:content-box;height:8.875rem;width:10.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(32,12,65,0.23);background-image:none;top:5.4375rem;left:62.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#eNp3IzbyW4uz0mzRXVkV7ay1nFLhTwoM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.125rem;border-top-right-radius:13.125rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:13.125rem;box-shadow: none;height:9.0625rem;width:16.5625rem;top:4.9375rem;left:14.310546875rem;overflow:hidden;display:block; }
#N9uLWF7pQt9ZVcDQr292clT6D1lwiNaO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.125rem;border-top-right-radius:13.125rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:13.125rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:5.375rem;left:29.9375rem;overflow:hidden;display:block; }
#NVkM0t4EU1OEvvLCVr6NgwTba0GS8xMK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.125rem;border-top-right-radius:13.125rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:13.125rem;box-shadow: none;height:9.6875rem;width:17.375rem;top:4.625rem;left:44.5rem;overflow:hidden;display:block; }
#K3xS1qFXQkrT0MA6zNECXLnKBbFDJtvG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.125rem;border-top-right-radius:13.125rem;border-bottom-left-radius:14.25rem;border-bottom-right-radius:13.125rem;box-shadow: none;height:9.0625rem;width:13.6875rem;top:5.25rem;left:60.84375rem;overflow:hidden;display:block; }
#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090e36;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; }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .row .container { background-color: transparent; background-image: none; }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .row .container > .video-iframe-container { display: none; }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .row > .video-iframe-container { display: none; }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .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); }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .row .container { border-width: 0; border-radius: 0; }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .row .container { font-size:0.875rem;font-family:arial;height:67.4375rem;width:75rem;position:relative;display:block; }#snofoBKbU3PO8ivt0crlUzJ3X8M1QMtQ { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8499999046326rem;left:7.5rem;height:3.25rem;font-style:normal;display:block; }
#eVliThTT6mfaIELctG3a6yMtnlTQG4wb { position:absolute;display:block;z-index:15005;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:7.75rem;left:8.8125rem;display:block; }
#tqUxpqNKu6cBAOmsQBs79P4KvcU3xzI7 { position:absolute;display:block;z-index:15008;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:6.3125rem;left:7.5rem;display:block; }
#OTGiGBTrAM12HKsTFqopP4KnZutyokMS { 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:3.4375rem;width:3.5rem;top:10.5rem;left:10.9375rem;overflow:hidden;display:block; }
#t9oDN0BN8fAekRTUp0nkXpWIUJfGMXgw { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.1875rem;height:2.7625rem;font-style:normal;display:block; }
#Efh6NiasrWDa4HxTZx4zH7SdQyhvSKDw { position:absolute;display:block;z-index:15009;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:17.9375rem;left:18.5625rem;display:block; }
#xTAO9gzG8eI4RhcslQOqJqyas7l6RcVa { position:absolute;display:block;z-index:15015;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:16.5rem;left:17.25rem;display:block; }
#Ey18vsbkvoG7J1PPLSSBfQTBPiNm7Dsx { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:18.9375rem;height:2.7625rem;font-style:normal;display:block; }
#JTtrWq0gHeVrSVvZoZkhK9PaCy7qSdff { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.4375rem;left:19.875rem;height:2.4375rem;font-style:normal;display:block; }
#Qtu2bVV4p9pwcb1KLp5OtKZqNXxa6vhn { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.625rem;left:28.6875rem;height:2.4375rem;font-style:normal;display:block; }
#eFVbFfA2pwvsTw7Va4UC75ZqzQz4COsL { position:absolute;display:block;z-index:15009;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:27.1875rem;left:9.4375rem;display:block; }
#VShzXfvr3f9Ts6okBQ5dMymilL8CiNwR { position:absolute;display:block;z-index:15012;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:25.75rem;left:8.125rem;display:block; }
#uSqVADdtBkBIe6xvWQxASmodI7u3cR7h { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.5625rem;left:9.8125rem;height:2.7625rem;font-style:normal;display:block; }
#EB4WrDUsgQhrtN7FarUmpDRT0EVPCIro { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.3125rem;left:20.1875rem;height:2.4375rem;font-style:normal;display:block; }
#nguGF2s7aaRcs0AWa6PEqNf2kMswQbHv { position:absolute;display:block;z-index:15014;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:35.625rem;left:17.9375rem;display:block; }
#DDDnd96CrncU1R4uqti1df55EE8GsQwP { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.625rem;left:19.625rem;height:2.7625rem;font-style:normal;display:block; }
#QIK1us6wEgFedV9oupdSGSBulLV84UL8 { position:absolute;display:block;z-index:15010;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:37.0625rem;left:19.25rem;display:block; }
#vu0v2kW1qcyGuzqhBgdURuW2asbJsJiE { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:45.6875rem;left:9.8125rem;height:2.7625rem;font-style:normal;display:block; }
#l92byhCx0FoBL9sU0JBpvdb3MQgLyHTQ { position:absolute;display:block;z-index:15009;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:44.875rem;left:8.125rem;display:block; }
#Tu8MeaThE7we4lRPIcTepDViyetG3TmX { position:absolute;display:block;z-index:15006;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:46.3125rem;left:9.4375rem;display:block; }
#Ja0SKvyvCVM67DLFenqHBJrdbQ1L7bUd { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.375rem;left:28.6875rem;height:2.4375rem;font-style:normal;display:block; }
#skGz1UkRgLADBPC4af768MeJ9ds8d1Hf { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:56.125rem;left:19.625rem;height:2.7625rem;font-style:normal;display:block; }
#qOQwPp8FIM0x3ur96I6BZQxcTWWwQPoH { position:absolute;display:block;z-index:15015;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:55.125rem;left:17.9375rem;display:block; }
#l4J7iOW35WVWQ5UixggxsMOU8l7lwH83 { position:absolute;display:block;z-index:15011;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:56.5625rem;left:19.25rem;display:block; }
#l77Pc9bqR7Ec6IOhSPSCyombNLAyzwLu { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:58rem;left:28.6875rem;height:4.87305rem;font-style:normal;display:block; }
#XeeMM9fqsJsMX7vATywB3HVxrdOvKQOS { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.5625rem;left:20.3125rem;height:2.4375rem;font-style:normal;display:block; }
#fH50VRJ69gHukwfZ156tOzccadcsH7Ux { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.4375rem;left:20.0625rem; }
#KzN17iJPpPthQD8UOWmHTs2q6d5PeOU0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:29.0625rem;left:11.1875rem; }
#cSNeuh5e1Ska2x4KvXyDbUZ2tGxiKCOy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.375rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:37.1875rem;left:19.5rem; }
#MZQELcDJ0quBcKhcowEyuF84JGsuQ66A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:47.0625rem;left:10.125rem; }
#p46W4EFtWUNkJSgdQFRSTDKbsHOvc4aH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:58.0625rem;left:20.875rem; }
#GWTq9peBwAuWewDu23Sp8NWKQxVZwxzc { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:12.761717796326rem;left:16.624218940735rem;display:block; }
#qbZXP7OsBkek5tZhcUmqpSWMTMUxqLNT { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:22.950001716614rem;left:26.375000953674rem;display:block; }
#uDPyO3nP0nQHO8bTVoB5n3DmCVdomurN { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:31.637500762939rem;left:17.249218940735rem;display:block; }
#IeukZQaq5lcBNXLGxDMoaJLtQVL1E0mH { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:41.700000762939rem;left:27.062500953674rem;display:block; }
#XwZzEmDZapr3DrQQnyP2qAnSEgl9g1fU { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:50.887494087219rem;left:17.249218940735rem;display:block; }
#CKXrMsEqARXxPNwKVvnqp3ntaARQMUSi { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:62.762502670288rem;left:27.062500953674rem;display:block; }
#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ { 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:none; }#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ > .row .container { border-width: 0; border-radius: 0; }#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:none; }#fv2NDfFe2bHWTDba5G87g7IuU6gtbgPS { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.95052313804625rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2zBdoH6C26WXrXWIpmshSa7d7f9FzJM { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3244383335114rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zo7DQP4n35kBPPNSM2SJeZk9wdqaO4KI { 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:18.0620625rem;width:34.9370625rem;top:8.7467448711394rem;left:2.34375rem;overflow:hidden;display:block; }
#rfTxBcofKFmuXyCCrQ7i32S9QrAx8cMr { 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:17.75rem;width:34.25rem;top:8.7467448711394rem;left:39.435765266419rem;overflow:hidden;display:block; }
#lakaUomkrOd63gQcXwZSrehC8NRro6qm { 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:18.3125rem;width:35.25rem;top:28.624134063721rem;left:2.34375rem;overflow:hidden;display:block; }
#LISqiu0XSE3p77uTn7SHilF05llTheTJ { 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:17.686625rem;width:34.436875rem;top:28.935547828674rem;left:39.341362953186rem;overflow:hidden;display:block; }
#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI { 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; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { background-color: transparent; background-image: none; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container > .video-iframe-container { display: none; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row > .video-iframe-container { display: none; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .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); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { border-width: 0; border-radius: 0; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#X5ARcd3szWTeewhTU3lTQoVcx2IeIkJT { color:#26265b;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { position:relative;display:block; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { background-color: transparent; background-image: none; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container > .video-iframe-container { display: none; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row > .video-iframe-container { display: none; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .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); }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { border-width: 0; border-radius: 0; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .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; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .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:20.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; }#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .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; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .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; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .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; }#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-trigger.adaptive-delivery-prevent-bg, #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-trigger.lazyload, #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-trigger.lazyloading { background-image: none; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:1.435546875rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #SIM6wVvUByhQuI39CHnWW7I6DfBGlA8p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #LXRuIGTS7U0sTW4alWNFSxGuqI5hVQcL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #PQ01Prp3F8ZqoV8HkoEIQO65UB05HguK { display:block;position:relative; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #bOokLgbxWtQiBtZ4gJNPEFnXP8SBOrQV {  }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #M8P20EJoc2h3V7kxp5MTfVklFCZJfGeK {  }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Xk3boCATZMBWD3XgFzcdge7DCAzNGn6x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #a3r4oyNiHEIuaVB3r2zsDPUEZrRJC8nk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Bz5hacZxACzxe3lO3L8RghlT7Ba7OBol { display:block;position:relative; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #DAetbcRvaAMa7HHhkmeAmUcPtnAvzNMA {  }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #MpEQnZ2caftoGcPrhH0oK1FNCUaMvuZ8 { display:none; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #AN5Q1M594TrgsEBHU8miKeUPbQRHs3GO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #eRTiuigeDOo6w0r2S1lLLaeaInMG8SXI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #mFJ1GyGVH4dTfZ9R7kN3QSNSLRhgZ2Hu { display:block;position:relative; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #hH65ONTCQTU89yLUTndJZM2KRB4qqeOH {  }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #gPmVhLrtHSME8rbJyvE2L3q29qnOZI2s { display:none; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Ko0tqOlIhQpQrGtp8E1hEuq51UEJNstA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #fwT8C1l2kSUl7s6NuGWrOk3dxrrUELFq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Z7xaFGa38Qz0roiwJaC4Nexart1xpB2u { display:block;position:relative; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #TOvrz2A6PyqN6pwHrJJrmpXgy4UzdyfE {  }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #rBC8tGJi9NxTOsTuzmlFKvMJBTTWfpWU { display:none; }
@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) { #QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJn8xmLuOywCggzr345TWo7ROAvTVtL9 { top:0rem;left:0rem;width:14.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { top:3.6875rem;left:20.1875rem;width:27.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:28.1875rem;height:24.5rem;top:2.9375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { top:8.8125rem;left:0rem;width:43.5625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { top:10.1875rem;left:0rem;width:41.75rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { top:16rem;left:0rem;width:41.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSBvMVuSVONkEghDPiLiGJHubhQZsn85 { top:19.6875rem;left:0rem;width:40.9375rem;height:;font-size:0.9375rem;display:block; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:before{  }
 }@media only screen and (max-width: 763px) { #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { top:5.25rem;left:0rem;width:29.0625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { top:11.9375rem;left:0rem;width:26.25rem;height:12.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { top:5.25rem;left:19.125rem;width:28.625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvG7Rf06vxxgeuLdxFz7yH1yXTsn7Eb2 { top:8.6875rem;left:0rem;width:26.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { top:3.625rem;left:0rem;width:47.625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrGDeAa8w1pUE72yDrt1Hsz2SWNe1WAu { top:8.8125rem;left:21.5rem;width:26.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FITf7eTXWreN3oSB0t1VroodXfgHzlxf { top:12.1875rem;left:21.5rem;width:26.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0i4lTkspPzxrAn2hkBHkQq5sbXTPiwm { top:15.4375rem;left:21.5rem;width:26.25rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0E3HaNCEbfBNGIXeTqWyhP1u2di2NcJ { top:20.8125rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { display:block; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { top:0.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OFS6rsTw4ToEgIambLBzP1JiN2V0rR { top:4.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { top:6.9375rem;left:12.6875rem;width:32.625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip { display:block; }#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWBCZ1KMoMXaI2q36U5ywvJvbk2KewZa { top:1.125rem;left:0rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHk2CuNFMzrvzSFrFC95ehhiUsCLrhwh { top:12.375rem;left:0rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QipTEk2cPMLLzoAfFz841eEVSRRWAJUU { top:2.6875rem;left:0rem;width:17.8125rem;height:8.9995625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Hfq557gKcc4pvHxH8dtpEzdcxWOL6e { top:1.125rem;left:5.75rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrgWoU3GkrtfBRheChSqTgknVQOTVl5T { top:2.0625rem;left:6.0625rem;width:17.8125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykBkaJ4Vu9JqDdPkhpbl21XPsNeSt0XT { top:12.375rem;left:7.3125rem;width:16.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg1zlewIdskWMOBN3lDGSktKSUDVUKdI { top:14.4375rem;left:0rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnBFD340hpCUtOWi6qHLDL8nxubzJtul { top:14.5rem;left:7.3125rem;width:16.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNR6o1yof2mU8qFAXNpTmGCXt3exvAW { top:1.125rem;left:17.6875rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9kXXtyEd8SQEcBvCyGBo7bN8exN1TV7 { top:3.4375rem;left:18rem;width:17.8125rem;height:7.9373125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhyTr0oD0S9IqCZwJhTsOs237peuHR6L { top:12.3125rem;left:20.1875rem;width:15.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB88wfflFmx9o0Q4E3EARNomRefUisds { top:13.9375rem;left:20.1875rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { top:0.8125rem;left:0rem;width:30.4375rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { top:4rem;left:0rem;width:26.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { top:6.1875rem;left:0rem;width:29.5625rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { top:9.5625rem;left:0rem;width:25rem;height:2.5rem;font-size:1rem;display:block; }#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik li:before{  }
 }@media only screen and (max-width: 763px) { #r84CerT63lTFlUWD9x0Pcm8TxBt2NeBr { top:12.6875rem;left:0rem;width:30.1875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ { top:15.25rem;left:0rem;width:25rem;height:2.5rem;font-size:1rem;display:block; }#BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ li:before{  }
 }@media only screen and (max-width: 763px) { #QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { top:18.0625rem;left:0rem;width:27.0625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxcUpxb03u2DENdxEAx862JTBnDoTHI1 { display:block; }#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMZsvCLzxSToAF2pSDNRB1vcNCT1didS { top:1rem;left:5.75rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2yv5OHQLEiARD4GQDJkEOGADsfkowng { top:12.375rem;left:8.25rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQBsOSsKZypvawPFpBRmDTbl9gKPe6s { top:1.125rem;left:17.6875rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxeVA8D4x18TVkwanrRyNNULJ70Cbhl5 { top:12.375rem;left:20.1875rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTQumf67UzGvbmsg4rL9vUUKKnv6UTFz { top:0.9375rem;left:6.0625rem;width:17.8125rem;height:10.186625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3GDAEu1221FOJrMGrHJSr55XSm0GFH4 { top:13.9375rem;left:8.25rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9mgGao9RTF2vv7cLk6qv8NBc38uKt4Z { top:13.9375rem;left:20.1875rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZDECnOJEC4CKQcGAyTGfbePAwK1xzzN { top:2.0625rem;left:18rem;width:17.8125rem;height:9.561625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRtsDWttONAoZFxk9k3RN1K72xD1ZMXo { top:1.125rem;left:0rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwTLrCQlsV9Rqs0ERBBOaU4HIV36VLTT { top:0.9375rem;left:0rem;width:17.8125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw7OiXKOvg6xp8CxxtxAISRhZCLvqenI { top:12.375rem;left:0rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7UsUm8LbXu6IFKoKWgXd7kEQNokVcK4 { top:13.9375rem;left:0rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZWsFVB9B7HWxCzctz5k0r8aFm0xzd7g { width:18.875rem;height:3.5625rem;top:19.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUhfD0vqkOIVeVt3CiihiUx8IQ0MoRO { display:block; }
 }@media only screen and (max-width: 763px) { #UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { top:2.0625rem;left:17.34375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { top:2.3125rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { top:4.8125rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { top:4.625rem;left:17.34375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { top:7.75rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSPSPxZZRVaWwe42wu3WwQoGKE0QoN13 { top:7.4375rem;left:17.34375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { display:block; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { top:0.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGesUKivK0sqIKHSkq8C8vr4TaU1ZOfG { top:4.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT { display:block; }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPAZdw2TtSpkk5EenhbqNMfeXvpmVgvB { width:14.5rem;height:28.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNSJQkhZnwFGFUP43zaCEfAA9hDzu9Z0 { top:4.8125rem;left:0rem;width:14.125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5zxJAiqf79om0defXrAEccOE3CZTOR4 { width:13.8125rem;height:6.1875rem;top:17.0625rem;left:0rem;font-size:0.875rem;display:block; }#l5zxJAiqf79om0defXrAEccOE3CZTOR4 li:before{  }
 }@media only screen and (max-width: 763px) { #W8aiOg6kRDDRTwblrboAbgygK0GKsK8B { top:1rem;left:0rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNcgkwS7HKzl6F73mKHNPBBnmRBuhG74 { width:10.5rem;height:1.75rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4STrcLLL6ll5VT1iGMWCMJ9uRZQeDA4 { width:14.5rem;height:28.125rem;top:2.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6JtWwGQ6zIlHTJO52BMO3iDwPMstmlb { width:13.8125rem;height:6.1875rem;top:17.0625rem;left:1.8125rem;font-size:0.875rem;display:block; }#y6JtWwGQ6zIlHTJO52BMO3iDwPMstmlb li:before{  }
 }@media only screen and (max-width: 763px) { #mtD04wSi1uTTPpVLWyvZJdamJ1zO37Td { top:1.0625rem;left:3.4375rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVAwvGTNSVJkTBohnMfs9D1rcG1HwuGk { width:10.5rem;height:1.75rem;top:1.375rem;left:3.4990234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxi5U5qPTZS7bwxgvCCcPyNcLPmi4cWZ { width:14.5rem;height:28.125rem;top:2.3125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIq7El0irxEZhnt6L10nondyiOC9vHs { width:13.8125rem;height:11.8125rem;top:17.0625rem;left:16.9365234375rem;font-size:0.875rem;display:block; }#SaIq7El0irxEZhnt6L10nondyiOC9vHs li:before{  }
 }@media only screen and (max-width: 763px) { #L0DdRivgT231srnBXld04DAErX2aIigb { top:1.0625rem;left:18.625rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9qurSRr557fTDNhGA5wKfSEdXwkFefV { width:10.5rem;height:1.75rem;top:1.375rem;left:18.68701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znCNy6iEHrREhTgRzuDV4TBQ6do1uVWt { width:14.5rem;height:28.125rem;top:2.25rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkmnhfh0tqBtWGgoTK3qEF6hOkBtT65 { width:13.8125rem;height:10.3125rem;top:17.0625rem;left:32.1875rem;font-size:0.8125rem;display:block; }#sDkmnhfh0tqBtWGgoTK3qEF6hOkBtT65 li:before{  }
 }@media only screen and (max-width: 763px) { #B1iLqmH4aG7y1PRHolss3m9fFiMciuTe { top:1rem;left:33.8125rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nog5o8AcnQddS3WcaScMykM2Cx8ypcki { width:10.5rem;height:1.75rem;top:1.3125rem;left:33.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QToVG2xR67hWngzPb3wWaLFgHFPCGZET { width:14.5rem;height:28.125rem;top:2.25rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqxFdSXCwIhXEA05aTVRd9CzLkc9SP4 { width:13.8125rem;height:6.1875rem;top:17.0625rem;left:33.9375rem;font-size:0.875rem;display:block; }#anqxFdSXCwIhXEA05aTVRd9CzLkc9SP4 li:before{  }
 }@media only screen and (max-width: 763px) { #WiVT6sZm1MT8L4mPxNcmuVzMJWm4s3K5 { top:1rem;left:37.1875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzIBRhAPEvzuQ9hPgUmeKgvUWhXn00ig { width:10.5rem;height:1.75rem;top:1.3125rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUARGbFWwta9hbhKOdIly7VGzUn9xFxV { top:5.375rem;left:0rem;width:10.5rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5iRVqnHlyMmrxEnP6GnChGnx7ZgDiK1 { top:5.0625rem;left:3.5rem;width:10.5rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77hZiL52apZTqvPpxx27FSXcqWzmZSu { top:5.4375rem;left:18.625rem;width:10.5rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzKSUobyStn9I6geyGcghOCeIMhTG9Mc { top:5.4375rem;left:33.875rem;width:10.5rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2huTuJoLCBsCRXr2L4ImBHZTkXAXP4a { top:5.4375rem;left:37.25rem;width:10.5rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNp3IzbyW4uz0mzRXVkV7ay1nFLhTwoM { top:4.9375rem;left:0.685546875rem;width:16.5625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9uLWF7pQt9ZVcDQr292clT6D1lwiNaO { top:5.375rem;left:16.3125rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVkM0t4EU1OEvvLCVr6NgwTba0GS8xMK { top:4.625rem;left:30.375rem;width:17.375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3xS1qFXQkrT0MA6zNECXLnKBbFDJtvG { top:5.25rem;left:34.0625rem;width:13.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atGVHkKAk3g03wDRUSyhA8wELEtR4nxk { display:block; }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snofoBKbU3PO8ivt0crlUzJ3X8M1QMtQ { top:1.8125rem;left:0rem;width:31.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVliThTT6mfaIELctG3a6yMtnlTQG4wb { top:7.75rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqUxpqNKu6cBAOmsQBs79P4KvcU3xzI7 { top:6.3125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGiGBTrAM12HKsTFqopP4KnZutyokMS { top:10.5rem;left:0rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9oDN0BN8fAekRTUp0nkXpWIUJfGMXgw { top:7.125rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efh6NiasrWDa4HxTZx4zH7SdQyhvSKDw { top:17.9375rem;left:4.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTAO9gzG8eI4RhcslQOqJqyas7l6RcVa { top:16.5rem;left:3.625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey18vsbkvoG7J1PPLSSBfQTBPiNm7Dsx { top:17.5rem;left:5.3125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTtrWq0gHeVrSVvZoZkhK9PaCy7qSdff { top:10.4375rem;left:6.25rem;width:36.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtu2bVV4p9pwcb1KLp5OtKZqNXxa6vhn { top:20.625rem;left:15.0625rem;width:31.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFVbFfA2pwvsTw7Va4UC75ZqzQz4COsL { top:27.1875rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VShzXfvr3f9Ts6okBQ5dMymilL8CiNwR { top:25.75rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqVADdtBkBIe6xvWQxASmodI7u3cR7h { top:26.5625rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB4WrDUsgQhrtN7FarUmpDRT0EVPCIro { top:29.3125rem;left:6.5625rem;width:33.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nguGF2s7aaRcs0AWa6PEqNf2kMswQbHv { top:35.625rem;left:4.3125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDDnd96CrncU1R4uqti1df55EE8GsQwP { top:36.625rem;left:6rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIK1us6wEgFedV9oupdSGSBulLV84UL8 { top:37.0625rem;left:5.625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu0v2kW1qcyGuzqhBgdURuW2asbJsJiE { top:45.6875rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l92byhCx0FoBL9sU0JBpvdb3MQgLyHTQ { top:44.875rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8MeaThE7we4lRPIcTepDViyetG3TmX { top:46.3125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja0SKvyvCVM67DLFenqHBJrdbQ1L7bUd { top:39.375rem;left:11.0625rem;width:36.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skGz1UkRgLADBPC4af768MeJ9ds8d1Hf { top:56.125rem;left:6rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOQwPp8FIM0x3ur96I6BZQxcTWWwQPoH { top:55.125rem;left:4.3125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4J7iOW35WVWQ5UixggxsMOU8l7lwH83 { top:56.5625rem;left:5.625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l77Pc9bqR7Ec6IOhSPSCyombNLAyzwLu { top:58rem;left:10.9375rem;width:36.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeeMM9fqsJsMX7vATywB3HVxrdOvKQOS { top:48.5625rem;left:6.6875rem;width:35.3125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH50VRJ69gHukwfZ156tOzccadcsH7Ux { top:19.4375rem;left:6.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzN17iJPpPthQD8UOWmHTs2q6d5PeOU0 { top:29.0625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSNeuh5e1Ska2x4KvXyDbUZ2tGxiKCOy { top:37.1875rem;left:5.875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQELcDJ0quBcKhcowEyuF84JGsuQ66A { top:47.0625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p46W4EFtWUNkJSgdQFRSTDKbsHOvc4aH { top:58.0625rem;left:7.25rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWTq9peBwAuWewDu23Sp8NWKQxVZwxzc { top:12.75rem;left:2.9992189407349rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbZXP7OsBkek5tZhcUmqpSWMTMUxqLNT { top:22.9375rem;left:9.0625rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDPyO3nP0nQHO8bTVoB5n3DmCVdomurN { top:31.625rem;left:3.6242189407349rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeukZQaq5lcBNXLGxDMoaJLtQVL1E0mH { top:41.6875rem;left:9.0625rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwZzEmDZapr3DrQQnyP2qAnSEgl9g1fU { top:50.875rem;left:3.6242189407349rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKXrMsEqARXxPNwKVvnqp3ntaARQMUSi { top:62.75rem;left:9.0625rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ { display:block; }#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fv2NDfFe2bHWTDba5G87g7IuU6gtbgPS { top:0.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2zBdoH6C26WXrXWIpmshSa7d7f9FzJM { top:5.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7DQP4n35kBPPNSM2SJeZk9wdqaO4KI { top:8.6875rem;left:0rem;width:34.875rem;height:18.029976895954rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTxBcofKFmuXyCCrQ7i32S9QrAx8cMr { top:8.6875rem;left:13.5rem;width:34.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lakaUomkrOd63gQcXwZSrehC8NRro6qm { top:28.5625rem;left:0rem;width:35.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISqiu0XSE3p77uTn7SHilF05llTheTJ { top:28.875rem;left:13.3125rem;width:34.375rem;height:17.654846276702rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI { display:block; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5ARcd3szWTeewhTU3lTQoVcx2IeIkJT { top:1.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { display:block; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx { display:flex;height:auto;width:45.25rem;top:1.5625rem;left:0rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #SIM6wVvUByhQuI39CHnWW7I6DfBGlA8p {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #LXRuIGTS7U0sTW4alWNFSxGuqI5hVQcL {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #PQ01Prp3F8ZqoV8HkoEIQO65UB05HguK {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #bOokLgbxWtQiBtZ4gJNPEFnXP8SBOrQV {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #M8P20EJoc2h3V7kxp5MTfVklFCZJfGeK {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Xk3boCATZMBWD3XgFzcdge7DCAzNGn6x {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #a3r4oyNiHEIuaVB3r2zsDPUEZrRJC8nk {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Bz5hacZxACzxe3lO3L8RghlT7Ba7OBol {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #DAetbcRvaAMa7HHhkmeAmUcPtnAvzNMA {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #MpEQnZ2caftoGcPrhH0oK1FNCUaMvuZ8 {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #AN5Q1M594TrgsEBHU8miKeUPbQRHs3GO {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #eRTiuigeDOo6w0r2S1lLLaeaInMG8SXI {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #mFJ1GyGVH4dTfZ9R7kN3QSNSLRhgZ2Hu {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #hH65ONTCQTU89yLUTndJZM2KRB4qqeOH {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #gPmVhLrtHSME8rbJyvE2L3q29qnOZI2s {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Ko0tqOlIhQpQrGtp8E1hEuq51UEJNstA {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #fwT8C1l2kSUl7s6NuGWrOk3dxrrUELFq {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Z7xaFGa38Qz0roiwJaC4Nexart1xpB2u {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #TOvrz2A6PyqN6pwHrJJrmpXgy4UzdyfE {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #rBC8tGJi9NxTOsTuzmlFKvMJBTTWfpWU {  }
 }@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) { #QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJn8xmLuOywCggzr345TWo7ROAvTVtL9 { width:15.5625rem;height:4.5rem;top:0.59375rem;left:2.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e6a8780d-2996-4c73-820b-cc30ed0de018/WhatsAppImage20250714at150504_6580a297.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,31,62,0.6); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,31,62,0.6); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:19.375rem;height:25.8125rem;top:22.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:20rem;height:27.5625rem;top:21.8115234375rem;left:0rem;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { width:20rem;height:18.125rem;top:0.62109375rem;left:0rem;background-color:rgba(255,255,255,0.7);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) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { width:19.0625rem;height:3.0859375rem;top:1.43359375rem;left:0.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { width:19rem;height:4.38720625rem;top:6.4755859375rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RSBvMVuSVONkEghDPiLiGJHubhQZsn85 { width:19.3125rem;height:4.2797875rem;top:12.7109375rem;left:0.34375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:before{  }
 }@media only screen and (max-width: 763px) { #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { width:20rem;height:3.75rem;top:2.0464420318604rem;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) { #q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { width:20rem;height:9.5031875rem;top:6.84375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { width:20rem;height:1.6494125rem;top:18.25rem;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) { #yvG7Rf06vxxgeuLdxFz7yH1yXTsn7Eb2 { width:20rem;height:1.21875rem;top:4.6028652191162rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { width:19.875rem;height:41.4375rem;top:1.25rem;left:0rem;background-color:#ffffff;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) { #nrGDeAa8w1pUE72yDrt1Hsz2SWNe1WAu { width:20rem;height:3.167725rem;top:21.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FITf7eTXWreN3oSB0t1VroodXfgHzlxf { width:20rem;height:3.167725rem;top:25.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #A0i4lTkspPzxrAn2hkBHkQq5sbXTPiwm { width:20rem;height:5.2795375rem;top:29.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z0E3HaNCEbfBNGIXeTqWyhP1u2di2NcJ { width:20rem;height:3.8964875rem;top:36.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5.adaptive-delivery-prevent-bg, #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5.lazyload, #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5.lazyloading { background-image: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { width:20rem;height:68.486331939697rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { width:20rem;height:1.94970625rem;top:0.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OFS6rsTw4ToEgIambLBzP1JiN2V0rR { width:20rem;height:0;top:4.07329921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { width:19.875rem;height:39.0625rem;top:29.268658876419rem;left:0rem;background-color:#ffffff;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) { #zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip { display:none; }#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip > .row .container { width:20rem;height:87.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SWBCZ1KMoMXaI2q36U5ywvJvbk2KewZa { width:20rem;height:16rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHk2CuNFMzrvzSFrFC95ehhiUsCLrhwh { width:18.75rem;height:3.25rem;top:12.15625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QipTEk2cPMLLzoAfFz841eEVSRRWAJUU { width:18.75rem;height:9.5rem;top:1.8749995231628rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Hfq557gKcc4pvHxH8dtpEzdcxWOL6e { width:20rem;height:16rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrgWoU3GkrtfBRheChSqTgknVQOTVl5T { width:18.75rem;height:10.9375rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykBkaJ4Vu9JqDdPkhpbl21XPsNeSt0XT { width:18.75rem;height:3.25rem;top:31.3125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg1zlewIdskWMOBN3lDGSktKSUDVUKdI { width:15.625rem;height:0;top:72.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnBFD340hpCUtOWi6qHLDL8nxubzJtul { width:16.5625rem;height:0;top:76.5625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNR6o1yof2mU8qFAXNpTmGCXt3exvAW { width:20rem;height:16rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9kXXtyEd8SQEcBvCyGBo7bN8exN1TV7 { width:20rem;height:8.8125rem;top:58.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhyTr0oD0S9IqCZwJhTsOs237peuHR6L { width:18.75rem;height:1.625rem;top:68.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB88wfflFmx9o0Q4E3EARNomRefUisds { width:15.625rem;height:0;top:80.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { width:20rem;height:1.875rem;top:30.144321441651rem;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) { #exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { width:20rem;height:1.21853125rem;top:32.638891220093rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { width:19.0625rem;height:5.52083125rem;top:34.492188453674rem;left:0.46875005960464rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { width:13.686rem;height:2.51301875rem;top:40.848526000976rem;left:4.7504344582558rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik li:before{  }
 }@media only screen and (max-width: 763px) { #r84CerT63lTFlUWD9x0Pcm8TxBt2NeBr { width:18.936625rem;height:2.76041875rem;top:44.249134063721rem;left:0.53059893846512rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ { width:12.686625rem;height:2.51301875rem;top:48.444013595581rem;left:4.9989152550698rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }#BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ li:before{  }
 }@media only screen and (max-width: 763px) { #QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { width:20rem;height:1.64930625rem;top:51.860895156861rem;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) { #dxcUpxb03u2DENdxEAx862JTBnDoTHI1 { display:none; }#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 > .row .container { width:20rem;height:83.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kMZsvCLzxSToAF2pSDNRB1vcNCT1didS { width:20rem;height:16rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2yv5OHQLEiARD4GQDJkEOGADsfkowng { width:18.75rem;height:1.625rem;top:15rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQBsOSsKZypvawPFpBRmDTbl9gKPe6s { width:20rem;height:16rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxeVA8D4x18TVkwanrRyNNULJ70Cbhl5 { width:18.75rem;height:1.625rem;top:32.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTQumf67UzGvbmsg4rL9vUUKKnv6UTFz { width:18.75rem;height:10.6875rem;top:38.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3GDAEu1221FOJrMGrHJSr55XSm0GFH4 { width:15.625rem;height:0;top:76rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9mgGao9RTF2vv7cLk6qv8NBc38uKt4Z { width:15.625rem;height:0;top:79.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZDECnOJEC4CKQcGAyTGfbePAwK1xzzN { width:18.75rem;height:10.0625rem;top:55.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRtsDWttONAoZFxk9k3RN1K72xD1ZMXo { width:20rem;height:16rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwTLrCQlsV9Rqs0ERBBOaU4HIV36VLTT { width:18.75rem;height:10.9375rem;top:37.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw7OiXKOvg6xp8CxxtxAISRhZCLvqenI { width:18.75rem;height:3.25rem;top:66.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7UsUm8LbXu6IFKoKWgXd7kEQNokVcK4 { width:15.625rem;height:0;top:72.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZWsFVB9B7HWxCzctz5k0r8aFm0xzd7g { width:12.6855625rem;height:2.37305rem;top:23.927955627441rem;left:3.6555991768837rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUhfD0vqkOIVeVt3CiihiUx8IQ0MoRO { display:block; }
 }@media only screen and (max-width: 763px) { #UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { display:flex;width:1.875rem;height:1.875rem;top:54.086372375488rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { width:15.9375rem;height:1.2999125rem;top:54.371746063233rem;left:4.0614152550698rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { width:14.6235rem;height:2.599825rem;top:57.242839813233rem;left:4.2805991768837rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { display:flex;width:1.875rem;height:1.875rem;top:57.606339454651rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { width:16.0623125rem;height:1.2999125rem;top:61.357423782349rem;left:3.9366322159767rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eSPSPxZZRVaWwe42wu3WwQoGKE0QoN13 { display:flex;width:1.875rem;height:1.875rem;top:61.067710876465rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { display:block; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { width:20rem;height:1.94970625rem;top:0.74921798706056rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGesUKivK0sqIKHSkq8C8vr4TaU1ZOfG { width:20rem;height:4.142575rem;top:3.697265625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT { display:block; }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row .container { width:20rem;height:135.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPAZdw2TtSpkk5EenhbqNMfeXvpmVgvB { width:17.875rem;height:20.125rem;top:2.373046875rem;left:1.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNSJQkhZnwFGFUP43zaCEfAA9hDzu9Z0 { width:15.75rem;height:9.625rem;top:3.330078125rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5zxJAiqf79om0defXrAEccOE3CZTOR4 { width:16.3125rem;height:7.0215rem;top:14.205078125rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#l5zxJAiqf79om0defXrAEccOE3CZTOR4 li:before{  }
 }@media only screen and (max-width: 763px) { #W8aiOg6kRDDRTwblrboAbgygK0GKsK8B { width:8.75rem;height:2.0625rem;top:1.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNcgkwS7HKzl6F73mKHNPBBnmRBuhG74 { width:16.875rem;height:1.5996125rem;top:1.66796875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4STrcLLL6ll5VT1iGMWCMJ9uRZQeDA4 { width:17.875rem;height:20.875rem;top:25.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6JtWwGQ6zIlHTJO52BMO3iDwPMstmlb { width:16.3125rem;height:7.0215rem;top:37.6875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#y6JtWwGQ6zIlHTJO52BMO3iDwPMstmlb li:before{  }
 }@media only screen and (max-width: 763px) { #mtD04wSi1uTTPpVLWyvZJdamJ1zO37Td { width:10.4375rem;height:2.3125rem;top:24.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVAwvGTNSVJkTBohnMfs9D1rcG1HwuGk { width:10.499125rem;height:1.5996125rem;top:24.875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxi5U5qPTZS7bwxgvCCcPyNcLPmi4cWZ { width:17.875rem;height:26.75rem;top:49.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIq7El0irxEZhnt6L10nondyiOC9vHs { width:16.3125rem;height:13.418rem;top:61.9375rem;left:1.9677734375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#SaIq7El0irxEZhnt6L10nondyiOC9vHs li:before{  }
 }@media only screen and (max-width: 763px) { #L0DdRivgT231srnBXld04DAErX2aIigb { width:10.4373125rem;height:2.31228125rem;top:48.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9qurSRr557fTDNhGA5wKfSEdXwkFefV { width:10.4980625rem;height:1.5996125rem;top:49.0625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znCNy6iEHrREhTgRzuDV4TBQ6do1uVWt { width:17.875rem;height:27.625rem;top:79.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkmnhfh0tqBtWGgoTK3qEF6hOkBtT65 { width:16.3125rem;height:12.443875rem;top:91.875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#sDkmnhfh0tqBtWGgoTK3qEF6hOkBtT65 li:before{  }
 }@media only screen and (max-width: 763px) { #B1iLqmH4aG7y1PRHolss3m9fFiMciuTe { width:10.4375rem;height:2.3125rem;top:78.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nog5o8AcnQddS3WcaScMykM2Cx8ypcki { width:10.499125rem;height:1.5996125rem;top:79.0625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QToVG2xR67hWngzPb3wWaLFgHFPCGZET { width:17.875rem;height:20.8125rem;top:110.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqxFdSXCwIhXEA05aTVRd9CzLkc9SP4 { width:16.3125rem;height:7.0215rem;top:122.875rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#anqxFdSXCwIhXEA05aTVRd9CzLkc9SP4 li:before{  }
 }@media only screen and (max-width: 763px) { #WiVT6sZm1MT8L4mPxNcmuVzMJWm4s3K5 { width:10.4375rem;height:2.3125rem;top:109.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzIBRhAPEvzuQ9hPgUmeKgvUWhXn00ig { width:10.499125rem;height:1.59911875rem;top:109.875rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUARGbFWwta9hbhKOdIly7VGzUn9xFxV { width:10.5rem;height:8.875rem;top:4.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5iRVqnHlyMmrxEnP6GnChGnx7ZgDiK1 { width:10.5rem;height:8.875rem;top:27.5625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77hZiL52apZTqvPpxx27FSXcqWzmZSu { width:10.5rem;height:8.875rem;top:51.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzKSUobyStn9I6geyGcghOCeIMhTG9Mc { width:10.5rem;height:8.875rem;top:81.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2huTuJoLCBsCRXr2L4ImBHZTkXAXP4a { width:10.5rem;height:8.875rem;top:112.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNp3IzbyW4uz0mzRXVkV7ay1nFLhTwoM { width:16.5625rem;height:9.0625rem;top:27.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9uLWF7pQt9ZVcDQr292clT6D1lwiNaO { width:15.9375rem;height:8.9375rem;top:51.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVkM0t4EU1OEvvLCVr6NgwTba0GS8xMK { width:17.375rem;height:9.6875rem;top:80.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3xS1qFXQkrT0MA6zNECXLnKBbFDJtvG { width:13.6875rem;height:9.0625rem;top:112.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atGVHkKAk3g03wDRUSyhA8wELEtR4nxk { display:block; }#atGVHkKAk3g03wDRUSyhA8wELEtR4nxk > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snofoBKbU3PO8ivt0crlUzJ3X8M1QMtQ { width:20rem;height:2.5996125rem;top:0.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVliThTT6mfaIELctG3a6yMtnlTQG4wb { width:7.8125rem;height:7.8125rem;top:8.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqUxpqNKu6cBAOmsQBs79P4KvcU3xzI7 { width:4.75rem;height:4.75rem;top:7.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGiGBTrAM12HKsTFqopP4KnZutyokMS { width:3.5rem;height:3.4375rem;top:11.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9oDN0BN8fAekRTUp0nkXpWIUJfGMXgw { width:1.375rem;height:2.5996125rem;top:8.0625rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efh6NiasrWDa4HxTZx4zH7SdQyhvSKDw { width:7.8125rem;height:7.8125rem;top:22.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTAO9gzG8eI4RhcslQOqJqyas7l6RcVa { width:4.75rem;height:4.75rem;top:21.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey18vsbkvoG7J1PPLSSBfQTBPiNm7Dsx { width:1.375rem;height:2.5996125rem;top:22.25rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTtrWq0gHeVrSVvZoZkhK9PaCy7qSdff { width:20rem;height:3.25rem;top:17.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qtu2bVV4p9pwcb1KLp5OtKZqNXxa6vhn { width:18.8125rem;height:3.25rem;top:31.375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFVbFfA2pwvsTw7Va4UC75ZqzQz4COsL { width:7.8125rem;height:7.8125rem;top:36.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VShzXfvr3f9Ts6okBQ5dMymilL8CiNwR { width:4.75rem;height:4.75rem;top:35.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqVADdtBkBIe6xvWQxASmodI7u3cR7h { width:1.375rem;height:2.5996125rem;top:36.0625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB4WrDUsgQhrtN7FarUmpDRT0EVPCIro { width:20rem;height:3.25rem;top:45rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nguGF2s7aaRcs0AWa6PEqNf2kMswQbHv { width:4.75rem;height:4.75rem;top:49.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDDnd96CrncU1R4uqti1df55EE8GsQwP { width:1.375rem;height:2.5996125rem;top:50.3125rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIK1us6wEgFedV9oupdSGSBulLV84UL8 { width:7.8125rem;height:7.8125rem;top:50.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu0v2kW1qcyGuzqhBgdURuW2asbJsJiE { width:1.375rem;height:2.5996125rem;top:64.3125rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l92byhCx0FoBL9sU0JBpvdb3MQgLyHTQ { width:4.75rem;height:4.75rem;top:63.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8MeaThE7we4lRPIcTepDViyetG3TmX { width:7.8125rem;height:7.8125rem;top:64.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja0SKvyvCVM67DLFenqHBJrdbQ1L7bUd { width:20rem;height:3.25rem;top:59.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skGz1UkRgLADBPC4af768MeJ9ds8d1Hf { width:1.375rem;height:2.5996125rem;top:78.9375rem;left:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOQwPp8FIM0x3ur96I6BZQxcTWWwQPoH { width:4.75rem;height:4.75rem;top:77.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4J7iOW35WVWQ5UixggxsMOU8l7lwH83 { width:7.8125rem;height:7.8125rem;top:79.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l77Pc9bqR7Ec6IOhSPSCyombNLAyzwLu { width:20rem;height:3.25rem;top:87.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeeMM9fqsJsMX7vATywB3HVxrdOvKQOS { width:20rem;height:3.25rem;top:73.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fH50VRJ69gHukwfZ156tOzccadcsH7Ux { display:flex;width:4.8125rem;height:4.8125rem;top:24.1875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #KzN17iJPpPthQD8UOWmHTs2q6d5PeOU0 { display:flex;width:3.375rem;height:3.375rem;top:38.9375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #cSNeuh5e1Ska2x4KvXyDbUZ2tGxiKCOy { display:flex;width:6.25rem;height:6.25rem;top:51.625rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #MZQELcDJ0quBcKhcowEyuF84JGsuQ66A { display:flex;width:4.8125rem;height:4.8125rem;top:65.9375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #p46W4EFtWUNkJSgdQFRSTDKbsHOvc4aH { display:flex;width:4.8125rem;height:4.8125rem;top:81rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #GWTq9peBwAuWewDu23Sp8NWKQxVZwxzc { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbZXP7OsBkek5tZhcUmqpSWMTMUxqLNT { width:19.875rem;height:0.0625rem;top:22.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDPyO3nP0nQHO8bTVoB5n3DmCVdomurN { width:19.875rem;height:0.0625rem;top:31.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeukZQaq5lcBNXLGxDMoaJLtQVL1E0mH { width:19.875rem;height:0.0625rem;top:41.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwZzEmDZapr3DrQQnyP2qAnSEgl9g1fU { width:19.875rem;height:0.0625rem;top:50.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKXrMsEqARXxPNwKVvnqp3ntaARQMUSi { width:19.875rem;height:0.0625rem;top:62.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ { display:none; }#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ > .row .container { width:20rem;height:56.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fv2NDfFe2bHWTDba5G87g7IuU6gtbgPS { width:20rem;height:3.89756875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2zBdoH6C26WXrXWIpmshSa7d7f9FzJM { width:19.4998125rem;height:3.0859375rem;top:5.6846799850464rem;left:0.24848091602326rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7DQP4n35kBPPNSM2SJeZk9wdqaO4KI { width:20rem;height:10.369918495489rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTxBcofKFmuXyCCrQ7i32S9QrAx8cMr { width:20rem;height:10.440528634361rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lakaUomkrOd63gQcXwZSrehC8NRro6qm { width:20rem;height:10.390070921986rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISqiu0XSE3p77uTn7SHilF05llTheTJ { width:20rem;height:10.2495625rem;top:46.338948249817rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI { display:block; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5ARcd3szWTeewhTU3lTQoVcx2IeIkJT { width:20rem;height:2.03125rem;top:0.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { display:block; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container { width:20rem;height:27.65259765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx { display:flex;height:auto;width:17.4980625rem;top:0.99934959411619rem;left:0.24197047948837rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #SIM6wVvUByhQuI39CHnWW7I6DfBGlA8p {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #LXRuIGTS7U0sTW4alWNFSxGuqI5hVQcL {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #PQ01Prp3F8ZqoV8HkoEIQO65UB05HguK {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #bOokLgbxWtQiBtZ4gJNPEFnXP8SBOrQV {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #M8P20EJoc2h3V7kxp5MTfVklFCZJfGeK {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Xk3boCATZMBWD3XgFzcdge7DCAzNGn6x {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #a3r4oyNiHEIuaVB3r2zsDPUEZrRJC8nk {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Bz5hacZxACzxe3lO3L8RghlT7Ba7OBol {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #DAetbcRvaAMa7HHhkmeAmUcPtnAvzNMA {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #MpEQnZ2caftoGcPrhH0oK1FNCUaMvuZ8 {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #AN5Q1M594TrgsEBHU8miKeUPbQRHs3GO {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #eRTiuigeDOo6w0r2S1lLLaeaInMG8SXI {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #mFJ1GyGVH4dTfZ9R7kN3QSNSLRhgZ2Hu {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #hH65ONTCQTU89yLUTndJZM2KRB4qqeOH {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #gPmVhLrtHSME8rbJyvE2L3q29qnOZI2s {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Ko0tqOlIhQpQrGtp8E1hEuq51UEJNstA {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #fwT8C1l2kSUl7s6NuGWrOk3dxrrUELFq {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Z7xaFGa38Qz0roiwJaC4Nexart1xpB2u {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #TOvrz2A6PyqN6pwHrJJrmpXgy4UzdyfE {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #rBC8tGJi9NxTOsTuzmlFKvMJBTTWfpWU {  }
 }