.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:#f4f4f4;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; }#le2oVOh8k5x69klODZXbA5bTobExbaCN { 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:3.31055rem;width:10.061875rem;top:0.53125rem;left:31.5rem;overflow:hidden;display:block; }
#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/903754fd-06a2-49a2-b869-84d38b034343/Rectangle1.png");background-position:center !important;background-repeat:no-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(0,0,0,0); }#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,0,0,0); }#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 > .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:33.0625rem;width:75rem;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15012;height:21.5625rem;width:27.75rem;top:7.4375rem;left:45.84375rem;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.5625rem;width:27.75rem;top:4.1875rem;left:45.78125rem;display:block; }
#d653lrD2tlToHWaRPKVC6vCmJbukHpHi { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.37);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5625rem;width:43.875rem;top:5.6875rem;left:0rem;display:block; }
#CHLzlzXBJipgJ0iVxTgo9ATn6rx8nRLc { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0.9375rem;height:5.0371125rem;font-style:normal;display:block; }
#FslF1ee8NlWTWxJPb9cXekah6J33NySE { box-sizing:content-box;height:6.75rem;width:41.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:12.96875rem;left:1.09375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#J9KmNGV7cTUkM1sbVPDMDIHd0PZDr15O { color:#ffffff;display:block;width:41.8105625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.46875rem;left:1.75rem;height:3.65559375rem;font-style:normal;display:block; }
#sxQM4AHaQkcwBI0UZ9UZwJATdn7TfAPr { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.5625rem;left:1.875rem;height:1.3808625rem;display:block; }
#cL4mvdcl08qL1eXMdef0ZMeLmnC8LGTN { color:#ffffff;display:block;width:42.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0.96875rem;height:3.57421875rem;font-style:normal;display:block; }
#pNtKPGxQ6sSdNLWfwuhwQESwBnd6bpCP { color:#000000;display:block;width:23rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.8818359375rem;left:48.21875rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD { position:relative;display:block; }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD { background-color: transparent; background-image: none; }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD > .row .container > .video-iframe-container { display: none; }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD > .row > .video-iframe-container { display: none; }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD > .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); }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD { border-width: 0; border-radius: 0; }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD > .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; }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD > .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:11.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MFy35QIqicTisHUvqy4Bq3EAiAzGplQT { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4109373092651rem;left:2.96875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JaSkv97mGRRAwTTFiBHcbt2lDCWZTDrp { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.823437690735rem;left:3.4375rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#PBtfRaVvw636vyQoKUqzTt2Ic5ul6I89 { 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:15002;opacity:1;top:0.64765644073488rem;left:9.905468940735rem; }
#GCzCJVbLusO7h1r1gPI97JMbEHgdD8fb { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.2375001907349rem;left:28.625000953674rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkBLVLl0u243uFeTpoSG4M95yABMIz1x { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.87265586853rem;left:28.906250953674rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#FXL1pPOXTfTTne90xJJI8LlqwMUxdfku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.77265644073488rem;left:34.718750953674rem; }
#boahndfo4RMSEZJnKbyXvOAzqfyvkdMS { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.2375001907349rem;left:53.906250953674rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecSPRVTMnrzcUeG8f5Lm9es8iVk110zO { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.87265586853rem;left:54.375000953674rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#CAOmuHTRKosvpBf2gw3gXWRmGD9umBtq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.77265644073488rem;left:60.156250953674rem; }
#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc { position:relative;display:block; }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc { background-color: transparent; background-image: none; }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc > .row .container > .video-iframe-container { display: none; }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc > .row > .video-iframe-container { display: none; }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc > .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); }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc { border-width: 0; border-radius: 0; }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc > .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; }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc > .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:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZNOkzT74e2QTkkUIovCriTNVysh75onw { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:16.1875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xn9n94WD8EUrJ7OiR8uvy9QT3vqS7iMr { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:16.625rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#uwJw9XG5WD427gbPOxXTsoTsxDAVCm8v { color:#000000;display:block;width:13.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:43.4375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmVts2ZU1JhBPGgaO1DIT8DZIl3ddrvV { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:42rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#fNT2Qr6TnXBlPxgVEUegbCk6dT2LmIql { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.75rem;left:23.0625rem; }
#wQdIxWBfarscgZRU6RGFOrMH2ngtHZXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.36249923706055rem;left:48.031250953674rem; }
#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #b2a3d0, #160730);background-image: -moz-linear-gradient(55deg, #b2a3d0, #160730);background-image: -ms-linear-gradient(55deg, #b2a3d0, #160730);background-image: -o-linear-gradient(55deg, #b2a3d0, #160730);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2a3d0', endColorstr='#160730' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2a3d0', endColorstr='#160730' );";background-image: linear-gradient(55deg, #b2a3d0, #160730);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; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { background-color: transparent; background-image: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container > .video-iframe-container { display: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container { display: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .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); }#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:72rem;width:75rem;position:relative;display:block; }#bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { color:#ffffff;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:1.0611925125122rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IIZ2wB4WFQeEM51CDJ1VracJAoI0cxkq { 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:65.9375rem;width:59.125rem;top:4.997820854187rem;left:7.9058160781863rem;overflow:hidden;display:block; }
#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:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:31.75rem;width:75rem;position:relative;display:block; }#QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { color:#080606;display:block;width:29.124375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.4472644329071rem;left:0.81163215637206rem;height:2.4375rem;font-style:normal;display:block; }
#q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.0833334922787rem;left:0.81163215637206rem;height:8.7760625rem;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:28.6870625rem;width:32.686625rem;top:2.0290801525116rem;left:0rem;display:block; }
#RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { color:#080606;display:block;width:28.6870625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.254124164581rem;left:1.0308160781861rem;height:1.7068125rem;font-style:normal;display:block; }
#TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.009115695953rem;left:3.8791227340698rem;height:2.599825rem;display:block; }
#l3uVst9huRrb1ip5UZERVUsDV6uBn4MX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:21.370443820953rem;left:0.81163215637206rem; }
#U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.123699665069rem;left:3.8791227340698rem;height:1.2999125rem;display:block; }
#nh9tCIeby7T88xb50Tkw9LnaLtl3CmMg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.837240695953rem;left:0.81163215637206rem; }
#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.125rem;width:32.6875rem;top:1.8120727539062rem;left:42.187500953674rem;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:24.462240219116rem;left:46.068795204162rem;height:1.3rem;display:block; }
#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:21.657985687256rem;left:46.068795204162rem;height:1.3rem;display:block; }
#QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { color:#080606;display:block;width:27.1245625rem;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.254124164581rem;left:42.998047828674rem;height:1.7068125rem;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:6.6276042461394rem;left:43.436417579651rem;height:2.92535rem;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:21.370443344116rem;left:42.998047828674rem; }
#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:24.240886688233rem;left:42.998047828674rem; }
#FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { color:#080606;display:block;width:30.499125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.4461810588837rem;left:43.350697517395rem;height:2.4375rem;font-style:normal;display:block; }
#qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { 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:10.364583492279rem;left:45.129124641419rem;height:1.3rem;display:block; }
#c6ROq8pTQlZQPPLrZG4vOkpsReL6gVpc { 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:12.944878101349rem;left:45.129124641419rem;height:1.3rem;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.3;letter-spacing:0;top:15.791016101837rem;left:45.129124641419rem;height:1.3rem;display:block; }
#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:26.844402313233rem;left:46.068795204162rem;height:2.599825rem;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:27.144317626953rem;left:42.999135017395rem; }
#s90aL4kGnQPQMt5sk5CS2mAxKtO0zTq5 { 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:15031;opacity:1;top:10.078125476837rem;left:42.999135017395rem; }
#RJyoIcvNLz9nXkcMf8E35LCBinJA1Em3 { 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:15032;opacity:1;top:12.655165195465rem;left:42.999135017395rem; }
#k40CNNwMNe2vWLHv33wi6zblbQAiSBba { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:15.403646945953rem;left:42.999135017395rem; }
#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #210d42, #160730);background-image: -moz-linear-gradient(55deg, #210d42, #160730);background-image: -ms-linear-gradient(55deg, #210d42, #160730);background-image: -o-linear-gradient(55deg, #210d42, #160730);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#210d42', endColorstr='#160730' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#210d42', endColorstr='#160730' );";background-image: linear-gradient(55deg, #210d42, #160730);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:none; }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .row .container { border-width: 0; border-radius: 0; }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .row .container { font-size:0.875rem;font-family:arial;height:72rem;width:75rem;position:relative;display:none; }#qdNMXpsvxCPbBqp6BBIWWUzatPawUsIR { color:#ffffff;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:1.0611925125122rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lZF664818yZoddU1LMThqgm08xvBzSHa { 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:65.9375rem;width:35.4375rem;top:6.062292098999rem;left:19.780816078186rem;overflow:hidden;display:block; }
#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; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h { position:relative;display:block; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h { background-color: transparent; background-image: none; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container > .video-iframe-container { display: none; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row > .video-iframe-container { display: none; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .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); }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h { border-width: 0; border-radius: 0; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:72.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZXRmFOEF4L08z5PCtDbs0pyCClbb4eFN { color:#ffffff;display:block;width:18.186875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:55.937503814698rem;left:27.999132156372rem;height:12.03125rem;display:block; }#ZXRmFOEF4L08z5PCtDbs0pyCClbb4eFN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZXRmFOEF4L08z5PCtDbs0pyCClbb4eFN li:before{  }
#Rf71VbO16V87UlWSB7GQptdu7bcGsErp { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:11.0625rem;width:22.5625rem;top:43.25rem;left:26.9375rem;overflow:hidden;display:block; }
#HmDVL062tA4EWBK557iJBQuGBtWxU3wV { color:#dfdfdf;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:37.983074188233rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IkswqBHyLv9mbFed3q7AOHGOoXNZ75fH { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:17.9375rem;left:25.5625rem;height:10.253875rem;display:block; }#IkswqBHyLv9mbFed3q7AOHGOoXNZ75fH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IkswqBHyLv9mbFed3q7AOHGOoXNZ75fH li:before{  }
#geszS1fUxUT8HL7SMN79XpgyoCbfpwRI { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.5;letter-spacing:0;top:17.9375rem;left:50.25rem;height:11.4420625rem;display:block; }#geszS1fUxUT8HL7SMN79XpgyoCbfpwRI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#geszS1fUxUT8HL7SMN79XpgyoCbfpwRI li:before{  }
#sWLUOwJSDG6uk9m6XNg61n0SDCvNoEyn { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.8125rem;width:21.625rem;top:5.25rem;left:25.5625rem;overflow:hidden;display:block; }
#JP3KALkMaMCahnQefBCTPzeJOHAPQhtC { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.5625rem;width:21.125rem;top:5.375rem;left:50.25rem;overflow:hidden;display:block; }
#cnT3p6iaSxVqopGdZLKWJJpeWqSTJpSc { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:11.0625rem;width:22.5625rem;top:43.249784469604rem;left:0.71831703186037rem;overflow:hidden;display:block; }
#sPlkLPDgDl7Ac1TuLEq6ymahxvTvpi0q { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:55.936418533325rem;left:2.1549491882324rem;height:13.125rem;display:block; }#sPlkLPDgDl7Ac1TuLEq6ymahxvTvpi0q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sPlkLPDgDl7Ac1TuLEq6ymahxvTvpi0q li:before{  }
#irNVcZwPs4Rz54Qp6vtnuosiindgUqq7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:0.74999499320981rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zLRprA9mKtoT1n8KaSy2tNuGvTIpp2li { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.8125rem;width:21.625rem;top:5.125rem;left:1.1875rem;overflow:hidden;display:block; }
#gFpUbwTli9VA0tPLRx430BB8AXdk5htx { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.5;letter-spacing:0;top:17.9375rem;left:1.1875rem;height:13.5676875rem;display:block; }#gFpUbwTli9VA0tPLRx430BB8AXdk5htx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gFpUbwTli9VA0tPLRx430BB8AXdk5htx li:before{  }
#qcAtKeJzBuyehbh1TZ2hRo2E9oPzTObq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.7498125rem;width:21.4995625rem;top:43.406034469604rem;left:52.876520156861rem;overflow:hidden;display:block; }
#lS5XCxIUmnn13HfeXbuyuuLBMEwopLHr { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:56.717670440674rem;left:54.156251907349rem;height:10.46875rem;display:block; }#lS5XCxIUmnn13HfeXbuyuuLBMEwopLHr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lS5XCxIUmnn13HfeXbuyuuLBMEwopLHr li:before{  }
#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:3.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; }
#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:33.8125rem;width:75rem;position:relative;display:block; }#CQ0CzJ3N435XfUzIasc5itGht2tpEFOZ { color:#000000;display:block;width:16.6861875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15050;line-height:2;letter-spacing:0;top:15.21484375rem;left:55.822917938233rem;height:14.00608125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tvov1SinP4vvy72fNk7WOqHPEgBF0tpT { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.8;letter-spacing:0;top:15.625rem;left:30.375rem;height:15.1855375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J08GfV7f64cROEyLFIQfUeC3vuG1UF4W { position:absolute;display:block;z-index:15017;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:29.875rem;width:20.375rem;top:1.5625rem;left:54.062503814698rem;display:block; }
#FGATrf9T1hDxP1JptKSFtDAocnNybrce { position:absolute;display:block;z-index:15036;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:4.6875rem;left:33.625rem;display:block; }
#bWhy4Llz3QmVoQUoPPPmU561V5L1Jahf { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.934875rem;width:9.934875rem;top:4.03125rem;left:33.687503814698rem;overflow:hidden;display:block; }
#uoEViOvtqRVPRK9kNOGTVhvuTTfVq3sR { position:absolute;display:block;z-index:15056;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:4rem;left:59.25rem;display:block; }
#w8UkSInsQRyaKDcDraDITTwbJg0KDFSS { position:absolute;display:block;z-index:15026;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.32421875rem;left:8.9830741882325rem;display:block; }
#D1LXUxemmlXAUqkEzg1WMLLH6SkgJRcK { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.059875rem;width:10.059875rem;top:2.9583330154419rem;left:8.9518241882325rem;overflow:hidden;display:block; }
#iuaBfwzDqBo4mvcu4TFUsJsOwL1anV06 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.749375rem;width:8.3735rem;top:4.25rem;left:60.0625rem;overflow:hidden;display:block; }
#vDJHw5zIPe129STogM2U5wHsZHQdCAp2 { 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.37239375rem;width:10.497375rem;top:0.7890625rem;left:8.65234375rem;display:block; }
#Egb2QO8RLpooF8bTNcLleP4uSaw8UAfa { color:#200c41;display:block;width:10.559875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:1.16015625rem;left:8.70703125rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#N8CDeT2ArhvfJ2I7wDqaUUztwCkhpgWi { color:#200c41;display:block;width:10.559875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:1.1614580154419rem;left:33.375003814698rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#N6xlt8VnibWo7coX9w4xDB3eu6z1yriV { position:absolute;display:block;z-index:15056;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.37239375rem;width:10.497375rem;top:0.79557228088381rem;left:33.322917938233rem;display:block; }
#hvz4eSB8SircrbSWEyhOTEvqXae8xRqx { color:#200c41;display:block;width:10.559875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:1.16796875rem;left:58.885417938233rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#X5Gzk2c2ULArSVNGawuFpgbQNwSJIOab { position:absolute;display:block;z-index:15076;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.37239375rem;width:10.497375rem;top:0.80208301544187rem;left:58.829425811767rem;display:block; }
#Gb3yMkrTEpBAzDuQ2UzHJzkiFXJ9Dugu { position:absolute;display:block;z-index:15027;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:30.375rem;width:20.375rem;top:1.5403642654419rem;left:28.416667938233rem;display:block; }
#Vcm5TGGvxvoqTP7VFTOuBfqpzcN0l86M { position:absolute;display:block;z-index:15028;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:30.5rem;width:20.375rem;top:1.54296875rem;left:3.7421875rem;display:block; }
#b1FvnNJLq8cV8ihEHJzuDEV6ew6eFyH2 { color:#000000;display:block;width:17.8736875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15078;line-height:2;letter-spacing:0;top:13.08984375rem;left:5.0455741882324rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1Te0lnnNWTupGzvT8Vfs2mGyXDXQeR8 { position:absolute;display:block;z-index:15037;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.32421875rem;left:9.06640625rem;display:block; }
#csh88nklyg1LEbcPETsh79fEIgvkcGrt { 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; }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .row .container { background-color: transparent; background-image: none; }#csh88nklyg1LEbcPETsh79fEIgvkcGrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .row .container > .video-iframe-container { display: none; }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .row > .video-iframe-container { display: none; }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .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); }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .row .container { border-width: 0; border-radius: 0; }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#gfvBrsVW8tH03b5JI0zOPTCFMX0wg2vO { position:absolute;display:block;z-index:15021;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:33.0625rem;width:20.1875rem;top:0.57291793823242rem;left:47.145832061767rem;display:block; }
#ruRHtGyFFx8ock9Du7QUKeHx9bubDQlO { color:#000000;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:2;letter-spacing:0;top:17.1875rem;left:49.197917938233rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fREb9pL5v0XXfcOw0B6I5lwu2OKuGZaW { color:#000000;display:block;width:18.184875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:2;letter-spacing:0;top:14.375rem;left:14.08203125rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KClR5obw31IxDQUkGET9mnaR2ikGLqfD { position:absolute;display:block;z-index:15030;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:4.1875rem;left:52.3125rem;display:block; }
#yWQBfD5kBHqyhrivgZP4WLbKGoZzZp5g { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.4998125rem;width:8.8748125rem;top:5rem;left:53.0625rem;overflow:hidden;display:block; }
#b5Bn0pSOK8LrLoRuRuPGEmXqTPUg5HPQ { position:absolute;display:block;z-index:15030;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:3.5625rem;left:18.5625rem;display:block; }
#oPKfatyPZoH5rFEShhEKS7IdmykFsDH4 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.311rem;width:7.7485rem;top:4.3125rem;left:19.6875rem;overflow:hidden;display:block; }
#nHEwQzkQqZfMBNsdJA7TCXVbGZnvOFTs { position:absolute;display:block;z-index:15050;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.37239375rem;width:10.497375rem;top:0rem;left:17.841144561767rem;display:block; }
#g5VFMpuq59VkKs7g3bUSpsqRnE4OPk4b { color:#200c41;display:block;width:10.559875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:0.36849212646484rem;left:17.89453125rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZHOy7QdJRLJ1Kvo2S7z1qu7ETKRvebeg { color:#200c41;display:block;width:10.558625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:0rem;left:52.042972564698rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qpuG8vg6U47kcWVNeozyASteCvnbmt4s { position:absolute;display:block;z-index:15050;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.37239375rem;width:10.497375rem;top:0rem;left:51.989582061767rem;display:block; }
#lgapgbQeFDvR0CQUDhBukMqzo1uB4UV0 { position:absolute;display:block;z-index:15021;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:33.25rem;width:20.1875rem;top:0.95833587646487rem;left:12.99609375rem;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:4.1875rem;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:25.5rem;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.6232633590698rem;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; }
#aAxycLlhR6ImPrAXOMv621FiCGKSKpqh { 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.934375rem;height:3.621875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.06484413147rem;left:28.032811164856rem;display:block; }
#ZGlxMNqnH7THrym4GQGcrrWhZZIWlQiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { top:0.5rem;left:17.875rem;width:10rem;height:3.2903145654227rem;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:7.4375rem;left:20rem;width:27.75rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:27.75rem;height:24.5625rem;top:4.1875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d653lrD2tlToHWaRPKVC6vCmJbukHpHi { top:5.6875rem;left:0rem;width:43.875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHLzlzXBJipgJ0iVxTgo9ATn6rx8nRLc { top:6.4375rem;left:0rem;width:43.4375rem;height:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FslF1ee8NlWTWxJPb9cXekah6J33NySE { top:12.9375rem;left:0rem;width:41.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9KmNGV7cTUkM1sbVPDMDIHd0PZDr15O { top:15.4375rem;left:0rem;width:41.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxQM4AHaQkcwBI0UZ9UZwJATdn7TfAPr { top:13.5625rem;left:0rem;width:22.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4mvdcl08qL1eXMdef0ZMeLmnC8LGTN { top:21.5625rem;left:0rem;width:42.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNtKPGxQ6sSdNLWfwuhwQESwBnd6bpCP { top:4.875rem;left:24.75rem;width:23rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD { display:block; }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFy35QIqicTisHUvqy4Bq3EAiAzGplQT { top:5.375rem;left:0rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaSkv97mGRRAwTTFiBHcbt2lDCWZTDrp { top:6.8125rem;left:0rem;width:16.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBtfRaVvw636vyQoKUqzTt2Ic5ul6I89 { top:0.625rem;left:5.3429689407349rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCzCJVbLusO7h1r1gPI97JMbEHgdD8fb { top:5.1875rem;left:14.5625rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkBLVLl0u243uFeTpoSG4M95yABMIz1x { top:6.8125rem;left:15.5rem;width:16.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXL1pPOXTfTTne90xJJI8LlqwMUxdfku { top:0.75rem;left:21.031250953674rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boahndfo4RMSEZJnKbyXvOAzqfyvkdMS { top:5.1875rem;left:30.4375rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecSPRVTMnrzcUeG8f5Lm9es8iVk110zO { top:6.8125rem;left:31.375rem;width:16.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAOmuHTRKosvpBf2gw3gXWRmGD9umBtq { top:0.75rem;left:37.343750953674rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNJzBkEUD5hEULTHEu5l67hT60PX1qzc { display:block; }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNOkzT74e2QTkkUIovCriTNVysh75onw { top:4.125rem;left:6.6875rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn9n94WD8EUrJ7OiR8uvy9QT3vqS7iMr { top:5.5625rem;left:7.625rem;width:16.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwJw9XG5WD427gbPOxXTsoTsxDAVCm8v { top:4.5rem;left:23.875rem;width:13.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmVts2ZU1JhBPGgaO1DIT8DZIl3ddrvV { top:6rem;left:23.875rem;width:16.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNT2Qr6TnXBlPxgVEUegbCk6dT2LmIql { top:0.75rem;left:16.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQdIxWBfarscgZRU6RGFOrMH2ngtHZXw { top:0.3125rem;left:27.593750953674rem;width:4.1875rem;height:4.1875rem;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:1rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIZ2wB4WFQeEM51CDJ1VracJAoI0cxkq { top:4.9375rem;left:0rem;width:47.75rem;height:53.251849894292rem;display:block; }
 }@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:3.4375rem;left:0rem;width:29.0625rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { top:7.0625rem;left:0rem;width:26.25rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { top:2rem;left:0rem;width:32.625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { top:18.25rem;left:0rem;width:28.625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { top:21rem;left:0rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3uVst9huRrb1ip5UZERVUsDV6uBn4MX { top:21.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { top:25.0625rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh9tCIeby7T88xb50Tkw9LnaLtl3CmMg { top:24.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { top:1.75rem;left:14.9375rem;width:32.6875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { top:24.4375rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { top:21.625rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { top:18.25rem;left:20.6875rem;width:27.0625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { top:6.625rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { top:21.3125rem;left:29.373047828674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { top:24.1875rem;left:29.373047828674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { top:3.4375rem;left:17.3125rem;width:30.4375rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { top:10.3125rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ROq8pTQlZQPPLrZG4vOkpsReL6gVpc { top:12.9375rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { top:15.75rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { top:26.8125rem;left:22.75rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSPSPxZZRVaWwe42wu3WwQoGKE0QoN13 { top:27.125rem;left:29.374135017395rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s90aL4kGnQPQMt5sk5CS2mAxKtO0zTq5 { top:10.0625rem;left:29.374135017395rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJyoIcvNLz9nXkcMf8E35LCBinJA1Em3 { top:12.625rem;left:29.374135017395rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k40CNNwMNe2vWLHv33wi6zblbQAiSBba { top:15.375rem;left:29.374135017395rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe { display:block; }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdNMXpsvxCPbBqp6BBIWWUzatPawUsIR { top:1.25rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZF664818yZoddU1LMThqgm08xvBzSHa { top:6rem;left:6.1558160781861rem;width:35.4375rem;height:65.9375rem;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) { #uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h { display:block; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXRmFOEF4L08z5PCtDbs0pyCClbb4eFN { top:55.9375rem;left:14.374132156372rem;width:18.125rem;height:12rem;font-size:0.9375rem;display:block; }#ZXRmFOEF4L08z5PCtDbs0pyCClbb4eFN li:before{  }
 }@media only screen and (max-width: 763px) { #Rf71VbO16V87UlWSB7GQptdu7bcGsErp { top:43.25rem;left:13.3125rem;width:22.5rem;height:11.031974569933rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmDVL062tA4EWBK557iJBQuGBtWxU3wV { top:37.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkswqBHyLv9mbFed3q7AOHGOoXNZ75fH { top:17.9375rem;left:11.9375rem;width:18.4375rem;height:10.25rem;font-size:1rem;display:block; }#IkswqBHyLv9mbFed3q7AOHGOoXNZ75fH li:before{  }
 }@media only screen and (max-width: 763px) { #geszS1fUxUT8HL7SMN79XpgyoCbfpwRI { top:17.9375rem;left:29.3125rem;width:18.4375rem;height:11.4375rem;font-size:1rem;display:block; }#geszS1fUxUT8HL7SMN79XpgyoCbfpwRI li:before{  }
 }@media only screen and (max-width: 763px) { #sWLUOwJSDG6uk9m6XNg61n0SDCvNoEyn { top:5.25rem;left:11.9375rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP3KALkMaMCahnQefBCTPzeJOHAPQhtC { top:5.375rem;left:26.625rem;width:21.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnT3p6iaSxVqopGdZLKWJJpeWqSTJpSc { top:43.1875rem;left:0rem;width:22.5625rem;height:11.062618943738rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPlkLPDgDl7Ac1TuLEq6ymahxvTvpi0q { top:55.875rem;left:0rem;width:19.6875rem;height:13.125rem;font-size:0.9375rem;display:block; }#sPlkLPDgDl7Ac1TuLEq6ymahxvTvpi0q li:before{  }
 }@media only screen and (max-width: 763px) { #irNVcZwPs4Rz54Qp6vtnuosiindgUqq7 { top:0.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLRprA9mKtoT1n8KaSy2tNuGvTIpp2li { top:5.125rem;left:0rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFpUbwTli9VA0tPLRx430BB8AXdk5htx { top:17.9375rem;left:0rem;width:20.8125rem;height:13.5625rem;font-size:1rem;display:block; }#gFpUbwTli9VA0tPLRx430BB8AXdk5htx li:before{  }
 }@media only screen and (max-width: 763px) { #qcAtKeJzBuyehbh1TZ2hRo2E9oPzTObq { top:43.375rem;left:26.3125rem;width:21.4375rem;height:10.718781159791rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS5XCxIUmnn13HfeXbuyuuLBMEwopLHr { top:56.6875rem;left:30.25rem;width:17.5rem;height:10.4375rem;font-size:0.9375rem;display:block; }#lS5XCxIUmnn13HfeXbuyuuLBMEwopLHr li:before{  }
 }@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) { #TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT { display:block; }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ0CzJ3N435XfUzIasc5itGht2tpEFOZ { width:16.625rem;height:14rem;top:15.1875rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvov1SinP4vvy72fNk7WOqHPEgBF0tpT { width:16.5625rem;height:15.1875rem;top:15.625rem;left:16.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J08GfV7f64cROEyLFIQfUeC3vuG1UF4W { width:20.375rem;height:29.875rem;top:1.5625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGATrf9T1hDxP1JptKSFtDAocnNybrce { width:10rem;height:10rem;top:4.6875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWhy4Llz3QmVoQUoPPPmU561V5L1Jahf { top:4rem;left:20.062503814698rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoEViOvtqRVPRK9kNOGTVhvuTTfVq3sR { width:10rem;height:10rem;top:4rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8UkSInsQRyaKDcDraDITTwbJg0KDFSS { width:10rem;height:10rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1LXUxemmlXAUqkEzg1WMLLH6SkgJRcK { top:2.9375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuaBfwzDqBo4mvcu4TFUsJsOwL1anV06 { top:4.25rem;left:39.4375rem;width:8.3125rem;height:9.6789698077009rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDJHw5zIPe129STogM2U5wHsZHQdCAp2 { top:0.75rem;left:0rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egb2QO8RLpooF8bTNcLleP4uSaw8UAfa { width:10.5rem;height:1.75rem;top:1.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8CDeT2ArhvfJ2I7wDqaUUztwCkhpgWi { width:10.5rem;height:1.75rem;top:1.125rem;left:19.750003814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6xlt8VnibWo7coX9w4xDB3eu6z1yriV { top:0.75rem;left:19.697917938233rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvz4eSB8SircrbSWEyhOTEvqXae8xRqx { width:10.5rem;height:1.75rem;top:1.125rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Gzk2c2ULArSVNGawuFpgbQNwSJIOab { top:0.75rem;left:37.1875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb3yMkrTEpBAzDuQ2UzHJzkiFXJ9Dugu { width:20.375rem;height:30.375rem;top:1.5rem;left:14.791667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcm5TGGvxvoqTP7VFTOuBfqpzcN0l86M { width:20.375rem;height:30.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1FvnNJLq8cV8ihEHJzuDEV6ew6eFyH2 { width:17.8125rem;height:16.875rem;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Te0lnnNWTupGzvT8Vfs2mGyXDXQeR8 { width:10rem;height:10rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csh88nklyg1LEbcPETsh79fEIgvkcGrt { display:block; }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfvBrsVW8tH03b5JI0zOPTCFMX0wg2vO { width:20.1875rem;height:33.0625rem;top:0.5625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRHtGyFFx8ock9Du7QUKeHx9bubDQlO { width:16.25rem;height:11.25rem;top:17.1875rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fREb9pL5v0XXfcOw0B6I5lwu2OKuGZaW { width:18.125rem;height:16.875rem;top:14.375rem;left:0.45703125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KClR5obw31IxDQUkGET9mnaR2ikGLqfD { width:10rem;height:10rem;top:4.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWQBfD5kBHqyhrivgZP4WLbKGoZzZp5g { top:5rem;left:38.9375rem;width:8.8125rem;height:9.4331903837892rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Bn0pSOK8LrLoRuRuPGEmXqTPUg5HPQ { width:10rem;height:10rem;top:3.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPKfatyPZoH5rFEShhEKS7IdmykFsDH4 { top:4.3125rem;left:6.0625rem;width:7.6875rem;height:9.2379243372755rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHEwQzkQqZfMBNsdJA7TCXVbGZnvOFTs { top:0rem;left:4.2161445617676rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5VFMpuq59VkKs7g3bUSpsqRnE4OPk4b { width:10.5rem;height:1.75rem;top:0.3125rem;left:4.26953125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHOy7QdJRLJ1Kvo2S7z1qu7ETKRvebeg { width:10.5rem;height:1.75rem;top:0rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpuG8vg6U47kcWVNeozyASteCvnbmt4s { top:0rem;left:37.1875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgapgbQeFDvR0CQUDhBukMqzo1uB4UV0 { width:20.1875rem;height:33.25rem;top:0.9375rem;left:0rem;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.6875rem;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) { #aAxycLlhR6ImPrAXOMv621FiCGKSKpqh { width:18.875rem;height:3.5625rem;top:21.0625rem;left:14.407811164856rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGlxMNqnH7THrym4GQGcrrWhZZIWlQiy { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { width:7.8125rem;height:2.62239375rem;top:1.25rem;left:6.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #200c41, rgba(14,3,37,0.77));background-image: -moz-linear-gradient(180deg, #200c41, rgba(14,3,37,0.77));background-image: -ms-linear-gradient(180deg, #200c41, rgba(14,3,37,0.77));background-image: -o-linear-gradient(180deg, #200c41, rgba(14,3,37,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#200c41', endColorstr='#0e0325c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#200c41', endColorstr='#0e0325c4' );";background-image: linear-gradient(180deg, #200c41, rgba(14,3,37,0.77));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;display:block; }#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,0,0,0); }#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,0,0,0); }#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 > .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:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:20rem;height:24.1875rem;top:28.354167938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:19.875rem;height:27.8125rem;top:25.02082824707rem;left:0rem;background-color:#ffffff;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) { #d653lrD2tlToHWaRPKVC6vCmJbukHpHi { width:19.8125rem;height:21.625rem;top:1.3854322433472rem;left:0rem;background-color:rgba(255,255,255,0.37);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CHLzlzXBJipgJ0iVxTgo9ATn6rx8nRLc { width:20rem;height:3.3984375rem;top:2rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FslF1ee8NlWTWxJPb9cXekah6J33NySE { width:19.625rem;height:8.6875rem;top:6.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9KmNGV7cTUkM1sbVPDMDIHd0PZDr15O { width:18.0625rem;height:5.8463625rem;top:8.78125rem;left:0.96875005960463rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sxQM4AHaQkcwBI0UZ9UZwJATdn7TfAPr { width:15.875rem;height:1.21875rem;top:6.875rem;left:0.78125005960463rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cL4mvdcl08qL1eXMdef0ZMeLmnC8LGTN { width:20rem;height:4.77864375rem;top:17.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pNtKPGxQ6sSdNLWfwuhwQESwBnd6bpCP { width:20rem;height:1.462675rem;top:25.713552255859rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD { display:block; }#NR1O8xz0wNoSRGTfuZv9b8TbAlyzDmmD > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFy35QIqicTisHUvqy4Bq3EAiAzGplQT { width:17.1875rem;height:1.462675rem;top:1.25rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaSkv97mGRRAwTTFiBHcbt2lDCWZTDrp { width:16.25rem;height:3.8997375rem;top:10.0234375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBtfRaVvw636vyQoKUqzTt2Ic5ul6I89 { display:flex;width:4.8125rem;height:4.8125rem;top:3.9609375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #GCzCJVbLusO7h1r1gPI97JMbEHgdD8fb { width:17.1875rem;height:1.462675rem;top:15.171875rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkBLVLl0u243uFeTpoSG4M95yABMIz1x { width:16.25rem;height:3.8997375rem;top:23.7578125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXL1pPOXTfTTne90xJJI8LlqwMUxdfku { display:flex;width:4.625rem;height:4.625rem;top:17.8828125rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #boahndfo4RMSEZJnKbyXvOAzqfyvkdMS { width:17.1875rem;height:1.462675rem;top:28.90625rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecSPRVTMnrzcUeG8f5Lm9es8iVk110zO { width:16.25rem;height:3.8997375rem;top:37.5546875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAOmuHTRKosvpBf2gw3gXWRmGD9umBtq { display:flex;width:4.6875rem;height:4.6875rem;top:31.6171875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #RNJzBkEUD5hEULTHEu5l67hT60PX1qzc { display:block; }#RNJzBkEUD5hEULTHEu5l67hT60PX1qzc > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNOkzT74e2QTkkUIovCriTNVysh75onw { width:17.1875rem;height:1.462675rem;top:1.25rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xn9n94WD8EUrJ7OiR8uvy9QT3vqS7iMr { width:16.25rem;height:3.8997375rem;top:8.6484375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwJw9XG5WD427gbPOxXTsoTsxDAVCm8v { width:13.375rem;height:1.462675rem;top:13.796875rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmVts2ZU1JhBPGgaO1DIT8DZIl3ddrvV { width:16.25rem;height:3.8997375rem;top:21.9453125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNT2Qr6TnXBlPxgVEUegbCk6dT2LmIql { display:flex;width:3.4375rem;height:3.4375rem;top:3.9609375rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #wQdIxWBfarscgZRU6RGFOrMH2ngtHZXw { display:flex;width:4.1875rem;height:4.1875rem;top:16.5078125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #200c41, #000000);background-image: -moz-linear-gradient(180deg, #200c41, #000000);background-image: -ms-linear-gradient(180deg, #200c41, #000000);background-image: -o-linear-gradient(180deg, #200c41, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#200c41', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#200c41', endColorstr='#000000' );";background-image: linear-gradient(180deg, #200c41, #000000);background-size:cover !important;display:none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { width:20rem;height:1.9487875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIZ2wB4WFQeEM51CDJ1VracJAoI0cxkq { width:19.9375rem;height:22.25rem;top:4.44791875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { width:20rem;height:1.875rem;top:2.6666660308838rem;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:8.52975rem;top:6.3046875rem;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.75rem;height:25.25rem;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) { #RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { width:20rem;height:1.6497375rem;top:15.786456108093rem;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) { #TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { width:16.8073125rem;height:3.8997375rem;top:18.90234375rem;left:3.1914063096046rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #l3uVst9huRrb1ip5UZERVUsDV6uBn4MX { display:flex;width:1.875rem;height:1.875rem;top:18.903644561767rem;left:0.80989581346512rem; }
 }@media only screen and (max-width: 763px) { #U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { width:16.308625rem;height:2.599825rem;top:23.102867126465rem;left:3.1914063096046rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nh9tCIeby7T88xb50Tkw9LnaLtl3CmMg { display:flex;width:1.875rem;height:1.875rem;top:23.46484375rem;left:0.80989581346512rem; }
 }@media only screen and (max-width: 763px) { #fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { width:19.875rem;height:39.6875rem;top:28.19010925293rem;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) { #rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { width:14.622375rem;height:2.599825rem;top:50.841148234558rem;left:3.8802032470703rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { width:15.9375rem;height:2.599825rem;top:48.036460734558rem;left:3.8802032470703rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { width:20rem;height:1.6497375rem;top:44.632814742279rem;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) { #exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { width:20rem;height:3.65625rem;top:33.007814265442rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { display:flex;width:1.875rem;height:1.875rem;top:47.750002242279rem;left:0.80989074707031rem; }
 }@media only screen and (max-width: 763px) { #I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { display:flex;width:1.875rem;height:1.875rem;top:50.61979375rem;left:0.80989074707031rem; }
 }@media only screen and (max-width: 763px) { #FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { width:20rem;height:1.875rem;top:29.825522280884rem;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) { #qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { width:15.997375rem;height:2.599825rem;top:36.74479375rem;left:2.9400939941406rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #c6ROq8pTQlZQPPLrZG4vOkpsReL6gVpc { width:16.309875rem;height:2.599825rem;top:39.32291875rem;left:2.9400939941406rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { width:13.684875rem;height:1.2999125rem;top:42.169272996139rem;left:2.9400939941406rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { width:16.0625rem;height:3.8997375rem;top:53.223960734558rem;left:3.8802032470703rem;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:53.523440219116rem;left:0.80989074707031rem; }
 }@media only screen and (max-width: 763px) { #s90aL4kGnQPQMt5sk5CS2mAxKtO0zTq5 { display:flex;width:1.875rem;height:1.875rem;top:36.458335257721rem;left:0.80989074707031rem; }
 }@media only screen and (max-width: 763px) { #RJyoIcvNLz9nXkcMf8E35LCBinJA1Em3 { display:flex;width:1.875rem;height:1.875rem;top:39.03385625rem;left:0.80989074707031rem; }
 }@media only screen and (max-width: 763px) { #k40CNNwMNe2vWLHv33wi6zblbQAiSBba { display:flex;width:1.875rem;height:1.875rem;top:41.78385625rem;left:0.80989074707031rem; }
 }@media only screen and (max-width: 763px) { #okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #200c41, #000000);background-image: -moz-linear-gradient(180deg, #200c41, #000000);background-image: -ms-linear-gradient(180deg, #200c41, #000000);background-image: -o-linear-gradient(180deg, #200c41, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#200c41', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#200c41', endColorstr='#000000' );";background-image: linear-gradient(180deg, #200c41, #000000);background-size:cover !important;display:block; }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .row .container { background-color: transparent; background-image: none; }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .row .container > .video-iframe-container { display: none; }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .row > .video-iframe-container { display: none; }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .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); }#okkiROlLOgy3FwrGlK9dkKtPWb8bKTNe > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdNMXpsvxCPbBqp6BBIWWUzatPawUsIR { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZF664818yZoddU1LMThqgm08xvBzSHa { width:18.75rem;height:35rem;top:4.009765625rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { display:block; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h { display:block; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container { width:20rem;height:158.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXRmFOEF4L08z5PCtDbs0pyCClbb4eFN { width:20rem;height:12.6920625rem;top:122.9101600647rem;left:0rem;font-size:1rem;display:block; }#ZXRmFOEF4L08z5PCtDbs0pyCClbb4eFN li:before{  }
 }@media only screen and (max-width: 763px) { #Rf71VbO16V87UlWSB7GQptdu7bcGsErp { width:19.75rem;height:9.875rem;top:112.5429725647rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmDVL062tA4EWBK557iJBQuGBtWxU3wV { width:20rem;height:4.875rem;top:80.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkswqBHyLv9mbFed3q7AOHGOoXNZ75fH { width:18.4375rem;height:10.253875rem;top:43.436199188233rem;left:0.78125005960463rem;font-size:1rem;display:block; }#IkswqBHyLv9mbFed3q7AOHGOoXNZ75fH li:before{  }
 }@media only screen and (max-width: 763px) { #geszS1fUxUT8HL7SMN79XpgyoCbfpwRI { width:18.4375rem;height:11.4420625rem;top:67.373699188231rem;left:0.78125005960463rem;font-size:1rem;display:block; }#geszS1fUxUT8HL7SMN79XpgyoCbfpwRI li:before{  }
 }@media only screen and (max-width: 763px) { #sWLUOwJSDG6uk9m6XNg61n0SDCvNoEyn { width:20rem;height:10rem;top:32.250010490418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP3KALkMaMCahnQefBCTPzeJOHAPQhtC { width:20rem;height:10rem;top:56.374990463257rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnT3p6iaSxVqopGdZLKWJJpeWqSTJpSc { width:20rem;height:9.85675rem;top:86.766929626462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPlkLPDgDl7Ac1TuLEq6ymahxvTvpi0q { width:20rem;height:13.8801875rem;top:96.540367126462rem;left:0rem;font-size:1rem;display:block; }#sPlkLPDgDl7Ac1TuLEq6ymahxvTvpi0q li:before{  }
 }@media only screen and (max-width: 763px) { #irNVcZwPs4Rz54Qp6vtnuosiindgUqq7 { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLRprA9mKtoT1n8KaSy2tNuGvTIpp2li { width:20rem;height:10rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFpUbwTli9VA0tPLRx430BB8AXdk5htx { width:20rem;height:13.5676875rem;top:16.248699188233rem;left:0rem;font-size:1rem;display:block; }#gFpUbwTli9VA0tPLRx430BB8AXdk5htx li:before{  }
 }@media only screen and (max-width: 763px) { #qcAtKeJzBuyehbh1TZ2hRo2E9oPzTObq { width:20rem;height:10.000029070359rem;top:136.85222709465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS5XCxIUmnn13HfeXbuyuuLBMEwopLHr { width:19.75rem;height:7.65625rem;top:147.47613525391rem;left:0.0625rem;font-size:0.9375rem;display:block; }#lS5XCxIUmnn13HfeXbuyuuLBMEwopLHr li:before{  }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT { display:block; }#TiHle2LnQMezlpFL8ANO1Q6LGSMppcsT > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ0CzJ3N435XfUzIasc5itGht2tpEFOZ { width:16.625rem;height:14.00608125rem;top:81.567714252931rem;left:1.7604064941406rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvov1SinP4vvy72fNk7WOqHPEgBF0tpT { width:16.5625rem;height:18.0012875rem;top:47.41927125rem;left:1.9583435058594rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J08GfV7f64cROEyLFIQfUeC3vuG1UF4W { width:19.75rem;height:29.875rem;top:67.9166675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGATrf9T1hDxP1JptKSFtDAocnNybrce { width:10rem;height:10rem;top:36.48177125rem;left:5.2083435058594rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWhy4Llz3QmVoQUoPPPmU561V5L1Jahf { width:9.875rem;height:9.875rem;top:35.82552125rem;left:5.2708435058594rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoEViOvtqRVPRK9kNOGTVhvuTTfVq3sR { width:10rem;height:10rem;top:70.3541675rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8UkSInsQRyaKDcDraDITTwbJg0KDFSS { width:10rem;height:10rem;top:3.03125rem;left:5.2395858764649rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1LXUxemmlXAUqkEzg1WMLLH6SkgJRcK { width:10rem;height:10rem;top:2.6640625rem;left:5.2083358764649rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuaBfwzDqBo4mvcu4TFUsJsOwL1anV06 { width:8.3125rem;height:9.6770625rem;top:70.6041675rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDJHw5zIPe129STogM2U5wHsZHQdCAp2 { width:10.4375rem;height:2.3125rem;top:0.49739074707031rem;left:4.9088516235351rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egb2QO8RLpooF8bTNcLleP4uSaw8UAfa { width:10.5rem;height:1.600475rem;top:0.8671875rem;left:4.9635391235351rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8CDeT2ArhvfJ2I7wDqaUUztwCkhpgWi { width:10.5rem;height:1.600475rem;top:32.95313050293rem;left:4.9583435058594rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6xlt8VnibWo7coX9w4xDB3eu6z1yriV { width:10.4375rem;height:2.3125rem;top:32.588536997071rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvz4eSB8SircrbSWEyhOTEvqXae8xRqx { width:10.5rem;height:1.600475rem;top:67.520839252931rem;left:4.8229064941406rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Gzk2c2ULArSVNGawuFpgbQNwSJIOab { width:10.4375rem;height:2.3125rem;top:67.153651752931rem;left:4.765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb3yMkrTEpBAzDuQ2UzHJzkiFXJ9Dugu { width:19.75rem;height:33rem;top:33.33333375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Vcm5TGGvxvoqTP7VFTOuBfqpzcN0l86M { width:19.75rem;height:30.5rem;top:1.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #b1FvnNJLq8cV8ihEHJzuDEV6ew6eFyH2 { width:17.8125rem;height:18.00781875rem;top:12.796875rem;left:1.3020858764649rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Te0lnnNWTupGzvT8Vfs2mGyXDXQeR8 { width:10rem;height:10rem;top:3.03125rem;left:5.3229141235351rem;display:block; }
 }@media only screen and (max-width: 763px) { #csh88nklyg1LEbcPETsh79fEIgvkcGrt { display:block; }#csh88nklyg1LEbcPETsh79fEIgvkcGrt > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfvBrsVW8tH03b5JI0zOPTCFMX0wg2vO { width:19.75rem;height:28.875rem;top:36.08333375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ruRHtGyFFx8ock9Du7QUKeHx9bubDQlO { width:16.25rem;height:10.4947875rem;top:52.697911997071rem;left:2.0520782470703rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fREb9pL5v0XXfcOw0B6I5lwu2OKuGZaW { width:18.125rem;height:15.74218125rem;top:14.66667175293rem;left:1.0859375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KClR5obw31IxDQUkGET9mnaR2ikGLqfD { width:10rem;height:10rem;top:39.697911997071rem;left:5.1666717529297rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWQBfD5kBHqyhrivgZP4WLbKGoZzZp5g { width:8.8125rem;height:9.4323125rem;top:40.510411997071rem;left:5.9166717529297rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Bn0pSOK8LrLoRuRuPGEmXqTPUg5HPQ { width:10rem;height:10rem;top:3.8541717529297rem;left:5.5677185058594rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPKfatyPZoH5rFEShhEKS7IdmykFsDH4 { width:7.6875rem;height:9.237rem;top:4.6041717529297rem;left:6.6927185058594rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHEwQzkQqZfMBNsdJA7TCXVbGZnvOFTs { width:10.4375rem;height:2.3125rem;top:0.29167175292969rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5VFMpuq59VkKs7g3bUSpsqRnE4OPk4b { width:10.5rem;height:1.600475rem;top:0.65885925292969rem;left:4.8984375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHOy7QdJRLJ1Kvo2S7z1qu7ETKRvebeg { width:10.5rem;height:1.600475rem;top:36.083333969116rem;left:4.7500002980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpuG8vg6U47kcWVNeozyASteCvnbmt4s { width:10.4375rem;height:2.3125rem;top:35.510411997071rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgapgbQeFDvR0CQUDhBukMqzo1uB4UV0 { width:19.75rem;height:33.25rem;top:1.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI { display:block; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5ARcd3szWTeewhTU3lTQoVcx2IeIkJT { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { display:block; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container { width:20rem;height:30.3125rem;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:20.9166875rem;width:17.5rem;top:1.25rem;left:0.1875rem; }
#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) { #aAxycLlhR6ImPrAXOMv621FiCGKSKpqh { width:18.872375rem;height:3.5625rem;top:25.62502125rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGlxMNqnH7THrym4GQGcrrWhZZIWlQiy { display:block; }
 }