.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:0,255,62;--color-primary-1:0,234,53;--color-primary-2:0,227,53;--color-primary-3:0,197,48;--color-primary-4:0,185,45;--color-secondary-0:0,79,208;--color-secondary-1:0,79,197;--color-secondary-2:0,75,195;--color-secondary-3:0,67,167;--color-secondary-4:0,55,139;--color-tertiary-0:255,255,255;--color-tertiary-1:90,90,90;--color-tertiary-2:72,72,72;--color-tertiary-3:53,53,53;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX { position:relative;display:none; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX { border-width: 0; border-radius: 0; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .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; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .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:none; }#UtUTTCPfVEO41b4IitTMGVL14EtbWwNM { 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:4.0625rem;width:14.25rem;top:6.3125rem;left:0rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#iccC72ILEs4IqXGH1clyUxlwMRP9LqD0 { 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:4.0625rem;width:14.25rem;top:5.6875rem;left:0rem;overflow:hidden;display:block; }
#A1Avk9b1xSBuHCl7ku1GMK7gDZkOM6Ek { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:14.8125rem;left:0rem;height:8.662125rem;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; }
#PpisTlS3eLauIhoRDDK8klpHXFBF7Iga { background-color:#00c530;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0rem #019b27 ;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:"open sans condensed";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:21.4375rem;height:4.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.125rem;left:20.3125rem;display:block; }
#ZN5RJT5ZJ9R4w4JTb2qkXpwGl9TEy592 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UpI73LJltTrMzBsNQguAayz7oRQ03JPG { box-sizing:content-box;height:10.375rem;width:50.4375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #1a72ff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #1a72ff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #1a72ff);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), #1a72ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#1a72ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#1a72ff' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), #1a72ff);background-size:auto !important;top:13.9375rem;left:-1.9375rem;display:block; }
#mWgwVvWVRzvM1p1QiuTXwtL42TZDkMXy { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.125rem;left:28.1875rem;display:block; }
#lMEcbQQNdPq76BQ1wVIKWEq7p72ePaPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oC1tW3zSEPZJF90Au24pwZ8mZk9kkKub { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.333rem;height:2.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.125rem;left:59.1875rem;display:block; }
#vqae9iTFJTCWuqd5x4DO1yBHbf4MOri4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSxGcHKdStvJ5i9LZ2c2OlaXkiBfkQlO { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.083333375rem;height:2.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.125rem;left:45.8125rem;display:block; }
#wPI0aD2JNc5Dis6JJmtvTmPaTsL6zt5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qGDSC1fXe6KW7gg9kapxMAwSrMhc0AM5 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.125rem;left:52.875rem;display:block; }
#T64VHIPvWX78k6kPm3g9nUF73VMx4dzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTeV5mR7Py9AT6x6hTfUZJeBzag6WHPK { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.125rem;left:36.0625rem;display:block; }
#PgDUt9zQ2UgkHnd06RvwMDw9dLlPcfTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6INhurwC4JxGt2tgTfrPdeCceuDwiVW { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:26.875rem;left:0rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#z6INhurwC4JxGt2tgTfrPdeCceuDwiVW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z6INhurwC4JxGt2tgTfrPdeCceuDwiVW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2d2f52311977ef50116293d4dfff30664e92430.svg); }
#TLF8ERXb96Sk0URxV4tRAg27CeNXxEKe { color:rgba(var(--color-tertiary-0),1);display:block;width:15.187375rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:400;z-index:14997;line-height:1.1;letter-spacing:0;top:6.9990234375rem;left:17.8623046875rem;height:2.0625rem;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; }
#QOBucEikX8G3UzuzkaZBt9XTy5POO9HC { box-sizing:content-box;height:4.75rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-4),0));background-size:auto !important;top:6.3876953125rem;left:16.3681640625rem;display:block; }
#DKymTGz9czc1tBx6TQcy06WnkKWJJb92 { color:rgba(var(--color-tertiary-0),0.65);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:36.51953125rem;left:0rem;height:1.2744125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#qAOHrmX23cdeG5a6BLA5zcFICbwGeM1f { color:rgba(var(--color-tertiary-0),0.73);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:18.056640625rem;left:49.5830078125rem;height:4.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x8xVyqFCKpTmuhMWKzCi7Ak4K78KJiJR { box-sizing:content-box;height:10.375rem;width:9.5625rem;position:absolute;display:block;z-index:14996;background-color:#000000;background-image:none;top:13.9375rem;left:48.0625rem;display:block; }
#imqofndRX7LCebTbDDLDu3p8xNDmE9rT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:15.125rem;left:49.5205078125rem; }
#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS { position:relative;display:none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS { border-width: 0; border-radius: 0; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .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; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .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:1.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #0062ff);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #0062ff);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #0062ff);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #0062ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0062ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#0062ff' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #0062ff);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; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { background-color: transparent; background-image: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container > .video-iframe-container { display: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row > .video-iframe-container { display: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .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); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { border-width: 0; border-radius: 0; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#FsSxwpAfvDfSPLFT1RvQ4CDHSak0vz8U { color:rgba(var(--color-tertiary-0),0.3);display:block;width:3.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BTisTBInXKFfMrVsZ0Iu692g9T8KiICi { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:2.1375007629394rem;left:4.5625009536743rem;height:2.9752625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SipvXgrP8WbDwLG3D0q13LsTGRlfnSGi { color:rgba(var(--color-tertiary-0),0.31);display:block;width:2.0625rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.125rem;left:17.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vcHUZaRwkR9HlPsPw6SUqlprFTEESe5V { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.125rem;left:20.6875rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MaF0QeVamS7FFBcoJDfzTCPaVHB4TdWc { color:rgba(var(--color-tertiary-0),0.32);display:block;width:2.75rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.125rem;left:37.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oTZCp4D1Fhh9u5P77n9a4tiz4rwFRvA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.125rem;left:41.4375rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lKwNmFXyZtxzVNdFT5aq9hyDPLiRPWbX { color:rgba(var(--color-tertiary-0),0.29);display:block;width:4.1875rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.0625rem;left:56.6865234375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XeQcEnvIMX1xUhpxDZqJQnkB70pLEcLB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.25rem;left:60.8740234375rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x6Ekchkg3rUWQGgZhA94LWLXBTrv451S { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),1));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; }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .row .container { background-color: transparent; background-image: none; }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .row .container > .video-iframe-container { display: none; }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .row > .video-iframe-container { display: none; }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .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); }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .row .container { border-width: 0; border-radius: 0; }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#oX91zmXKC4y4RmuAaMe2B5iK3QJ4JPEH { color:rgba(var(--color-tertiary-0),1);display:block;width:44.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:3.5625rem;left:15.03125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FeIL8MMBZJ3EpiAUZNQIrHZJXCNmVb1a { color:rgba(var(--color-tertiary-0),0.86);display:block;width:67.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:9.0517578125rem;left:3.8125rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),1));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; }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .row .container { background-color: transparent; background-image: none; }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .row .container > .video-iframe-container { display: none; }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .row > .video-iframe-container { display: none; }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .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); }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .row .container { border-width: 0; border-radius: 0; }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#TmaVv4FxtqoOTCUdLE2Cyeer8ykeK4t7 { position:absolute;display:block;z-index:15000;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.625rem;width:14.375rem;top:2.3125rem;left:7.8125rem;display:block; }
#wgtgWEBEw27TWD33vO1XZSAZb1Gu8RfE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b6266752-3804-42b7-89b4-bd7ed6b277e6/t1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.625rem;width:14.375rem;top:2.3125rem;left:7.8125rem;display:block; }#wgtgWEBEw27TWD33vO1XZSAZb1Gu8RfE.adaptive-delivery-prevent-bg, #wgtgWEBEw27TWD33vO1XZSAZb1Gu8RfE.lazyload, #wgtgWEBEw27TWD33vO1XZSAZb1Gu8RfE.lazyloading { background-image: none; }
#Tmo165pyxW2LdTUbtRfs1WGpTvf7vyU4 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.1875rem;left:8.875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lG41wvIpSpBQE20bulheMci8oJKwzeh0 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:15.0625rem;left:8.875rem;height:5.59765625rem;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; }
#wCq1pLlvMHgQfOLoD8iy5bxMLtcMRvGp { position:absolute;display:block;z-index:15000;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.625rem;width:14.375rem;top:2.3125rem;left:22.8125rem;display:block; }
#ZVLqFh4hQGLMNKylDcgx139TDpwxE3oE { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.1875rem;left:23.875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fKoFF2LyFMyzKkWqkUPVd2C0l3xfrPA4 { color:rgba(var(--color-tertiary-1),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:23.875rem;height:5.19921875rem;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; }
#J5lgMwZ5SV9xtLR1PNUt5PxIcKg4yfsi { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a1ceb8f-83e5-4fbe-a20a-4c2a7fc53d3f/t2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.625rem;width:14.375rem;top:2.3125rem;left:22.8125rem;display:block; }#J5lgMwZ5SV9xtLR1PNUt5PxIcKg4yfsi.adaptive-delivery-prevent-bg, #J5lgMwZ5SV9xtLR1PNUt5PxIcKg4yfsi.lazyload, #J5lgMwZ5SV9xtLR1PNUt5PxIcKg4yfsi.lazyloading { background-image: none; }
#PFB6n65eonqLsiVaAbKf6Oo0k3pNul67 { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.625rem;width:14.375rem;top:2.3125rem;left:52.8125rem;display:block; }
#mr37PEBFiHXdNV9AGOg14P9IxTqhZuun { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/abd477dd-2d58-4f54-ae21-034d85167e0e/t3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.625rem;width:14.375rem;top:2.3125rem;left:52.8125rem;display:block; }#mr37PEBFiHXdNV9AGOg14P9IxTqhZuun.adaptive-delivery-prevent-bg, #mr37PEBFiHXdNV9AGOg14P9IxTqhZuun.lazyload, #mr37PEBFiHXdNV9AGOg14P9IxTqhZuun.lazyloading { background-image: none; }
#vXzeU7sVD3wracg03opIcoUzGB1JHK9B { color:rgba(var(--color-tertiary-3),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:11.25rem;left:53.875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tC4dBV0AHRBIiF63z9EuFW6b9FmnkT4k { color:rgba(var(--color-tertiary-1),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.0625rem;left:53.875rem;height:5.19921875rem;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; }
#GG3EoIfWZutKl7XrU38KqIfw5zE0IROn { position:absolute;display:block;z-index:15008;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.625rem;width:14.375rem;top:2.3125rem;left:37.8125rem;display:block; }
#wiUL41QNEBpkT4gt6TD3pCavrEDy4NR6 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9fad5404-bde2-4c2b-af49-7bcc97a36234/t6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.625rem;width:14.375rem;top:2.3125rem;left:37.8125rem;display:block; }#wiUL41QNEBpkT4gt6TD3pCavrEDy4NR6.adaptive-delivery-prevent-bg, #wiUL41QNEBpkT4gt6TD3pCavrEDy4NR6.lazyload, #wiUL41QNEBpkT4gt6TD3pCavrEDy4NR6.lazyloading { background-image: none; }
#dQWAaURppBAewuAOxirTTFhRLpdeM3TG { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.0625rem;left:38.875rem;height:5.19921875rem;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; }
#wq4hnkte5Fkoa8fwmW2XGZ59huiZDSqQ { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:11.1875rem;left:38.875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0627b55a-7860-4bbe-90c4-b8195859ae60/t4.webp");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; }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT.adaptive-delivery-prevent-bg, #JzqaMQ2a96e21kqwLWruCtGMB7lZAILT.lazyload, #JzqaMQ2a96e21kqwLWruCtGMB7lZAILT.lazyloading { background-image: none; }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .row .container { background-color: transparent; background-image: none; }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .row .container > .video-iframe-container { display: none; }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .row > .video-iframe-container { display: none; }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .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); }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .row .container { border-width: 0; border-radius: 0; }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT::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; }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#vpBCIwkgsU3XtcNI34cRgDqE9Raf1erv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pNvP9eyBWoqsciBxx3Nm94QDxLtAiaoA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:9.4375rem;left:0rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f6CDGxku6ikeqD4QZXFWTALnSd1z4w0y { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:9.4375rem;left:25rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WXzccONDyh1eKxcs1aL4Pv1BagmZAsUa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.5rem;left:25rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#agltMPe8feF1AwTWFh5KBaSy4DSkaKmt { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:9.4375rem;left:50rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ClFlKG5BNLhesOXMzuxb4TdSA5sHCRmn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:4.5rem;left:50rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZnXDG063TZriFBF5BImTSBSzdAU87O8F { position:relative;display:none; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F { border-width: 0; border-radius: 0; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .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; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .row .container { background-color: transparent; background-image: none; }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .row .container > .video-iframe-container { display: none; }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .row > .video-iframe-container { display: none; }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .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); }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .row .container { border-width: 0; border-radius: 0; }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#O8NryRP7cqJfUZRHc4EcfrZqfQtLgQRu { color:#232323;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:6.25rem;left:38.3125rem;height:18.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#O8NryRP7cqJfUZRHc4EcfrZqfQtLgQRu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O8NryRP7cqJfUZRHc4EcfrZqfQtLgQRu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3523a61bece973b2aec72097ab061e8881f720c0.svg); }
#x5sdxbdqBT2oNtUmMXS19Esb13xCfKuJ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:26.75rem;top:21.625000953674rem;left:0rem;display:none; }
#JPaO52dhAiP7GHPTg5wDEWAWatenf1oG { position:absolute;display:block;z-index:15000;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: none;height:12.5rem;width:12.5rem;display:none; }
#RIQXcv3iVDDQKvlcPHGlvLWMdP7zO73W { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.85416625rem;height:3.22916625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27rem;left:38.3125rem;display:block; }
#W13pFWza6c6qAvnH4bsa72zbbtauMznA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q952XCoCA0SDTrWJhTQnTNpV9xOHTlyM { color:#232323;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:2.4;letter-spacing:0;top:27.625rem;left:54.0625rem;height:1.94921875rem;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; }
#dEWktGyp8xHh98BLyHM7ui2k0lgVw0ep { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:28.3125rem;left:52.75rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,236,57,0.5) ;display:block; }
#saXJ6DOMLaBMTiVqwZ7yT6PVN5TVEt9F { box-sizing:content-box;height:28.125rem;width:34.625rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12afc971-9f05-4937-b9dd-53ca42d4b6e9/ww.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.15625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#saXJ6DOMLaBMTiVqwZ7yT6PVN5TVEt9F.adaptive-delivery-prevent-bg, #saXJ6DOMLaBMTiVqwZ7yT6PVN5TVEt9F.lazyload, #saXJ6DOMLaBMTiVqwZ7yT6PVN5TVEt9F.lazyloading { background-image: none; }
#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P { border-top:3.75rem solid #f1f1f1;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P.adaptive-delivery-prevent-bg, #ueK8TT4vFLDLMcr7F576O7zErKgIVq0P.lazyload, #ueK8TT4vFLDLMcr7F576O7zErKgIVq0P.lazyloading { background-image: none; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row .container { background-color: transparent; background-image: none; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row .container > .video-iframe-container { display: none; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row > .video-iframe-container { display: none; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .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); }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row .container { border-width: 0; border-radius: 0; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#ngzHNtRiAWbfWVdBvlDb0EhHQHNNs35T { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:34.25rem;width:34.25rem;top:-3.5rem;left:36.500000953674rem;overflow:hidden;display:block; }
#zUOW0sE8fclyv63bCSlO2vXPpQ7iT78I { color:#4d4d4d;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:10.449999809265rem;left:0rem;height:4.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#zUOW0sE8fclyv63bCSlO2vXPpQ7iT78I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zUOW0sE8fclyv63bCSlO2vXPpQ7iT78I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_233c783280f744dfc561ccdad0d3ad05003264e8.svg); }
#MTBFfxFm5hM7MhJWLmRupseWJSi6amDB { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:26.75rem;top:21.625000953674rem;left:0rem;display:none; }
#TT4kuq4W0Lxc8cGoX3IHi0q1nX35pbrF { position:absolute;display:block;z-index:15000;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: none;height:12.5rem;width:12.5rem;display:none; }
#GiKw7HnWO7RUiqynNeqpFvXrR51ibLmO { box-sizing:content-box;height:19.3125rem;width:50.125rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.614583015442rem;left:29.312500953674rem;display:block; }
#Aq17XOH6JnFEe6l7rfNJDESVCdCfwSDs { color:#3c2d30;display:block;width:42.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:3.4375rem;left:0rem;height:5.3125rem;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; }
#KVJrovB6tifQ1TaTr4FvEDDVrDWkWwi7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.5625rem rgba(var(--color-primary-1),0.4) ;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:"open sans condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:19.0625rem;height:4rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.249999046326rem;left:0rem;display:block; }
#g08fpheEC8FDTkuVB5t3oKH4uJ5NXiCB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EvHZS6yU9dDIoiMxzMqoBebxqiXT3Q0D { color:#4d4d4d;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:10.44921875rem;left:21.5625rem;height:4.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#EvHZS6yU9dDIoiMxzMqoBebxqiXT3Q0D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EvHZS6yU9dDIoiMxzMqoBebxqiXT3Q0D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_233c783280f744dfc561ccdad0d3ad05003264e8.svg); }
#S6S2sC3ba1BcEuqPdfMbFn7pDmT4VM7d { color:#4d4d4d;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:18.187499046326rem;left:0rem;height:4.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#S6S2sC3ba1BcEuqPdfMbFn7pDmT4VM7d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S6S2sC3ba1BcEuqPdfMbFn7pDmT4VM7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_233c783280f744dfc561ccdad0d3ad05003264e8.svg); }
#dxZTLfQEAcGzeB7h8VA7BBIA5HEHMAls { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:14994;background-color:#bababa;background-image:none;top:16.604167938233rem;left:0rem;display:block; }
#sp41M3qVwPfMPdkyn4PbIJQkBBghCF7X { position:absolute;display:block;z-index:15000;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: none;height:12.5rem;width:12.5rem;display:none; }
#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl { 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-0),1), #e8e8e8);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e8e8e8);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e8e8e8);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e8e8e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e8e8e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e8e8e8' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e8e8e8);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; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { background-color: transparent; background-image: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container > .video-iframe-container { display: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row > .video-iframe-container { display: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .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); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { border-width: 0; border-radius: 0; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#gDxFNawDocVx4287MgazSHHWAu4Xv1mB { position:absolute;display:block;z-index:14990;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:21.0625rem;width:26.875rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#UXHnpQW8HnnZ8KClwgiFnATkUVN3GvAG { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8rem;left:30.9375rem;height:3.23046875rem;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; }
#eJBOsHKKrggHrxRn6qSBUeQ4b6PynM7m { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(35,35,35,0.5);border-left:0.0625rem solid rgba(35,35,35,0.5);border-right:0.0625rem solid rgba(35,35,35,0.5);border-bottom:0.0625rem solid rgba(35,35,35,0.5);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#003fa0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.6875rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.625rem;left:30.9375rem;display:block; }
#FixX9XDhJUy1Gz8tsUofXIdHikfVG8hv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2ZL1ywQZASgayIR7t5r59uxSGIFnT2b { color:#232323;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.3125rem;left:30.9375rem;height:5.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n9ts4NA7TgBZM3JEWdR63X78FTerNOSS { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:26.75rem;top:21.625000953674rem;left:0rem;display:none; }
#Z6u9JQvQktWk8dhdNxWOuAh3ox1zHgMF { position:absolute;display:block;z-index:14989;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:21.0625rem;width:26.875rem;top:5.770833375rem;left:0.97134032441194rem;overflow:hidden;display:block; }
#na5gWmHB4MAuEy42qfZq9CewD9GFxA2z { box-sizing:content-box;height:3.875rem;width:8.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6277929b-da45-48ec-9223-e0529031c5a8/5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.25rem;left:30.937500953674rem;display:block; }#na5gWmHB4MAuEy42qfZq9CewD9GFxA2z.adaptive-delivery-prevent-bg, #na5gWmHB4MAuEy42qfZq9CewD9GFxA2z.lazyload, #na5gWmHB4MAuEy42qfZq9CewD9GFxA2z.lazyloading { background-image: none; }
#dPgHQLHBLTLbcWoitte8DsCAxtrhsw23 { box-sizing:content-box;height:4.75rem;width:7.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/afb5bdcd-41f2-4046-9235-683fff6c6682/4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.9375rem;left:50.812500953674rem;display:block; }#dPgHQLHBLTLbcWoitte8DsCAxtrhsw23.adaptive-delivery-prevent-bg, #dPgHQLHBLTLbcWoitte8DsCAxtrhsw23.lazyload, #dPgHQLHBLTLbcWoitte8DsCAxtrhsw23.lazyloading { background-image: none; }
#bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl { box-sizing:content-box;height:4.6875rem;width:5.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/84286042-e1f4-4185-91db-4342032a859f/1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.84375rem;left:63.124997138975rem;display:block; }#bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl.adaptive-delivery-prevent-bg, #bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl.lazyload, #bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl.lazyloading { background-image: none; }
#iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s { box-sizing:content-box;height:4.625rem;width:6rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1fef9b74-ecf7-4236-ac7c-75226f759ca7/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.552082061767rem;left:56.687497138977rem;display:block; }#iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s.adaptive-delivery-prevent-bg, #iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s.lazyload, #iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s.lazyloading { background-image: none; }
#fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1 { box-sizing:content-box;height:5.0625rem;width:5.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d996e589-cd7c-4ed7-9781-3381acd40fef/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.65625rem;left:46.177083015442rem;display:block; }#fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1.adaptive-delivery-prevent-bg, #fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1.lazyload, #fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1.lazyloading { background-image: none; }
#WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr { box-sizing:content-box;height:4.25rem;width:7.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/64bbd741-e75d-447e-8efe-4134dcdffee8/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.0625rem;left:39.187500953674rem;display:block; }#WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr.adaptive-delivery-prevent-bg, #WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr.lazyload, #WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr.lazyloading { background-image: none; }
#dzk8Sms8cvb6apxSDrhMidhHDJPAJWDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dzk8Sms8cvb6apxSDrhMidhHDJPAJWDO > .row .container { border-width: 0; border-radius: 0; }#dzk8Sms8cvb6apxSDrhMidhHDJPAJWDO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzk8Sms8cvb6apxSDrhMidhHDJPAJWDO > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:none; }#sd73RFx0WVZGiPkPMMKAKX1HDIoufSQB { color:#515151;display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:4.0687484741211rem;left:12.750000953674rem;height:4.79871875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tf5IKRbRCZ5o1h0DB9V6yTNdy2hORmuK { box-sizing:content-box;height:5.375rem;width:5.875rem;position:absolute;display:block;z-index:14988;background-color:transparent;background-image:none;top:3.6875rem;left:2.3125rem;box-shadow: 0.0625rem 0.0625rem 4.375rem #ffcc00 ;border-top-right-radius:43.75rem;border-bottom-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-top-left-radius:43.75rem;display:block; }
#nmsZa7yyBAzS28vJ8cdxeKvGPKbxTweZ { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:10.5rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi { 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; }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .row .container { background-color: transparent; background-image: none; }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .row .container > .video-iframe-container { display: none; }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .row > .video-iframe-container { display: none; }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .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); }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .row .container { border-width: 0; border-radius: 0; }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#SUzSB50U44mEG7tkQBlNxznVKiIR1wMu { color:rgba(var(--color-tertiary-3),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:8.375rem;left:0rem;height:3.44921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SSFwTgcPhPZ8sPsT8AgwCaB36y82lIdA { color:rgba(var(--color-tertiary-3),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:13.75rem;left:0rem;height:5.69824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#urTb7WXG7Rx8sDQviiSv19AXBTiwzQno { 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:24rem;width:42.1875rem;top:33.891668657349rem;left:-5.6719476650386rem;overflow:hidden;display:none; }
#NESLuuS1NcBkHZrbTOzyAPSCGgMip2CT { box-sizing:content-box;height:23.4375rem;width:36.25rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0ecac9d2-0bc2-4648-b70c-61de272bf79e/caminhaomunck.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.8812503814697rem;left:38.750000953674rem;display:block; }#NESLuuS1NcBkHZrbTOzyAPSCGgMip2CT.adaptive-delivery-prevent-bg, #NESLuuS1NcBkHZrbTOzyAPSCGgMip2CT.lazyload, #NESLuuS1NcBkHZrbTOzyAPSCGgMip2CT.lazyloading { background-image: none; }
#Krv5u6UbtOQpFTow5K72vOHZIOE9UCIr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.85416625rem;height:3.22916625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.9375rem;left:0rem;display:block; }
#quWp7mqNTr0d0fDTPRwHXsdcF3w6MTNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxcV1DZQXL2IbM0hAwHRGgVUrOAHBq8J { color:#232323;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:2.4;letter-spacing:0;top:22.5625rem;left:15.75rem;height:1.94921875rem;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; }
#sGaxD9h7SKmpE6NLzJqKuPU7mROFVouD { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:23.25rem;left:14.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.5) ;display:block; }
#ZGnqTlgO1I5Xak0VLEeB9SBgEU2meGed { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(35,35,35,0.5);border-left:0.0625rem solid rgba(35,35,35,0.5);border-right:0.0625rem solid rgba(35,35,35,0.5);border-bottom:0.0625rem solid rgba(35,35,35,0.5);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#003fa0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:15.083333375rem;height:1.833333375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.375rem;left:0rem;display:block; }
#F9akgG6sV4Hwqhioodkh0kArWilOyGFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7ae60ff-100b-4d0f-9337-165fa8afea1e/R1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE.adaptive-delivery-prevent-bg, #kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE.lazyload, #kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE.lazyloading { background-image: none; }#kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE > .row .container { border-width: 0; border-radius: 0; }#kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE::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; }#kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:none; }#akXxMQgs8c5FvZwlk5KU10mcoKPP093v { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.9375rem;left:25.9375rem;height:3.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GXEI9GLJeOTukPeqipNpalvdnfp8eiFk { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.25rem;left:36.3125rem;height:6.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RKX0rHJvyrnJEXXNQo7dAmpsqnFl8tko { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.520833375rem;height:2.270833375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.625rem;left:56.4375rem;display:block; }
#oGRacs4ToS8lzv6dOxVax72iI1Jr1g1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eNRpyPhc650GhxX1ZZHOdo4E6xk5aiS1 { position:absolute;display:block;z-index:15010;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:21.875rem;width:27.875rem;top:3.59375rem;left:-2.9375rem;overflow:hidden;display:block; }
#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7ae60ff-100b-4d0f-9337-165fa8afea1e/R1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ.adaptive-delivery-prevent-bg, #MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ.lazyload, #MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ.lazyloading { background-image: none; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row .container { background-color: transparent; background-image: none; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.9); }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row .container > .video-iframe-container { display: none; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.9); }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row > .video-iframe-container { display: none; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .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); }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row .container { border-width: 0; border-radius: 0; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ::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; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#pitzlIW4UaFlJkiGDh7O8ErOCeELJTfU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:2;letter-spacing:0;top:10.8125rem;left:24.125000953674rem;height:10.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#pitzlIW4UaFlJkiGDh7O8ErOCeELJTfU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pitzlIW4UaFlJkiGDh7O8ErOCeELJTfU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
#pNg1tTA0VkT5RTomHOTVyXtMp0ihfKhf { color:rgba(var(--color-tertiary-0),1);display:block;width:44.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.6875rem;left:24.125000953674rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zG5aLaQDX9mBwXnXNL3kGklK9TZZiSd3 { position:absolute;display:block;z-index:15010;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:17rem;width:21.75rem;top:5.75rem;left:0rem;overflow:hidden;display:block; }
#oprwROTDmrgDrQQaen1iXEI38IzdIpMt { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:11.0625rem;left:59.874997138977rem;height:11.03025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#oprwROTDmrgDrQQaen1iXEI38IzdIpMt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oprwROTDmrgDrQQaen1iXEI38IzdIpMt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
#VtOwuJEVUycVqWKHmcmi6SadeRaDpi0u { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:2;letter-spacing:0;top:11.0625rem;left:35.187500953674rem;height:10.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VtOwuJEVUycVqWKHmcmi6SadeRaDpi0u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VtOwuJEVUycVqWKHmcmi6SadeRaDpi0u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
#lb50yhlEdBNUyPKyz4PL1aLbEn9E4Twy { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:11.0625rem;left:47.187500953674rem;height:10.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#lb50yhlEdBNUyPKyz4PL1aLbEn9E4Twy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lb50yhlEdBNUyPKyz4PL1aLbEn9E4Twy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
#zDSLLvfhyMUF0uIT098UFJavQTQL3uMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:none; }#zDSLLvfhyMUF0uIT098UFJavQTQL3uMk > .row .container { border-width: 0; border-radius: 0; }#zDSLLvfhyMUF0uIT098UFJavQTQL3uMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDSLLvfhyMUF0uIT098UFJavQTQL3uMk > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:none; }#nFaJqbsGa8WyqUhM5ckXmf78ygngL4Vp { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:kanit;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:22.612520875rem;height:2.416664625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.75rem;left:2.9375rem;display:block; }
#pTOzT9EpiIwX8LtRLWztUPgT3UnmyNy0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QrNvNZAAuqH2iGfE3H2hwR8bu54SAOoS { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:kanit;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:24.308333375rem;height:2.433333375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.6875rem;left:26.375rem;display:block; }
#KTfhKrWVMZgqSrDTePpaGzR0EZGaFQ6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMRPwXgKfz4PITMXD3HLO90peoZBb1B1 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:kanit;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:19.362520875rem;height:2.416664625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:51.750000953674rem;display:block; }
#DEIRhwckLeQZpaZabp8Vd46couekqaZt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv { position:relative;display:block; }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv { background-color: transparent; background-image: none; }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv > .row .container > .video-iframe-container { display: none; }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv > .row > .video-iframe-container { display: none; }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv > .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); }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv { border-width: 0; border-radius: 0; }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv > .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; }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv > .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:36rem;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; }#VPND6d5gREZ1XtiK1ETtk52D1U9XKwLw { color:#232323;display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.4375rem;left:24.625rem;height:6.00043125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KSflhqRZJN7LcQFEMCbz53LdsonXpTQC { color:#4a4a4a;display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:2.1;letter-spacing:0;top:16.6875rem;left:24.625rem;height:4.7734375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KSflhqRZJN7LcQFEMCbz53LdsonXpTQC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KSflhqRZJN7LcQFEMCbz53LdsonXpTQC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21fe467e082acee77cdefede266605a6b9f1703d.svg); }
#uxu3flvGJKcUGWhm7pNr1S7IbVHhXuUx { color:#67b71d;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.125rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CcssSxhTkHNHDfImB7DO7Tet82Cb2uy0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8541875rem;height:3.22916875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.6875rem;left:24.625rem;display:block; }
#FGmi1Pf9PSfATirHekQiL5KedXZVB1WA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erQuZZBcaQGTyOCoyfM7P0I0AQKQlxkC { color:#4a4a4a;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:2.1;letter-spacing:0;top:16.6875rem;left:49.6875rem;height:4.7734375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#erQuZZBcaQGTyOCoyfM7P0I0AQKQlxkC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#erQuZZBcaQGTyOCoyfM7P0I0AQKQlxkC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21fe467e082acee77cdefede266605a6b9f1703d.svg); }
#R79f4ZSrVv0C1psbnZMVT4qwprhDu69i { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:15.72916625rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.6875rem;left:38.875rem;display:block; }
#pZsLHpEuvQCd8NBukxk5lyhDsiiqac6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZM5DbJfSERvkq6pOc6qUsLNBqRLLC6TV { position:absolute;display:block;z-index:15012;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:34.375rem;width:43.1875rem;top:3.4375rem;left:-20.50390625rem;overflow:hidden;display:block; }
#Ruzf4kZT2LrKIpgsU9XTgEOPXzobJyZq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:37.8125rem;top:3.4375rem;left:-17.129238584765rem;overflow:hidden;display:none; }
#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row .container { background-color: transparent; background-image: none; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row .container > .video-iframe-container { display: none; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row > .video-iframe-container { display: none; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .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); }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row .container { border-width: 0; border-radius: 0; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#TDpmM87aq93lS0kR1yAoAIcvTrNTzISt { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:17.731250762939rem;left:27.937500953674rem;height:8.722625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TDpmM87aq93lS0kR1yAoAIcvTrNTzISt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TDpmM87aq93lS0kR1yAoAIcvTrNTzISt li:before{  }
#aEeHhPacKwNSrVaqf8Vaxmbzi8s36aO1 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:13.125rem;left:27.9375rem;height:2.8501125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aqSgvVn5Qo74Kmi8zO8ih1kxgTlD7HSy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#003c96;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.875rem;left:27.9375rem;display:block; }
#rKVisr2c6zUuHS5NIgPfftrSfMlhCcwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2Sayixmc94K8xMSNAbRsJSnUeZsNekw { position:absolute;display:block;z-index:15000;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: none;height:12.5rem;width:12.5rem;display:none; }
#QAAirsIOKfvi2OTQq0VOrVX0Af5livxl { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:16.3125rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.5rem;left:27.9375rem;display:block; }
#r30wJB9w8I0JB46TbCOaTwkcQATdasEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHqH9UUn09cT8vhN5Er0MgzMbTZGcEC3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:2.4;letter-spacing:0;top:30.625rem;left:46.5rem;height:1.94921875rem;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; }
#WxgqE3EpTJckUNHCXzizktEzTeV6M3l7 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;top:31.3125rem;left:45rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-0),0.5) ;display:block; }
#IIyuR4ThKDURDQke77qn5EtWMOvoyFoT { box-sizing:content-box;height:33.625rem;width:66.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:4.375rem;left:3rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bKzt76OSrLrqmF0lBMO6KC4J1FXmEvQy { box-sizing:content-box;height:35.8125rem;width:26.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/30bc160b-ad06-4f20-8c18-890ceed146a9/atend.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.1145830154419rem;left:0rem;display:block; }#bKzt76OSrLrqmF0lBMO6KC4J1FXmEvQy.adaptive-delivery-prevent-bg, #bKzt76OSrLrqmF0lBMO6KC4J1FXmEvQy.lazyload, #bKzt76OSrLrqmF0lBMO6KC4J1FXmEvQy.lazyloading { background-image: none; }
#uKnwtc01uGA0KUbDKQBM3z1UmMLUlfIW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12rem;height:1.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.5rem;left:45.000000953674rem;display:block; }
#ToeiFvhAN746zXploTdq0RhDSHnpxuDS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b1royklE5DAZdcUGa3f011vedKTAeQpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .row .container { background-color: transparent; background-image: none; }#b1royklE5DAZdcUGa3f011vedKTAeQpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .row .container > .video-iframe-container { display: none; }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .row > .video-iframe-container { display: none; }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .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); }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .row .container { border-width: 0; border-radius: 0; }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#VXMnoSKCKoBTUk5NtOtWTMPOZHxym6lV { color:rgba(var(--color-tertiary-2),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.8125rem;left:15.156250953674rem;height:2.8501125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZnnhSrkoEQmsCLDKTSFuNa9qNO39E9y9 { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.125rem;left:2rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H09DiTMBDfxhheBfMAZU0CNABpfSgvHw { color:rgba(var(--color-tertiary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:10.14453125rem;left:2.03125rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NcNNVzfTfGluBxlRZo3URugtC2x6eTs2 { box-sizing:content-box;height:14.8125rem;width:24.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.21875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#tN5aKOTTJdoRKTMI7lWMail0l8drJ4Fv { box-sizing:content-box;height:14.8125rem;width:24.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.25rem;left:25.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RvxAze3CGW7TkTxLOoZlVIbnWKIVVPHn { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.125rem;left:27.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JNlRE6U780RIAp3MSIfVmVSFZpH6okoA { color:rgba(var(--color-tertiary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:9.443359375rem;left:27.5rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lx31BSAwNSapXPz4Hg29Dl0hA287mGvK { box-sizing:content-box;height:14.8125rem;width:24.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.25rem;left:50.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#maRbbhecU9a2mNUyntrNOOnL4vrQJhKf { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.125rem;left:52.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vr15TZ3PDTmW0RtWeQ6l8Q3BeSblme8q { color:rgba(var(--color-tertiary-2),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:9.443359375rem;left:52.9375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container { background-color: transparent; background-image: none; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container > .video-iframe-container { display: none; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row > .video-iframe-container { display: none; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .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); }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container { border-width: 0; border-radius: 0; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#x5lvEdlT9UoOMtAQWpWKS9Il5KDqUENn { color:rgba(var(--color-tertiary-2),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.9375rem;left:15.156250953674rem;height:2.8501125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NRui5ycMeKsBC4V2eenhi0pPeDf4b7VQ { box-sizing:content-box;height:8.8125rem;width:16.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4098a11a-c3c6-479b-bd5f-a5737df1a005/obra.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:1.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#NRui5ycMeKsBC4V2eenhi0pPeDf4b7VQ.adaptive-delivery-prevent-bg, #NRui5ycMeKsBC4V2eenhi0pPeDf4b7VQ.lazyload, #NRui5ycMeKsBC4V2eenhi0pPeDf4b7VQ.lazyloading { background-image: none; }
#pk48VPKOuS5oicAWG8KNdQ3DhaUeVXwP { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:19.875rem;left:1.625rem;height:6.6484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f2OS1DkzGvfXzIqaa559sN67telZBibS { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5rem;left:12.500000953674rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0pn2XDVAQE5SPb1i0t4JNEJy69yEJE2 { box-sizing:content-box;height:8.8125rem;width:16.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/78580a86-d482-4715-927b-f70b4d25b999/p2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:20.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#P0pn2XDVAQE5SPb1i0t4JNEJy69yEJE2.adaptive-delivery-prevent-bg, #P0pn2XDVAQE5SPb1i0t4JNEJy69yEJE2.lazyload, #P0pn2XDVAQE5SPb1i0t4JNEJy69yEJE2.lazyloading { background-image: none; }
#MznrWkGk62XUZqqoG6fLWigp89sDakuJ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:19.875rem;left:20.187500953674rem;height:6.6484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JQm4SNubenNHo5FBAR3GlhMel2WF0paK { box-sizing:content-box;height:8.8125rem;width:16.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a9a03843-5e8a-4841-af5c-1b9d0ac8ad10/p3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:38.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#JQm4SNubenNHo5FBAR3GlhMel2WF0paK.adaptive-delivery-prevent-bg, #JQm4SNubenNHo5FBAR3GlhMel2WF0paK.lazyload, #JQm4SNubenNHo5FBAR3GlhMel2WF0paK.lazyloading { background-image: none; }
#yOuuBLvKbKQBO42p73dLFniA9QKXlTeR { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:19.875rem;left:38.750000953674rem;height:6.6484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#flM54FZ4xkDrLtyRT9aVGUTQWTbVhSsu { box-sizing:content-box;height:8.8125rem;width:16.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ad197d8a-3ab2-44db-8398-78591240994d/p4.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:57.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#flM54FZ4xkDrLtyRT9aVGUTQWTbVhSsu.adaptive-delivery-prevent-bg, #flM54FZ4xkDrLtyRT9aVGUTQWTbVhSsu.lazyload, #flM54FZ4xkDrLtyRT9aVGUTQWTbVhSsu.lazyloading { background-image: none; }
#po9kx5Pc3r0SW9L9GQPt9DlaOLWo6i3k { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:19.875rem;left:57.3125rem;height:6.6484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gphX8aPg94ALhWShpsbSIT8FdFD7eWPX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:29.8125rem;left:6.3750009536744rem;overflow:hidden;display:block; }
#QWJT2OSOO1lJv81RDmc7zVhI7JVFo14e { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:29.875rem;left:11.125000953674rem;overflow:hidden;display:block; }
#WlFhPL2dBDWEJ8zbryH1ki5E4uBQOSP7 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.1875rem;left:20.437500953674rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW { position:relative;display:block; }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW { background-color: transparent; background-image: none; }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW > .row .container > .video-iframe-container { display: none; }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW > .row > .video-iframe-container { display: none; }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW > .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); }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW { border-width: 0; border-radius: 0; }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW > .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; }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW > .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:7.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eyncTwVurJBToT7EaUUwhx6mau5WUoBT { color:#787878;display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.9218759536743rem;left:8.0312509536744rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zrXSDRJgLiaOy92VuuZXsek1f3Ft4BUH { 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:64.4375rem;width:31.25rem;display:none; }
#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.55);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; }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .row .container { background-color: transparent; background-image: none; }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .row .container > .video-iframe-container { display: none; }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .row > .video-iframe-container { display: none; }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .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); }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .row .container { border-width: 0; border-radius: 0; }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#mO2GmvL3Mz3hTncLp52CfLblKrmIcFHM { 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:11rem;width:35.6875rem;display:none; }
#HZPe45t5Wsm19nLUH4N5FZLAtdRtp3xF { box-sizing:content-box;height:29.125rem;width:63rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/00794f35-b3f8-4514-bd79-a0511644a3d0/todosdep.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:6.0000009536743rem;display:block; }#HZPe45t5Wsm19nLUH4N5FZLAtdRtp3xF.adaptive-delivery-prevent-bg, #HZPe45t5Wsm19nLUH4N5FZLAtdRtp3xF.lazyload, #HZPe45t5Wsm19nLUH4N5FZLAtdRtp3xF.lazyloading { background-image: none; }
#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eeb9654c-f9f9-40df-b076-031c44ecb5d3/obra.webp");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; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT.adaptive-delivery-prevent-bg, #tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT.lazyload, #tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT.lazyloading { background-image: none; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container { background-color: transparent; background-image: none; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,42,120,0.9); }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container > .video-iframe-container { display: none; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,42,120,0.9); }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row > .video-iframe-container { display: none; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .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); }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container { border-width: 0; border-radius: 0; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT::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; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#JC0XtTLByxiZppuC9L9b47DwbSMtuqmr { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.375rem;top:11.75rem;left:27.875rem;overflow:hidden;display:block; }
#OOWHfiUrJsg5w4rXvLV0xgZvGqGuZsWO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:17.5625rem;left:22.1875rem;height:5.1rem;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; }
#WBVNIthEXDzW02INeuUwGwV7TH1u9U1T { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0038ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.9375rem;left:22.1875rem;display:block; }
#VdQ9mXnt4viZVtZOIl59ISKawUPTkryU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O4hM8n5i1PbD9FHMpNDHcccTBKh8ACq5 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.75rem;left:42.3125rem;height:3.1485125rem;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; }
#S7C5Di1socpbDk72RuCyIxX0EFT4zEdG { color:rgba(var(--color-tertiary-0),0.77);display:block;width:11.625rem;position:absolute;font-family:"open sans condensed";font-size:2.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:12rem;left:42.9375rem;height:3.32421875rem;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; }
#o4orLWnWxokmpg8AOXxMKp820dcGgoV0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.0625rem;left:28.8125rem;display:none; }
#r15sSIn8h7DFAkW5VzyTs88c7eMvXlJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lyXQw4TWG8fhyGO5wez5HCLOUtsSutnT { position:absolute;display:block;z-index:14993;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:30.125rem;width:38.375rem;top:5.4375rem;left:19.1875rem;overflow:hidden;display:block; }
#bBKAvsbcClGOXnshuTUXK1PIRHHxn60A { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:11.75rem;left:41.6875rem;display:block; }
#TFkD5UGLccex3PdeaTKoGdpU2sDL9hM9 { position:absolute;display:block;z-index:14994;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:40.625rem;width:75rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .row .container { background-color: transparent; background-image: none; }#uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .row .container > .video-iframe-container { display: none; }#uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .row > .video-iframe-container { display: none; }#uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .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); }#uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .row .container { border-width: 0; border-radius: 0; }#uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi { background-color: transparent; background-image: none; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row .container > .video-iframe-container { display: none; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row > .video-iframe-container { display: none; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .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); }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi { border-width: 0; border-radius: 0; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .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; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H9AZwuTN992TZBk7K4sbK2ua6nGKo9wo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#laSA7ScUrUat80PK5aQQ1xz4tlaXWH2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mt3POPLROuyzLoaTKkfJIgUiDVJ6J8RV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#Qz4sSEqc0ECrXvEQTJDW9nKiRpNvfs3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c7TTX2FAQ47Lr9ncNOqUihTByQmtIcSD { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #0054d0);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #0054d0);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #0054d0);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #0054d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#0054d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#0054d0' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #0054d0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0rem;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:"open sans condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.416645875rem;height:2.166664625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.97918701171875rem;left:58.249997138977rem;display:block; }
#BwBQuB1UQMvrCNMyiLQxqx91vBCSKXHL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX { display:none; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UtUTTCPfVEO41b4IitTMGVL14EtbWwNM { width:14.25rem;height:4.0625rem;top:6.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iccC72ILEs4IqXGH1clyUxlwMRP9LqD0 { width:14.25rem;height:4.0625rem;top:5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1Avk9b1xSBuHCl7ku1GMK7gDZkOM6Ek { width:47.75rem;height:8.625rem;top:14.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpisTlS3eLauIhoRDDK8klpHXFBF7Iga { width:21.4375rem;height:4.625rem;top:27.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN5RJT5ZJ9R4w4JTb2qkXpwGl9TEy592 { display:block; }
 }@media only screen and (max-width: 763px) { #UpI73LJltTrMzBsNQguAayz7oRQ03JPG { width:47.75rem;height:10.375rem;top:13.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWgwVvWVRzvM1p1QiuTXwtL42TZDkMXy { width:6.9375rem;height:2.0625rem;top:36.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMEcbQQNdPq76BQ1wVIKWEq7p72ePaPK { display:block; }
 }@media only screen and (max-width: 763px) { #oC1tW3zSEPZJF90Au24pwZ8mZk9kkKub { width:8.3125rem;height:2.0625rem;top:36.125rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqae9iTFJTCWuqd5x4DO1yBHbf4MOri4 { display:block; }
 }@media only screen and (max-width: 763px) { #NSxGcHKdStvJ5i9LZ2c2OlaXkiBfkQlO { width:6.0625rem;height:2.0625rem;top:36.125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPI0aD2JNc5Dis6JJmtvTmPaTsL6zt5O { display:block; }
 }@media only screen and (max-width: 763px) { #qGDSC1fXe6KW7gg9kapxMAwSrMhc0AM5 { width:5.375rem;height:2.0625rem;top:36.125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64VHIPvWX78k6kPm3g9nUF73VMx4dzH { display:block; }
 }@media only screen and (max-width: 763px) { #vTeV5mR7Py9AT6x6hTfUZJeBzag6WHPK { width:8.8125rem;height:2.0625rem;top:36.125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgDUt9zQ2UgkHnd06RvwMDw9dLlPcfTU { display:block; }
 }@media only screen and (max-width: 763px) { #z6INhurwC4JxGt2tgTfrPdeCceuDwiVW { width:31rem;height:5.125rem;top:26.875rem;left:0rem;font-size:1rem;display:block; }#z6INhurwC4JxGt2tgTfrPdeCceuDwiVW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2d2f52311977ef50116293d4dfff30664e92430.svg); }
 }@media only screen and (max-width: 763px) { #TLF8ERXb96Sk0URxV4tRAg27CeNXxEKe { width:15.125rem;height:2.0625rem;top:6.9375rem;left:4.2373046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOBucEikX8G3UzuzkaZBt9XTy5POO9HC { width:0.0625rem;height:4.75rem;top:6.375rem;left:2.7431640625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKymTGz9czc1tBx6TQcy06WnkKWJJb92 { width:29.3125rem;height:1.25rem;top:36.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOHrmX23cdeG5a6BLA5zcFICbwGeM1f { width:6.75rem;height:4.9375rem;top:18rem;left:35.9580078125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8xVyqFCKpTmuhMWKzCi7Ak4K78KJiJR { width:9.5625rem;height:10.375rem;top:13.9375rem;left:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #imqofndRX7LCebTbDDLDu3p8xNDmE9rT { width:2.125rem;height:2.125rem;top:15.125rem;left:35.8955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS { display:none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn { display:block; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsSxwpAfvDfSPLFT1RvQ4CDHSak0vz8U { width:3.3125rem;height:1.65rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTisTBInXKFfMrVsZ0Iu692g9T8KiICi { width:7.25rem;height:2.45rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SipvXgrP8WbDwLG3D0q13LsTGRlfnSGi { width:2.0625rem;height:3rem;top:2.125rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcHUZaRwkR9HlPsPw6SUqlprFTEESe5V { width:11.3125rem;height:3rem;top:2.125rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaF0QeVamS7FFBcoJDfzTCPaVHB4TdWc { width:2.75rem;height:3rem;top:2.125rem;left:23.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTZCp4D1Fhh9u5P77n9a4tiz4rwFRvA7 { width:13.0625rem;height:0;top:2.125rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKwNmFXyZtxzVNdFT5aq9hyDPLiRPWbX { width:4.1875rem;height:3rem;top:2.0625rem;left:43.0615234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeQcEnvIMX1xUhpxDZqJQnkB70pLEcLB { width:13.625rem;height:0;top:2.25rem;left:34.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Ekchkg3rUWQGgZhA94LWLXBTrv451S { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv { display:block; }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oX91zmXKC4y4RmuAaMe2B5iK3QJ4JPEH { width:44.9375rem;height:4.125rem;top:3.5625rem;left:1.40625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeIL8MMBZJ3EpiAUZNQIrHZJXCNmVb1a { width:47.75rem;height:1.1875rem;top:9rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8WUxtggDl8qla75xn4knHTpcwSzo9aM { display:block; }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmaVv4FxtqoOTCUdLE2Cyeer8ykeK4t7 { width:14.375rem;height:20.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtgWEBEw27TWD33vO1XZSAZb1Gu8RfE { width:14.375rem;height:7.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmo165pyxW2LdTUbtRfs1WGpTvf7vyU4 { width:9.4375rem;height:2.75rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG41wvIpSpBQE20bulheMci8oJKwzeh0 { width:11.625rem;height:5.5625rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCq1pLlvMHgQfOLoD8iy5bxMLtcMRvGp { width:14.375rem;height:20.625rem;top:2.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVLqFh4hQGLMNKylDcgx139TDpwxE3oE { width:9.4375rem;height:2.75rem;top:11.1875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKoFF2LyFMyzKkWqkUPVd2C0l3xfrPA4 { width:10rem;height:5.1875rem;top:15.0625rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5lgMwZ5SV9xtLR1PNUt5PxIcKg4yfsi { width:14.375rem;height:7.625rem;top:2.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFB6n65eonqLsiVaAbKf6Oo0k3pNul67 { width:14.375rem;height:20.625rem;top:2.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr37PEBFiHXdNV9AGOg14P9IxTqhZuun { width:14.375rem;height:7.625rem;top:2.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXzeU7sVD3wracg03opIcoUzGB1JHK9B { width:8rem;height:2.75rem;top:11.25rem;left:39.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4dBV0AHRBIiF63z9EuFW6b9FmnkT4k { width:11.3125rem;height:5.1875rem;top:15.0625rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG3EoIfWZutKl7XrU38KqIfw5zE0IROn { width:14.375rem;height:20.625rem;top:2.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiUL41QNEBpkT4gt6TD3pCavrEDy4NR6 { width:14.375rem;height:7.625rem;top:2.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQWAaURppBAewuAOxirTTFhRLpdeM3TG { width:11.25rem;height:5.1875rem;top:15.0625rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq4hnkte5Fkoa8fwmW2XGZ59huiZDSqQ { width:8.3125rem;height:2.75rem;top:11.1875rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzqaMQ2a96e21kqwLWruCtGMB7lZAILT { display:block; }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpBCIwkgsU3XtcNI34cRgDqE9Raf1erv { width:17.0625rem;height:4.5rem;top:4.5rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNvP9eyBWoqsciBxx3Nm94QDxLtAiaoA { width:18.5rem;height:1.59375rem;top:9.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6CDGxku6ikeqD4QZXFWTALnSd1z4w0y { width:22.375rem;height:1.59375rem;top:9.4375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzccONDyh1eKxcs1aL4Pv1BagmZAsUa { width:17.0625rem;height:4.5rem;top:4.5rem;left:14.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agltMPe8feF1AwTWFh5KBaSy4DSkaKmt { width:19.4375rem;height:1.59375rem;top:9.4375rem;left:28.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClFlKG5BNLhesOXMzuxb4TdSA5sHCRmn { width:17.0625rem;height:4.5rem;top:4.5rem;left:30.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnXDG063TZriFBF5BImTSBSzdAU87O8F { display:none; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes { display:block; }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8NryRP7cqJfUZRHc4EcfrZqfQtLgQRu { width:32.125rem;height:18.9375rem;top:6.25rem;left:15.625rem;font-size:1.125rem;display:block; }#O8NryRP7cqJfUZRHc4EcfrZqfQtLgQRu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3523a61bece973b2aec72097ab061e8881f720c0.svg); }
 }@media only screen and (max-width: 763px) { #x5sdxbdqBT2oNtUmMXS19Esb13xCfKuJ { width:26.75rem;height:12.5rem;top:21.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPaO52dhAiP7GHPTg5wDEWAWatenf1oG { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIQXcv3iVDDQKvlcPHGlvLWMdP7zO73W { width:12.8125rem;height:3.1875rem;top:27rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W13pFWza6c6qAvnH4bsa72zbbtauMznA { display:block; }
 }@media only screen and (max-width: 763px) { #q952XCoCA0SDTrWJhTQnTNpV9xOHTlyM { width:10.875rem;height:1.9375rem;top:27.625rem;left:36.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEWktGyp8xHh98BLyHM7ui2k0lgVw0ep { width:0.625rem;height:0.625rem;top:28.3125rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saXJ6DOMLaBMTiVqwZ7yT6PVN5TVEt9F { width:34.625rem;height:28.125rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueK8TT4vFLDLMcr7F576O7zErKgIVq0P { display:block; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngzHNtRiAWbfWVdBvlDb0EhHQHNNs35T { width:34.25rem;height:34.25rem;top:-3.5rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUOW0sE8fclyv63bCSlO2vXPpQ7iT78I { width:19.0625rem;height:3.5rem;top:10.4375rem;left:0rem;font-size:0.9375rem;display:block; }#zUOW0sE8fclyv63bCSlO2vXPpQ7iT78I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_233c783280f744dfc561ccdad0d3ad05003264e8.svg); }
 }@media only screen and (max-width: 763px) { #MTBFfxFm5hM7MhJWLmRupseWJSi6amDB { width:26.75rem;height:12.5rem;top:21.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT4kuq4W0Lxc8cGoX3IHi0q1nX35pbrF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GiKw7HnWO7RUiqynNeqpFvXrR51ibLmO { width:47.75rem;height:19.3125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq17XOH6JnFEe6l7rfNJDESVCdCfwSDs { width:42.75rem;height:2.44375rem;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVJrovB6tifQ1TaTr4FvEDDVrDWkWwi7 { width:19.0625rem;height:4rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g08fpheEC8FDTkuVB5t3oKH4uJ5NXiCB { display:block; }
 }@media only screen and (max-width: 763px) { #EvHZS6yU9dDIoiMxzMqoBebxqiXT3Q0D { width:17.75rem;height:;top:10.4375rem;left:7.9375rem;font-size:0.9375rem;display:block; }#EvHZS6yU9dDIoiMxzMqoBebxqiXT3Q0D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_233c783280f744dfc561ccdad0d3ad05003264e8.svg); }
 }@media only screen and (max-width: 763px) { #S6S2sC3ba1BcEuqPdfMbFn7pDmT4VM7d { width:29.1875rem;height:3.2875rem;top:18.125rem;left:0rem;font-size:0.875rem;display:block; }#S6S2sC3ba1BcEuqPdfMbFn7pDmT4VM7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_233c783280f744dfc561ccdad0d3ad05003264e8.svg); }
 }@media only screen and (max-width: 763px) { #dxZTLfQEAcGzeB7h8VA7BBIA5HEHMAls { width:47.75rem;height:0.0625rem;top:16.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sp41M3qVwPfMPdkyn4PbIJQkBBghCF7X { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl { display:block; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDxFNawDocVx4287MgazSHHWAu4Xv1mB { width:26.875rem;height:21.0625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXHnpQW8HnnZ8KClwgiFnATkUVN3GvAG { width:41.3125rem;height:3.1875rem;top:8rem;left:6.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJBOsHKKrggHrxRn6qSBUeQ4b6PynM7m { width:10.5625rem;height:1.9375rem;top:4.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FixX9XDhJUy1Gz8tsUofXIdHikfVG8hv { display:block; }
 }@media only screen and (max-width: 763px) { #G2ZL1ywQZASgayIR7t5r59uxSGIFnT2b { width:36.125rem;height:5.375rem;top:13.3125rem;left:11.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ts4NA7TgBZM3JEWdR63X78FTerNOSS { width:26.75rem;height:12.5rem;top:21.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6u9JQvQktWk8dhdNxWOuAh3ox1zHgMF { width:26.875rem;height:21.0625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5gWmHB4MAuEy42qfZq9CewD9GFxA2z { width:8.25rem;height:3.875rem;top:20.25rem;left:17.312500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPgHQLHBLTLbcWoitte8DsCAxtrhsw23 { width:7.3125rem;height:4.75rem;top:19.9375rem;left:37.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl { width:5.8125rem;height:4.6875rem;top:19.8125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s { width:6rem;height:4.625rem;top:19.5rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1 { width:5.5625rem;height:5.0625rem;top:19.625rem;left:32.552083015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr { width:7.8125rem;height:4.25rem;top:20.0625rem;left:25.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzk8Sms8cvb6apxSDrhMidhHDJPAJWDO { display:none; }#dzk8Sms8cvb6apxSDrhMidhHDJPAJWDO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sd73RFx0WVZGiPkPMMKAKX1HDIoufSQB { width:47.75rem;height:6.4rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf5IKRbRCZ5o1h0DB9V6yTNdy2hORmuK { width:5.875rem;height:5.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmsZa7yyBAzS28vJ8cdxeKvGPKbxTweZ { width:10.5rem;height:8.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi { display:block; }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUzSB50U44mEG7tkQBlNxznVKiIR1wMu { width:30.125rem;height:3.45rem;top:8.375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSFwTgcPhPZ8sPsT8AgwCaB36y82lIdA { width:33.5rem;height:5.1rem;top:13.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urTb7WXG7Rx8sDQviiSv19AXBTiwzQno { width:42.1875rem;height:24rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NESLuuS1NcBkHZrbTOzyAPSCGgMip2CT { width:36.25rem;height:23.4375rem;top:4.875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krv5u6UbtOQpFTow5K72vOHZIOE9UCIr { width:12.8125rem;height:3.1875rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quWp7mqNTr0d0fDTPRwHXsdcF3w6MTNs { display:block; }
 }@media only screen and (max-width: 763px) { #hxcV1DZQXL2IbM0hAwHRGgVUrOAHBq8J { width:10.875rem;height:1.65rem;top:22.5625rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGaxD9h7SKmpE6NLzJqKuPU7mROFVouD { width:0.625rem;height:0.625rem;top:23.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGnqTlgO1I5Xak0VLEeB9SBgEU2meGed { width:15.0625rem;height:1.8125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9akgG6sV4Hwqhioodkh0kArWilOyGFr { display:block; }
 }@media only screen and (max-width: 763px) { #kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE { display:none; }#kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akXxMQgs8c5FvZwlk5KU10mcoKPP093v { width:43.125rem;height:3rem;top:18.9375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXEI9GLJeOTukPeqipNpalvdnfp8eiFk { width:32.6875rem;height:3.75rem;top:10.25rem;left:10.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKX0rHJvyrnJEXXNQo7dAmpsqnFl8tko { width:12.5rem;height:2.25rem;top:6.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRacs4ToS8lzv6dOxVax72iI1Jr1g1K { display:block; }
 }@media only screen and (max-width: 763px) { #eNRpyPhc650GhxX1ZZHOdo4E6xk5aiS1 { width:27.875rem;height:21.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ { display:block; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pitzlIW4UaFlJkiGDh7O8ErOCeELJTfU { width:10.0625rem;height:10.4375rem;top:10.8125rem;left:10.500000953674rem;font-size:1rem;display:block; }#pitzlIW4UaFlJkiGDh7O8ErOCeELJTfU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #pNg1tTA0VkT5RTomHOTVyXtMp0ihfKhf { width:44.9375rem;height:3.375rem;top:5.6875rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG5aLaQDX9mBwXnXNL3kGklK9TZZiSd3 { width:21.75rem;height:17rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oprwROTDmrgDrQQaen1iXEI38IzdIpMt { width:15.875rem;height:11rem;top:11.0625rem;left:31.875rem;font-size:0.9375rem;display:block; }#oprwROTDmrgDrQQaen1iXEI38IzdIpMt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #VtOwuJEVUycVqWKHmcmi6SadeRaDpi0u { width:10.9375rem;height:10.4375rem;top:11.0625rem;left:21.562500953674rem;font-size:1rem;display:block; }#VtOwuJEVUycVqWKHmcmi6SadeRaDpi0u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #lb50yhlEdBNUyPKyz4PL1aLbEn9E4Twy { width:11.0625rem;height:10.4375rem;top:11.0625rem;left:33.562500953674rem;font-size:0.9375rem;display:block; }#lb50yhlEdBNUyPKyz4PL1aLbEn9E4Twy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #zDSLLvfhyMUF0uIT098UFJavQTQL3uMk { display:none; }#zDSLLvfhyMUF0uIT098UFJavQTQL3uMk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nFaJqbsGa8WyqUhM5ckXmf78ygngL4Vp { width:22.5625rem;height:2.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOzT9EpiIwX8LtRLWztUPgT3UnmyNy0 { display:block; }
 }@media only screen and (max-width: 763px) { #QrNvNZAAuqH2iGfE3H2hwR8bu54SAOoS { width:24.25rem;height:2.375rem;top:1.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfhKrWVMZgqSrDTePpaGzR0EZGaFQ6D { display:block; }
 }@media only screen and (max-width: 763px) { #XMRPwXgKfz4PITMXD3HLO90peoZBb1B1 { width:19.3125rem;height:2.375rem;top:1.75rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEIRhwckLeQZpaZabp8Vd46couekqaZt { display:block; }
 }@media only screen and (max-width: 763px) { #tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv { display:block; }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPND6d5gREZ1XtiK1ETtk52D1U9XKwLw { width:33.625rem;height:6rem;top:8.4375rem;left:11rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSflhqRZJN7LcQFEMCbz53LdsonXpTQC { width:23.6875rem;height:4.75rem;top:16.6875rem;left:11rem;font-size:0.875rem;display:block; }#KSflhqRZJN7LcQFEMCbz53LdsonXpTQC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21fe467e082acee77cdefede266605a6b9f1703d.svg); }
 }@media only screen and (max-width: 763px) { #uxu3flvGJKcUGWhm7pNr1S7IbVHhXuUx { width:2.25rem;height:11.125rem;top:23.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcssSxhTkHNHDfImB7DO7Tet82Cb2uy0 { width:12.8125rem;height:3.1875rem;top:24.6875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGmi1Pf9PSfATirHekQiL5KedXZVB1WA { display:block; }
 }@media only screen and (max-width: 763px) { #erQuZZBcaQGTyOCoyfM7P0I0AQKQlxkC { width:23.75rem;height:4.75rem;top:16.6875rem;left:24rem;font-size:0.875rem;display:block; }#erQuZZBcaQGTyOCoyfM7P0I0AQKQlxkC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21fe467e082acee77cdefede266605a6b9f1703d.svg); }
 }@media only screen and (max-width: 763px) { #R79f4ZSrVv0C1psbnZMVT4qwprhDu69i { width:15.625rem;height:3.125rem;top:24.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZsLHpEuvQCd8NBukxk5lyhDsiiqac6z { display:block; }
 }@media only screen and (max-width: 763px) { #ZM5DbJfSERvkq6pOc6qUsLNBqRLLC6TV { width:43.1875rem;height:34.375rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ruzf4kZT2LrKIpgsU9XTgEOPXzobJyZq { width:37.8125rem;height:31.6875rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 { display:block; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDpmM87aq93lS0kR1yAoAIcvTrNTzISt { width:31.6875rem;height:8.6875rem;top:17.6875rem;left:14.312500953674rem;font-size:1.125rem;display:block; }#TDpmM87aq93lS0kR1yAoAIcvTrNTzISt li:before{  }
 }@media only screen and (max-width: 763px) { #aEeHhPacKwNSrVaqf8Vaxmbzi8s36aO1 { width:35.625rem;height:2.8125rem;top:13.125rem;left:12.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqSgvVn5Qo74Kmi8zO8ih1kxgTlD7HSy { width:14.9375rem;height:3.4375rem;top:29.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKVisr2c6zUuHS5NIgPfftrSfMlhCcwJ { display:block; }
 }@media only screen and (max-width: 763px) { #o2Sayixmc94K8xMSNAbRsJSnUeZsNekw { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAAirsIOKfvi2OTQq0VOrVX0Af5livxl { width:16.3125rem;height:1.875rem;top:9.5rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30wJB9w8I0JB46TbCOaTwkcQATdasEI { display:block; }
 }@media only screen and (max-width: 763px) { #dHqH9UUn09cT8vhN5Er0MgzMbTZGcEC3 { width:10.875rem;height:1.9375rem;top:30.625rem;left:32.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxgqE3EpTJckUNHCXzizktEzTeV6M3l7 { width:0.625rem;height:0.625rem;top:31.3125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIyuR4ThKDURDQke77qn5EtWMOvoyFoT { width:47.75rem;height:33.625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKzt76OSrLrqmF0lBMO6KC4J1FXmEvQy { width:26.0625rem;height:35.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKnwtc01uGA0KUbDKQBM3z1UmMLUlfIW { width:12rem;height:1.75rem;top:9.5rem;left:31.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToeiFvhAN746zXploTdq0RhDSHnpxuDS { display:block; }
 }@media only screen and (max-width: 763px) { #b1royklE5DAZdcUGa3f011vedKTAeQpI { display:block; }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXMnoSKCKoBTUk5NtOtWTMPOZHxym6lV { width:44.6875rem;height:2.8125rem;top:0.8125rem;left:1.5312509536743rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnnhSrkoEQmsCLDKTSFuNa9qNO39E9y9 { width:14rem;height:3.25rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H09DiTMBDfxhheBfMAZU0CNABpfSgvHw { width:13.1875rem;height:3.375rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcNNVzfTfGluBxlRZo3URugtC2x6eTs2 { width:24.0625rem;height:14.8125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN5aKOTTJdoRKTMI7lWMail0l8drJ4Fv { width:24.0625rem;height:14.8125rem;top:6.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvxAze3CGW7TkTxLOoZlVIbnWKIVVPHn { width:15.3125rem;height:3.25rem;top:15.125rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNlRE6U780RIAp3MSIfVmVSFZpH6okoA { width:20.75rem;height:4.75rem;top:9.4375rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx31BSAwNSapXPz4Hg29Dl0hA287mGvK { width:24.0625rem;height:14.8125rem;top:6.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maRbbhecU9a2mNUyntrNOOnL4vrQJhKf { width:11.125rem;height:3.25rem;top:15.125rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr15TZ3PDTmW0RtWeQ6l8Q3BeSblme8q { width:21.0625rem;height:4.75rem;top:9.4375rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk { display:block; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5lvEdlT9UoOMtAQWpWKS9Il5KDqUENn { width:44.6875rem;height:2.8125rem;top:1.9375rem;left:1.5312509536743rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRui5ycMeKsBC4V2eenhi0pPeDf4b7VQ { width:16.0625rem;height:8.8125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk48VPKOuS5oicAWG8KNdQ3DhaUeVXwP { width:13.625rem;height:6.625rem;top:19.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2OS1DkzGvfXzIqaa559sN67telZBibS { width:47.75rem;height:1.375rem;top:5.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0pn2XDVAQE5SPb1i0t4JNEJy69yEJE2 { width:16.0625rem;height:8.8125rem;top:9.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MznrWkGk62XUZqqoG6fLWigp89sDakuJ { width:15.375rem;height:6.625rem;top:19.875rem;left:6.5625009536744rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQm4SNubenNHo5FBAR3GlhMel2WF0paK { width:16.0625rem;height:8.8125rem;top:9.5rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOuuBLvKbKQBO42p73dLFniA9QKXlTeR { width:16.125rem;height:6.625rem;top:19.875rem;left:25.125000953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flM54FZ4xkDrLtyRT9aVGUTQWTbVhSsu { width:16.0625rem;height:8.8125rem;top:9.5rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po9kx5Pc3r0SW9L9GQPt9DlaOLWo6i3k { width:14.8125rem;height:6.625rem;top:19.875rem;left:32.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gphX8aPg94ALhWShpsbSIT8FdFD7eWPX { width:6.9375rem;height:6.9375rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWJT2OSOO1lJv81RDmc7zVhI7JVFo14e { width:6.9375rem;height:6.9375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlFhPL2dBDWEJ8zbryH1ki5E4uBQOSP7 { width:47.75rem;height:4.1875rem;top:31.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW { display:block; }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyncTwVurJBToT7EaUUwhx6mau5WUoBT { width:47.75rem;height:1.5125rem;top:3.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrXSDRJgLiaOy92VuuZXsek1f3Ft4BUH { width:31.25rem;height:64.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 { display:block; }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mO2GmvL3Mz3hTncLp52CfLblKrmIcFHM { width:35.6875rem;height:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZPe45t5Wsm19nLUH4N5FZLAtdRtp3xF { width:47.75rem;height:29.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT { display:block; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC0XtTLByxiZppuC9L9b47DwbSMtuqmr { width:12.375rem;height:3.5rem;top:11.75rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOWHfiUrJsg5w4rXvLV0xgZvGqGuZsWO { width:18.8125rem;height:5.0625rem;top:17.5625rem;left:8.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBVNIthEXDzW02INeuUwGwV7TH1u9U1T { width:21.625rem;height:3.75rem;top:25.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdQ9mXnt4viZVtZOIl59ISKawUPTkryU { display:block; }
 }@media only screen and (max-width: 763px) { #O4hM8n5i1PbD9FHMpNDHcccTBKh8ACq5 { width:10.375rem;height:3.125rem;top:18.75rem;left:28.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7C5Di1socpbDk72RuCyIxX0EFT4zEdG { width:11.625rem;height:3.3125rem;top:12rem;left:29.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4orLWnWxokmpg8AOXxMKp820dcGgoV0 { width:21.625rem;height:3.75rem;top:17.0625rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r15sSIn8h7DFAkW5VzyTs88c7eMvXlJy { display:block; }
 }@media only screen and (max-width: 763px) { #lyXQw4TWG8fhyGO5wez5HCLOUtsSutnT { width:38.375rem;height:30.125rem;top:5.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKAvsbcClGOXnshuTUXK1PIRHHxn60A { width:0.0625rem;height:3.75rem;top:11.75rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFkD5UGLccex3PdeaTKoGdpU2sDL9hM9 { width:47.75rem;height:25.864583333333rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAsITy2ZroUudSnk5dvh5AplsXsmwKMi { display:block; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9AZwuTN992TZBk7K4sbK2ua6nGKo9wo { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSA7ScUrUat80PK5aQQ1xz4tlaXWH2Q { display:block; }
 }@media only screen and (max-width: 763px) { #mt3POPLROuyzLoaTKkfJIgUiDVJ6J8RV { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4sSEqc0ECrXvEQTJDW9nKiRpNvfs3R { display:block; }
 }@media only screen and (max-width: 763px) { #c7TTX2FAQ47Lr9ncNOqUihTByQmtIcSD { width:12.375rem;height:2.125rem;top:0.9375rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwBQuB1UQMvrCNMyiLQxqx91vBCSKXHL { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX { background-color:transparent;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;display:block; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .row .container { background-color: transparent; background-image: none; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .row .container > .video-iframe-container { display: none; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .row > .video-iframe-container { display: block; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .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); }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .row .container { border-width: 0; border-radius: 0; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX::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; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v34XT5gqgI3OOrpkUarDRCKJ3h6bZ2gX > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtUTTCPfVEO41b4IitTMGVL14EtbWwNM { width:13.9375rem;height:4rem;top:4.25rem;left:3.03125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.6);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iccC72ILEs4IqXGH1clyUxlwMRP9LqD0 { width:13.9375rem;height:4rem;top:3.9951171875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1Avk9b1xSBuHCl7ku1GMK7gDZkOM6Ek { width:13rem;height:7.75rem;top:3.625rem;left:3.5rem;font-size:1.9375rem;font-weight:300;font-style:normal;line-height:1;color:#ffffff;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #PpisTlS3eLauIhoRDDK8klpHXFBF7Iga { width:16.9375rem;height:3.75rem;top:20.25rem;left:1.53125rem;font-size:1.125rem;box-shadow: 0rem 0rem 0.9375rem rgba(1,211,50,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b92d, #00ec38);background-image: -moz-linear-gradient(90deg, #00b92d, #00ec38);background-image: -ms-linear-gradient(90deg, #00b92d, #00ec38);background-image: -o-linear-gradient(90deg, #00b92d, #00ec38);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00ec38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00ec38' );";background-image: linear-gradient(90deg, #00b92d, #00ec38);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZN5RJT5ZJ9R4w4JTb2qkXpwGl9TEy592 { display:block; }
 }@media only screen and (max-width: 763px) { #UpI73LJltTrMzBsNQguAayz7oRQ03JPG { width:16.375rem;height:10rem;top:2.875rem;left:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWgwVvWVRzvM1p1QiuTXwtL42TZDkMXy { width:6.520833375rem;height:1.833333375rem;top:28.6875rem;left:12.6875rem;color:#004fd0;border-top:0.0625rem solid rgba(81,81,81,0.5);border-left:0.0625rem solid rgba(81,81,81,0.5);border-right:0.0625rem solid rgba(81,81,81,0.5);border-bottom:0.0625rem solid rgba(81,81,81,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #lMEcbQQNdPq76BQ1wVIKWEq7p72ePaPK { display:block; }
 }@media only screen and (max-width: 763px) { #oC1tW3zSEPZJF90Au24pwZ8mZk9kkKub { width:9rem;height:1.854164625rem;top:26.416015625rem;left:9.947265625rem;color:#004fd0;border-top:0.0625rem solid rgba(81,81,81,0.5);border-left:0.0625rem solid rgba(81,81,81,0.5);border-right:0.0625rem solid rgba(81,81,81,0.5);border-bottom:0.0625rem solid rgba(81,81,81,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #vqae9iTFJTCWuqd5x4DO1yBHbf4MOri4 { display:block; }
 }@media only screen and (max-width: 763px) { #NSxGcHKdStvJ5i9LZ2c2OlaXkiBfkQlO { width:5.854164625rem;height:1.854164625rem;top:28.6875rem;left:6.375rem;color:#004fd0;border-top:0.0625rem solid rgba(81,81,81,0.5);border-left:0.0625rem solid rgba(81,81,81,0.5);border-right:0.0625rem solid rgba(81,81,81,0.5);border-bottom:0.0625rem solid rgba(81,81,81,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #wPI0aD2JNc5Dis6JJmtvTmPaTsL6zt5O { display:block; }
 }@media only screen and (max-width: 763px) { #qGDSC1fXe6KW7gg9kapxMAwSrMhc0AM5 { width:5.166664625rem;height:1.854164625rem;top:28.6875rem;left:0.8125rem;color:#004fd0;border-top:0.0625rem solid rgba(81,81,81,0.5);border-left:0.0625rem solid rgba(81,81,81,0.5);border-right:0.0625rem solid rgba(81,81,81,0.5);border-bottom:0.0625rem solid rgba(81,81,81,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #T64VHIPvWX78k6kPm3g9nUF73VMx4dzH { display:block; }
 }@media only screen and (max-width: 763px) { #vTeV5mR7Py9AT6x6hTfUZJeBzag6WHPK { width:9rem;height:1.875rem;top:26.3955078125rem;left:0.5625rem;color:#004fd0;border-top:0.0625rem solid rgba(81,81,81,0.5);border-left:0.0625rem solid rgba(81,81,81,0.5);border-right:0.0625rem solid rgba(81,81,81,0.5);border-bottom:0.0625rem solid rgba(81,81,81,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #PgDUt9zQ2UgkHnd06RvwMDw9dLlPcfTU { display:block; }
 }@media only screen and (max-width: 763px) { #z6INhurwC4JxGt2tgTfrPdeCceuDwiVW { width:16.0625rem;height:4.82324375rem;top:13.3359375rem;left:1.96875rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.4;color:rgba(0,0,0,0.66);text-align:center;text-align-last:center;display:block; }#z6INhurwC4JxGt2tgTfrPdeCceuDwiVW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2d2f52311977ef50116293d4dfff30664e92430.svg); }
 }@media only screen and (max-width: 763px) { #TLF8ERXb96Sk0URxV4tRAg27CeNXxEKe { width:9.874rem;height:0;top:32.1865234375rem;left:5.0625rem;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;color:rgba(0,0,0,0.66);display:none; }
 }@media only screen and (max-width: 763px) { #QOBucEikX8G3UzuzkaZBt9XTy5POO9HC { width:0.0625rem;height:4.75rem;top:32.165438661194rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKymTGz9czc1tBx6TQcy06WnkKWJJb92 { width:20rem;height:0.9619125rem;top:24.5625rem;left:0rem;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.4;color:rgba(0,0,0,0.66);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAOHrmX23cdeG5a6BLA5zcFICbwGeM1f { width:18.25rem;height:0.89355625rem;top:0.5625rem;left:1.75rem;font-size:0.8125rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),0.73);display:block; }
 }@media only screen and (max-width: 763px) { #x8xVyqFCKpTmuhMWKzCi7Ak4K78KJiJR { width:9.5625rem;height:10.375rem;top:38.1875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #imqofndRX7LCebTbDDLDu3p8xNDmE9rT { display:flex;width:1.4375rem;height:1.4375rem;top:0.25rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f43977a8-92ae-4650-9306-2ce21614f2a1/w2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS.adaptive-delivery-prevent-bg, #VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS.lazyload, #VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS.lazyloading { background-image: none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { background-color: transparent; background-image: none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container > .video-iframe-container { display: none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row > .video-iframe-container { display: none; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .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); }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { border-width: 0; border-radius: 0; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkHiotW4IzFp31yNTX9SM1wBcVhTOIOS > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn { background-color:#0062ff;background-image:none;display:block; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { background-color: transparent; background-image: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container > .video-iframe-container { display: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row > .video-iframe-container { display: none; }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .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); }#Rw4iVS9GbNTQSXCN6cp4v1TQxa6Epzdn > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsSxwpAfvDfSPLFT1RvQ4CDHSak0vz8U { width:3.4375rem;height:1.6502125rem;top:9.8125rem;left:12.3125rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BTisTBInXKFfMrVsZ0Iu692g9T8KiICi { width:6.5rem;height:2.6258625rem;top:12.125rem;left:12.3125rem;font-size:0.875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SipvXgrP8WbDwLG3D0q13LsTGRlfnSGi { width:3.4375rem;height:1.6502125rem;top:9.8125rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vcHUZaRwkR9HlPsPw6SUqlprFTEESe5V { width:9.5625rem;height:2.6258625rem;top:12.0625rem;left:0rem;font-size:0.875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MaF0QeVamS7FFBcoJDfzTCPaVHB4TdWc { width:3.4375rem;height:1.6502125rem;top:2.8125rem;left:12.3125rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oTZCp4D1Fhh9u5P77n9a4tiz4rwFRvA7 { width:7.1875rem;height:2.6258625rem;top:5.0625rem;left:12.3125rem;font-size:0.875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lKwNmFXyZtxzVNdFT5aq9hyDPLiRPWbX { width:3.4375rem;height:1.6502125rem;top:2.8125rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XeQcEnvIMX1xUhpxDZqJQnkB70pLEcLB { width:10.3125rem;height:2.6258625rem;top:5.0625rem;left:0rem;font-size:0.875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x6Ekchkg3rUWQGgZhA94LWLXBTrv451S { top:3.09375rem;left:0rem;width:8.0625rem;height:24.4375rem;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12afc971-9f05-4937-b9dd-53ca42d4b6e9/ww.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#x6Ekchkg3rUWQGgZhA94LWLXBTrv451S.adaptive-delivery-prevent-bg, #x6Ekchkg3rUWQGgZhA94LWLXBTrv451S.lazyload, #x6Ekchkg3rUWQGgZhA94LWLXBTrv451S.lazyloading { background-image: none; }
#x6Ekchkg3rUWQGgZhA94LWLXBTrv451S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#x6Ekchkg3rUWQGgZhA94LWLXBTrv451S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv { display:block; }#w8zt6mzOI3Ze3AJzqcEM3a38uzny9Vvv > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oX91zmXKC4y4RmuAaMe2B5iK3QJ4JPEH { width:20rem;height:1.9931625rem;top:4.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeIL8MMBZJ3EpiAUZNQIrHZJXCNmVb1a { width:20rem;height:2.25rem;top:6.75rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q8WUxtggDl8qla75xn4knHTpcwSzo9aM { display:block; }#Q8WUxtggDl8qla75xn4knHTpcwSzo9aM > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmaVv4FxtqoOTCUdLE2Cyeer8ykeK4t7 { width:9.6875rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtgWEBEw27TWD33vO1XZSAZb1Gu8RfE { width:9.6875rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmo165pyxW2LdTUbtRfs1WGpTvf7vyU4 { width:7.1875rem;height:2.19921875rem;top:7.4989585876462rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG41wvIpSpBQE20bulheMci8oJKwzeh0 { width:7.75rem;height:6.12305rem;top:11.061458587646rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCq1pLlvMHgQfOLoD8iy5bxMLtcMRvGp { width:9.6875rem;height:20rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVLqFh4hQGLMNKylDcgx139TDpwxE3oE { width:7.375rem;height:2.19921875rem;top:7.4989585876462rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKoFF2LyFMyzKkWqkUPVd2C0l3xfrPA4 { width:7.625rem;height:5.68359375rem;top:11.061458587646rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5lgMwZ5SV9xtLR1PNUt5PxIcKg4yfsi { width:9.6875rem;height:6.25rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFB6n65eonqLsiVaAbKf6Oo0k3pNul67 { width:9.6875rem;height:20.0625rem;top:21.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr37PEBFiHXdNV9AGOg14P9IxTqhZuun { width:9.6875rem;height:6.25rem;top:21.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXzeU7sVD3wracg03opIcoUzGB1JHK9B { width:6.125rem;height:2.19921875rem;top:28.9375rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4dBV0AHRBIiF63z9EuFW6b9FmnkT4k { width:7.375rem;height:6.8203125rem;top:32.375rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG3EoIfWZutKl7XrU38KqIfw5zE0IROn { width:9.6875rem;height:20.0625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiUL41QNEBpkT4gt6TD3pCavrEDy4NR6 { width:9.6875rem;height:6.25rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQWAaURppBAewuAOxirTTFhRLpdeM3TG { width:7.5rem;height:5.68359375rem;top:32.375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq4hnkte5Fkoa8fwmW2XGZ59huiZDSqQ { width:7.3125rem;height:2.19921875rem;top:28.9375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzqaMQ2a96e21kqwLWruCtGMB7lZAILT { display:block; }#JzqaMQ2a96e21kqwLWruCtGMB7lZAILT > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpBCIwkgsU3XtcNI34cRgDqE9Raf1erv { width:11.125rem;height:3.375rem;top:3.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNvP9eyBWoqsciBxx3Nm94QDxLtAiaoA { width:17.375rem;height:1.59375rem;top:7.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6CDGxku6ikeqD4QZXFWTALnSd1z4w0y { width:19.8125rem;height:1.59375rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzccONDyh1eKxcs1aL4Pv1BagmZAsUa { width:12.5625rem;height:3.375rem;top:11.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agltMPe8feF1AwTWFh5KBaSy4DSkaKmt { width:20rem;height:1.59375rem;top:23.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClFlKG5BNLhesOXMzuxb4TdSA5sHCRmn { width:10.9375rem;height:3.375rem;top:19.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnXDG063TZriFBF5BImTSBSzdAU87O8F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12afc971-9f05-4937-b9dd-53ca42d4b6e9/ww.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F.adaptive-delivery-prevent-bg, #ZnXDG063TZriFBF5BImTSBSzdAU87O8F.lazyload, #ZnXDG063TZriFBF5BImTSBSzdAU87O8F.lazyloading { background-image: none; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .row .container { background-color: transparent; background-image: none; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .row .container > .video-iframe-container { display: none; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .row > .video-iframe-container { display: none; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .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); }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .row .container { border-width: 0; border-radius: 0; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnXDG063TZriFBF5BImTSBSzdAU87O8F > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes { display:block; }#TvTW9ZHTx99yU4IRUdrqJzvUmZ6qRSes > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8NryRP7cqJfUZRHc4EcfrZqfQtLgQRu { width:20rem;height:17.4375rem;top:2.6875rem;left:0rem;font-size:0.9375rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#O8NryRP7cqJfUZRHc4EcfrZqfQtLgQRu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3523a61bece973b2aec72097ab061e8881f720c0.svg); }
 }@media only screen and (max-width: 763px) { #x5sdxbdqBT2oNtUmMXS19Esb13xCfKuJ { width:20rem;height:12.5rem;top:33.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPaO52dhAiP7GHPTg5wDEWAWatenf1oG { top:5.4541673660278rem;left:3.75rem;width:12.5rem;height:8.875rem;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #RIQXcv3iVDDQKvlcPHGlvLWMdP7zO73W { width:11.125rem;height:3.1875rem;top:21.8125rem;left:0rem;font-size:1.125rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b92d, #00ec3b);background-image: -moz-linear-gradient(90deg, #00b92d, #00ec3b);background-image: -ms-linear-gradient(90deg, #00b92d, #00ec3b);background-image: -o-linear-gradient(90deg, #00b92d, #00ec3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00ec3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00ec3b' );";background-image: linear-gradient(90deg, #00b92d, #00ec3b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W13pFWza6c6qAvnH4bsa72zbbtauMznA { display:block; }
 }@media only screen and (max-width: 763px) { #q952XCoCA0SDTrWJhTQnTNpV9xOHTlyM { width:5.375rem;height:1.923825rem;top:22.4375rem;left:13.5rem;font-size:0.6875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dEWktGyp8xHh98BLyHM7ui2k0lgVw0ep { width:0.625rem;height:0.625rem;top:23.1875rem;left:12.125rem;background-color:#00e638;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,236,57,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #saXJ6DOMLaBMTiVqwZ7yT6PVN5TVEt9F { width:20rem;height:28.125rem;top:28.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueK8TT4vFLDLMcr7F576O7zErKgIVq0P { background-color:#ffffff;background-image:none;display:block; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row .container { background-color: transparent; background-image: none; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row .container > .video-iframe-container { display: none; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row > .video-iframe-container { display: none; }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .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); }#ueK8TT4vFLDLMcr7F576O7zErKgIVq0P > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngzHNtRiAWbfWVdBvlDb0EhHQHNNs35T { width:13.125rem;height:13.125rem;top:-3.2916669845581rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUOW0sE8fclyv63bCSlO2vXPpQ7iT78I { width:17.125rem;height:3.3125rem;top:13.625rem;left:0rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left;line-height:1.6;display:block; }#zUOW0sE8fclyv63bCSlO2vXPpQ7iT78I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_233c783280f744dfc561ccdad0d3ad05003264e8.svg); }
 }@media only screen and (max-width: 763px) { #MTBFfxFm5hM7MhJWLmRupseWJSi6amDB { width:20rem;height:12.5rem;top:33.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT4kuq4W0Lxc8cGoX3IHi0q1nX35pbrF { top:0.9479150772095rem;left:1.25rem;width:17.5rem;height:12.625rem;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #GiKw7HnWO7RUiqynNeqpFvXrR51ibLmO { width:20rem;height:7.6875rem;top:2.1979169845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq17XOH6JnFEe6l7rfNJDESVCdCfwSDs { width:20rem;height:2.44411875rem;top:10.0625rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVJrovB6tifQ1TaTr4FvEDDVrDWkWwi7 { width:15.625rem;height:3.1875rem;top:26.125rem;left:0rem;font-size:1.125rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b92d, #00e638);background-image: -moz-linear-gradient(90deg, #00b92d, #00e638);background-image: -ms-linear-gradient(90deg, #00b92d, #00e638);background-image: -o-linear-gradient(90deg, #00b92d, #00e638);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00e638' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00e638' );";background-image: linear-gradient(90deg, #00b92d, #00e638);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #g08fpheEC8FDTkuVB5t3oKH4uJ5NXiCB { display:block; }
 }@media only screen and (max-width: 763px) { #EvHZS6yU9dDIoiMxzMqoBebxqiXT3Q0D { width:17.75rem;height:3.3125rem;top:17.25rem;left:0rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left;line-height:1.6;display:block; }#EvHZS6yU9dDIoiMxzMqoBebxqiXT3Q0D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_233c783280f744dfc561ccdad0d3ad05003264e8.svg); }
 }@media only screen and (max-width: 763px) { #S6S2sC3ba1BcEuqPdfMbFn7pDmT4VM7d { width:20rem;height:3.1114375rem;top:21rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left;line-height:1.6;display:block; }#S6S2sC3ba1BcEuqPdfMbFn7pDmT4VM7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_233c783280f744dfc561ccdad0d3ad05003264e8.svg); }
 }@media only screen and (max-width: 763px) { #dxZTLfQEAcGzeB7h8VA7BBIA5HEHMAls { width:20rem;height:0.0625rem;top:107.9125038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sp41M3qVwPfMPdkyn4PbIJQkBBghCF7X { top:30.937499046326rem;left:1.5625rem;width:12.5rem;height:8.875rem;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #eaeaea);background-image: -moz-linear-gradient(90deg, #ffffff, #eaeaea);background-image: -ms-linear-gradient(90deg, #ffffff, #eaeaea);background-image: -o-linear-gradient(90deg, #ffffff, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );";background-image: linear-gradient(90deg, #ffffff, #eaeaea);background-size:auto !important;display:block; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { background-color: transparent; background-image: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container > .video-iframe-container { display: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row > .video-iframe-container { display: none; }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .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); }#Ilf9Iyaq6XlXa5QOgtxV5fh1BlLZC9Hl > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDxFNawDocVx4287MgazSHHWAu4Xv1mB { width:6.125rem;height:4.8125rem;top:3.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXHnpQW8HnnZ8KClwgiFnATkUVN3GvAG { width:14.25rem;height:5.2rem;top:6.6875rem;left:0rem;font-size:2rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eJBOsHKKrggHrxRn6qSBUeQ4b6PynM7m { width:8.375rem;height:1.5625rem;top:4.0625rem;left:0rem;font-size:0.75rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FixX9XDhJUy1Gz8tsUofXIdHikfVG8hv { display:block; }
 }@media only screen and (max-width: 763px) { #G2ZL1ywQZASgayIR7t5r59uxSGIFnT2b { width:20rem;height:6.00043125rem;top:13.25rem;left:0rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #n9ts4NA7TgBZM3JEWdR63X78FTerNOSS { width:20rem;height:12.5rem;top:33.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6u9JQvQktWk8dhdNxWOuAh3ox1zHgMF { width:6.125rem;height:4.6875rem;top:3.5625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5gWmHB4MAuEy42qfZq9CewD9GFxA2z { width:6.625rem;height:3.0625rem;top:20.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPgHQLHBLTLbcWoitte8DsCAxtrhsw23 { width:7.5rem;height:3.6875rem;top:20.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7pTIE6Ey30fElkOSg3NXbk8pKHbKNl { width:4.375rem;height:3.5625rem;top:23.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW0f4mn4Eb1MTa4vzTcHNd19tykJ8M8s { width:4.8125rem;height:2.8125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvRguRTOIZ68eGtbSvTopvpAUyFUpLF1 { width:5.75rem;height:3.5rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDhbLuyZr64LLQepyXeJWEom4ZhCQDFr { width:6.8125rem;height:3.3125rem;top:23.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzk8Sms8cvb6apxSDrhMidhHDJPAJWDO { display:none; }#dzk8Sms8cvb6apxSDrhMidhHDJPAJWDO > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sd73RFx0WVZGiPkPMMKAKX1HDIoufSQB { width:20rem;height:9.000625rem;top:8.5rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;font-family:"open sans condensed";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tf5IKRbRCZ5o1h0DB9V6yTNdy2hORmuK { width:3.75rem;height:3.75rem;top:2.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmsZa7yyBAzS28vJ8cdxeKvGPKbxTweZ { width:6.6875rem;height:5.125rem;top:2.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi { display:block; }#ZJeqyvtgxngn6gT4Too9Cw1iNaeFNvMi > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUzSB50U44mEG7tkQBlNxznVKiIR1wMu { width:20rem;height:1.6308625rem;top:5.375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #SSFwTgcPhPZ8sPsT8AgwCaB36y82lIdA { width:18.125rem;height:8.496125rem;top:21.39999961853rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #urTb7WXG7Rx8sDQviiSv19AXBTiwzQno { width:19.625rem;height:11.1875rem;top:8.8333330154419rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NESLuuS1NcBkHZrbTOzyAPSCGgMip2CT { width:20rem;height:12rem;top:8.7020835876462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krv5u6UbtOQpFTow5K72vOHZIOE9UCIr { width:12.8125rem;height:3.1875rem;top:31.34375rem;left:3.59375rem;font-size:1.125rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b92d, #00e639);background-image: -moz-linear-gradient(90deg, #00b92d, #00e639);background-image: -ms-linear-gradient(90deg, #00b92d, #00e639);background-image: -o-linear-gradient(90deg, #00b92d, #00e639);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00e639' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00e639' );";background-image: linear-gradient(90deg, #00b92d, #00e639);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #quWp7mqNTr0d0fDTPRwHXsdcF3w6MTNs { display:block; }
 }@media only screen and (max-width: 763px) { #hxcV1DZQXL2IbM0hAwHRGgVUrOAHBq8J { width:8.5625rem;height:0.9625rem;top:36.125rem;left:6.3125rem;font-size:0.6875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGaxD9h7SKmpE6NLzJqKuPU7mROFVouD { width:0.5rem;height:0.5rem;top:36.3125rem;left:5.1875rem;background-color:#00ef3a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZGnqTlgO1I5Xak0VLEeB9SBgEU2meGed { width:10.75rem;height:1.5rem;top:2.8999996185302rem;left:4.5625rem;font-size:0.75rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #F9akgG6sV4Hwqhioodkh0kArWilOyGFr { display:block; }
 }@media only screen and (max-width: 763px) { #kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1ad2a2a-6917-4b88-a09b-d6f6e31cae3a/11.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE.adaptive-delivery-prevent-bg, #kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE.lazyload, #kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE.lazyloading { background-image: none; }#kumN7ZmTTsAFOV7aU0HLB5KbTQwlRfzE > .row .container { width:20rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akXxMQgs8c5FvZwlk5KU10mcoKPP093v { width:16.875rem;height:6rem;top:21.125rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GXEI9GLJeOTukPeqipNpalvdnfp8eiFk { width:17.3125rem;height:3.75rem;top:9.75rem;left:1.0625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RKX0rHJvyrnJEXXNQo7dAmpsqnFl8tko { width:10.9375rem;height:2.1875rem;top:14.6875rem;left:1.0625rem;font-size:0.8125rem;border-top:0.0625rem solid rgba(255,255,255,0.63);border-left:0.0625rem solid rgba(255,255,255,0.63);border-right:0.0625rem solid rgba(255,255,255,0.63);border-bottom:0.0625rem solid rgba(255,255,255,0.63);display:block; }
 }@media only screen and (max-width: 763px) { #oGRacs4ToS8lzv6dOxVax72iI1Jr1g1K { display:block; }
 }@media only screen and (max-width: 763px) { #eNRpyPhc650GhxX1ZZHOdo4E6xk5aiS1 { width:19.875rem;height:15.5625rem;top:4.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7ae60ff-100b-4d0f-9337-165fa8afea1e/R1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ.adaptive-delivery-prevent-bg, #MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ.lazyload, #MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ.lazyloading { background-image: none; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row .container { background-color: transparent; background-image: none; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,37,0.9); }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row .container > .video-iframe-container { display: none; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,37,0.9); }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row > .video-iframe-container { display: none; }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .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); }#MOSv7pwpFoAkXTtb3Wk9e74msWe3I1WQ > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pitzlIW4UaFlJkiGDh7O8ErOCeELJTfU { width:8.1875rem;height:8.9375rem;top:11.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#pitzlIW4UaFlJkiGDh7O8ErOCeELJTfU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #pNg1tTA0VkT5RTomHOTVyXtMp0ihfKhf { width:15.4375rem;height:3.75rem;top:4.9375rem;left:2.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zG5aLaQDX9mBwXnXNL3kGklK9TZZiSd3 { width:7.0625rem;height:5.5rem;top:4.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oprwROTDmrgDrQQaen1iXEI38IzdIpMt { width:10.875rem;height:10.5rem;top:21.9375rem;left:9.78125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#oprwROTDmrgDrQQaen1iXEI38IzdIpMt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #VtOwuJEVUycVqWKHmcmi6SadeRaDpi0u { width:9.8125rem;height:8.9375rem;top:11.8125rem;left:9.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#VtOwuJEVUycVqWKHmcmi6SadeRaDpi0u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #lb50yhlEdBNUyPKyz4PL1aLbEn9E4Twy { width:9rem;height:8.4375rem;top:22.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#lb50yhlEdBNUyPKyz4PL1aLbEn9E4Twy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #zDSLLvfhyMUF0uIT098UFJavQTQL3uMk { display:none; }#zDSLLvfhyMUF0uIT098UFJavQTQL3uMk > .row .container { width:20rem;height:10.8203125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nFaJqbsGa8WyqUhM5ckXmf78ygngL4Vp { width:20rem;height:2.508333375rem;top:2.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOzT9EpiIwX8LtRLWztUPgT3UnmyNy0 { display:block; }
 }@media only screen and (max-width: 763px) { #QrNvNZAAuqH2iGfE3H2hwR8bu54SAOoS { width:20rem;height:2.508333375rem;top:5.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfhKrWVMZgqSrDTePpaGzR0EZGaFQ6D { display:block; }
 }@media only screen and (max-width: 763px) { #XMRPwXgKfz4PITMXD3HLO90peoZBb1B1 { width:20rem;height:2.508333375rem;top:8.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEIRhwckLeQZpaZabp8Vd46couekqaZt { display:block; }
 }@media only screen and (max-width: 763px) { #tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv { display:block; }#tEx7T21MZBbP9uEh8IuSsS9mD7ulXkmv > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPND6d5gREZ1XtiK1ETtk52D1U9XKwLw { width:17.75rem;height:6.073675rem;top:9rem;left:0rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KSflhqRZJN7LcQFEMCbz53LdsonXpTQC { width:20rem;height:2.937825rem;top:16.5625rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }#KSflhqRZJN7LcQFEMCbz53LdsonXpTQC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21fe467e082acee77cdefede266605a6b9f1703d.svg); }
 }@media only screen and (max-width: 763px) { #uxu3flvGJKcUGWhm7pNr1S7IbVHhXuUx { width:2.25rem;height:0;top:24.0625rem;left:0rem;font-size:1.125rem;z-index:15008;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #CcssSxhTkHNHDfImB7DO7Tet82Cb2uy0 { width:12rem;height:3.125rem;top:24.8125rem;left:0rem;font-size:1.125rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b92d, #00e838);background-image: -moz-linear-gradient(90deg, #00b92d, #00e838);background-image: -ms-linear-gradient(90deg, #00b92d, #00e838);background-image: -o-linear-gradient(90deg, #00b92d, #00e838);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00e838' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92d', endColorstr='#00e838' );";background-image: linear-gradient(90deg, #00b92d, #00e838);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FGmi1Pf9PSfATirHekQiL5KedXZVB1WA { display:block; }
 }@media only screen and (max-width: 763px) { #erQuZZBcaQGTyOCoyfM7P0I0AQKQlxkC { width:20rem;height:2.937825rem;top:19.875rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }#erQuZZBcaQGTyOCoyfM7P0I0AQKQlxkC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21fe467e082acee77cdefede266605a6b9f1703d.svg); }
 }@media only screen and (max-width: 763px) { #R79f4ZSrVv0C1psbnZMVT4qwprhDu69i { width:14.72916625rem;height:3.125rem;top:28.4375rem;left:0rem;font-size:1.0625rem;box-shadow: none;border-top:0.125rem solid #00c348;border-left:0.125rem solid #00c348;border-right:0.125rem solid #00c348;border-bottom:0.125rem solid #00c348;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pZsLHpEuvQCd8NBukxk5lyhDsiiqac6z { display:block; }
 }@media only screen and (max-width: 763px) { #ZM5DbJfSERvkq6pOc6qUsLNBqRLLC6TV { width:20rem;height:15.918367346939rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ruzf4kZT2LrKIpgsU9XTgEOPXzobJyZq { width:15.5625rem;height:13rem;top:1.7500009536743rem;left:5.5625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 { background-color:#e6e6e6;background-image:none;display:block; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row .container { background-color: transparent; background-image: none; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row .container > .video-iframe-container { display: none; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row > .video-iframe-container { display: none; }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .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); }#JQDIE5eW74bAsIeVJPHbIOfATby9Dlt0 > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDpmM87aq93lS0kR1yAoAIcvTrNTzISt { width:17.0625rem;height:14.125rem;top:21.614583969116rem;left:1.46875rem;font-size:0.9375rem;z-index:15013;text-align:left;text-align-last:left;display:block; }#TDpmM87aq93lS0kR1yAoAIcvTrNTzISt li:before{  }
 }@media only screen and (max-width: 763px) { #aEeHhPacKwNSrVaqf8Vaxmbzi8s36aO1 { width:16.8125rem;height:4.798825rem;top:14.749999046326rem;left:1.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqSgvVn5Qo74Kmi8zO8ih1kxgTlD7HSy { width:15.75rem;height:3.125rem;top:38.025000572204rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKVisr2c6zUuHS5NIgPfftrSfMlhCcwJ { display:block; }
 }@media only screen and (max-width: 763px) { #o2Sayixmc94K8xMSNAbRsJSnUeZsNekw { top:8.6875009536744rem;left:7.5rem;width:12.5rem;height:3.9375rem;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #458906);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #458906);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #458906);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #458906);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#458906' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#458906' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #458906);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QAAirsIOKfvi2OTQq0VOrVX0Af5livxl { width:16.770833375rem;height:1.520833375rem;top:12.052083015442rem;left:1.5625rem;font-size:0.875rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #r30wJB9w8I0JB46TbCOaTwkcQATdasEI { display:block; }
 }@media only screen and (max-width: 763px) { #dHqH9UUn09cT8vhN5Er0MgzMbTZGcEC3 { width:9.25rem;height:1.04980625rem;top:42.999999046326rem;left:5.9375rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WxgqE3EpTJckUNHCXzizktEzTeV6M3l7 { width:0.625rem;height:0.625rem;top:43.249999046326rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIyuR4ThKDURDQke77qn5EtWMOvoyFoT { width:20rem;height:40.625rem;top:5.7499990463257rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKzt76OSrLrqmF0lBMO6KC4J1FXmEvQy { width:9.8125rem;height:8.3125rem;top:1.8645839691162rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKnwtc01uGA0KUbDKQBM3z1UmMLUlfIW { width:12rem;height:1.75rem;top:9.7291660308837rem;left:4rem;font-size:0.875rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ToeiFvhAN746zXploTdq0RhDSHnpxuDS { display:block; }
 }@media only screen and (max-width: 763px) { #b1royklE5DAZdcUGa3f011vedKTAeQpI { display:block; }#b1royklE5DAZdcUGa3f011vedKTAeQpI > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXMnoSKCKoBTUk5NtOtWTMPOZHxym6lV { width:20rem;height:3.5996125rem;top:2.6249990463257rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnnhSrkoEQmsCLDKTSFuNa9qNO39E9y9 { width:11.125rem;height:2.5996125rem;top:14.0712890625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H09DiTMBDfxhheBfMAZU0CNABpfSgvHw { width:13.25rem;height:2.798825rem;top:10.0244140625rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NcNNVzfTfGluBxlRZo3URugtC2x6eTs2 { width:20rem;height:10.375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN5aKOTTJdoRKTMI7lWMail0l8drJ4Fv { width:20rem;height:11.875rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvxAze3CGW7TkTxLOoZlVIbnWKIVVPHn { width:12.9375rem;height:2.5996125rem;top:27.2607421875rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JNlRE6U780RIAp3MSIfVmVSFZpH6okoA { width:17.875rem;height:4.19824375rem;top:21.8125rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lx31BSAwNSapXPz4Hg29Dl0hA287mGvK { width:20rem;height:13.0625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maRbbhecU9a2mNUyntrNOOnL4vrQJhKf { width:8.0625rem;height:2.5996125rem;top:41.91015625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vr15TZ3PDTmW0RtWeQ6l8Q3BeSblme8q { width:15.5625rem;height:5.59765625rem;top:35.0625rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk { display:block; }#dTCxpHmM7RHrBiPByfaWwBvP6DE96wNk > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5lvEdlT9UoOMtAQWpWKS9Il5KDqUENn { width:13.1875rem;height:3.75rem;top:1.8125rem;left:3.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRui5ycMeKsBC4V2eenhi0pPeDf4b7VQ { width:9.6875rem;height:6.25rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk48VPKOuS5oicAWG8KNdQ3DhaUeVXwP { width:8.25rem;height:4.546875rem;top:18.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f2OS1DkzGvfXzIqaa559sN67telZBibS { width:20rem;height:2.2734375rem;top:6.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P0pn2XDVAQE5SPb1i0t4JNEJy69yEJE2 { width:9.6875rem;height:6.25rem;top:10.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MznrWkGk62XUZqqoG6fLWigp89sDakuJ { width:10.4375rem;height:4.546875rem;top:18.375rem;left:10.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JQm4SNubenNHo5FBAR3GlhMel2WF0paK { width:9.6875rem;height:6.25rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOuuBLvKbKQBO42p73dLFniA9QKXlTeR { width:9.75rem;height:5.68359375rem;top:32.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #flM54FZ4xkDrLtyRT9aVGUTQWTbVhSsu { width:9.6875rem;height:6.25rem;top:24.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #po9kx5Pc3r0SW9L9GQPt9DlaOLWo6i3k { width:8.25rem;height:5.68359375rem;top:32.375rem;left:10.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gphX8aPg94ALhWShpsbSIT8FdFD7eWPX { width:6.9375rem;height:6.9375rem;top:41.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWJT2OSOO1lJv81RDmc7zVhI7JVFo14e { width:6.9375rem;height:6.9375rem;top:41.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlFhPL2dBDWEJ8zbryH1ki5E4uBQOSP7 { width:20rem;height:11.1953125rem;top:50.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW { display:block; }#oyCAfza8xaCHAwDUt2acTbW8aGXiN1WW > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyncTwVurJBToT7EaUUwhx6mau5WUoBT { width:20rem;height:3.298825rem;top:3.0625rem;left:0rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zrXSDRJgLiaOy92VuuZXsek1f3Ft4BUH { top:7.1249990463256rem;left:0rem;width:19.9375rem;height:41.1875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 { display:block; }#I56nXRS4UPnZRuGkWRLRIhpAWCVVCA17 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mO2GmvL3Mz3hTncLp52CfLblKrmIcFHM { top:10.468750953674rem;left:0rem;width:20rem;height:6.125rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HZPe45t5Wsm19nLUH4N5FZLAtdRtp3xF { width:20rem;height:9.5625rem;top:15.531220436096rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/501ee4c1-e112-48c7-b4c5-39e8a0d8f969/todosdep.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HZPe45t5Wsm19nLUH4N5FZLAtdRtp3xF.adaptive-delivery-prevent-bg, #HZPe45t5Wsm19nLUH4N5FZLAtdRtp3xF.lazyload, #HZPe45t5Wsm19nLUH4N5FZLAtdRtp3xF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT { display:block; }#tLuTcVEWaKyyRqGcaP3J3qgWlUBOFLAT > .row .container { width:20rem;height:38.374015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC0XtTLByxiZppuC9L9b47DwbSMtuqmr { width:10.75rem;height:3.0625rem;top:4.7854175567627rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOWHfiUrJsg5w4rXvLV0xgZvGqGuZsWO { width:12.8125rem;height:4.0234375rem;top:9.170822143555rem;left:1.9375rem;font-size:1.4375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WBVNIthEXDzW02INeuUwGwV7TH1u9U1T { width:16.375rem;height:2.8125rem;top:19.75rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdQ9mXnt4viZVtZOIl59ISKawUPTkryU { display:block; }
 }@media only screen and (max-width: 763px) { #O4hM8n5i1PbD9FHMpNDHcccTBKh8ACq5 { width:13.0625rem;height:1.40625rem;top:14.21875rem;left:2.28125rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S7C5Di1socpbDk72RuCyIxX0EFT4zEdG { width:14.9375rem;height:3.0625rem;top:31.852084159851rem;left:1.9375rem;font-size:2.1875rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o4orLWnWxokmpg8AOXxMKp820dcGgoV0 { width:12.895833375rem;height:2.8125rem;top:23.250000953674rem;left:1.8125rem;font-size:1.125rem;z-index:15006;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;line-height:1.2;font-family:"open sans condensed";display:block; }
 }@media only screen and (max-width: 763px) { #r15sSIn8h7DFAkW5VzyTs88c7eMvXlJy { display:block; }
 }@media only screen and (max-width: 763px) { #lyXQw4TWG8fhyGO5wez5HCLOUtsSutnT { width:20rem;height:15.7rem;top:2.1020841598511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKAvsbcClGOXnshuTUXK1PIRHHxn60A { width:0.0625rem;height:3.75rem;top:46.4rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFkD5UGLccex3PdeaTKoGdpU2sDL9hM9 { width:20rem;height:10.8333125rem;top:27.541666030884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #uTEVZD2bx2U4qg57uEeEUCt4uBHs1FTS > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAsITy2ZroUudSnk5dvh5AplsXsmwKMi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MAsITy2ZroUudSnk5dvh5AplsXsmwKMi > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9AZwuTN992TZBk7K4sbK2ua6nGKo9wo { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSA7ScUrUat80PK5aQQ1xz4tlaXWH2Q { display:block; }
 }@media only screen and (max-width: 763px) { #mt3POPLROuyzLoaTKkfJIgUiDVJ6J8RV { width:2.625rem;height:2.625rem;top:0rem;left:17.375000953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4sSEqc0ECrXvEQTJDW9nKiRpNvfs3R { display:block; }
 }@media only screen and (max-width: 763px) { #c7TTX2FAQ47Lr9ncNOqUihTByQmtIcSD { width:8.5625rem;height:1.625rem;top:0.5625rem;left:8.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwBQuB1UQMvrCNMyiLQxqx91vBCSKXHL { display:block; }
 }