.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { position:relative;display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { background-color: transparent; background-image: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container > .video-iframe-container { display: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row > .video-iframe-container { display: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { border-width: 0; border-radius: 0; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rJn8xmLuOywCggzr345TWo7ROAvTVtL9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#041023;background-image:url("https://images.assets-landingi.com/uc/c9f68517-ceb2-4190-9775-68e92be500f5/DeWatermarkai_1733467236352.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(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:35rem;width:75rem;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15012;height:22.5625rem;width:27.5625rem;top:4.75rem;left:45.875rem;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:25.875rem;width:28.1875rem;top:4.25rem;left:45.625rem;display:block; }
#aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:19.4375rem;width:43.625rem;top:7.8125rem;left:0rem;display:block; }
#hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { color:#000000;display:block;width:41.749125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.6842451095581rem;left:0.81727600097656rem;height:4.38671875rem;font-style:normal;display:block; }
#lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { color:#000000;display:block;width:40.999375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0.8125rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 { color:#000000;display:block;width:40.999375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.936632156372rem;left:0.87413215637206rem;height:6.7881875rem;display:block; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:before{  }
#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f671043-c7e9-4312-abca-bb20098cf4e1/certificate_bg.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.adaptive-delivery-prevent-bg, #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.lazyload, #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.lazyloading { background-image: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { background-color: transparent; background-image: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container > .video-iframe-container { display: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container { display: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { border-width: 0; border-radius: 0; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { color:#080606;display:block;width:29.124375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.9375rem;left:23.3125rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { color:#0f0908;display:block;width:74.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.9991331100462rem;left:0.3125rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { color:#080606;display:block;width:28.686rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.249137878418rem;left:23.750001907349rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { color:#0f0908;display:block;width:17.6248125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.375rem;left:7.125rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { color:#0f0908;display:block;width:18.249125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:31.375rem;left:28.748262405396rem;height:3.4082rem;text-align:center;text-align-last:center;display:block; }
#mNVVewTUeTzIMPBiF9TPdG4eihhurnAG { color:#0f0908;display:block;width:16.3748125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:31.375rem;left:52rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#yvG7Rf06vxxgeuLdxFz7yH1yXTsn7Eb2 { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8rem;left:5rem;height:1.462675rem;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:29.0625rem;width:67.375rem;top:1.625rem;left:3.625rem;display:none; }
#wy5aLnIXZOc3MnwWsZQSk10ix12i09vE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:19rem;top:18.125rem;left:6.4375rem;overflow:hidden;display:block; }
#z7SyMrSWR5WJbqkAO65p2GAfinkFTGe0 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:19rem;top:18.125001907349rem;left:28.374132156372rem;overflow:hidden;display:block; }
#sZ5VQ71WmnqXH6awAcKHNCT6tcIllztN { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:19rem;top:18.125rem;left:50.6875rem;overflow:hidden;display:block; }
#iItzI4fpi39T0tySDRdKWbWFyvpTKT3V { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:18.625000715256rem;left:10.311414718628rem;overflow:hidden;display:block; }
#qCypJDs8hsMS6es32QPwplXO7fT81EtS { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.0625rem;top:19.561632871627rem;left:33.342016220093rem;overflow:hidden;display:block; }
#cTgblvyS7vQzSr6cg6ivQZ7U2WQ7gXDJ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:11.5625rem;top:19.998915433884rem;left:54.405382156372rem;overflow:hidden;display:block; }
#EneWiTWwimaXsSgkaJGxuoCl4d0oBVUo { color:#080606;display:block;width:28.686rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.249137878418rem;left:23.750001907349rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WqttLUfm7eIEiFSGnFLFpqB71gkKHkrq { color:#080606;display:block;width:28.686rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.249137878418rem;left:23.750001907349rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { border-width: 0; border-radius: 0; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:none; }#bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.99934911727906rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4OFS6rsTw4ToEgIambLBzP1JiN2V0rR { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6223959922791rem;left:0rem;height:1.62435rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:29.124375rem;width:32.686625rem;top:6.9375rem;left:26.3125rem;display:block; }
#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip > .row .container { border-width: 0; border-radius: 0; }#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#SWBCZ1KMoMXaI2q36U5ywvJvbk2KewZa { box-sizing:content-box;height:16.5rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:5.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#uHk2CuNFMzrvzSFrFC95ehhiUsCLrhwh { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.375rem;left:6.4375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QipTEk2cPMLLzoAfFz841eEVSRRWAJUU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9995625rem;width:17.8125rem;top:2.6875rem;left:5.375rem;overflow:hidden;display:block; }
#k6Hfq557gKcc4pvHxH8dtpEzdcxWOL6e { box-sizing:content-box;height:16.5rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.125rem;left:27rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#XrgWoU3GkrtfBRheChSqTgknVQOTVl5T { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:17.8125rem;top:2.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#ykBkaJ4Vu9JqDdPkhpbl21XPsNeSt0XT { color:#000000;display:block;width:16.624375rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:27.75rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rg1zlewIdskWMOBN3lDGSktKSUDVUKdI { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.4375rem;left:6.4375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnBFD340hpCUtOWi6qHLDL8nxubzJtul { color:#000000;display:block;width:16.624375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5rem;left:27.75rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erNR6o1yof2mU8qFAXNpTmGCXt3exvAW { box-sizing:content-box;height:16.4995625rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.125rem;left:49.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#I9kXXtyEd8SQEcBvCyGBo7bN8exN1TV7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9373125rem;width:17.8125rem;top:3.4375rem;left:49.25rem;overflow:hidden;display:block; }
#HhyTr0oD0S9IqCZwJhTsOs237peuHR6L { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:50.3125rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TB88wfflFmx9o0Q4E3EARNomRefUisds { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.9375rem;left:50.3125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { color:#080606;display:block;width:30.4980625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.8125rem;left:27.5rem;height:2.43706875rem;font-style:normal;display:block; }
#exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4rem;left:27.5625rem;height:1.462675rem;display:block; }
#qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { color:#0f0908;display:block;width:29.6235rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.1875rem;left:27.9375rem;height:2.599825rem;display:block; }
#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.1;letter-spacing:0;top:9.5625rem;left:31.875rem;height:2.51301875rem;display:block; }#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik li:before{  }
#r84CerT63lTFlUWD9x0Pcm8TxBt2NeBr { color:#0f0908;display:block;width:30.2485rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.6875rem;left:27.625rem;height:1.2999125rem;display:block; }
#BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:15.25rem;left:34.0625rem;height:2.51301875rem;display:block; }#BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ li:before{  }
#QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { color:#080606;display:block;width:27.1235rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:18.0625rem;left:27.5625rem;height:1.7068125rem;font-style:normal;display:block; }
#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 > .row .container { border-width: 0; border-radius: 0; }#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:none; }#kMZsvCLzxSToAF2pSDNRB1vcNCT1didS { box-sizing:content-box;height:16.5rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1rem;left:27.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#S2yv5OHQLEiARD4GQDJkEOGADsfkowng { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.435980796814rem;left:28.310547828674rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhQBsOSsKZypvawPFpBRmDTbl9gKPe6s { box-sizing:content-box;height:16.5rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.125rem;left:49.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#QxeVA8D4x18TVkwanrRyNNULJ70Cbhl5 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.435980796814rem;left:50.374352455139rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTQumf67UzGvbmsg4rL9vUUKKnv6UTFz { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.186625rem;width:17.8125rem;top:0.99826431274412rem;left:27.443577766419rem;overflow:hidden;display:block; }
#t3GDAEu1221FOJrMGrHJSr55XSm0GFH4 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.978949546814rem;left:28.310547828674rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9mgGao9RTF2vv7cLk6qv8NBc38uKt4Z { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.978949546814rem;left:50.374352455139rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZDECnOJEC4CKQcGAyTGfbePAwK1xzzN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.561625rem;width:17.8125rem;top:2.1245660781861rem;left:49.280602455139rem;overflow:hidden;display:block; }
#iRtsDWttONAoZFxk9k3RN1K72xD1ZMXo { box-sizing:content-box;height:16.4995625rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.125rem;left:4.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#KwTLrCQlsV9Rqs0ERBBOaU4HIV36VLTT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:17.8125rem;top:0.99826431274412rem;left:4.84375rem;overflow:hidden;display:block; }
#Tw7OiXKOvg6xp8CxxtxAISRhZCLvqenI { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.435980796814rem;left:5.9375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7UsUm8LbXu6IFKoKWgXd7kEQNokVcK4 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.978949546814rem;left:5.9375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZWsFVB9B7HWxCzctz5k0r8aFm0xzd7g { background-color:#001f3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9355625rem;height:3.62305rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.388021945953rem;left:26.655816078186rem;display:block; }
#adUhfD0vqkOIVeVt3CiihiUx8IQ0MoRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.0625rem;left:27.5625rem; }
#rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.3125rem;left:30.1875rem;height:1.2999125rem;display:block; }
#rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:4.8125rem;left:30.1875rem;height:1.2999125rem;display:block; }
#I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:4.625rem;left:27.5625rem; }
#XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:7.75rem;left:30.1875rem;height:1.2999125rem;display:block; }
#eSPSPxZZRVaWwe42wu3WwQoGKE0QoN13 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:7.4375rem;left:27.5625rem; }
#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { position:relative;display:block; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { background-color: transparent; background-image: none; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container > .video-iframe-container { display: none; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row > .video-iframe-container { display: none; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { border-width: 0; border-radius: 0; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { background-color: transparent; background-image: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { border-width: 0; border-radius: 0; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;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:1.4375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XGesUKivK0sqIKHSkq8C8vr4TaU1ZOfG { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 { position:relative;display:block; }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 { background-color: transparent; background-image: none; }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 > .row .container > .video-iframe-container { display: none; }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 > .row > .video-iframe-container { display: none; }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 > .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); }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 { border-width: 0; border-radius: 0; }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 > .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; }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 > .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:29.875rem;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; }#afoAP3MvnFtZ23NDWIRBV8sTG1Wvvplq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:16.9375rem;top:1.5rem;left:4.8125rem;overflow:hidden;display:block; }
#Jf5XVdrCOtQ42CFQAFRGbeZT4CvAWWro { box-sizing:content-box;height:0.125rem;width:17.0625rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:12.75rem;left:4.75rem;display:block; }
#enSRTCR0Z4uTaAZT5P5yQbTFE2SQ6XSZ { box-sizing:content-box;height:2.12456875rem;width:15.625rem;position:absolute;display:block;z-index:15003;background-color:#eff8ff;background-image:none;top:14.0625rem;left:4.75rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#BNTh8wnZCcltCoq81UsdQyofAMxGbttU { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.375rem;left:5.75rem;height:1.462675rem;font-style:normal;display:block; }
#zlVip3BJeHLH6BzHekIHSmUM6WCqVKXU { color:#000000;display:block;width:17.436rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:2.2;letter-spacing:0;top:17.4375rem;left:4.75rem;height:8.6328125rem;display:block; }#zlVip3BJeHLH6BzHekIHSmUM6WCqVKXU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zlVip3BJeHLH6BzHekIHSmUM6WCqVKXU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#SJnzkOSoHo2u8MGEqcJ9n9sXefN934MO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.125rem;left:4.8125rem;height:1.787325rem;font-style:normal;display:block; }
#XzZ1wfGDn3SSotJTTEfLXn2GW9n7EwLb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.7495625rem;width:8.2498125rem;top:1.5625rem;left:9.125rem;overflow:hidden;display:block; }
#up63hCSH16kL2qdT7yyH6ih88I9o3pMQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:16.9375rem;top:1.5rem;left:29.0625rem;overflow:hidden;display:block; }
#WCOVplOqgvAKu2RuiQW3Vpg6N8uVZrWc { box-sizing:content-box;height:0.125rem;width:17.0625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:12.75rem;left:29rem;display:block; }
#aJuyvOaJaAk0gkm3LsfCBTNbVC56tTFJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.125rem;left:29.0625rem;height:1.787325rem;font-style:normal;display:block; }
#UcnqQyPvK4uE4w3NaN0E7NHwtQxKKcB1 { box-sizing:content-box;height:2.12456875rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:#eff8ff;background-image:none;top:14.0625rem;left:29rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#SRKnU4KbfDB102ZCVTIFnD00Tin2o34T { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.375rem;left:30rem;height:1.462675rem;font-style:normal;display:block; }
#yODsslc5X6CdWDwR2lnBZ121Dgh66mWZ { color:#000000;display:block;width:17.436rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:2.2;letter-spacing:0;top:17.4375rem;left:29rem;height:10.556625rem;display:block; }#yODsslc5X6CdWDwR2lnBZ121Dgh66mWZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yODsslc5X6CdWDwR2lnBZ121Dgh66mWZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#SQ19pWIqDTDb1wqpTVnuJUPqvohZ20Nd { color:#000000;display:block;width:17.436rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:2.2;letter-spacing:0;top:17.4375rem;left:53.3125rem;height:8.6328125rem;display:block; }#SQ19pWIqDTDb1wqpTVnuJUPqvohZ20Nd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SQ19pWIqDTDb1wqpTVnuJUPqvohZ20Nd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#xQlXdUR1qNwMZX1BlLvPDk0lvPxl4xsq { box-sizing:content-box;height:2.12456875rem;width:15.625rem;position:absolute;display:block;z-index:15019;background-color:#eff8ff;background-image:none;top:14.0625rem;left:53.3125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#UitpdUOELsxAikZWd6SrurNkHGyhFdH8 { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.375rem;left:54.3125rem;height:1.462675rem;font-style:normal;display:block; }
#OsZeyFI3EnLxEeXaCTxxqe4a8EF9xnJT { box-sizing:content-box;height:0.125rem;width:17.0625rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:12.75rem;left:53.3125rem;display:block; }
#lxhB2ieBy1UW6tJqc5GcdZxqUMlzw4mL { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.125rem;left:53.375rem;height:1.787325rem;font-style:normal;display:block; }
#TdwllH6WTvJyHup0UJCPT2T9OPLRay9d { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:16.9375rem;top:1.5rem;left:53.375rem;overflow:hidden;display:block; }
#Zc2vmliWbNOOdLaeRmPE5cWz8z6yTLBJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.561875rem;width:8.186875rem;top:1.7172298431396rem;left:57.935113906861rem;overflow:hidden;display:block; }
#TxIrGeeg7zMdbZ0ZPvrcSacUVhq2VagR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.686625rem;width:9.3120625rem;top:1.5625rem;left:32.8125rem;overflow:hidden;display:block; }
#Dg0psabDymJEbLBbTsRH63hJF3BVzrwn { box-sizing:content-box;height:28.625rem;width:18.2498125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:0.8125rem;left:4.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#MmGZgwdzTx3wzPIvudT2uxnHTTVFbzO3 { box-sizing:content-box;height:28.625rem;width:18.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:0.8125rem;left:28.3125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#Zqz0GMpmWcMSXHK5UtVRfeEFVGS9mV63 { box-sizing:content-box;height:28.625rem;width:18.2498125rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:0.8125rem;left:52.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg { position:relative;display:block; }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg { background-color: transparent; background-image: none; }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg > .row .container > .video-iframe-container { display: none; }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg > .row > .video-iframe-container { display: none; }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg > .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); }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg { border-width: 0; border-radius: 0; }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg > .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; }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg > .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:34.8125rem;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; }#StUoF0m8pB6LGMXXnuJTfNrRVFRri8Ko { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874375rem;width:16.936875rem;top:4.875rem;left:4.8125rem;overflow:hidden;display:block; }
#batXyngIXscmcs0ebGx9KqoO64HMXmWH { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.0620625rem;top:4.6232643127441rem;left:9.2480487823488rem;overflow:hidden;display:block; }
#tzyDo8n6JMOqVs73vkZTEnzELR8NL4ld { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:13.5rem;left:4.8125rem;height:1.787325rem;font-style:normal;display:block; }
#S6S91Bm0Lmmyu5rP7oEJJFlTRq9VFMrT { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:13.6875rem;left:29.125rem;height:1.7871125rem;font-style:normal;display:block; }
#zkR5EHSidMlQRf1F1lySdvfvXZ1WPm2W { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874375rem;width:16.936875rem;top:5.0625rem;left:29.125rem;overflow:hidden;display:block; }
#sFi0hK0Eb80bJ1hROy37uDJ5zhtASBHS { box-sizing:content-box;height:0.124783125rem;width:17.061625rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:16.125rem;left:4.75rem;display:block; }
#XNVs9wz6xBsauXBUm5spDpx8rP0erNr6 { box-sizing:content-box;height:0.124783125rem;width:17.061625rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:16.3125rem;left:29.0625rem;display:block; }
#ZzIQkNJs58ZnzlvUS2tLIquleRScN30A { box-sizing:content-box;height:2.12456875rem;width:15.625rem;position:absolute;display:block;z-index:15027;background-color:#eff8ff;background-image:none;top:17.4375rem;left:4.75rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#WeVXyez0u2ulbbiEh9F0hNlzNIQBUDHc { box-sizing:content-box;height:2.12456875rem;width:15.625rem;position:absolute;display:block;z-index:15043;background-color:#eff8ff;background-image:none;top:17.625rem;left:29.0625rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#ZEqsWchZNHhO0OkrTkNWfTalxgo0e4bu { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.374125rem;width:7.9373125rem;top:5.4375rem;left:33.875rem;overflow:hidden;display:block; }
#ItVqdTlhmv0EAifpfIt07fHCOhEkz5uT { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:17.75rem;left:5.75rem;height:1.462675rem;font-style:normal;display:block; }
#BMaFpy8yVdfhKrC4RHAB9BMyBt9Xt6Xm { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.9375rem;left:30.0625rem;height:1.462675rem;font-style:normal;display:block; }
#fU4McCOKtWDzd4Kd370izno2To2c2hFH { color:#000000;display:block;width:17.436rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2.2;letter-spacing:0;top:20.8125rem;left:4.75rem;height:6.3965rem;display:block; }#fU4McCOKtWDzd4Kd370izno2To2c2hFH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fU4McCOKtWDzd4Kd370izno2To2c2hFH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#sIXs2FpPTP4ITZLZNMuvN1wx6NKqgdsg { color:#000000;display:block;width:17.436rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15045;line-height:2.2;letter-spacing:0;top:21rem;left:29.0625rem;height:12.4805rem;display:block; }#sIXs2FpPTP4ITZLZNMuvN1wx6NKqgdsg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sIXs2FpPTP4ITZLZNMuvN1wx6NKqgdsg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#H9XKp8rtsR87d2Rd4k30rH5tr41PB8Pg { box-sizing:content-box;height:30.186625rem;width:18.2498125rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;top:4.2491326332092rem;left:4.0842037200928rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#WffR2LL0zLrtETptafsFowXzcaBsD2UW { box-sizing:content-box;height:30.1875rem;width:18.25rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:4.375rem;left:28.375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#qm3xqtcIe5D43SaKbvdPmMp5ZwT7JFQX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874375rem;width:16.936875rem;top:5.4998125rem;left:53.6875rem;overflow:hidden;display:block; }
#TSf4DMJ1Wh8iy9BwknRfeqm5f0QaMEFV { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6855625rem;width:9.124375rem;top:5.6248125rem;left:57.5625rem;overflow:hidden;display:block; }
#dcFLbsSVB5skUITrUrzmT1TTopN0ix5A { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:14.1248125rem;left:53.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#zV9PtkQo6BNArh1kcpaW0n5i3xHLWBrn { box-sizing:content-box;height:0.124783125rem;width:17.0605625rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:16.7498125rem;left:53.625rem;display:block; }
#L1ISFFdV8XmubOQlPeXz62Ee0iTMfyWW { box-sizing:content-box;height:2.12456875rem;width:15.625rem;position:absolute;display:block;z-index:15027;background-color:#eff8ff;background-image:none;top:18.0623125rem;left:53.625rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#ASEMiu5Q7qg5yxr79gkntDyvxEfvDm3H { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:18.3748125rem;left:54.625rem;height:1.462675rem;font-style:normal;display:block; }
#ZlHDD0K4uBU8mHKTLOr32vGsZlV0fQPr { color:#000000;display:block;width:17.436rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2.2;letter-spacing:0;top:21.4373125rem;left:53.625rem;height:8.6328125rem;display:block; }#ZlHDD0K4uBU8mHKTLOr32vGsZlV0fQPr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZlHDD0K4uBU8mHKTLOr32vGsZlV0fQPr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#cayM5Fs3RwZQtDZVnK31OeH9EifDW3vv { box-sizing:content-box;height:30.1875rem;width:18.2498125rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;top:4.4998125rem;left:52.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg { position:relative;display:block; }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg { background-color: transparent; background-image: none; }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg > .row .container > .video-iframe-container { display: none; }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg > .row > .video-iframe-container { display: none; }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg > .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); }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg { border-width: 0; border-radius: 0; }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg > .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; }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg > .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:37.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; }#t0q0i4yhBKTu5tcs6UTPrQqTNeNqvxzb { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874375rem;width:16.936875rem;top:5.061875rem;left:4.8125rem;overflow:hidden;display:block; }
#JITgAAtu7ZuriaP5WOcSJhKkei9NfLbT { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.499125rem;top:5.061875rem;left:8rem;overflow:hidden;display:block; }
#nDkO0USEBkSKuCBPuAGbVCi4I2EbwDs9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.686875rem;left:4.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#PXcM1A2R6DJc4vw6sdEZNqdhX2W4J20V { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:13.686875rem;left:29.125rem;height:1.7871125rem;font-style:normal;display:block; }
#ohW7xCMcI0fJK8HRsxMRVs3R20TKXw4n { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874375rem;width:16.936875rem;top:5.061875rem;left:29.125rem;overflow:hidden;display:block; }
#FtlSIW9MebKvuiWqhuSaVDQbiKgGSIq5 { box-sizing:content-box;height:0.124783125rem;width:17.061625rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;top:16.311875rem;left:4.75rem;display:block; }
#DFHNCnIcVTLQZwNzT2okhqehwpg55g7e { box-sizing:content-box;height:0.124783125rem;width:17.061625rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:16.311875rem;left:29.0625rem;display:block; }
#KMtVDJ5ktX9cVd1bQnrVcVdLpvznVLtJ { box-sizing:content-box;height:2.12456875rem;width:15.625rem;position:absolute;display:block;z-index:15035;background-color:#eff8ff;background-image:none;top:17.624375rem;left:4.75rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#R9XvEihu1dIo4BHRgykr3wKpw4Tc7Pba { box-sizing:content-box;height:2.12456875rem;width:15.625rem;position:absolute;display:block;z-index:15043;background-color:#eff8ff;background-image:none;top:17.624375rem;left:29.0625rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#zvuZg5PROfyUCRPKxCD9oqOaT9rp8ztT { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.7495625rem;width:7.3123125rem;top:5.061875rem;left:34.1875rem;overflow:hidden;display:block; }
#N81eLvhkttA7Jl7blzm9EM5C1p8R8AEr { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:17.936875rem;left:5.75rem;height:1.462675rem;font-style:normal;display:block; }
#EUp3y3whXiiPU5E6AD82ZyFQbfbwppqL { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.936875rem;left:30.0625rem;height:1.462675rem;font-style:normal;display:block; }
#iDU1qT4on3hGHGiuv1ULPylb7A0SA7wu { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15037;line-height:2.2;letter-spacing:0;top:20.999375rem;left:4.75rem;height:6.3965rem;display:block; }#iDU1qT4on3hGHGiuv1ULPylb7A0SA7wu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iDU1qT4on3hGHGiuv1ULPylb7A0SA7wu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#nr2JrAMJoMxmRdT01CKbPTxeDuzQ5f4z { color:#000000;display:block;width:17.436rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15045;line-height:2.2;letter-spacing:0;top:20.999375rem;left:29.0625rem;height:14.4043125rem;display:block; }#nr2JrAMJoMxmRdT01CKbPTxeDuzQ5f4z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nr2JrAMJoMxmRdT01CKbPTxeDuzQ5f4z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#kpIgRX7TpgGTX37RGf83cwihq2ZlOJU9 { box-sizing:content-box;height:32.75rem;width:18.2498125rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:none;top:4.374375rem;left:4.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#dSyDlUwiQEI5sKkrT7wO6sZTkHaJ8Gwv { box-sizing:content-box;height:32.7495625rem;width:18.2498125rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:4.374375rem;left:28.375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#isAmyws5sRdeSKsicxabrMQgK1JVrIfZ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874375rem;width:16.936875rem;top:5.061875rem;left:53.5625rem;overflow:hidden;display:block; }
#cO5CbzLJObuSwT725h7v3d2Pv4WXP25d { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6248125rem;width:8.3735rem;top:5.186875rem;left:57.8125rem;overflow:hidden;display:block; }
#iTVrbBrHu0Ht7NfJ1FJuVkieOMSFB0vl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.686875rem;left:53.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#CU9J4Vl3pxICqetLH64aR4CyAOoRIMKe { box-sizing:content-box;height:0.124783125rem;width:17.0605625rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;top:16.311875rem;left:53.5rem;display:block; }
#sN2aQAENmcXwTTvnFaTrnHK1hWiOLRwa { box-sizing:content-box;height:2.12456875rem;width:15.625rem;position:absolute;display:block;z-index:15035;background-color:#eff8ff;background-image:none;top:17.624375rem;left:53.5rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#TVGFGXxt1gdAz60t4vW3gzeroBeG4rJN { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:17.936875rem;left:54.5rem;height:1.462675rem;font-style:normal;display:block; }
#y6m3O8RCrlVzMqAMgao6alTAXc95CfWP { color:#000000;display:block;width:17.4370625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15037;line-height:2.2;letter-spacing:0;top:20.999375rem;left:53.5rem;height:12.4805rem;display:block; }#y6m3O8RCrlVzMqAMgao6alTAXc95CfWP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y6m3O8RCrlVzMqAMgao6alTAXc95CfWP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#g30cuLSFSayuwSEr9vZT9fJ5DLnzLJ8T { box-sizing:content-box;height:32.75rem;width:18.2498125rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:none;top:4.374375rem;left:52.8125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE { position:relative;display:block; }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE { background-color: transparent; background-image: none; }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE > .row .container > .video-iframe-container { display: none; }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE > .row > .video-iframe-container { display: none; }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE > .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); }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE { border-width: 0; border-radius: 0; }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE > .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; }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE > .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:39.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; }#xQASxt52Tt3BzUi7R2HvPpepOaKe4B50 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:13.686875rem;left:29.125rem;height:1.7871125rem;font-style:normal;display:block; }
#wKx4Tc5D7LSTHQ9Utr1ifaohysdSdrig { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874375rem;width:16.936875rem;top:5.061875rem;left:29.125rem;overflow:hidden;display:block; }
#vIGbTX15JM0asevZ5VbJoSZS5Gr6bmvu { box-sizing:content-box;height:0.124783125rem;width:17.061625rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:16.311875rem;left:29.0625rem;display:block; }
#srQXKFMkUm4KA8bXqFaEWRVw2gA0946A { box-sizing:content-box;height:3.9375rem;width:15.625rem;position:absolute;display:block;z-index:15043;background-color:#eff8ff;background-image:none;top:17.623698234558rem;left:29.062501907349rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#szXTJLOnR6Dl5Qa7utDx8C2qd0kqekm7 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9.375rem;top:4.9672307968139rem;left:32.687501907349rem;overflow:hidden;display:block; }
#XPgaxkgz6mGAGwqQtRyBVoQn9mIKHhQ1 { color:#000000;display:block;width:12.561875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18.12760925293rem;left:30.467668533325rem;height:2.92535rem;font-style:normal;display:block; }
#TpeQZ0GGan6SilIuIKgNfJQpPkcQr5Ml { color:#000000;display:block;width:17.436rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15045;line-height:2.2;letter-spacing:0;top:23.499350547791rem;left:29.155817031861rem;height:;display:block; }#TpeQZ0GGan6SilIuIKgNfJQpPkcQr5Ml li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TpeQZ0GGan6SilIuIKgNfJQpPkcQr5Ml li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#PqWad1oWEFTV4TOx4zID4pbmuwpp5FZV { box-sizing:content-box;height:31.875rem;width:18.25rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:4.3739156723022rem;left:28.374567031861rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh.adaptive-delivery-prevent-bg, #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh.lazyload, #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh.lazyloading { background-image: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { background-color: transparent; background-image: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container > .video-iframe-container { display: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container { display: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .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); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { border-width: 0; border-radius: 0; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#PgT0t51WM1FN6bAEwPFeuW9zDIE0hGBb { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSw3kpeJx7NdVctdfvwhDGeyd3EcIv3n { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6781692504883rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA { position:relative;display:block; }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA { background-color: transparent; background-image: none; }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA > .row .container > .video-iframe-container { display: none; }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA > .row > .video-iframe-container { display: none; }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA > .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); }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA { border-width: 0; border-radius: 0; }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA > .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; }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yv665LVBia4fVuLV6p0eGsfvXqv1zuO4 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #b18ece);background-image: -moz-linear-gradient(180deg, #ffffff, #b18ece);background-image: -ms-linear-gradient(180deg, #ffffff, #b18ece);background-image: -o-linear-gradient(180deg, #ffffff, #b18ece);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18ece' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18ece' );";background-image: linear-gradient(180deg, #ffffff, #b18ece);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:8.4375rem;width:14.3125rem;top:10.935329437256rem;left:0rem;display:block; }
#uQGlFNXQT43sVuv9VSabwcdpeW593zn2 { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.896701335907rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tczGZrE77RvFesbMPcFxr0ZTQFoiSJx5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:9.25rem;width:14rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#R7iFaiKg3yR6DTsf8WMt1ApLz8pzz12t { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:9.3125rem;width:14.375rem;top:1.8125rem;left:14.8125rem;overflow:hidden;display:block; }
#SWB3eCa8qML8JRsg5SMoA1FnrpateEGN { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #b18ece);background-image: -moz-linear-gradient(180deg, #ffffff, #b18ece);background-image: -ms-linear-gradient(180deg, #ffffff, #b18ece);background-image: -o-linear-gradient(180deg, #ffffff, #b18ece);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18ece' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18ece' );";background-image: linear-gradient(180deg, #ffffff, #b18ece);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:8.1875rem;width:14.3125rem;top:11.062282562256rem;left:14.81228351593rem;display:block; }
#ZnEwJaTOX1fItB3h5nEOvmg83ELzaU3p { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.25rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dikTaVEJF78zTRRZn5qyMAb7gHmvehT3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:9.25rem;width:14rem;top:1.8125rem;left:30.0625rem;overflow:hidden;display:block; }
#VFHeHUAcriAr7S2FwWcAPddeLtaPhpKW { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #b18ece);background-image: -moz-linear-gradient(180deg, #ffffff, #b18ece);background-image: -ms-linear-gradient(180deg, #ffffff, #b18ece);background-image: -o-linear-gradient(180deg, #ffffff, #b18ece);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18ece' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18ece' );";background-image: linear-gradient(180deg, #ffffff, #b18ece);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:8.125rem;width:14.3125rem;top:11.062282562256rem;left:30.061848640442rem;display:block; }
#tPK0JyOv7pXR3v3dGSFK96TOXM8eCEId { color:#000000;display:block;width:12.374125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:12.3125rem;left:30.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTtbxTAcHIsZdfqwCcDG5F7ML9Sam7Ar { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:9.25rem;width:14rem;top:1.6875rem;left:45.5rem;overflow:hidden;display:block; }
#MnNRKuRnz1ewFuyeORXhI2A9U7GTWOIq { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #b18ece);background-image: -moz-linear-gradient(180deg, #ffffff, #b18ece);background-image: -ms-linear-gradient(180deg, #ffffff, #b18ece);background-image: -o-linear-gradient(180deg, #ffffff, #b18ece);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18ece' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18ece' );";background-image: linear-gradient(180deg, #ffffff, #b18ece);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:8.125rem;width:14.3125rem;top:11.062282562256rem;left:45.499135017395rem;display:block; }
#vEf2gPkp4PGolllbxzg8eOuMOLxdQFls { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.125rem;left:45.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#siMnw3r0dr5sSJdWfBQDulbLbNPIPALv { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #b18ece);background-image: -moz-linear-gradient(180deg, #ffffff, #b18ece);background-image: -ms-linear-gradient(180deg, #ffffff, #b18ece);background-image: -o-linear-gradient(180deg, #ffffff, #b18ece);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18ece' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18ece' );";background-image: linear-gradient(180deg, #ffffff, #b18ece);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:7.6875rem;width:14.3125rem;top:11.062282562256rem;left:60.749787330627rem;display:block; }
#k6TKW8Tho1ZLSR0OOGPuJqXir59slPMM { color:#000000;display:block;width:13.186875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.871093273163rem;left:61.813157081604rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhXrK6QqwMXzBHykmHOJ8VhVHb1ICk48 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:9.25rem;width:14rem;top:1.75rem;left:60.75rem;overflow:hidden;display:block; }
#BCoua1oHhBu7fqOuh5JJ1lgSQUhxSCki { background-color:#001f3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9355625rem;height:3.62305rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.375216960907rem;left:27.593316078186rem;display:block; }
#ZyZzO8TZ6Qk4yzPkSB7GbF4mPl3RLFdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOBAdszEFBpMUbqQkUDp8m5AM5acfLZ1 { color:#000000;display:block;width:14.1873125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.880208015442rem;left:0rem;height:4.38801875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QRgFRqlkEGaKIlg6wEkAXEuDWLWOueDO { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.436198711395rem;left:15.28103351593rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRkZxHxyqVXSNkRONuOdnNWrfSbmvFtw { color:#000000;display:block;width:12.3730625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:15.436198234558rem;left:30.874566078186rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fa1KeTTcp2PZiVJaSVgtcRQ3a8kwebIX { color:#000000;display:block;width:13.186875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:14.877387046814rem;left:61.813157081604rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZEQ2KuJ0504Zh0XzunpNV7PrT1iSM4f { color:#000000;display:block;width:13.186875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:14.877387046814rem;left:46.380211830139rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 { 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; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container { background-color: transparent; background-image: none; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container > .video-iframe-container { display: none; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row > .video-iframe-container { display: none; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .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); }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container { border-width: 0; border-radius: 0; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#reWKSVUInMXWIAEhmZNzJyxp7TW8Mcgn { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2033424377441rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 { position:relative;display:block; }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 { background-color: transparent; background-image: none; }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 > .row .container > .video-iframe-container { display: none; }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 > .row > .video-iframe-container { display: none; }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 > .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); }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 { border-width: 0; border-radius: 0; }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 > .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; }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.6875rem;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; }#KyB0hVRwc7ITWVE1rVeX5n3Ar39WyrHP { position:absolute;display:block;z-index:15004;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: none;height:24.436875rem;width:24.436875rem;top:1.5256080627441rem;left:0rem;overflow:hidden;display:block; }
#JkHwMSt7asZ35AmouQxtZOv5T89PZlWo { position:absolute;display:block;z-index:15005;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: none;height:24.375rem;width:24.375rem;top:1.5256080627441rem;left:25.281034469604rem;overflow:hidden;display:block; }
#a2p8lZpUsZImKFIZZ6eHebFwLbEUK2R4 { 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: none;height:24.375rem;width:24.375rem;top:1.5256080627441rem;left:50.563150405884rem;overflow:hidden;display:block; }
#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ > .row .container { border-width: 0; border-radius: 0; }#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:none; }#fv2NDfFe2bHWTDba5G87g7IuU6gtbgPS { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.95052313804625rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2zBdoH6C26WXrXWIpmshSa7d7f9FzJM { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3244383335114rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zo7DQP4n35kBPPNSM2SJeZk9wdqaO4KI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0620625rem;width:34.9370625rem;top:8.7467448711394rem;left:2.34375rem;overflow:hidden;display:block; }
#rfTxBcofKFmuXyCCrQ7i32S9QrAx8cMr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:34.25rem;top:8.7467448711394rem;left:39.435765266419rem;overflow:hidden;display:block; }
#lakaUomkrOd63gQcXwZSrehC8NRro6qm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:35.25rem;top:28.624134063721rem;left:2.34375rem;overflow:hidden;display:block; }
#LISqiu0XSE3p77uTn7SHilF05llTheTJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.686625rem;width:34.436875rem;top:28.935547828674rem;left:39.341362953186rem;overflow:hidden;display:block; }
#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { background-color: transparent; background-image: none; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container > .video-iframe-container { display: none; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row > .video-iframe-container { display: none; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { border-width: 0; border-radius: 0; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#X5ARcd3szWTeewhTU3lTQoVcx2IeIkJT { color:#26265b;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWWhwoJeT5X6NRTWwzEu857kmKg4bXlx { position:absolute;display:block;z-index:15001;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:24.249125rem;width:24.1873125rem;top:3.3723964691162rem;left:46.936853408814rem;overflow:hidden;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:21.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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#f1f5fe;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#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;color:#020101; }
#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:33.9995625rem;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:2.7430553436279rem;left:2.9991321563721rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff; }
#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; }
#c9t5zAnAzMtd3fl9Tdrq0Xlv4ZHACIQU { position:absolute;display:block;z-index:15001;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:24.249125rem;width:24.1873125rem;top:3.3723964691162rem;left:46.936853408814rem;overflow:hidden;display:none; }
#QBrfXckgf5y0m2C8haxhX58geTaobNOT { position:relative;display:block; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT { background-color: transparent; background-image: none; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container > .video-iframe-container { display: none; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row > .video-iframe-container { display: none; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .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); }#QBrfXckgf5y0m2C8haxhX58geTaobNOT { border-width: 0; border-radius: 0; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .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; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .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:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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.933375rem;height:3.6219625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.71875rem;left:28.032770156861rem;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) { #rJn8xmLuOywCggzr345TWo7ROAvTVtL9 { top:0rem;left:0rem;width:6.75rem;height:6.625rem;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:4.75rem;left:20.25rem;width:27.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:28.125rem;height:25.8125rem;top:4.25rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { top:7.8125rem;left:0rem;width:43.5625rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { top:9.625rem;left:0rem;width:41.6875rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { top:15.0625rem;left:0rem;width:40.9375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSBvMVuSVONkEghDPiLiGJHubhQZsn85 { top:18.875rem;left:0rem;width:40.9375rem;height:6.75rem;font-size:0.9375rem;display:block; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:before{  }
 }@media only screen and (max-width: 763px) { #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { top:2.9375rem;left:9.6875rem;width:29.0625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { top:7.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { top:14.1875rem;left:10.125001907349rem;width:28.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { top:31.375rem;left:0rem;width:17.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { top:31.375rem;left:15.123262405396rem;width:18.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNVVewTUeTzIMPBiF9TPdG4eihhurnAG { top:31.375rem;left:31.4375rem;width:16.3125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvG7Rf06vxxgeuLdxFz7yH1yXTsn7Eb2 { top:8rem;left:0rem;width:26.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { top:1.625rem;left:0rem;width:47.625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy5aLnIXZOc3MnwWsZQSk10ix12i09vE { top:18.125rem;left:0rem;width:18.9375rem;height:18.190199075308rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7SyMrSWR5WJbqkAO65p2GAfinkFTGe0 { top:18.125rem;left:14.749132156372rem;width:19rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ5VQ71WmnqXH6awAcKHNCT6tcIllztN { top:18.125rem;left:28.8125rem;width:18.9375rem;height:18.190199075308rem;display:block; }
 }@media only screen and (max-width: 763px) { #iItzI4fpi39T0tySDRdKWbWFyvpTKT3V { top:18.625rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCypJDs8hsMS6es32QPwplXO7fT81EtS { top:19.5rem;left:19.717016220092rem;width:9.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgblvyS7vQzSr6cg6ivQZ7U2WQ7gXDJ { top:19.9375rem;left:36.1875rem;width:11.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EneWiTWwimaXsSgkaJGxuoCl4d0oBVUo { top:14.1875rem;left:10.125001907349rem;width:28.625rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqttLUfm7eIEiFSGnFLFpqB71gkKHkrq { top:5.3125rem;left:0rem;width:20rem;height:1.625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { display:block; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { top:0.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OFS6rsTw4ToEgIambLBzP1JiN2V0rR { top:4.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { top:6.9375rem;left:12.6875rem;width:32.625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip { display:block; }#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWBCZ1KMoMXaI2q36U5ywvJvbk2KewZa { top:1.125rem;left:0rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHk2CuNFMzrvzSFrFC95ehhiUsCLrhwh { top:12.375rem;left:0rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QipTEk2cPMLLzoAfFz841eEVSRRWAJUU { top:2.6875rem;left:0rem;width:17.8125rem;height:8.9995625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Hfq557gKcc4pvHxH8dtpEzdcxWOL6e { top:1.125rem;left:5.75rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrgWoU3GkrtfBRheChSqTgknVQOTVl5T { top:2.0625rem;left:6.0625rem;width:17.8125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykBkaJ4Vu9JqDdPkhpbl21XPsNeSt0XT { top:12.375rem;left:7.3125rem;width:16.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg1zlewIdskWMOBN3lDGSktKSUDVUKdI { top:14.4375rem;left:0rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnBFD340hpCUtOWi6qHLDL8nxubzJtul { top:14.5rem;left:7.3125rem;width:16.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNR6o1yof2mU8qFAXNpTmGCXt3exvAW { top:1.125rem;left:17.6875rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9kXXtyEd8SQEcBvCyGBo7bN8exN1TV7 { top:3.4375rem;left:18rem;width:17.8125rem;height:7.9373125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhyTr0oD0S9IqCZwJhTsOs237peuHR6L { top:12.3125rem;left:20.1875rem;width:15.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB88wfflFmx9o0Q4E3EARNomRefUisds { top:13.9375rem;left:20.1875rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { top:0.8125rem;left:0rem;width:30.4375rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { top:4rem;left:0rem;width:26.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { top:6.1875rem;left:0rem;width:29.5625rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { top:9.5625rem;left:0rem;width:25rem;height:2.5rem;font-size:1rem;display:block; }#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik li:before{  }
 }@media only screen and (max-width: 763px) { #r84CerT63lTFlUWD9x0Pcm8TxBt2NeBr { top:12.6875rem;left:0rem;width:30.1875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ { top:15.25rem;left:0rem;width:25rem;height:2.5rem;font-size:1rem;display:block; }#BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ li:before{  }
 }@media only screen and (max-width: 763px) { #QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { top:18.0625rem;left:0rem;width:27.0625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxcUpxb03u2DENdxEAx862JTBnDoTHI1 { display:block; }#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMZsvCLzxSToAF2pSDNRB1vcNCT1didS { top:1rem;left:5.75rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2yv5OHQLEiARD4GQDJkEOGADsfkowng { top:12.375rem;left:8.25rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQBsOSsKZypvawPFpBRmDTbl9gKPe6s { top:1.125rem;left:17.6875rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxeVA8D4x18TVkwanrRyNNULJ70Cbhl5 { top:12.375rem;left:20.1875rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTQumf67UzGvbmsg4rL9vUUKKnv6UTFz { top:0.9375rem;left:6.0625rem;width:17.8125rem;height:10.186625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3GDAEu1221FOJrMGrHJSr55XSm0GFH4 { top:13.9375rem;left:8.25rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9mgGao9RTF2vv7cLk6qv8NBc38uKt4Z { top:13.9375rem;left:20.1875rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZDECnOJEC4CKQcGAyTGfbePAwK1xzzN { top:2.0625rem;left:18rem;width:17.8125rem;height:9.561625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRtsDWttONAoZFxk9k3RN1K72xD1ZMXo { top:1.125rem;left:0rem;width:18.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwTLrCQlsV9Rqs0ERBBOaU4HIV36VLTT { top:0.9375rem;left:0rem;width:17.8125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw7OiXKOvg6xp8CxxtxAISRhZCLvqenI { top:12.375rem;left:0rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7UsUm8LbXu6IFKoKWgXd7kEQNokVcK4 { top:13.9375rem;left:0rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZWsFVB9B7HWxCzctz5k0r8aFm0xzd7g { width:18.875rem;height:3.5625rem;top:19.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUhfD0vqkOIVeVt3CiihiUx8IQ0MoRO { display:block; }
 }@media only screen and (max-width: 763px) { #UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { top:2.0625rem;left:17.34375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { top:2.3125rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { top:4.8125rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { top:4.625rem;left:17.34375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { top:7.75rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSPSPxZZRVaWwe42wu3WwQoGKE0QoN13 { top:7.4375rem;left:17.34375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { display:block; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { top:1.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGesUKivK0sqIKHSkq8C8vr4TaU1ZOfG { top:5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 { display:block; }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afoAP3MvnFtZ23NDWIRBV8sTG1Wvvplq { top:1.5rem;left:0rem;width:16.875rem;height:7.8456077715045rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf5XVdrCOtQ42CFQAFRGbeZT4CvAWWro { top:12.75rem;left:0rem;width:17rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enSRTCR0Z4uTaAZT5P5yQbTFE2SQ6XSZ { top:14.0625rem;left:0rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNTh8wnZCcltCoq81UsdQyofAMxGbttU { top:14.375rem;left:0rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlVip3BJeHLH6BzHekIHSmUM6WCqVKXU { top:17.4375rem;left:0rem;width:17.375rem;height:8.625rem;font-size:0.875rem;display:block; }#zlVip3BJeHLH6BzHekIHSmUM6WCqVKXU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #SJnzkOSoHo2u8MGEqcJ9n9sXefN934MO { top:10.125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZ1wfGDn3SSotJTTEfLXn2GW9n7EwLb { top:1.5625rem;left:0rem;width:8.1875rem;height:7.6899740145609rem;display:block; }
 }@media only screen and (max-width: 763px) { #up63hCSH16kL2qdT7yyH6ih88I9o3pMQ { top:1.5rem;left:15.4375rem;width:16.875rem;height:7.8456077715045rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCOVplOqgvAKu2RuiQW3Vpg6N8uVZrWc { top:12.75rem;left:15.375rem;width:17rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJuyvOaJaAk0gkm3LsfCBTNbVC56tTFJ { top:10.125rem;left:15.4375rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcnqQyPvK4uE4w3NaN0E7NHwtQxKKcB1 { top:14.0625rem;left:15.375rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRKnU4KbfDB102ZCVTIFnD00Tin2o34T { top:14.375rem;left:16.375rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yODsslc5X6CdWDwR2lnBZ121Dgh66mWZ { top:17.4375rem;left:15.375rem;width:17.375rem;height:10.5rem;font-size:0.875rem;display:block; }#yODsslc5X6CdWDwR2lnBZ121Dgh66mWZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #SQ19pWIqDTDb1wqpTVnuJUPqvohZ20Nd { top:17.4375rem;left:30.375rem;width:17.375rem;height:8.625rem;font-size:0.875rem;display:block; }#SQ19pWIqDTDb1wqpTVnuJUPqvohZ20Nd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #xQlXdUR1qNwMZX1BlLvPDk0lvPxl4xsq { top:14.0625rem;left:32.125rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UitpdUOELsxAikZWd6SrurNkHGyhFdH8 { top:14.375rem;left:34.25rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsZeyFI3EnLxEeXaCTxxqe4a8EF9xnJT { top:12.75rem;left:30.75rem;width:17rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhB2ieBy1UW6tJqc5GcdZxqUMlzw4mL { top:10.125rem;left:30.25rem;width:17.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdwllH6WTvJyHup0UJCPT2T9OPLRay9d { top:1.5rem;left:30.875rem;width:16.875rem;height:7.8456077715045rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc2vmliWbNOOdLaeRmPE5cWz8z6yTLBJ { top:1.6875rem;left:39.625rem;width:8.125rem;height:7.5047236430262rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxIrGeeg7zMdbZ0ZPvrcSacUVhq2VagR { top:1.5625rem;left:19.1875rem;width:9.25rem;height:7.6352113763291rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg0psabDymJEbLBbTsRH63hJF3BVzrwn { top:0.8125rem;left:0rem;width:18.25rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmGZgwdzTx3wzPIvudT2uxnHTTVFbzO3 { top:0.8125rem;left:14.6875rem;width:18.25rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqz0GMpmWcMSXHK5UtVRfeEFVGS9mV63 { top:0.8125rem;left:29.375rem;width:18.25rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg { display:block; }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StUoF0m8pB6LGMXXnuJTfNrRVFRri8Ko { top:4.875rem;left:0rem;width:16.875rem;height:7.8456077715045rem;display:block; }
 }@media only screen and (max-width: 763px) { #batXyngIXscmcs0ebGx9KqoO64HMXmWH { top:4.5625rem;left:0rem;width:8rem;height:8.0624530013257rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzyDo8n6JMOqVs73vkZTEnzELR8NL4ld { top:13.5rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6S91Bm0Lmmyu5rP7oEJJFlTRq9VFMrT { top:13.6875rem;left:15.5rem;width:17.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkR5EHSidMlQRf1F1lySdvfvXZ1WPm2W { top:5.0625rem;left:15.5rem;width:16.875rem;height:7.8456077715045rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFi0hK0Eb80bJ1hROy37uDJ5zhtASBHS { top:16.125rem;left:0rem;width:17rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNVs9wz6xBsauXBUm5spDpx8rP0erNr6 { top:16.3125rem;left:15.4375rem;width:17rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzIQkNJs58ZnzlvUS2tLIquleRScN30A { top:17.4375rem;left:0rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeVXyez0u2ulbbiEh9F0hNlzNIQBUDHc { top:17.625rem;left:15.4375rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEqsWchZNHhO0OkrTkNWfTalxgo0e4bu { top:5.4375rem;left:20.25rem;width:7.875rem;height:7.315179689284rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItVqdTlhmv0EAifpfIt07fHCOhEkz5uT { top:17.75rem;left:0rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMaFpy8yVdfhKrC4RHAB9BMyBt9Xt6Xm { top:17.9375rem;left:16.4375rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU4McCOKtWDzd4Kd370izno2To2c2hFH { top:20.8125rem;left:0rem;width:17.375rem;height:6.375rem;font-size:0.875rem;display:block; }#fU4McCOKtWDzd4Kd370izno2To2c2hFH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #sIXs2FpPTP4ITZLZNMuvN1wx6NKqgdsg { top:21rem;left:15.4375rem;width:17.375rem;height:12.4375rem;font-size:0.875rem;display:block; }#sIXs2FpPTP4ITZLZNMuvN1wx6NKqgdsg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #H9XKp8rtsR87d2Rd4k30rH5tr41PB8Pg { top:4.1875rem;left:0rem;width:18.1875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WffR2LL0zLrtETptafsFowXzcaBsD2UW { top:4.375rem;left:14.75rem;width:18.1875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3xqtcIe5D43SaKbvdPmMp5ZwT7JFQX { top:5.4375rem;left:30.875rem;width:16.875rem;height:7.8456077715045rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSf4DMJ1Wh8iy9BwknRfeqm5f0QaMEFV { top:5.5625rem;left:38.6875rem;width:9.0625rem;height:7.6334444996233rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcFLbsSVB5skUITrUrzmT1TTopN0ix5A { top:14.0625rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV9PtkQo6BNArh1kcpaW0n5i3xHLWBrn { top:16.6875rem;left:30.75rem;width:17rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ISFFdV8XmubOQlPeXz62Ee0iTMfyWW { top:18rem;left:32.125rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASEMiu5Q7qg5yxr79gkntDyvxEfvDm3H { top:18.3125rem;left:34.25rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlHDD0K4uBU8mHKTLOr32vGsZlV0fQPr { top:21.375rem;left:30.375rem;width:17.375rem;height:8.625rem;font-size:0.875rem;display:block; }#ZlHDD0K4uBU8mHKTLOr32vGsZlV0fQPr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #cayM5Fs3RwZQtDZVnK31OeH9EifDW3vv { top:4.4375rem;left:29.4375rem;width:18.1875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg { display:block; }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0q0i4yhBKTu5tcs6UTPrQqTNeNqvxzb { top:5rem;left:0rem;width:16.875rem;height:7.8456077715045rem;display:block; }
 }@media only screen and (max-width: 763px) { #JITgAAtu7ZuriaP5WOcSJhKkei9NfLbT { top:5rem;left:0rem;width:10.4375rem;height:7.7674302996386rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDkO0USEBkSKuCBPuAGbVCi4I2EbwDs9 { top:13.625rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXcM1A2R6DJc4vw6sdEZNqdhX2W4J20V { top:13.625rem;left:15.5rem;width:17.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohW7xCMcI0fJK8HRsxMRVs3R20TKXw4n { top:5rem;left:15.5rem;width:16.875rem;height:7.8456077715045rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtlSIW9MebKvuiWqhuSaVDQbiKgGSIq5 { top:16.25rem;left:0rem;width:17rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFHNCnIcVTLQZwNzT2okhqehwpg55g7e { top:16.25rem;left:15.4375rem;width:17rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMtVDJ5ktX9cVd1bQnrVcVdLpvznVLtJ { top:17.5625rem;left:0rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9XvEihu1dIo4BHRgykr3wKpw4Tc7Pba { top:17.5625rem;left:15.4375rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvuZg5PROfyUCRPKxCD9oqOaT9rp8ztT { top:5rem;left:20.5625rem;width:7.25rem;height:7.6824704906963rem;display:block; }
 }@media only screen and (max-width: 763px) { #N81eLvhkttA7Jl7blzm9EM5C1p8R8AEr { top:17.875rem;left:0rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUp3y3whXiiPU5E6AD82ZyFQbfbwppqL { top:17.875rem;left:16.4375rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDU1qT4on3hGHGiuv1ULPylb7A0SA7wu { top:20.9375rem;left:0rem;width:17.375rem;height:6.375rem;font-size:0.875rem;display:block; }#iDU1qT4on3hGHGiuv1ULPylb7A0SA7wu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #nr2JrAMJoMxmRdT01CKbPTxeDuzQ5f4z { top:20.9375rem;left:15.4375rem;width:17.375rem;height:14.375rem;font-size:0.875rem;display:block; }#nr2JrAMJoMxmRdT01CKbPTxeDuzQ5f4z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #kpIgRX7TpgGTX37RGf83cwihq2ZlOJU9 { top:4.3125rem;left:0rem;width:18.1875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSyDlUwiQEI5sKkrT7wO6sZTkHaJ8Gwv { top:4.3125rem;left:14.75rem;width:18.1875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isAmyws5sRdeSKsicxabrMQgK1JVrIfZ { top:5rem;left:30.875rem;width:16.875rem;height:7.8456077715045rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO5CbzLJObuSwT725h7v3d2Pv4WXP25d { top:5.125rem;left:39.4375rem;width:8.3125rem;height:7.5692666037201rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTVrbBrHu0Ht7NfJ1FJuVkieOMSFB0vl { top:13.625rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU9J4Vl3pxICqetLH64aR4CyAOoRIMKe { top:16.25rem;left:30.75rem;width:17rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN2aQAENmcXwTTvnFaTrnHK1hWiOLRwa { top:17.5625rem;left:32.125rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVGFGXxt1gdAz60t4vW3gzeroBeG4rJN { top:17.875rem;left:34.25rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6m3O8RCrlVzMqAMgao6alTAXc95CfWP { top:20.9375rem;left:30.375rem;width:17.375rem;height:12.4375rem;font-size:0.875rem;display:block; }#y6m3O8RCrlVzMqAMgao6alTAXc95CfWP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #g30cuLSFSayuwSEr9vZT9fJ5DLnzLJ8T { top:4.3125rem;left:29.4375rem;width:18.1875rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE { display:block; }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQASxt52Tt3BzUi7R2HvPpepOaKe4B50 { top:13.625rem;left:15.499349594116rem;width:17.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKx4Tc5D7LSTHQ9Utr1ifaohysdSdrig { top:5rem;left:15.5rem;width:16.875rem;height:7.8456077715045rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIGbTX15JM0asevZ5VbJoSZS5Gr6bmvu { top:16.25rem;left:15.4375rem;width:17rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQXKFMkUm4KA8bXqFaEWRVw2gA0946A { top:17.5625rem;left:15.437501907349rem;width:15.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szXTJLOnR6Dl5Qa7utDx8C2qd0kqekm7 { top:4.9375rem;left:19.062501907349rem;width:9.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPgaxkgz6mGAGwqQtRyBVoQn9mIKHhQ1 { top:18.125rem;left:16.842668533325rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpeQZ0GGan6SilIuIKgNfJQpPkcQr5Ml { top:23.4375rem;left:15.530817031861rem;width:17.375rem;height:;font-size:0.875rem;display:block; }#TpeQZ0GGan6SilIuIKgNfJQpPkcQr5Ml li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #PqWad1oWEFTV4TOx4zID4pbmuwpp5FZV { top:4.3125rem;left:14.749567031861rem;width:18.25rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { display:block; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgT0t51WM1FN6bAEwPFeuW9zDIE0hGBb { top:2.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSw3kpeJx7NdVctdfvwhDGeyd3EcIv3n { top:5.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA { display:block; }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yv665LVBia4fVuLV6p0eGsfvXqv1zuO4 { top:10.875rem;left:0rem;width:14.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQGlFNXQT43sVuv9VSabwcdpeW593zn2 { top:11.875rem;left:0rem;width:14.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tczGZrE77RvFesbMPcFxr0ZTQFoiSJx5 { top:1.6875rem;left:0rem;width:14rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7iFaiKg3yR6DTsf8WMt1ApLz8pzz12t { top:1.8125rem;left:0rem;width:14.375rem;height:9.3120625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWB3eCa8qML8JRsg5SMoA1FnrpateEGN { top:11rem;left:0rem;width:14.3125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnEwJaTOX1fItB3h5nEOvmg83ELzaU3p { top:12.1875rem;left:0rem;width:13.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dikTaVEJF78zTRRZn5qyMAb7gHmvehT3 { top:1.8125rem;left:9.875rem;width:14rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFHeHUAcriAr7S2FwWcAPddeLtaPhpKW { top:11rem;left:9.5625rem;width:14.3125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPK0JyOv7pXR3v3dGSFK96TOXM8eCEId { top:12.25rem;left:11.5625rem;width:12.3125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtbxTAcHIsZdfqwCcDG5F7ML9Sam7Ar { top:1.6875rem;left:21.8125rem;width:14rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnNRKuRnz1ewFuyeORXhI2A9U7GTWOIq { top:11rem;left:21.5rem;width:14.3125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEf2gPkp4PGolllbxzg8eOuMOLxdQFls { top:12.0625rem;left:22.6875rem;width:13.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMnw3r0dr5sSJdWfBQDulbLbNPIPALv { top:11rem;left:33.4375rem;width:14.3125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TKW8Tho1ZLSR0OOGPuJqXir59slPMM { top:12.8125rem;left:34.625rem;width:13.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhXrK6QqwMXzBHykmHOJ8VhVHb1ICk48 { top:1.75rem;left:33.75rem;width:14rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoua1oHhBu7fqOuh5JJ1lgSQUhxSCki { width:18.875rem;height:3.5625rem;top:22.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZzO8TZ6Qk4yzPkSB7GbF4mPl3RLFdx { display:block; }
 }@media only screen and (max-width: 763px) { #KOBAdszEFBpMUbqQkUDp8m5AM5acfLZ1 { top:13.875rem;left:0rem;width:14.125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRgFRqlkEGaKIlg6wEkAXEuDWLWOueDO { top:15.375rem;left:0rem;width:13.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRkZxHxyqVXSNkRONuOdnNWrfSbmvFtw { top:15.375rem;left:11.5625rem;width:12.3125rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa1KeTTcp2PZiVJaSVgtcRQ3a8kwebIX { top:14.875rem;left:34.625rem;width:13.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZEQ2KuJ0504Zh0XzunpNV7PrT1iSM4f { top:14.875rem;left:22.6875rem;width:13.125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 { display:block; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reWKSVUInMXWIAEhmZNzJyxp7TW8Mcgn { top:1.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 { display:block; }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyB0hVRwc7ITWVE1rVeX5n3Ar39WyrHP { top:1.5rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHwMSt7asZ35AmouQxtZOv5T89PZlWo { top:1.5rem;left:7.375rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2p8lZpUsZImKFIZZ6eHebFwLbEUK2R4 { top:1.5rem;left:23.25rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ { display:block; }#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fv2NDfFe2bHWTDba5G87g7IuU6gtbgPS { top:0.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2zBdoH6C26WXrXWIpmshSa7d7f9FzJM { top:5.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7DQP4n35kBPPNSM2SJeZk9wdqaO4KI { top:8.6875rem;left:0rem;width:34.875rem;height:18.029976895954rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTxBcofKFmuXyCCrQ7i32S9QrAx8cMr { top:8.6875rem;left:13.5rem;width:34.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lakaUomkrOd63gQcXwZSrehC8NRro6qm { top:28.5625rem;left:0rem;width:35.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISqiu0XSE3p77uTn7SHilF05llTheTJ { top:28.875rem;left:13.3125rem;width:34.375rem;height:17.654846276702rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI { display:block; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5ARcd3szWTeewhTU3lTQoVcx2IeIkJT { top:1.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWWhwoJeT5X6NRTWwzEu857kmKg4bXlx { top:3.3125rem;left:23.625rem;width:24.125rem;height:24.18665325571rem;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) { #c9t5zAnAzMtd3fl9Tdrq0Xlv4ZHACIQU { top:3.3125rem;left:23.625rem;width:24.125rem;height:24.18665325571rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBrfXckgf5y0m2C8haxhX58geTaobNOT { display:block; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAxycLlhR6ImPrAXOMv621FiCGKSKpqh { width:18.875rem;height:3.5625rem;top:1.6875rem;left:14.407770156861rem;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:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJn8xmLuOywCggzr345TWo7ROAvTVtL9 { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:rgba(0,31,62,0.85);background-image:url("https://images.assets-landingi.com/uc/c9f68517-ceb2-4190-9775-68e92be500f5/DeWatermarkai_1733467236352.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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 > .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:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:19.375rem;height:25.8125rem;top:24.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:20rem;height:27.5625rem;top:23.875rem;left:0rem;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { width:20rem;height:21.25rem;top:0.62174510955811rem;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) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { width:18.0620625rem;height:2.76041875rem;top:1.3085942268372rem;left:0.96788197755812rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { width:18.311625rem;height:3.65625rem;top:5.0690107345581rem;left:0.96918410062787rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RSBvMVuSVONkEghDPiLiGJHubhQZsn85 { width:18.375rem;height:10.68575rem;top:9.9114589691163rem;left:0.99956601858137rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:before{  }
 }@media only screen and (max-width: 763px) { #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { width:20rem;height:1.875rem;top:2.0464420318604rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { width:20rem;height:7.9525rem;top:6.5310344696044rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { width:20rem;height:1.6494125rem;top:18.039283752441rem;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:17.7495625rem;height:3.671875rem;top:34.375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { width:17.686625rem;height:3.671875rem;top:54.375rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mNVVewTUeTzIMPBiF9TPdG4eihhurnAG { width:17.874375rem;height:3.671875rem;top:74.5625rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yvG7Rf06vxxgeuLdxFz7yH1yXTsn7Eb2 { width:20rem;height:1.21853125rem;top:4.6028652191162rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { width:19.874125rem;height:30.7498125rem;top:2.0052103996277rem;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:none; }
 }@media only screen and (max-width: 763px) { #wy5aLnIXZOc3MnwWsZQSk10ix12i09vE { width:18.936625rem;height:18.190125rem;top:20.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7SyMrSWR5WJbqkAO65p2GAfinkFTGe0 { width:18.9355625rem;height:18.190125rem;top:41.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ5VQ71WmnqXH6awAcKHNCT6tcIllztN { width:18.9355625rem;height:18.190125rem;top:61.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iItzI4fpi39T0tySDRdKWbWFyvpTKT3V { width:10.7498125rem;height:10.7498125rem;top:21.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCypJDs8hsMS6es32QPwplXO7fT81EtS { width:7.9373125rem;height:8.186875rem;top:43.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgblvyS7vQzSr6cg6ivQZ7U2WQ7gXDJ { width:11.1870625rem;height:8.186875rem;top:63.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EneWiTWwimaXsSgkaJGxuoCl4d0oBVUo { width:20rem;height:1.64930625rem;top:4.3869361877441rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #WqttLUfm7eIEiFSGnFLFpqB71gkKHkrq { width:20rem;height:2.0247375rem;top:3.2552084922791rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5.adaptive-delivery-prevent-bg, #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5.lazyload, #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5.lazyloading { background-image: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { width:20rem;height:68.468970689697rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { width:20rem;height:1.94970625rem;top:0.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OFS6rsTw4ToEgIambLBzP1JiN2V0rR { width:20rem;height:1.625rem;top:4.07329921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { width:19.875rem;height:39.0625rem;top:29.268658876419rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip { display:none; }#zffg9GZ0Av5HbONhdwF3VRrPOpwpKCip > .row .container { width:20rem;height:87.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SWBCZ1KMoMXaI2q36U5ywvJvbk2KewZa { width:20rem;height:16rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHk2CuNFMzrvzSFrFC95ehhiUsCLrhwh { width:18.75rem;height:3.25rem;top:12.15625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QipTEk2cPMLLzoAfFz841eEVSRRWAJUU { width:18.75rem;height:9.5rem;top:1.8749995231628rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Hfq557gKcc4pvHxH8dtpEzdcxWOL6e { width:20rem;height:16rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrgWoU3GkrtfBRheChSqTgknVQOTVl5T { width:18.75rem;height:10.9375rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykBkaJ4Vu9JqDdPkhpbl21XPsNeSt0XT { width:18.75rem;height:3.25rem;top:31.3125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg1zlewIdskWMOBN3lDGSktKSUDVUKdI { width:15.625rem;height:0;top:72.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnBFD340hpCUtOWi6qHLDL8nxubzJtul { width:16.5625rem;height:2.5996125rem;top:76.5625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNR6o1yof2mU8qFAXNpTmGCXt3exvAW { width:20rem;height:16rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9kXXtyEd8SQEcBvCyGBo7bN8exN1TV7 { width:20rem;height:8.8125rem;top:58.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhyTr0oD0S9IqCZwJhTsOs237peuHR6L { width:18.75rem;height:1.625rem;top:68.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB88wfflFmx9o0Q4E3EARNomRefUisds { width:15.625rem;height:0;top:80.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { width:20rem;height:1.875rem;top:30.144321441651rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { width:20rem;height:1.21853125rem;top:32.638891220093rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { width:19.0625rem;height:5.52083125rem;top:34.492188453674rem;left:0.46875005960464rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { width:13.686rem;height:2.51301875rem;top:40.848526000976rem;left:4.7504344582558rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik li:before{  }
 }@media only screen and (max-width: 763px) { #r84CerT63lTFlUWD9x0Pcm8TxBt2NeBr { width:18.936625rem;height:2.76041875rem;top:44.249134063721rem;left:0.53059893846512rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ { width:12.686625rem;height:2.51301875rem;top:48.444013595581rem;left:4.9989152550698rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }#BxMofmDC5Ntwk0BTUrUOhWDQ0OXni4hZ li:before{  }
 }@media only screen and (max-width: 763px) { #QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { width:20rem;height:1.64930625rem;top:51.860895156861rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dxcUpxb03u2DENdxEAx862JTBnDoTHI1 { display:none; }#dxcUpxb03u2DENdxEAx862JTBnDoTHI1 > .row .container { width:20rem;height:83.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kMZsvCLzxSToAF2pSDNRB1vcNCT1didS { width:20rem;height:16rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2yv5OHQLEiARD4GQDJkEOGADsfkowng { width:18.75rem;height:1.625rem;top:15rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQBsOSsKZypvawPFpBRmDTbl9gKPe6s { width:20rem;height:16rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxeVA8D4x18TVkwanrRyNNULJ70Cbhl5 { width:18.75rem;height:1.625rem;top:32.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTQumf67UzGvbmsg4rL9vUUKKnv6UTFz { width:18.75rem;height:10.6875rem;top:38.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3GDAEu1221FOJrMGrHJSr55XSm0GFH4 { width:15.625rem;height:0;top:76rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9mgGao9RTF2vv7cLk6qv8NBc38uKt4Z { width:15.625rem;height:2.5996125rem;top:79.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZDECnOJEC4CKQcGAyTGfbePAwK1xzzN { width:18.75rem;height:10.0625rem;top:55.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRtsDWttONAoZFxk9k3RN1K72xD1ZMXo { width:20rem;height:16rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwTLrCQlsV9Rqs0ERBBOaU4HIV36VLTT { width:18.75rem;height:10.9375rem;top:37.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw7OiXKOvg6xp8CxxtxAISRhZCLvqenI { width:18.75rem;height:3.25rem;top:66.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7UsUm8LbXu6IFKoKWgXd7kEQNokVcK4 { width:15.625rem;height:2.5996125rem;top:72.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZWsFVB9B7HWxCzctz5k0r8aFm0xzd7g { width:12.6855625rem;height:2.37305rem;top:23.927955627441rem;left:3.6555991768837rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUhfD0vqkOIVeVt3CiihiUx8IQ0MoRO { display:block; }
 }@media only screen and (max-width: 763px) { #UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { display:flex;width:1.875rem;height:1.875rem;top:54.086372375488rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { width:15.9375rem;height:1.2999125rem;top:54.371746063233rem;left:4.0614152550698rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { width:14.6235rem;height:2.599825rem;top:57.242839813233rem;left:4.2805991768837rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { display:flex;width:1.875rem;height:1.875rem;top:57.606339454651rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { width:16.0623125rem;height:1.2999125rem;top:61.357423782349rem;left:3.9366322159767rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eSPSPxZZRVaWwe42wu3WwQoGKE0QoN13 { display:flex;width:1.875rem;height:1.875rem;top:61.067710876465rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { display:block; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { width:20rem;height:2.1933625rem;top:1.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGesUKivK0sqIKHSkq8C8vr4TaU1ZOfG { width:20rem;height:4.38801875rem;top:4rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 { display:block; }#W4xh3aMitGDpaKhHTJQozKE8Ax4dob05 > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afoAP3MvnFtZ23NDWIRBV8sTG1Wvvplq { width:16.875rem;height:7.8456077715045rem;top:1.9379348754882rem;left:1.5622825622559rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf5XVdrCOtQ42CFQAFRGbeZT4CvAWWro { width:17rem;height:0.0625rem;top:13.187934875488rem;left:1.4993476867676rem;display:block; }
 }@media only screen and (max-width: 763px) { #enSRTCR0Z4uTaAZT5P5yQbTFE2SQ6XSZ { width:15.625rem;height:2.0625rem;top:14.500868797303rem;left:1.4993476867676rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNTh8wnZCcltCoq81UsdQyofAMxGbttU { width:13.499375rem;height:1.462675rem;top:14.813368797303rem;left:2.4997825622559rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlVip3BJeHLH6BzHekIHSmUM6WCqVKXU { width:17.374125rem;height:8.6328125rem;top:17.875434875488rem;left:1.4993476867676rem;font-size:0.875rem;display:block; }#zlVip3BJeHLH6BzHekIHSmUM6WCqVKXU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #SJnzkOSoHo2u8MGEqcJ9n9sXefN934MO { width:12.5rem;height:1.7871125rem;top:10.563151359558rem;left:1.5622825622559rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZ1wfGDn3SSotJTTEfLXn2GW9n7EwLb { width:8.1875rem;height:7.6899740145609rem;top:2.0008678436279rem;left:5.8743476867676rem;display:block; }
 }@media only screen and (max-width: 763px) { #up63hCSH16kL2qdT7yyH6ih88I9o3pMQ { width:16.875rem;height:7.8456077715045rem;top:31.950948625488rem;left:1.5633697509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCOVplOqgvAKu2RuiQW3Vpg6N8uVZrWc { width:17rem;height:0.0625rem;top:43.200948625488rem;left:1.5004348754882rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJuyvOaJaAk0gkm3LsfCBTNbVC56tTFJ { width:12.5rem;height:1.7871125rem;top:40.576165109558rem;left:1.5633697509766rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcnqQyPvK4uE4w3NaN0E7NHwtQxKKcB1 { width:15.625rem;height:2.0625rem;top:44.513882547303rem;left:1.5004348754882rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRKnU4KbfDB102ZCVTIFnD00Tin2o34T { width:13.499375rem;height:1.462675rem;top:44.826382547303rem;left:2.5008697509766rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yODsslc5X6CdWDwR2lnBZ121Dgh66mWZ { width:17.374125rem;height:10.556625rem;top:47.888448625488rem;left:1.5004348754882rem;font-size:0.875rem;display:block; }#yODsslc5X6CdWDwR2lnBZ121Dgh66mWZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #SQ19pWIqDTDb1wqpTVnuJUPqvohZ20Nd { width:17.374125rem;height:8.6328125rem;top:77.900421142575rem;left:1.4984810948372rem;font-size:0.875rem;display:block; }#SQ19pWIqDTDb1wqpTVnuJUPqvohZ20Nd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #xQlXdUR1qNwMZX1BlLvPDk0lvPxl4xsq { width:15.625rem;height:2.0625rem;top:74.525848388675rem;left:1.4984810948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #UitpdUOELsxAikZWd6SrurNkHGyhFdH8 { width:13.499375rem;height:1.462675rem;top:74.838348388675rem;left:2.4989150166511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsZeyFI3EnLxEeXaCTxxqe4a8EF9xnJT { width:17rem;height:0.0625rem;top:73.212921142575rem;left:1.4984810948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhB2ieBy1UW6tJqc5GcdZxqUMlzw4mL { width:17.5rem;height:1.7871125rem;top:70.58810424805rem;left:1.5614150166511rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdwllH6WTvJyHup0UJCPT2T9OPLRay9d { width:16.875rem;height:7.8456077715045rem;top:61.962921142578rem;left:1.5614150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc2vmliWbNOOdLaeRmPE5cWz8z6yTLBJ { width:8.311625rem;height:7.686625rem;top:62.041019439698rem;left:6.0275610089302rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxIrGeeg7zMdbZ0ZPvrcSacUVhq2VagR { width:9.25rem;height:7.6352113763291rem;top:32.013881593628rem;left:5.3133697509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg0psabDymJEbLBbTsRH63hJF3BVzrwn { width:18.25rem;height:28.625rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmGZgwdzTx3wzPIvudT2uxnHTTVFbzO3 { width:18.25rem;height:28.625rem;top:31.26301375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqz0GMpmWcMSXHK5UtVRfeEFVGS9mV63 { width:18.25rem;height:28.625rem;top:61.274993896484rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg { display:block; }#Ac0tne7IaUfM4t9hD1fCCQp3wp99trMg > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StUoF0m8pB6LGMXXnuJTfNrRVFRri8Ko { width:16.875rem;height:7.8456077715045rem;top:1.875rem;left:1.5397136807442rem;display:block; }
 }@media only screen and (max-width: 763px) { #batXyngIXscmcs0ebGx9KqoO64HMXmWH { width:8rem;height:8.0635156928421rem;top:1.6221923828125rem;left:5.9754775166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzyDo8n6JMOqVs73vkZTEnzELR8NL4ld { width:12.5rem;height:1.7871125rem;top:10.500244140625rem;left:1.5397136807442rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6S91Bm0Lmmyu5rP7oEJJFlTRq9VFMrT { width:17.5rem;height:1.7871125rem;top:42.0625rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkR5EHSidMlQRf1F1lySdvfvXZ1WPm2W { width:16.875rem;height:7.8456077715045rem;top:33.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFi0hK0Eb80bJ1hROy37uDJ5zhtASBHS { width:17rem;height:0.0625rem;top:76.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNVs9wz6xBsauXBUm5spDpx8rP0erNr6 { width:17rem;height:0.0625rem;top:44.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzIQkNJs58ZnzlvUS2tLIquleRScN30A { width:15.625rem;height:2.0625rem;top:14.437927246094rem;left:1.4767795205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeVXyez0u2ulbbiEh9F0hNlzNIQBUDHc { width:15.625rem;height:2.0625rem;top:46rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEqsWchZNHhO0OkrTkNWfTalxgo0e4bu { width:8.125rem;height:7.561875rem;top:33.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItVqdTlhmv0EAifpfIt07fHCOhEkz5uT { width:13.499375rem;height:1.462675rem;top:14.750427246094rem;left:2.4772136807442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMaFpy8yVdfhKrC4RHAB9BMyBt9Xt6Xm { width:13.499375rem;height:1.462675rem;top:46.3125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU4McCOKtWDzd4Kd370izno2To2c2hFH { width:17.374125rem;height:6.3965rem;top:17.8125rem;left:1.4767795205116rem;font-size:0.875rem;display:block; }#fU4McCOKtWDzd4Kd370izno2To2c2hFH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #sIXs2FpPTP4ITZLZNMuvN1wx6NKqgdsg { width:17.374125rem;height:12.4805rem;top:49.375rem;left:1.5625rem;font-size:0.875rem;display:block; }#sIXs2FpPTP4ITZLZNMuvN1wx6NKqgdsg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #H9XKp8rtsR87d2Rd4k30rH5tr41PB8Pg { width:18.1875rem;height:30.125rem;top:1.25rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #WffR2LL0zLrtETptafsFowXzcaBsD2UW { width:18.25rem;height:30.1875rem;top:32.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3xqtcIe5D43SaKbvdPmMp5ZwT7JFQX { width:16.875rem;height:7.8456077715045rem;top:65.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSf4DMJ1Wh8iy9BwknRfeqm5f0QaMEFV { width:9.0625rem;height:7.6334444996233rem;top:65.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcFLbsSVB5skUITrUrzmT1TTopN0ix5A { width:12.5rem;height:1.7871125rem;top:73.75rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV9PtkQo6BNArh1kcpaW0n5i3xHLWBrn { width:17rem;height:0.0625rem;top:13.314020156861rem;left:1.4776458740234rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ISFFdV8XmubOQlPeXz62Ee0iTMfyWW { width:15.625rem;height:2.0625rem;top:77.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASEMiu5Q7qg5yxr79gkntDyvxEfvDm3H { width:13.499375rem;height:1.462675rem;top:78rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlHDD0K4uBU8mHKTLOr32vGsZlV0fQPr { width:17.374125rem;height:8.6328125rem;top:81.0625rem;left:1.5rem;font-size:0.875rem;display:block; }#ZlHDD0K4uBU8mHKTLOr32vGsZlV0fQPr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #cayM5Fs3RwZQtDZVnK31OeH9EifDW3vv { width:18.1875rem;height:30.1875rem;top:64.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg { display:block; }#mPN81hAtT2MS9FPvVDeJcbQHgSuM1lbg > .row .container { width:20rem;height:103.26284675781rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0q0i4yhBKTu5tcs6UTPrQqTNeNqvxzb { width:16.875rem;height:7.8456077715045rem;top:1.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JITgAAtu7ZuriaP5WOcSJhKkei9NfLbT { width:10.4375rem;height:7.7674302996386rem;top:1.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDkO0USEBkSKuCBPuAGbVCi4I2EbwDs9 { width:12.5rem;height:1.7871125rem;top:10.5625rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXcM1A2R6DJc4vw6sdEZNqdhX2W4J20V { width:17.5rem;height:1.7871125rem;top:44.6875rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohW7xCMcI0fJK8HRsxMRVs3R20TKXw4n { width:16.875rem;height:7.8456077715045rem;top:36.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtlSIW9MebKvuiWqhuSaVDQbiKgGSIq5 { width:17rem;height:0.0625rem;top:13.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFHNCnIcVTLQZwNzT2okhqehwpg55g7e { width:17rem;height:0.0625rem;top:47.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMtVDJ5ktX9cVd1bQnrVcVdLpvznVLtJ { width:15.625rem;height:2.0625rem;top:14.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9XvEihu1dIo4BHRgykr3wKpw4Tc7Pba { width:15.625rem;height:2.0625rem;top:48.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvuZg5PROfyUCRPKxCD9oqOaT9rp8ztT { width:7.249375rem;height:7.6823125rem;top:36.142578125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N81eLvhkttA7Jl7blzm9EM5C1p8R8AEr { width:13.499375rem;height:1.462675rem;top:14.8125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUp3y3whXiiPU5E6AD82ZyFQbfbwppqL { width:13.499375rem;height:1.462675rem;top:48.9375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDU1qT4on3hGHGiuv1ULPylb7A0SA7wu { width:17.374125rem;height:6.3965rem;top:17.875rem;left:1.5625rem;font-size:0.875rem;display:block; }#iDU1qT4on3hGHGiuv1ULPylb7A0SA7wu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #nr2JrAMJoMxmRdT01CKbPTxeDuzQ5f4z { width:17.374125rem;height:14.4043125rem;top:52rem;left:1.5rem;font-size:0.875rem;display:block; }#nr2JrAMJoMxmRdT01CKbPTxeDuzQ5f4z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #kpIgRX7TpgGTX37RGf83cwihq2ZlOJU9 { width:18.25rem;height:32.75rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSyDlUwiQEI5sKkrT7wO6sZTkHaJ8Gwv { width:18.25rem;height:32.75rem;top:35.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isAmyws5sRdeSKsicxabrMQgK1JVrIfZ { width:16.875rem;height:7.8456077715045rem;top:70.249572753906rem;left:1.7491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO5CbzLJObuSwT725h7v3d2Pv4WXP25d { width:8.3125rem;height:7.568306273462rem;top:70.374359130863rem;left:5.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTVrbBrHu0Ht7NfJ1FJuVkieOMSFB0vl { width:12.5rem;height:1.7871125rem;top:78.87478637695rem;left:1.7491319775581rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU9J4Vl3pxICqetLH64aR4CyAOoRIMKe { width:17rem;height:0.0625rem;top:81.499572753906rem;left:1.6243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN2aQAENmcXwTTvnFaTrnHK1hWiOLRwa { width:15.625rem;height:2.0625rem;top:82.8125rem;left:1.6243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVGFGXxt1gdAz60t4vW3gzeroBeG4rJN { width:13.499375rem;height:1.462675rem;top:83.125rem;left:2.6866319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6m3O8RCrlVzMqAMgao6alTAXc95CfWP { width:17.374125rem;height:12.4805rem;top:86.187072753906rem;left:1.6243489384651rem;font-size:0.875rem;display:block; }#y6m3O8RCrlVzMqAMgao6alTAXc95CfWP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #g30cuLSFSayuwSEr9vZT9fJ5DLnzLJ8T { width:18.25rem;height:33.5625rem;top:69.561645507812rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE { display:block; }#kUKCsISecSxFe7vS2p1LoxeeF4KEQKLE > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQASxt52Tt3BzUi7R2HvPpepOaKe4B50 { width:17.5rem;height:1.7871125rem;top:10.5625rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKx4Tc5D7LSTHQ9Utr1ifaohysdSdrig { width:16.875rem;height:7.8456077715045rem;top:1.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIGbTX15JM0asevZ5VbJoSZS5Gr6bmvu { width:17rem;height:0.0625rem;top:13.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQXKFMkUm4KA8bXqFaEWRVw2gA0946A { width:15.625rem;height:4.1875rem;top:14.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szXTJLOnR6Dl5Qa7utDx8C2qd0kqekm7 { width:9.3120625rem;height:7.686625rem;top:1.9524736404419rem;left:5.3428819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPgaxkgz6mGAGwqQtRyBVoQn9mIKHhQ1 { width:13.499375rem;height:2.92535rem;top:15.125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpeQZ0GGan6SilIuIKgNfJQpPkcQr5Ml { width:17.3730625rem;height:10.244125rem;top:20rem;left:1.375rem;font-size:0.875rem;display:block; }#TpeQZ0GGan6SilIuIKgNfJQpPkcQr5Ml li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #PqWad1oWEFTV4TOx4zID4pbmuwpp5FZV { width:18.25rem;height:32.75rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { display:block; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgT0t51WM1FN6bAEwPFeuW9zDIE0hGBb { width:20rem;height:4.2252625rem;top:0.70747029781344rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSw3kpeJx7NdVctdfvwhDGeyd3EcIv3n { width:20rem;height:1.3808625rem;top:5.436164855957rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA { display:block; }#JCZxqgiwolF6UKGa3yi0oRoWAmZ3GbpA > .row .container { width:20rem;height:44.467209863281rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yv665LVBia4fVuLV6p0eGsfvXqv1zuO4 { width:9.6875rem;height:6.25rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQGlFNXQT43sVuv9VSabwcdpeW593zn2 { width:9.6875rem;height:1.2999125rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tczGZrE77RvFesbMPcFxr0ZTQFoiSJx5 { width:9.6875rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7iFaiKg3yR6DTsf8WMt1ApLz8pzz12t { width:9.6875rem;height:6.25rem;top:13.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWB3eCa8qML8JRsg5SMoA1FnrpateEGN { width:9.6875rem;height:7rem;top:19.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnEwJaTOX1fItB3h5nEOvmg83ELzaU3p { width:9.6875rem;height:2.599825rem;top:20rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dikTaVEJF78zTRRZn5qyMAb7gHmvehT3 { width:9.6875rem;height:6.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFHeHUAcriAr7S2FwWcAPddeLtaPhpKW { width:9.6875rem;height:7rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPK0JyOv7pXR3v3dGSFK96TOXM8eCEId { width:9.6875rem;height:2.400175rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtbxTAcHIsZdfqwCcDG5F7ML9Sam7Ar { width:9.6875rem;height:6.375rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnNRKuRnz1ewFuyeORXhI2A9U7GTWOIq { width:9.6875rem;height:6.25rem;top:6.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEf2gPkp4PGolllbxzg8eOuMOLxdQFls { width:9.6875rem;height:1.2999125rem;top:6.75rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMnw3r0dr5sSJdWfBQDulbLbNPIPALv { width:9.6875rem;height:6.25rem;top:34.3125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TKW8Tho1ZLSR0OOGPuJqXir59slPMM { width:9.6875rem;height:1.2999125rem;top:34.8125rem;left:5.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhXrK6QqwMXzBHykmHOJ8VhVHb1ICk48 { width:9.6875rem;height:6.25rem;top:28.0625rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoua1oHhBu7fqOuh5JJ1lgSQUhxSCki { width:12.6875rem;height:2.375rem;top:42.09375rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZzO8TZ6Qk4yzPkSB7GbF4mPl3RLFdx { display:block; }
 }@media only screen and (max-width: 763px) { #KOBAdszEFBpMUbqQkUDp8m5AM5acfLZ1 { width:9.6875rem;height:3.6002625rem;top:8.1748046875rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QRgFRqlkEGaKIlg6wEkAXEuDWLWOueDO { width:9.6875rem;height:3.6002625rem;top:22.849609375rem;left:10.3125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qRkZxHxyqVXSNkRONuOdnNWrfSbmvFtw { width:9.6875rem;height:2.400175rem;top:23.44873046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa1KeTTcp2PZiVJaSVgtcRQ3a8kwebIX { width:9.6875rem;height:3.6002625rem;top:36.4814453125rem;left:5.06298828125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WZEQ2KuJ0504Zh0XzunpNV7PrT1iSM4f { width:9.6875rem;height:3.37239375rem;top:8.5rem;left:10.3125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 { display:block; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reWKSVUInMXWIAEhmZNzJyxp7TW8Mcgn { width:20rem;height:3.8984375rem;top:1.8011932373047rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 { display:block; }#DxmzUBBHBMdyddGVBDRDk44gFoTyxCI0 > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyB0hVRwc7ITWVE1rVeX5n3Ar39WyrHP { width:20rem;height:20rem;top:1.4659118652344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHwMSt7asZ35AmouQxtZOv5T89PZlWo { width:20rem;height:20rem;top:22.715911865234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2p8lZpUsZImKFIZZ6eHebFwLbEUK2R4 { width:20rem;height:20rem;top:43.965911865234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ { display:none; }#Mb2JtW7FhFi7KribiVFlA3tuaQrDrmfJ > .row .container { width:20rem;height:56.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fv2NDfFe2bHWTDba5G87g7IuU6gtbgPS { width:20rem;height:3.89756875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2zBdoH6C26WXrXWIpmshSa7d7f9FzJM { width:19.4998125rem;height:3.0859375rem;top:5.6846799850464rem;left:0.24848091602326rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7DQP4n35kBPPNSM2SJeZk9wdqaO4KI { width:20rem;height:10.369918495489rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTxBcofKFmuXyCCrQ7i32S9QrAx8cMr { width:20rem;height:10.440528634361rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lakaUomkrOd63gQcXwZSrehC8NRro6qm { width:20rem;height:10.390070921986rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISqiu0XSE3p77uTn7SHilF05llTheTJ { width:20rem;height:10.2495625rem;top:46.338948249817rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI { display:block; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5ARcd3szWTeewhTU3lTQoVcx2IeIkJT { width:20rem;height:1.94921875rem;top:0.80620670318606rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TWWhwoJeT5X6NRTWwzEu857kmKg4bXlx { width:20rem;height:20.050232947542rem;top:3.7803955078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { display:block; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container { width:20rem;height:47.8125rem;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 .accordion-heading-text { font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;height:auto; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-desc-text { line-height:1.4;overflow:hidden;height:auto; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx { display:flex;height:auto;width:17.4978125rem;top:0.99934959411619rem;left:0.24197047948837rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #SIM6wVvUByhQuI39CHnWW7I6DfBGlA8p {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #LXRuIGTS7U0sTW4alWNFSxGuqI5hVQcL {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #PQ01Prp3F8ZqoV8HkoEIQO65UB05HguK {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #bOokLgbxWtQiBtZ4gJNPEFnXP8SBOrQV {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #M8P20EJoc2h3V7kxp5MTfVklFCZJfGeK {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Xk3boCATZMBWD3XgFzcdge7DCAzNGn6x {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #a3r4oyNiHEIuaVB3r2zsDPUEZrRJC8nk {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Bz5hacZxACzxe3lO3L8RghlT7Ba7OBol {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #DAetbcRvaAMa7HHhkmeAmUcPtnAvzNMA {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #MpEQnZ2caftoGcPrhH0oK1FNCUaMvuZ8 {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #AN5Q1M594TrgsEBHU8miKeUPbQRHs3GO {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #eRTiuigeDOo6w0r2S1lLLaeaInMG8SXI {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #mFJ1GyGVH4dTfZ9R7kN3QSNSLRhgZ2Hu {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #hH65ONTCQTU89yLUTndJZM2KRB4qqeOH {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #gPmVhLrtHSME8rbJyvE2L3q29qnOZI2s {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Ko0tqOlIhQpQrGtp8E1hEuq51UEJNstA {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #fwT8C1l2kSUl7s6NuGWrOk3dxrrUELFq {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Z7xaFGa38Qz0roiwJaC4Nexart1xpB2u {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #TOvrz2A6PyqN6pwHrJJrmpXgy4UzdyfE {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #rBC8tGJi9NxTOsTuzmlFKvMJBTTWfpWU {  }
 }@media only screen and (max-width: 763px) { #c9t5zAnAzMtd3fl9Tdrq0Xlv4ZHACIQU { width:20rem;height:20.0499375rem;top:27.75173664093rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QBrfXckgf5y0m2C8haxhX58geTaobNOT { display:block; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAxycLlhR6ImPrAXOMv621FiCGKSKpqh { width:18.872625rem;height:3.5612rem;top:3.1434478759766rem;left:0.56315106153488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGlxMNqnH7THrym4GQGcrrWhZZIWlQiy { display:block; }
 }