.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:239,238,235;--color-primary-1:207,203,194;--color-primary-2:175,168,154;--color-primary-3:137,62,42;--color-primary-4:35,34,31;--color-secondary-0:224,224,227;--color-secondary-1:151,152,160;--color-secondary-2:47,49,65;--color-secondary-3:24,25,33;--color-secondary-4:7,7,10;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .row .container { background-color: transparent; background-image: none; }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .row .container > .video-iframe-container { display: none; }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .row > .video-iframe-container { display: none; }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .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); }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .row .container { border-width: 0; border-radius: 0; }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#o3O8RSeJncBTkGJi6ituNft3quoBOVo6 { 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:10.4996875rem;width:11.1246875rem;top:0.49967449903488rem;left:6.9368495941163rem;overflow:hidden;display:block; }
#fp99FASpF6Sn1vRHRWR7GrcBJQ5tkaDb { position:absolute;display:block;z-index:15006;height:1.875rem;width:20rem;top:6.125rem;left:52.5625rem;display:block; }
#HkzvE1LkhlfbeNtHpLX9HQt5ogqUgsUu { color:rgba(var(--color-tertiary-3),1);display:block;width:21.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:3.5rem;left:51.9375rem;height:1.48763125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #5a5a5a);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #5a5a5a);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #5a5a5a);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #5a5a5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#5a5a5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#5a5a5a' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #5a5a5a);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; }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .row .container { background-color: transparent; background-image: none; }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .row .container > .video-iframe-container { display: none; }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .row > .video-iframe-container { display: none; }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .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); }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .row .container { border-width: 0; border-radius: 0; }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#m89kpiiWDoPmbNZNcudsbXTTJhb7klAD { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1.21875rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#NytCvKSv2qSt7TKsa4XBN1eUqgB5PyiB { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1.21875rem;left:20.625rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#w6hwKqbv9k4GO6tLRz5VQp2m9MROlrcH { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1.21875rem;left:39.375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#ogG1BuaIH7BILXNBElsDmshZtk2HqkDP { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:1.21875rem;left:58.125rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/381cc6c1-c08b-4e8d-9e29-b25534837a1d/PXL_20251115_171642057.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp.adaptive-delivery-prevent-bg, #evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp.lazyload, #evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp.lazyloading { background-image: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container { background-color: transparent; background-image: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container > .video-iframe-container { display: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row > .video-iframe-container { display: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .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); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container { border-width: 0; border-radius: 0; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#FlmJpOs3qoTplJ5ruPrKsvSExHzevBcb { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.875rem;left:0.87434959411619rem;height:10.499125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#rTmxeOMx6cTGD94gXgEtgzK7q39vmVUO { z-index:15002;top:20.3125rem;left:14.375rem;background-color:#0c3b95;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R3lBvehOSzyeZFfuSwRWR1Z5eQEwUVy4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ipdy7tyG5X2cAm2Flxh5b7dwmTDlXmbZ { background-color:#0c3b95;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.3125rem;left:43.125rem;display:block; }
#FiA4WR1QCI5TKOe00tZJnBCgza84n4PN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #3e3e3e);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #3e3e3e);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #3e3e3e);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #3e3e3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#3e3e3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#3e3e3e' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #3e3e3e);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; }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .row .container { background-color: transparent; background-image: none; }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .row .container > .video-iframe-container { display: none; }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .row > .video-iframe-container { display: none; }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .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); }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .row .container { border-width: 0; border-radius: 0; }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#o9th4uDNQT0TbPMlHxMU3UNw1HMZeTa8 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1554899215698rem;left:1.1192493438721rem;height:12.999125rem;text-align:left;text-align-last:left;font-style:normal;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; }
#KlMtsa1w6PmHNXC94k2wBq9WUUgIuawX { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:2.1549482345581rem;left:23.592123031616rem;height:11.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .row .container { background-color: transparent; background-image: none; }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .row .container > .video-iframe-container { display: none; }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .row > .video-iframe-container { display: none; }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .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); }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .row .container { border-width: 0; border-radius: 0; }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .row .container { font-size:0.875rem;font-family:arial;height:95.9375rem;width:75rem;position:relative;display:block; }#DMP1QHieopJo9zFRu6Gy0EhO796yuBMV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5rem;width:60.3125rem;top:1.6861977577209rem;left:7.3437519073488rem;overflow:hidden;display:block; }
#ZefxdIXLbTd4TvtOATHWN9p6qtCvPEUu { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.47) ;height:69.875rem;width:53.5625rem;top:21.624349832535rem;left:10.718317031861rem;display:block; }
#vZH1BJFJElPf0VWKT436X3I7kFqTvebb { color:#0c3b95;display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.362630844116rem;left:12.656251907349rem;height:6.4995625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#TJR75ltgMz0Hd3qVHEu6phDMAXvoUEko { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:30.900068283081rem;left:13.968099594116rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CfbxFCLltZdMbAnLbGXGZTAT74G0HGVZ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:32.812501192093rem;left:16.124132156372rem;height:17.487rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#CfbxFCLltZdMbAnLbGXGZTAT74G0HGVZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CfbxFCLltZdMbAnLbGXGZTAT74G0HGVZ li:before{  }
#KopImol6xHmUIm9CalIqsHPOOepgtIia { color:rgba(var(--color-tertiary-4),1);display:block;width:48.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:51.231013536453rem;left:13.093534469604rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HzyVWuzzzhnaKV6nv6iBGp7Fqx1K0NkI { color:#0c3b95;display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:55.597332000733rem;left:12.656251907349rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#U5xyrWeaalphLTdibqkMaOO6rLwFGTPy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:70.094405174256rem;left:18.623048782349rem;height:13.037125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#U5xyrWeaalphLTdibqkMaOO6rLwFGTPy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U5xyrWeaalphLTdibqkMaOO6rLwFGTPy li:before{  }
#l8WQdEgkp2AN6IzmbfmaBLVsD4oo1E2y { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:59.580081701279rem;left:13.281251907349rem;height:7.64974375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKk4uC2KClGoX9vqnQKVvIy4ri6nIdXx { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:84.417322158812rem;left:13.281251907349rem;height:3.82486875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M9F5g61XJB3TvCC7zHTXnXwMHInIckZD { background-color:#0c3b95;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:90.514326095581rem;left:28.750001907349rem;display:block; }
#qtWzvmHipA9RHCiLclzR1IF0tUNstoxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;background-image:url("https://images.assets-landingi.com/FJUjsfpY/reviews_bg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH.adaptive-delivery-prevent-bg, #BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH.lazyload, #BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH.lazyloading { background-image: none; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row .container { background-color: transparent; background-image: none; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row .container > .video-iframe-container { display: none; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row > .video-iframe-container { display: none; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .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); }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row .container { border-width: 0; border-radius: 0; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#kp8Wlzk0QtP3ec33hBiMTOxU9FZy2vPU { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rapKvnikSBqksotJRhZcIf9FOZr0GnGw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.3726139068606rem;left:6.8739147186281rem;height:10.1269625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pcThgCuXfVwbPGoqkfkSIOKkWEHp9pGp { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.3742389678956rem;left:40.312505722046rem;height:8.439125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .row .container { background-color: transparent; background-image: none; }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .row .container > .video-iframe-container { display: none; }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .row > .video-iframe-container { display: none; }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .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); }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .row .container { border-width: 0; border-radius: 0; }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#nBitIBdvzfyZep7R03ZuHJTVa4ZKQ6KX { color:rgba(var(--color-tertiary-4),1);display:block;width:63.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.1177439689636rem;left:4.7493495941162rem;height:1.8056625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#iq4uw7glc3xLxgOHwbkwgcJidMoh7sOg { color:rgba(var(--color-tertiary-4),1);display:block;width:53.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.2494573593139rem;left:10.874567031861rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#gzmwTUpOTcuOaCeT329aAKtw9DTpv2Tn { color:rgba(var(--color-tertiary-4),1);display:block;width:60.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:8.138563632965rem;left:6.3731555938719rem;height:25.44925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gzmwTUpOTcuOaCeT329aAKtw9DTpv2Tn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gzmwTUpOTcuOaCeT329aAKtw9DTpv2Tn li:before{  }
#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE { position:relative;display:block; }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE { background-color: transparent; background-image: none; }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE > .row .container > .video-iframe-container { display: none; }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE > .row > .video-iframe-container { display: none; }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE > .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); }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE { border-width: 0; border-radius: 0; }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE > .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; }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4rem;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; }#HSIhEJLA2bLoCTF66WawNAvEWhE4kMR0 { position:absolute;display:block;z-index:15001;height:0.625rem;width:65.5625rem;top:2.3125rem;left:4.71875rem;display:block; }
#uJfaurButshhX8zIsAfTKlauyu26oS79 { position:relative;display:block; }#uJfaurButshhX8zIsAfTKlauyu26oS79 { background-color: transparent; background-image: none; }#uJfaurButshhX8zIsAfTKlauyu26oS79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJfaurButshhX8zIsAfTKlauyu26oS79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJfaurButshhX8zIsAfTKlauyu26oS79 > .row .container > .video-iframe-container { display: none; }#uJfaurButshhX8zIsAfTKlauyu26oS79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJfaurButshhX8zIsAfTKlauyu26oS79 > .row > .video-iframe-container { display: none; }#uJfaurButshhX8zIsAfTKlauyu26oS79 > .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); }#uJfaurButshhX8zIsAfTKlauyu26oS79 { border-width: 0; border-radius: 0; }#uJfaurButshhX8zIsAfTKlauyu26oS79 > .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; }#uJfaurButshhX8zIsAfTKlauyu26oS79 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tzdkgRcgtLdwZCmLpWmqbg8oTOITi8iX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.25rem;left:39.1875rem;height:3.6111125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W9IhGZroCPdemhMcOkIOMcPqoyEmugFd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.3125rem;width:36.1246875rem;top:2.1875000596046rem;left:0.68684959411619rem;overflow:hidden;display:block; }
#Vh4TC7ap6m58iWQox4X5pnRr72m2UCcG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6231875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:11.375rem;left:39.1875rem;height:1.8056625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mVQVBMMSpFEwVkRo1pioQTx29BlVTwTq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6231875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:13.1875rem;left:39.1875rem;height:9.02778125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MWtqWPH1qeXfE8RfCmyi3UOfSnhh3QNm { color:rgba(var(--color-tertiary-4),1);display:block;width:23.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:23.5625rem;left:41.0625rem;height:12.3958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MWtqWPH1qeXfE8RfCmyi3UOfSnhh3QNm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MWtqWPH1qeXfE8RfCmyi3UOfSnhh3QNm li:before{  }
#WWu1TNqpVgVXKxyKlDK3HaDLBdqWiyn3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:27.687176465988rem;left:2.4376087188721rem;height:1.8056625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oKbrN4iCphoOHa78of9MIeH3J6RMINsv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6231875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:30.034722089767rem;left:2.4376087188721rem;height:9.02778125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sSMuAGJVz2IaTS0TI38mL07KnpiXMWmk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:40.325524091721rem;left:2.4376087188721rem;height:3.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#sSMuAGJVz2IaTS0TI38mL07KnpiXMWmk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sSMuAGJVz2IaTS0TI38mL07KnpiXMWmk li:before{  }
#lwy2LVWkBRxGXBV9JP3IPWhBiZiy448I { color:rgba(var(--color-tertiary-4),1);display:block;width:31.06175rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:39.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;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; }
#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .row .container { background-color: transparent; background-image: none; }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .row .container > .video-iframe-container { display: none; }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .row > .video-iframe-container { display: none; }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .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); }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .row .container { border-width: 0; border-radius: 0; }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#gxJCozRCx1TSaHETn8hldtkun5VFwyrq { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9645047187805rem;left:1.2809238433838rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#OeWx2mGsxsPRKb4TVmeNH1NDyOsDibbL { color:rgba(var(--color-tertiary-4),1);display:block;width:34.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:10.25rem;left:1.5rem;height:5.41666875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Buy46R87ka3e3duq550qbLqw0l5VHr3o { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.8125rem;width:36.75rem;top:3.0859279632568rem;left:38.062608718872rem;overflow:hidden;display:block; }
#hRyFnQVwH4P7F3dnCf7ffyke0x3JwJxx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:19.1875rem;left:2.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#hRyFnQVwH4P7F3dnCf7ffyke0x3JwJxx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hRyFnQVwH4P7F3dnCf7ffyke0x3JwJxx li:before{  }
#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 { position:relative;display:block; }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 { background-color: transparent; background-image: none; }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 > .row .container > .video-iframe-container { display: none; }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 > .row > .video-iframe-container { display: none; }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 > .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); }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 { border-width: 0; border-radius: 0; }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 > .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; }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#PMwFqqhTFTzb1e2d3MdF04iQ4paMAUi9 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4680995941162rem;left:20.687391281128rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#SLuiH8M5v81w951TXWEESwGgVU6spdX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:5.4709205627441rem;left:2.6247825622559rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#SLuiH8M5v81w951TXWEESwGgVU6spdX9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SLuiH8M5v81w951TXWEESwGgVU6spdX9 li:before{  }
#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/381cc6c1-c08b-4e8d-9e29-b25534837a1d/PXL_20251115_171642057.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R.adaptive-delivery-prevent-bg, #avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R.lazyload, #avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R.lazyloading { background-image: none; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row .container { background-color: transparent; background-image: none; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,4,5,0.92); }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row .container > .video-iframe-container { display: none; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,4,5,0.92); }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row > .video-iframe-container { display: none; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .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); }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row .container { border-width: 0; border-radius: 0; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row .container { font-size:0.875rem;font-family:arial;height:75.9375rem;width:75rem;position:relative;display:block; }#hy7al1FunQrHSg4FTytwWS8DfTLUOeZN { color:rgba(var(--color-tertiary-0),1);display:block;width:53.6246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.970486164093rem;left:10.687391281128rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;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; }
#d7m2FHMtuIck3gTrv7wsk115GvIe1ISv { color:rgba(var(--color-tertiary-0),1);display:block;width:42.7495625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:6.0601134300232rem;left:16.124132156372rem;height:24.303375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#EouH1GpLOVFkM2vsxasTTbFXapvsVNJP { position:absolute;display:block;z-index:15007;height:16.4985rem;width:21.25rem;top:39.152004241943rem;left:27.437067031861rem;display:block; }
#Kehwq1vRaMQqv5hGEU9V9279B3D8rvbW { background-color:#0c3b95;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.343643188476rem;left:28.750001907349rem;display:block; }
#Z0mwssVxWJLPa155Ktuvwqg9pPHAUe0E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wN1M5lKDhypJa7iNXT3tLnupOMK4eGJn { position:absolute;display:block;z-index:15009;height:13.499875rem;width:25.8121875rem;top:58.696292877198rem;left:24.593641281128rem;display:block; }
#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .row .container { background-color: transparent; background-image: none; }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .row .container > .video-iframe-container { display: none; }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .row > .video-iframe-container { display: none; }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .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); }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .row .container { border-width: 0; border-radius: 0; }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#mLXLxkI0lNK3IAAlLUwilSDR99nKKh24 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.1875rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#dwLEo97JTi298cU6MFuNErDvxlR3Mf1T { 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:1.9375rem;width:8.625rem;top:0.875rem;left:58.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD { display:block; }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o3O8RSeJncBTkGJi6ituNft3quoBOVo6 { width:6.7496875rem;height:6.312375rem;top:0.71777349710463rem;left:4.5833333730697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fp99FASpF6Sn1vRHRWR7GrcBJQ5tkaDb { width:14.375rem;height:1.875rem;top:4.2491321563721rem;left:32.603626608849rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkzvE1LkhlfbeNtHpLX9HQt5ogqUgsUu { width:15.1248125rem;height:2.62478125rem;top:1.1241320371627rem;left:32.228733420372rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M { display:none; }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #m89kpiiWDoPmbNZNcudsbXTTJhb7klAD { width:11.6875rem;height:1.3125rem;top:1.21875rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NytCvKSv2qSt7TKsa4XBN1eUqgB5PyiB { width:11.6875rem;height:1.3125rem;top:1.21875rem;left:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6hwKqbv9k4GO6tLRz5VQp2m9MROlrcH { width:11.6875rem;height:1.3125rem;top:1.21875rem;left:24rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogG1BuaIH7BILXNBElsDmshZtk2HqkDP { width:11.6875rem;height:1.3125rem;top:1.21875rem;left:35.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3fdcb465-c7bc-4b63-90bc-a81537611d24/acservices.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp.adaptive-delivery-prevent-bg, #evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp.lazyload, #evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp.lazyloading { background-image: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container { background-color: transparent; background-image: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container > .video-iframe-container { display: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row > .video-iframe-container { display: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .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); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FlmJpOs3qoTplJ5ruPrKsvSExHzevBcb { width:47.749rem;height:11.25rem;top:1.1219625473023rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rTmxeOMx6cTGD94gXgEtgzK7q39vmVUO { top:13.5rem;left:5.4375rem;width:15.499125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R3lBvehOSzyeZFfuSwRWR1Z5eQEwUVy4 { display:block; }
 }@media only screen and (max-width: 1199px) { #Ipdy7tyG5X2cAm2Flxh5b7dwmTDlXmbZ { width:17.5rem;height:3.4375rem;top:13.5rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FiA4WR1QCI5TKOe00tZJnBCgza84n4PN { display:block; }
 }@media only screen and (max-width: 1199px) { #HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS { display:block; }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .row .container { width:47.75rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o9th4uDNQT0TbPMlHxMU3UNw1HMZeTa8 { width:45.7498125rem;height:4.87413125rem;top:1.8115234375rem;left:0.99934899806975rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #KlMtsa1w6PmHNXC94k2wBq9WUUgIuawX { width:45.4996875rem;height:13.59810625rem;top:7.5607643127444rem;left:1.1241320371627rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #rknlrXf653Wg721hdBPmJBWGuPMFE2K4 { display:block; }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .row .container { width:47.75rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DMP1QHieopJo9zFRu6Gy0EhO796yuBMV { width:20.6875rem;height:11.125rem;top:2.1875rem;left:3.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ZefxdIXLbTd4TvtOATHWN9p6qtCvPEUu { width:38.6875rem;height:63.375rem;top:14.561634063721rem;left:4.5312503576279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZH1BJFJElPf0VWKT436X3I7kFqTvebb { width:35.3125rem;height:4.87413125rem;top:15.874567151069rem;left:6.2179907560349rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TJR75ltgMz0Hd3qVHEu6phDMAXvoUEko { width:27.9996875rem;height:1.6997625rem;top:21.436084747314rem;left:9.8746751546862rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #CfbxFCLltZdMbAnLbGXGZTAT74G0HGVZ { width:27.9996875rem;height:17.485375rem;top:23.686852455139rem;left:9.8746751546862rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15003;display:block; }#CfbxFCLltZdMbAnLbGXGZTAT74G0HGVZ li:before{  }
 }@media only screen and (max-width: 1199px) { #KopImol6xHmUIm9CalIqsHPOOepgtIia { width:32.7485rem;height:3.399525rem;top:41.123050689698rem;left:7.5000003576281rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #HzyVWuzzzhnaKV6nv6iBGp7Fqx1K0NkI { width:35.3125rem;height:2.43706875rem;top:45.029842376709rem;left:6.2179907560349rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #U5xyrWeaalphLTdibqkMaOO6rLwFGTPy { width:32.7485rem;height:11.7610625rem;top:57.480473518372rem;left:7.5000003576281rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15003;display:block; }#U5xyrWeaalphLTdibqkMaOO6rLwFGTPy li:before{  }
 }@media only screen and (max-width: 1199px) { #l8WQdEgkp2AN6IzmbfmaBLVsD4oo1E2y { width:33.6870625rem;height:10.1985875rem;top:47.282445907593rem;left:7.0301650762556rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #pKk4uC2KClGoX9vqnQKVvIy4ri6nIdXx { width:32.7485rem;height:5.09928125rem;top:70.269104957581rem;left:7.5000003576281rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #M9F5g61XJB3TvCC7zHTXnXwMHInIckZD { width:17.5rem;height:3.4375rem;top:76.187069892881rem;left:15.124241232872rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qtWzvmHipA9RHCiLclzR1IF0tUNstoxD { display:block; }
 }@media only screen and (max-width: 1199px) { #BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH { display:block; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row .container { width:47.75rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kp8Wlzk0QtP3ec33hBiMTOxU9FZy2vPU { width:47.75rem;height:2.43706875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rapKvnikSBqksotJRhZcIf9FOZr0GnGw { width:22.6248125rem;height:10.49695rem;top:5.0618495941162rem;left:1.3118489980698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcThgCuXfVwbPGoqkfkSIOKkWEHp9pGp { width:22.249875rem;height:8.9974rem;top:5.0618495941162rem;left:24.49869954586rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn { display:block; }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .row .container { width:47.75rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nBitIBdvzfyZep7R03ZuHJTVa4ZKQ6KX { width:37.124rem;height:3.399525rem;top:4.0283260345459rem;left:4.8111981153488rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #iq4uw7glc3xLxgOHwbkwgcJidMoh7sOg { width:42.0621875rem;height:2.43706875rem;top:0.62771224975588rem;left:2.8434246778488rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzmwTUpOTcuOaCeT329aAKtw9DTpv2Tn { width:36.25rem;height:36.49525rem;top:8.9355525970456rem;left:5.7492407560349rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.7;z-index:15003;display:block; }#gzmwTUpOTcuOaCeT329aAKtw9DTpv2Tn li:before{  }
 }@media only screen and (max-width: 1199px) { #pHAKqDbv006iHlPCcD23wf9fZd1u9qgE { display:block; }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE > .row .container { width:47.75rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HSIhEJLA2bLoCTF66WawNAvEWhE4kMR0 { width:45.0625rem;height:0.75rem;top:1.53125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJfaurButshhX8zIsAfTKlauyu26oS79 { display:block; }#uJfaurButshhX8zIsAfTKlauyu26oS79 > .row .container { width:47.75rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tzdkgRcgtLdwZCmLpWmqbg8oTOITi8iX { width:21.1853125rem;height:6.3975625rem;top:5.2099609375rem;left:25.218505859375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #W9IhGZroCPdemhMcOkIOMcPqoyEmugFd { width:23.125rem;height:16.1870625rem;top:1.8299694061279rem;left:0.37434899806976rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Vh4TC7ap6m58iWQox4X5pnRr72m2UCcG { width:21.1853125rem;height:1.59939375rem;top:12.440185546875rem;left:25.218505859375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #mVQVBMMSpFEwVkRo1pioQTx29BlVTwTq { width:21.184875rem;height:11.195725rem;top:14.951173305511rem;left:25.219185233116rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #MWtqWPH1qeXfE8RfCmyi3UOfSnhh3QNm { width:21.184875rem;height:11.158875rem;top:26.621093273163rem;left:25.219185233116rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }#MWtqWPH1qeXfE8RfCmyi3UOfSnhh3QNm li:before{  }
 }@media only screen and (max-width: 1199px) { #WWu1TNqpVgVXKxyKlDK3HaDLBdqWiyn3 { width:15.1871875rem;height:1.59939375rem;top:19.1875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #oKbrN4iCphoOHa78of9MIeH3J6RMINsv { width:21.184875rem;height:11.195725rem;top:21.5rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #sSMuAGJVz2IaTS0TI38mL07KnpiXMWmk { width:17.5rem;height:3.5112875rem;top:33.375rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }#sSMuAGJVz2IaTS0TI38mL07KnpiXMWmk li:before{  }
 }@media only screen and (max-width: 1199px) { #lwy2LVWkBRxGXBV9JP3IPWhBiZiy448I { width:20.375rem;height:3.8997375rem;top:1.3125rem;left:25.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 { display:block; }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .row .container { width:47.75rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gxJCozRCx1TSaHETn8hldtkun5VFwyrq { width:22.875rem;height:5.8496125rem;top:0.78721809387206rem;left:24.717882514rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OeWx2mGsxsPRKb4TVmeNH1NDyOsDibbL { width:21.186rem;height:9.596375rem;top:7.760417461395rem;left:24.717882514rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #Buy46R87ka3e3duq550qbLqw0l5VHr3o { width:22.3746875rem;height:15.687375rem;top:2.4094085693359rem;left:0.749783039093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #hRyFnQVwH4P7F3dnCf7ffyke0x3JwJxx { width:19.375rem;height:41.5473125rem;top:18.062066555023rem;left:26.124132514rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }#hRyFnQVwH4P7F3dnCf7ffyke0x3JwJxx li:before{  }
 }@media only screen and (max-width: 1199px) { #XFA04A9IIwxQWQgzTtHfFVgANffTENw8 { display:block; }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 > .row .container { width:47.75rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PMwFqqhTFTzb1e2d3MdF04iQ4paMAUi9 { width:37.9373125rem;height:2.43706875rem;top:0.96625518798825rem;left:4.9055989980697rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SLuiH8M5v81w951TXWEESwGgVU6spdX9 { width:45.9375rem;height:26.4339375rem;top:4.1004772186279rem;left:0.90549051761625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#SLuiH8M5v81w951TXWEESwGgVU6spdX9 li:before{  }
 }@media only screen and (max-width: 1199px) { #avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/381cc6c1-c08b-4e8d-9e29-b25534837a1d/PXL_20251115_171642057.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R.adaptive-delivery-prevent-bg, #avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R.lazyload, #avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R.lazyloading { background-image: none; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row .container { background-color: transparent; background-image: none; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,4,5,0.92); }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row .container > .video-iframe-container { display: none; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,4,5,0.92); }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row > .video-iframe-container { display: none; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .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); }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row .container { width:47.75rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hy7al1FunQrHSg4FTytwWS8DfTLUOeZN { width:45.9375rem;height:4.87413125rem;top:1.0611977577209rem;left:0.90549051761625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #d7m2FHMtuIck3gTrv7wsk115GvIe1ISv { width:40.061875rem;height:19.49436875rem;top:6.7453250885013rem;left:3.8433159589768rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #EouH1GpLOVFkM2vsxasTTbFXapvsVNJP { width:21.875rem;height:14.1873125rem;top:34.937075614929rem;left:12.936741232872rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kehwq1vRaMQqv5hGEU9V9279B3D8rvbW { width:17.5rem;height:3.4375rem;top:27.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0mwssVxWJLPa155Ktuvwqg9pPHAUe0E { display:block; }
 }@media only screen and (max-width: 1199px) { #wN1M5lKDhypJa7iNXT3tLnupOMK4eGJn { width:25.7498125rem;height:13.4375rem;top:53.4375rem;left:11rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ { display:block; }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mLXLxkI0lNK3IAAlLUwilSDR99nKKh24 { width:19rem;height:1.3125rem;top:1.1875rem;left:0.4580078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwLEo97JTi298cU6MFuNErDvxlR3Mf1T { width:8.625rem;height:1.9375rem;top:0.875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD { display:block; }#NJ7NbnNzAo12wuZiXVG6KJp7mRRd5AOD > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3O8RSeJncBTkGJi6ituNft3quoBOVo6 { width:8.6870625rem;height:8.125rem;top:0.62445747852326rem;left:5.6553821563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp99FASpF6Sn1vRHRWR7GrcBJQ5tkaDb { width:20rem;height:2.24935rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkzvE1LkhlfbeNtHpLX9HQt5ogqUgsUu { width:20rem;height:1.219075rem;top:9.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M { display:none; }#yJ1GtfcrMsEAZWFqSVPARbUMKMxBS93M > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m89kpiiWDoPmbNZNcudsbXTTJhb7klAD { width:18.75rem;height:auto;top:1.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NytCvKSv2qSt7TKsa4XBN1eUqgB5PyiB { width:15rem;height:auto;top:1.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6hwKqbv9k4GO6tLRz5VQp2m9MROlrcH { width:15rem;height:0;top:1.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogG1BuaIH7BILXNBElsDmshZtk2HqkDP { width:15rem;height:auto;top:1.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/381cc6c1-c08b-4e8d-9e29-b25534837a1d/PXL_20251115_171642057.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp.adaptive-delivery-prevent-bg, #evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp.lazyload, #evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp.lazyloading { background-image: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container { background-color: transparent; background-image: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container > .video-iframe-container { display: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row > .video-iframe-container { display: none; }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .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); }#evP9vVqvTE0v9ntPHW4yn5XDkCr3wocp > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlmJpOs3qoTplJ5ruPrKsvSExHzevBcb { width:17.6248125rem;height:14.3978125rem;top:1.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rTmxeOMx6cTGD94gXgEtgzK7q39vmVUO { top:16.8978125rem;left:1.25rem;width:17.5rem;height:3.4375rem;background-color:#0c3b95;background-image:none;color:#f4f4f4;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3lBvehOSzyeZFfuSwRWR1Z5eQEwUVy4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ipdy7tyG5X2cAm2Flxh5b7dwmTDlXmbZ { width:17.5rem;height:3.4375rem;top:21.5853125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiA4WR1QCI5TKOe00tZJnBCgza84n4PN { display:block; }
 }@media only screen and (max-width: 763px) { #HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS { display:block; }#HvPcb0ehDgS5kRc5w4akuhRfz0Dw7pIS > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9th4uDNQT0TbPMlHxMU3UNw1HMZeTa8 { width:18.24925rem;height:7.7995rem;top:1.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KlMtsa1w6PmHNXC94k2wBq9WUUgIuawX { width:18.75rem;height:25.4963875rem;top:10.2995rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rknlrXf653Wg721hdBPmJBWGuPMFE2K4 { display:block; }#rknlrXf653Wg721hdBPmJBWGuPMFE2K4 > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMP1QHieopJo9zFRu6Gy0EhO796yuBMV { width:10.0625rem;height:5.375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZefxdIXLbTd4TvtOATHWN9p6qtCvPEUu { width:18.499875rem;height:91.9375rem;top:7.6958560943606rem;left:0.74924051761625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZH1BJFJElPf0VWKT436X3I7kFqTvebb { width:17.3123125rem;height:5.8496125rem;top:8.3208580017087rem;left:1.3433160781861rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#0c3b95;display:block; }
 }@media only screen and (max-width: 763px) { #TJR75ltgMz0Hd3qVHEu6phDMAXvoUEko { width:15.8121875rem;height:1.6997625rem;top:14.68478679657rem;left:1.3742406368256rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CfbxFCLltZdMbAnLbGXGZTAT74G0HGVZ { width:16.1870625rem;height:27.6839375rem;top:16.384007453919rem;left:1.9059245586395rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15003;display:block; }#CfbxFCLltZdMbAnLbGXGZTAT74G0HGVZ li:before{  }
 }@media only screen and (max-width: 763px) { #KopImol6xHmUIm9CalIqsHPOOepgtIia { width:16.624875rem;height:6.7990625rem;top:44.820963859558rem;left:1.6867406368256rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HzyVWuzzzhnaKV6nv6iBGp7Fqx1K0NkI { width:17.3123125rem;height:3.8997375rem;top:52.977975845337rem;left:1.3433160781861rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#0c3b95;display:block; }
 }@media only screen and (max-width: 763px) { #U5xyrWeaalphLTdibqkMaOO6rLwFGTPy { width:15.125rem;height:11.7610625rem;top:75.866434097287rem;left:2.2509768009186rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15003;display:block; }#U5xyrWeaalphLTdibqkMaOO6rLwFGTPy li:before{  }
 }@media only screen and (max-width: 763px) { #l8WQdEgkp2AN6IzmbfmaBLVsD4oo1E2y { width:16.9998125rem;height:16.9976rem;top:57.778324127198rem;left:1.4995660781861rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #pKk4uC2KClGoX9vqnQKVvIy4ri6nIdXx { width:18.2498125rem;height:8.4988125rem;top:88.529735565187rem;left:0.87456607818606rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #M9F5g61XJB3TvCC7zHTXnXwMHInIckZD { width:17.5rem;height:3.4375rem;top:98.821609497069rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtWzvmHipA9RHCiLclzR1IF0tUNstoxD { display:block; }
 }@media only screen and (max-width: 763px) { #BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FJUjsfpY/reviews_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH.adaptive-delivery-prevent-bg, #BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH.lazyload, #BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH.lazyloading { background-image: none; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row .container { background-color: transparent; background-image: none; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row .container > .video-iframe-container { display: none; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row > .video-iframe-container { display: none; }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .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); }#BDTabxm9vh3eFHqrzlcpbDPEoQ5f2HGH > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kp8Wlzk0QtP3ec33hBiMTOxU9FZy2vPU { width:18.75rem;height:3.8997375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rapKvnikSBqksotJRhZcIf9FOZr0GnGw { width:18.75rem;height:11.9965125rem;top:6.3992rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcThgCuXfVwbPGoqkfkSIOKkWEHp9pGp { width:18.75rem;height:10.49695rem;top:19.6452rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn { display:block; }#JbFy2DFGxFw9tqDU3HlTIqzbENlTB6Rn > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBitIBdvzfyZep7R03ZuHJTVa4ZKQ6KX { width:20rem;height:5.09928125rem;top:6.3992rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq4uw7glc3xLxgOHwbkwgcJidMoh7sOg { width:20rem;height:3.8997375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gzmwTUpOTcuOaCeT329aAKtw9DTpv2Tn { width:20rem;height:65.39125rem;top:12.74794375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15003;display:block; }#gzmwTUpOTcuOaCeT329aAKtw9DTpv2Tn li:before{  }
 }@media only screen and (max-width: 763px) { #pHAKqDbv006iHlPCcD23wf9fZd1u9qgE { display:block; }#pHAKqDbv006iHlPCcD23wf9fZd1u9qgE > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSIhEJLA2bLoCTF66WawNAvEWhE4kMR0 { width:20rem;height:0.625rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJfaurButshhX8zIsAfTKlauyu26oS79 { display:block; }#uJfaurButshhX8zIsAfTKlauyu26oS79 > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzdkgRcgtLdwZCmLpWmqbg8oTOITi8iX { width:19.2485625rem;height:6.3975625rem;top:19.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #W9IhGZroCPdemhMcOkIOMcPqoyEmugFd { width:20rem;height:13.9995625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh4TC7ap6m58iWQox4X5pnRr72m2UCcG { width:20rem;height:1.59939375rem;top:26.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mVQVBMMSpFEwVkRo1pioQTx29BlVTwTq { width:20rem;height:11.195725rem;top:29.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MWtqWPH1qeXfE8RfCmyi3UOfSnhh3QNm { width:20rem;height:11.158875rem;top:42.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14997;display:block; }#MWtqWPH1qeXfE8RfCmyi3UOfSnhh3QNm li:before{  }
 }@media only screen and (max-width: 763px) { #WWu1TNqpVgVXKxyKlDK3HaDLBdqWiyn3 { width:20rem;height:1.59939375rem;top:54.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #oKbrN4iCphoOHa78of9MIeH3J6RMINsv { width:20rem;height:12.79511875rem;top:57.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sSMuAGJVz2IaTS0TI38mL07KnpiXMWmk { width:20rem;height:3.5112875rem;top:71.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }#sSMuAGJVz2IaTS0TI38mL07KnpiXMWmk li:before{  }
 }@media only screen and (max-width: 763px) { #lwy2LVWkBRxGXBV9JP3IPWhBiZiy448I { width:20rem;height:1.64930625rem;top:16.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 { display:block; }#hlVAo3Fh2zgcZN3LkIpgMpFC57lnRGK6 > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxJCozRCx1TSaHETn8hldtkun5VFwyrq { width:20rem;height:4.94791875rem;top:15.8121875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OeWx2mGsxsPRKb4TVmeNH1NDyOsDibbL { width:19.2496875rem;height:11.19575rem;top:22.01010625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Buy46R87ka3e3duq550qbLqw0l5VHr3o { width:18.9995625rem;height:13.3121875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRyFnQVwH4P7F3dnCf7ffyke0x3JwJxx { width:17.874375rem;height:44.746125rem;top:34.45585625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14997;display:block; }#hRyFnQVwH4P7F3dnCf7ffyke0x3JwJxx li:before{  }
 }@media only screen and (max-width: 763px) { #XFA04A9IIwxQWQgzTtHfFVgANffTENw8 { display:block; }#XFA04A9IIwxQWQgzTtHfFVgANffTENw8 > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMwFqqhTFTzb1e2d3MdF04iQ4paMAUi9 { width:18.061rem;height:5.8496125rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SLuiH8M5v81w951TXWEESwGgVU6spdX9 { width:20rem;height:61.191375rem;top:8.3496125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#SLuiH8M5v81w951TXWEESwGgVU6spdX9 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#SLuiH8M5v81w951TXWEESwGgVU6spdX9 li:before{  }
 }@media only screen and (max-width: 763px) { #avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R { display:block; }#avuRSsFHIXmo6TxTU4EDvtsLIHTA4z1R > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hy7al1FunQrHSg4FTytwWS8DfTLUOeZN { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d7m2FHMtuIck3gTrv7wsk115GvIe1ISv { width:20rem;height:32.9904125rem;top:8.3496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EouH1GpLOVFkM2vsxasTTbFXapvsVNJP { width:20rem;height:16.4375rem;top:39rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kehwq1vRaMQqv5hGEU9V9279B3D8rvbW { width:17.5rem;height:3.4375rem;top:42.58955rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0mwssVxWJLPa155Ktuvwqg9pPHAUe0E { display:block; }
 }@media only screen and (max-width: 763px) { #wN1M5lKDhypJa7iNXT3tLnupOMK4eGJn { width:20rem;height:13.4375rem;top:47.27705rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ { position:relative;z-index:auto;display:block; }#eiWuuX4VS176WGT9N7QC8IxySMtQ8KAQ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLXLxkI0lNK3IAAlLUwilSDR99nKKh24 { width:20rem;height:1.40625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwLEo97JTi298cU6MFuNErDvxlR3Mf1T { width:8.625rem;height:1.9375rem;top:3.90625rem;left:5.6875rem;display:block; }
 }