.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:244,242,240;--color-primary-1:219,212,205;--color-primary-2:183,169,154;--color-primary-3:92,85,77;--color-primary-4:27,25,23;--color-secondary-0:219,221,224;--color-secondary-1:137,143,150;--color-secondary-2:18,31,45;--color-secondary-3:9,16,23;--color-secondary-4:3,5,7;--color-tertiary-0:255,255,255;--color-tertiary-1:72,72,72;--color-tertiary-2:51,51,51;--color-tertiary-3:47,47,47;--color-tertiary-4:0,0,0;--headlines-font-family:"IBM Plex Sans Dev";--paragraphs-font-family:"Space Grotesk"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/21a7a940-b400-42d9-95a5-89fbcfcc4b2c/subtlegrunge.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S { border-top:0.4375rem solid rgba(var(--color-primary-3),1);border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e1a4e98-c806-4453-967c-b551f2bd0437/fbedcd6c67e04007b10cp.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; }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S.adaptive-delivery-prevent-bg, #mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S.lazyload, #mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S.lazyloading { background-image: none; }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .row .container { background-color: transparent; background-image: none; }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.62); }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .row .container > .video-iframe-container { display: none; }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.62); }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .row > .video-iframe-container { display: none; }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .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); }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .row .container { border-width: 0; border-radius: 0; }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S::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; }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .row .container { font-size:0.875rem;font-family:arial;height:47.645833125rem;width:75rem;position:relative;display:block; }#g9dqyGAxw08T2CV4LO9PfsMebVFB4sJM { color:#232323;display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:29.5625rem;left:0rem;height:5.625rem;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; }
#FCddPLeVSUPSCKw1Z2uHXN2RuqlKK3fd { color:rgba(var(--color-primary-3),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:14999;line-height:1.1;letter-spacing:0;top:15.75rem;left:0rem;height:12.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#LGSSQT7LNZ6xi53TG0Xg3pyL6AOOIvy9 { position:absolute;display:block;z-index:15002;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.75rem;width:16.5rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#eA9ndiiw85o1qcQhqfDDHDfka3FW4uuv { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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: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:mulish;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.125rem;left:28.75rem;display:none; }
#m8aWlsHb5tEB47sWeNbRBiJJ8uc6XzOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QIErB4SKKMCN9n9rZtsXhMXO6zAsZpXL { background-color:rgba(var(--color-primary-3),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.1875rem;left:12.6875rem;display:block; }
#SLslvMHMI8gELJ08l2DiEu9UTaa6dSGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x24x8LbRi3F8x5zqKSK4be9662n4aTLK { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.770833375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:38.1875rem;left:0rem;display:block; }
#B5q3WDZThxuuP6QDuDBcdTRF2hFOPfkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZECo9lThLSirT1oVb9D4Im3dyPNwt8EN { box-sizing:content-box;height:37.625rem;width:60.6875rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/88f85c9b-3615-4838-8319-37f71fa88433/Image_fxPhotoroomcopiar.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:32.5625rem;display:block; }#ZECo9lThLSirT1oVb9D4Im3dyPNwt8EN.adaptive-delivery-prevent-bg, #ZECo9lThLSirT1oVb9D4Im3dyPNwt8EN.lazyload, #ZECo9lThLSirT1oVb9D4Im3dyPNwt8EN.lazyloading { background-image: none; }
#TFVsrDQ57MHK8oHZm4pGDLHwiIv2mpgI { color:rgba(var(--color-primary-3),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:12.5625rem;left:0rem;height:1.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIm7CG0drrBrJyfm8FO16SG7idPP21pe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,229,229,0.68);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; }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .row .container { background-color: transparent; background-image: none; }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .row .container > .video-iframe-container { display: none; }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .row > .video-iframe-container { display: none; }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .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); }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .row .container { border-width: 0; border-radius: 0; }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#CNuWnJTpvssBDBEtCJosdTzJ03qi06m2 { box-sizing:content-box;height:11.75rem;width:28.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.75rem;left:39.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#C8X5VNvKJUkz8DM4cr5JtwfkrCtTAgL1 { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:24.5625rem;left:40.375rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OSVoRaSum33Tp2fpfRsSazJZ2FzXvLpV { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:27.4375rem;left:40.375rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LhKZrVkJt1BtQSoLxxvA1ysG4MsBKnni { box-sizing:content-box;height:11.75rem;width:28.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.6875rem;left:7.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#XgHha4faSWSbIq9bA9BJMfvL8dKnIgMt { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:24.5rem;left:8.6875rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iA6A1tPUHO2SMLveyKxB8EM00xlJVgHA { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:27.375rem;left:8.6875rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oaMWhIIFGu37Wk59eC8U2obciKIAXk9k { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.39295625rem;height:3.330475rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.4375rem;left:28.6875rem;display:block; }
#AcGsJqeH9sBPZUwQ9iKR3XOKJZbx2XES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qqsbWg5XglUigILN4o4VBTxVWlh0FXwn { box-sizing:content-box;height:15.1875rem;width:28.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,20,81,0.8);background-image:url("https://images.assets-landingi.com/uc/d49b850c-88a4-4eac-b05e-2c88af8d4807/comercial2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.5625rem;left:39.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qqsbWg5XglUigILN4o4VBTxVWlh0FXwn.adaptive-delivery-prevent-bg, #qqsbWg5XglUigILN4o4VBTxVWlh0FXwn.lazyload, #qqsbWg5XglUigILN4o4VBTxVWlh0FXwn.lazyloading { background-image: none; }
#thyiR7O3CnXIDLFXIJtSpSoKB1giZEA6 { box-sizing:content-box;height:15.1875rem;width:28.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.8);background-image:url("https://images.assets-landingi.com/uc/cb7d30b5-07e8-4eee-b724-b3df4640f113/IMG_4774.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.625rem;left:7.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thyiR7O3CnXIDLFXIJtSpSoKB1giZEA6.adaptive-delivery-prevent-bg, #thyiR7O3CnXIDLFXIJtSpSoKB1giZEA6.lazyload, #thyiR7O3CnXIDLFXIJtSpSoKB1giZEA6.lazyloading { background-image: none; }
#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT { border-top:3.125rem solid #efefef;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container { background-color: transparent; background-image: none; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container > .video-iframe-container { display: none; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row > .video-iframe-container { display: none; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .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); }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container { border-width: 0; border-radius: 0; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#KA0uBX9iU78TEZDqlOTM64nMbQFDcf1C { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:4.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bRP9rIE47JxAvRczM0zqQiHGwbzePDM8 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.9375rem;left:0rem;display:block; }
#xktTB9u6I9Ku3K3lS6Vqf283mG57Lazo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZeZvUTnb5QMyRxhoAZuRFsakCTKkPGWp { box-sizing:content-box;height:30.375rem;width:29.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/620571fd-27bd-4458-aae9-49d8e5d4bc7a/000.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-2.6875rem;left:28.468750953674rem;display:none; }#ZeZvUTnb5QMyRxhoAZuRFsakCTKkPGWp.adaptive-delivery-prevent-bg, #ZeZvUTnb5QMyRxhoAZuRFsakCTKkPGWp.lazyload, #ZeZvUTnb5QMyRxhoAZuRFsakCTKkPGWp.lazyloading { background-image: none; }
#eqBAuSg3LULkiAGQTKvxuTKMMpJy8bUn { color:#232323;display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:11.875rem;left:0rem;height:5.625rem;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; }
#fTL6Sm2Pd0MAP64JNcJpOn0g8TlzTbIH { color:#232323;display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.8125rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fTL6Sm2Pd0MAP64JNcJpOn0g8TlzTbIH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fTL6Sm2Pd0MAP64JNcJpOn0g8TlzTbIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e14719ea40debd7b6d9bffa56e4b5c35bb833106.svg); }
#lBIrQsaJknTVvm1rg4uTFTz8EdRCLgvi { box-sizing:content-box;height:32.4375rem;width:38.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/42d0cc11-939a-49d7-9239-64b65969c52a/familia165dcbdfd9f990.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.28125rem;left:43.6875rem;display:block; }#lBIrQsaJknTVvm1rg4uTFTz8EdRCLgvi.adaptive-delivery-prevent-bg, #lBIrQsaJknTVvm1rg4uTFTz8EdRCLgvi.lazyload, #lBIrQsaJknTVvm1rg4uTFTz8EdRCLgvi.lazyloading { background-image: none; }
#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:block; }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .row .container { background-color: transparent; background-image: none; }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .row .container > .video-iframe-container { display: none; }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .row > .video-iframe-container { display: none; }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .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); }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .row .container { border-width: 0; border-radius: 0; }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#zkJiC5kUNBwK7wcITkb523ZHwaRIZmgx { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:6.6943359375rem;left:41.4375rem;height:19.1113125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zkJiC5kUNBwK7wcITkb523ZHwaRIZmgx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zkJiC5kUNBwK7wcITkb523ZHwaRIZmgx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8372b4ebd619efbc597cd5d7adf446a0254d1d19.svg); }
#i5AeGOeqFF5MocKa7PEFakvQl4P2vBJP { box-sizing:content-box;height:22.375rem;width:35.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d7615433-5414-4ab9-a73d-836d1a178209/deck23scaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.0625rem;left:-3.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i5AeGOeqFF5MocKa7PEFakvQl4P2vBJP.adaptive-delivery-prevent-bg, #i5AeGOeqFF5MocKa7PEFakvQl4P2vBJP.lazyload, #i5AeGOeqFF5MocKa7PEFakvQl4P2vBJP.lazyloading { background-image: none; }
#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21a7a940-b400-42d9-95a5-89fbcfcc4b2c/subtlegrunge.png");background-position:center !important;background-repeat: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; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7.adaptive-delivery-prevent-bg, #berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7.lazyload, #berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7.lazyloading { background-image: none; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row .container { background-color: transparent; background-image: none; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.31); }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row .container > .video-iframe-container { display: none; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.31); }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row > .video-iframe-container { display: none; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .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); }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row .container { border-width: 0; border-radius: 0; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7::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; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row .container { font-size:0.875rem;font-family:arial;height:66.25rem;width:75rem;position:relative;display:block; }#q4c89mx87vUH7LdNi7lcrKDXUysW7oZT { position:absolute;display:block;z-index:15000;height:14.6875rem;width:75rem;top:8.1875rem;left:0rem;display:none; }
#myQZtXZtBIy1eVPXCmC1rKRNOMQcIs3N { box-sizing:content-box;height:16.25rem;width:24.375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/022d34f8-e76b-4857-bfd8-e105e53ca070/DSC08408scaled.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#myQZtXZtBIy1eVPXCmC1rKRNOMQcIs3N.adaptive-delivery-prevent-bg, #myQZtXZtBIy1eVPXCmC1rKRNOMQcIs3N.lazyload, #myQZtXZtBIy1eVPXCmC1rKRNOMQcIs3N.lazyloading { background-image: none; }
#gl2en9B209DyTv15b1tD9lpz1a1rnWqs { color:#ededed;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:8.3125rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:0.76458740234375rem;left:35.718750953674rem;height:9.9750625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#x2uQAZLmhcdmXPyX71Jr5mLDfxv5oriL { box-sizing:content-box;height:16.25rem;width:24.375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d2425f13-bb0b-4da8-9ffa-287d1bfc05e4/DJI_0019scaled.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6873359680175rem;left:49.999999046326rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x2uQAZLmhcdmXPyX71Jr5mLDfxv5oriL.adaptive-delivery-prevent-bg, #x2uQAZLmhcdmXPyX71Jr5mLDfxv5oriL.lazyload, #x2uQAZLmhcdmXPyX71Jr5mLDfxv5oriL.lazyloading { background-image: none; }
#JI60u5tNPQ3FsPfhAuOs1z8QnHFrDv65 { box-sizing:content-box;height:16.25rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/908d0d00-5121-4d67-a4e7-323730448d58/DJI_0980scaled.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6873359680175rem;left:24.999999046326rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JI60u5tNPQ3FsPfhAuOs1z8QnHFrDv65.adaptive-delivery-prevent-bg, #JI60u5tNPQ3FsPfhAuOs1z8QnHFrDv65.lazyload, #JI60u5tNPQ3FsPfhAuOs1z8QnHFrDv65.lazyloading { background-image: none; }
#cZyLP4aEK6SVZh9WAifHb7pzn4sqUHrb { box-sizing:content-box;height:16.25rem;width:24.375rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae18b790-d61a-42a1-b144-c5426ddbeda6/DSC08390scaled.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cZyLP4aEK6SVZh9WAifHb7pzn4sqUHrb.adaptive-delivery-prevent-bg, #cZyLP4aEK6SVZh9WAifHb7pzn4sqUHrb.lazyload, #cZyLP4aEK6SVZh9WAifHb7pzn4sqUHrb.lazyloading { background-image: none; }
#azJpQlqkCiTe7GnklNppFBP2oaTwSZfg { box-sizing:content-box;height:16.25rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb7d30b5-07e8-4eee-b724-b3df4640f113/IMG_4774.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.5625rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#azJpQlqkCiTe7GnklNppFBP2oaTwSZfg.adaptive-delivery-prevent-bg, #azJpQlqkCiTe7GnklNppFBP2oaTwSZfg.lazyload, #azJpQlqkCiTe7GnklNppFBP2oaTwSZfg.lazyloading { background-image: none; }
#IRJrFN7FNU1DSTJBe0EgNhtCnIvRwdll { box-sizing:content-box;height:16.25rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a438d982-f79c-4dd3-803a-3b5c7eec5af5/e1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.5625rem;left:50rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IRJrFN7FNU1DSTJBe0EgNhtCnIvRwdll.adaptive-delivery-prevent-bg, #IRJrFN7FNU1DSTJBe0EgNhtCnIvRwdll.lazyload, #IRJrFN7FNU1DSTJBe0EgNhtCnIvRwdll.lazyloading { background-image: none; }
#cGUQuPnGCbUfw4dX1r99EBVWtvc4mRst { box-sizing:content-box;height:16.25rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57ad112-87fd-44d3-a192-0e8d9a919672/e2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42.4375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cGUQuPnGCbUfw4dX1r99EBVWtvc4mRst.adaptive-delivery-prevent-bg, #cGUQuPnGCbUfw4dX1r99EBVWtvc4mRst.lazyload, #cGUQuPnGCbUfw4dX1r99EBVWtvc4mRst.lazyloading { background-image: none; }
#Et60yVrbx13Bc2aRTzIqAsW2Z8FlDxNh { box-sizing:content-box;height:16.25rem;width:24.375rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3ae8a034-919d-4216-a8b4-c642776a92c4/e3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42.4375rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Et60yVrbx13Bc2aRTzIqAsW2Z8FlDxNh.adaptive-delivery-prevent-bg, #Et60yVrbx13Bc2aRTzIqAsW2Z8FlDxNh.lazyload, #Et60yVrbx13Bc2aRTzIqAsW2Z8FlDxNh.lazyloading { background-image: none; }
#nBTg0AULTkBc2y0SyJftlJyhOFzlnfTz { box-sizing:content-box;height:16.25rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/29961130-84dc-46d9-ac3f-541b9815903f/IMG_2765scaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42.4375rem;left:50rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nBTg0AULTkBc2y0SyJftlJyhOFzlnfTz.adaptive-delivery-prevent-bg, #nBTg0AULTkBc2y0SyJftlJyhOFzlnfTz.lazyload, #nBTg0AULTkBc2y0SyJftlJyhOFzlnfTz.lazyloading { background-image: none; }
#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e047dda4-6d8e-4370-b80b-c0da7ca10b75/IMG_4775.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; }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T.adaptive-delivery-prevent-bg, #c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T.lazyload, #c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T.lazyloading { background-image: none; }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .row .container { background-color: transparent; background-image: none; }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.96); }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .row .container > .video-iframe-container { display: none; }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.96); }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .row > .video-iframe-container { display: none; }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .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); }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .row .container { border-width: 0; border-radius: 0; }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T::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; }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#PoTADdfbT0aMa62DDo6veaHTPlLnwSsT { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:14999;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:10.3125rem;font-style:normal;display:block; }
#TbuTUC8uzh7tGfgyTqRqBvXa1UXQJxRo { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.9;letter-spacing:0;top:6.25rem;left:23.6875rem;height:19.327125rem;display:block; }#TbuTUC8uzh7tGfgyTqRqBvXa1UXQJxRo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TbuTUC8uzh7tGfgyTqRqBvXa1UXQJxRo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_828d82494387413f479317d59cf659e141180625.svg); }
#QFhHwJnZ4uUakUOSF5ox88qGZu7uBGRQ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.9;overflow:hidden;position:absolute;width:17.416rem;height:3.2285125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22rem;left:0rem;display:block; }
#eozT08uEh5Sv0hlc2WTPdv31aeU2eRFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e047dda4-6d8e-4370-b80b-c0da7ca10b75/IMG_4775.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; }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz.adaptive-delivery-prevent-bg, #ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz.lazyload, #ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz.lazyloading { background-image: none; }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .row .container { background-color: transparent; background-image: none; }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.92); }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .row .container > .video-iframe-container { display: none; }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .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.92); }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .row > .video-iframe-container { display: none; }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .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); }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .row .container { border-width: 0; border-radius: 0; }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz::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; }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#oZzxHZfBWeZsg3ISdi1KzTPlZXdpXnBZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.625rem;left:50rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cS4MdlotBIyXtw46ElMZ7xWzwKt52Xcz { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:5.625rem;left:25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d0XPiciGXgCi9CSiaNzDkmNOufVo62lT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KfaDFyJdnJtBRfRuQlgTiQDnNyOGJZRW { 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:none; }#KfaDFyJdnJtBRfRuQlgTiQDnNyOGJZRW > .row .container { border-width: 0; border-radius: 0; }#KfaDFyJdnJtBRfRuQlgTiQDnNyOGJZRW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KfaDFyJdnJtBRfRuQlgTiQDnNyOGJZRW > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:none; }#SkONfqnwm0FzhNipMxQUqscDx2WRGJos { color:rgba(var(--color-tertiary-1),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.3125rem;left:15.187500953674rem;height:2.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oCbhT1EXiwa9mZbU7NTxLIHH2AHlbHao { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15007;background-color:#c3c3c3;background-image:url("https://images.assets-landingi.com/uc/fac0d4bd-5fbb-4383-89dd-12b6409f1549/Capturadetela20241015111019.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.40625rem;left:2rem;display:block; }#oCbhT1EXiwa9mZbU7NTxLIHH2AHlbHao.adaptive-delivery-prevent-bg, #oCbhT1EXiwa9mZbU7NTxLIHH2AHlbHao.lazyload, #oCbhT1EXiwa9mZbU7NTxLIHH2AHlbHao.lazyloading { background-image: none; }
#x9K319Z3FKxHa7GUwiRVLrtgDbcuk2Bs { color:rgba(var(--color-tertiary-1),1);display:block;width:13.375rem;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:11.1875rem;left:5.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M8Q4ntVHw5IrHa9wgporvEGwPTDWItC3 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:15.9990234375rem;left:2rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#msKR9R4uTc14hvc0KO7KwvgpMv2yuiPz { 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:8.75rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#WvcUKZee7I1RpQZKu4nDraRVXJa2cD71 { 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:8.75rem;left:25.500000953674rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#PF5vA0wdmOKJ9TRp4n8Vxo40KPQ2FJ5g { color:rgba(var(--color-tertiary-1),1);display:block;width:11.125rem;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:11.1875rem;left:31.375000953674rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PiNLwXktRACAE5T4Xd2udIK2Dz07oihi { color:rgba(var(--color-tertiary-1),1);display:block;width:20.125rem;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:15.999999046326rem;left:27.500000953674rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wtzWnm5Sb5reGI04MVoyNJ25gbxdeRvC { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15011;background-color:#c3c3c3;background-image:url("https://images.assets-landingi.com/uc/f633ebae-3a41-4333-b301-7f05da3a065e/Capturadetela20241015111054.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.437499046326rem;left:27.500000953674rem;display:block; }#wtzWnm5Sb5reGI04MVoyNJ25gbxdeRvC.adaptive-delivery-prevent-bg, #wtzWnm5Sb5reGI04MVoyNJ25gbxdeRvC.lazyload, #wtzWnm5Sb5reGI04MVoyNJ25gbxdeRvC.lazyloading { background-image: none; }
#EsV3qTu5sNhn9eepinsT8HpdSZCrX0hH { 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:8.75rem;left:50.937500953674rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TGytmmhuXqR7KZBNaggr8SuOzTAuCrik { color:rgba(var(--color-tertiary-1),1);display:block;width:12.0625rem;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:11.1875rem;left:56.8115234375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hWW40lpyV5OAr8dhnKa5o0r9vhdLe6Gy { color:rgba(var(--color-tertiary-1),1);display:block;width:20.125rem;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:15.999999046326rem;left:52.937497138977rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RUhUlBNrXNiIS30efruQTdWBruuycTRv { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:#c3c3c3;background-image:url("https://images.assets-landingi.com/uc/539259dd-8098-45bf-beaf-d14420bc054a/Capturadetela20241015111120.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.437499046326rem;left:52.937497138977rem;display:block; }#RUhUlBNrXNiIS30efruQTdWBruuycTRv.adaptive-delivery-prevent-bg, #RUhUlBNrXNiIS30efruQTdWBruuycTRv.lazyload, #RUhUlBNrXNiIS30efruQTdWBruuycTRv.lazyloading { background-image: none; }
#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f42c65a-0617-4b39-8e33-144231627636/DSC06175pngoi_.webp");background-position:center !important;background-repeat: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; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt.adaptive-delivery-prevent-bg, #KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt.lazyload, #KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt.lazyloading { background-image: none; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row .container { background-color: transparent; background-image: none; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row .container > .video-iframe-container { display: none; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row > .video-iframe-container { display: none; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .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); }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row .container { border-width: 0; border-radius: 0; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt::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; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#qBnLEpXtkhvqCn8nbogUwlE4KSkAqgKe { position:absolute;display:block;z-index:15000;height:14.6875rem;width:75rem;top:8.1875rem;left:0rem;display:none; }
#T4uJNrLB3O3TZ60EIu82BWVoxJrsTDFp { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:14.375rem;left:0rem;height:10.19925rem;font-style:normal;display:block; }
#iCHu0dcD0sgaZmW4RSn4xLUl2FzuIkb6 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:15.625rem;top:7.3115234375rem;left:0rem;overflow:hidden;display:block; }
#vTcdFs4HHbRH4x3p7Kp5acErCd5Mxx5S { background-color:rgba(var(--color-primary-3),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.375rem;left:33.5625rem;display:block; }
#WWlTNf1FNdo4gTuDiGW4h0tJngO7EnK6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCQExNAbpFickS1PrEH4SV4DiGn1R9u9 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:14.375rem;left:63.125rem;height:4.04883125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xUHb01Ba5PFfTIJPqnkbLbiryUSRWrKW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.01171875rem;left:72.375rem; }
#xUHb01Ba5PFfTIJPqnkbLbiryUSRWrKW > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#QmOn7y2XXoLfey9FHcxT44O8OHDcTJA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:21.9375rem;left:33.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lDytL38WwB6HUcb76mdc01V45MLTfc4d { position:relative;z-index:auto;display:none; }#lDytL38WwB6HUcb76mdc01V45MLTfc4d { border-width: 0; border-radius: 0; }#lDytL38WwB6HUcb76mdc01V45MLTfc4d > .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; }#lDytL38WwB6HUcb76mdc01V45MLTfc4d > .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:6.3125rem;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; }#How2ECpTvfOv87dDgxr67FKWoygnvXrd { background-color:rgba(var(--color-primary-2),1);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: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; }
#DPsbMUTSFNGxF1Ncv55FxFhPEZKSb7Sq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mbNe6hvBoGPH8rohKmyiHEgEGGekJQ0i { 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; }
#ymE4vF3EQDuITkUVUg7xwMoe16IX88Ad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7Dr3pcOT0raXl1BfZvam0uM0JlUkMUN { 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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.9;overflow:hidden;position:absolute;width:11.3125rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1rem;left:59.25rem;display:block; }
#tSvEQBLs7CfbpDeC4VpHPrMVXru5XyA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp { position:relative;z-index:auto;display:block; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp { background-color: transparent; background-image: none; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row .container > .video-iframe-container { display: none; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row > .video-iframe-container { display: none; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .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); }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp { border-width: 0; border-radius: 0; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .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; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .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:6.3125rem;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; }#TrotcIU05zwhkfKWRCHTSxkxexODRQD4 { background-color:#60c730;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: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; }
#nKECEQxvuTfrraKWJ8IwsEhvixGZIOJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5SznF4vHkOf7Zfe1TRd1QDMRZanLRP5 { 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; }
#pQiAG70o0ET8WivKrXoA9SSx0nhiyhhT { 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) { #mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S { display:block; }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9dqyGAxw08T2CV4LO9PfsMebVFB4sJM { width:32.9375rem;height:5.625rem;top:29.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCddPLeVSUPSCKw1Z2uHXN2RuqlKK3fd { width:34.5625rem;height:12.375rem;top:15.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGSSQT7LNZ6xi53TG0Xg3pyL6AOOIvy9 { width:16.5rem;height:3.75rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA9ndiiw85o1qcQhqfDDHDfka3FW4uuv { width:17.5rem;height:3.4375rem;top:20.125rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8aWlsHb5tEB47sWeNbRBiJJ8uc6XzOn { display:block; }
 }@media only screen and (max-width: 763px) { #QIErB4SKKMCN9n9rZtsXhMXO6zAsZpXL { width:20.1875rem;height:3.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLslvMHMI8gELJ08l2DiEu9UTaa6dSGI { display:block; }
 }@media only screen and (max-width: 763px) { #x24x8LbRi3F8x5zqKSK4be9662n4aTLK { width:11.75rem;height:3.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5q3WDZThxuuP6QDuDBcdTRF2hFOPfkz { display:block; }
 }@media only screen and (max-width: 763px) { #ZECo9lThLSirT1oVb9D4Im3dyPNwt8EN { width:47.75rem;height:37.625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVsrDQ57MHK8oHZm4pGDLHwiIv2mpgI { width:23rem;height:1.1875rem;top:12.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIm7CG0drrBrJyfm8FO16SG7idPP21pe { display:block; }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNuWnJTpvssBDBEtCJosdTzJ03qi06m2 { width:28.5625rem;height:11.75rem;top:22.75rem;left:19.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8X5VNvKJUkz8DM4cr5JtwfkrCtTAgL1 { width:19.3125rem;height:1.8125rem;top:24.5625rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSVoRaSum33Tp2fpfRsSazJZ2FzXvLpV { width:25.6875rem;height:4.4375rem;top:27.4375rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhKZrVkJt1BtQSoLxxvA1ysG4MsBKnni { width:28.5625rem;height:11.75rem;top:22.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgHha4faSWSbIq9bA9BJMfvL8dKnIgMt { width:18.5625rem;height:1.75rem;top:24.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA6A1tPUHO2SMLveyKxB8EM00xlJVgHA { width:25.5rem;height:4.4375rem;top:27.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaMWhIIFGu37Wk59eC8U2obciKIAXk9k { width:17.375rem;height:3.3125rem;top:39.4375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcGsJqeH9sBPZUwQ9iKR3XOKJZbx2XES { display:block; }
 }@media only screen and (max-width: 763px) { #qqsbWg5XglUigILN4o4VBTxVWlh0FXwn { width:28.5625rem;height:15.1875rem;top:7.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thyiR7O3CnXIDLFXIJtSpSoKB1giZEA6 { width:28.5625rem;height:15.1875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT { display:block; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KA0uBX9iU78TEZDqlOTM64nMbQFDcf1C { width:30.9375rem;height:4.3125rem;top:5.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRP9rIE47JxAvRczM0zqQiHGwbzePDM8 { width:17.3125rem;height:3.1875rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xktTB9u6I9Ku3K3lS6Vqf283mG57Lazo { display:block; }
 }@media only screen and (max-width: 763px) { #ZeZvUTnb5QMyRxhoAZuRFsakCTKkPGWp { width:29.375rem;height:30.375rem;top:-2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqBAuSg3LULkiAGQTKvxuTKMMpJy8bUn { width:35.125rem;height:5.625rem;top:11.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTL6Sm2Pd0MAP64JNcJpOn0g8TlzTbIH { width:38.4375rem;height:8.4375rem;top:19.8125rem;left:0rem;font-size:0.9375rem;display:block; }#fTL6Sm2Pd0MAP64JNcJpOn0g8TlzTbIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e14719ea40debd7b6d9bffa56e4b5c35bb833106.svg); }
 }@media only screen and (max-width: 763px) { #lBIrQsaJknTVvm1rg4uTFTz8EdRCLgvi { width:38.875rem;height:32.4375rem;top:4.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE { display:block; }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkJiC5kUNBwK7wcITkb523ZHwaRIZmgx { width:28.4375rem;height:19.0625rem;top:6.6875rem;left:19.3125rem;font-size:1.125rem;display:block; }#zkJiC5kUNBwK7wcITkb523ZHwaRIZmgx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8372b4ebd619efbc597cd5d7adf446a0254d1d19.svg); }
 }@media only screen and (max-width: 763px) { #i5AeGOeqFF5MocKa7PEFakvQl4P2vBJP { width:35.4375rem;height:22.375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 { display:block; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4c89mx87vUH7LdNi7lcrKDXUysW7oZT { width:47.75rem;height:14.6875rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myQZtXZtBIy1eVPXCmC1rKRNOMQcIs3N { width:24.375rem;height:16.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl2en9B209DyTv15b1tD9lpz1a1rnWqs { width:33.3125rem;height:0.125rem;top:0.75rem;left:14.4375rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2uQAZLmhcdmXPyX71Jr5mLDfxv5oriL { width:24.375rem;height:16.25rem;top:8.625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI60u5tNPQ3FsPfhAuOs1z8QnHFrDv65 { width:24.375rem;height:16.25rem;top:8.625rem;left:11.374999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZyLP4aEK6SVZh9WAifHb7pzn4sqUHrb { width:24.375rem;height:16.25rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azJpQlqkCiTe7GnklNppFBP2oaTwSZfg { width:24.375rem;height:16.25rem;top:25.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJrFN7FNU1DSTJBe0EgNhtCnIvRwdll { width:24.375rem;height:16.25rem;top:25.5625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGUQuPnGCbUfw4dX1r99EBVWtvc4mRst { width:24.375rem;height:16.25rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et60yVrbx13Bc2aRTzIqAsW2Z8FlDxNh { width:24.375rem;height:16.25rem;top:42.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBTg0AULTkBc2y0SyJftlJyhOFzlnfTz { width:24.375rem;height:16.25rem;top:42.4375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T { display:block; }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoTADdfbT0aMa62DDo6veaHTPlLnwSsT { width:19.875rem;height:10.3125rem;top:6.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbuTUC8uzh7tGfgyTqRqBvXa1UXQJxRo { width:47.75rem;height:19.3125rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }#TbuTUC8uzh7tGfgyTqRqBvXa1UXQJxRo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_828d82494387413f479317d59cf659e141180625.svg); }
 }@media only screen and (max-width: 763px) { #QFhHwJnZ4uUakUOSF5ox88qGZu7uBGRQ { width:17.375rem;height:3.1875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eozT08uEh5Sv0hlc2WTPdv31aeU2eRFL { display:block; }
 }@media only screen and (max-width: 763px) { #ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz { display:block; }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZzxHZfBWeZsg3ISdi1KzTPlZXdpXnBZ { width:18.1875rem;height:6rem;top:5.625rem;left:29.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS4MdlotBIyXtw46ElMZ7xWzwKt52Xcz { width:22.125rem;height:6rem;top:5.625rem;left:9.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0XPiciGXgCi9CSiaNzDkmNOufVo62lT { width:17.9375rem;height:6rem;top:5.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfaDFyJdnJtBRfRuQlgTiQDnNyOGJZRW { display:block; }#KfaDFyJdnJtBRfRuQlgTiQDnNyOGJZRW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkONfqnwm0FzhNipMxQUqscDx2WRGJos { width:44.6875rem;height:2.8125rem;top:3.3125rem;left:1.5625009536743rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCbhT1EXiwa9mZbU7NTxLIHH2AHlbHao { width:2.8125rem;height:2.8125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9K319Z3FKxHa7GUwiRVLrtgDbcuk2Bs { width:13.3125rem;height:1.5625rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Q4ntVHw5IrHa9wgporvEGwPTDWItC3 { width:19.375rem;height:4.8125rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msKR9R4uTc14hvc0KO7KwvgpMv2yuiPz { width:24.0625rem;height:14.8125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvcUKZee7I1RpQZKu4nDraRVXJa2cD71 { width:24.0625rem;height:14.8125rem;top:8.75rem;left:11.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF5vA0wdmOKJ9TRp4n8Vxo40KPQ2FJ5g { width:11.0625rem;height:1.5625rem;top:11.125rem;left:17.749784469604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiNLwXktRACAE5T4Xd2udIK2Dz07oihi { width:20.125rem;height:4.75rem;top:15.9375rem;left:13.875000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtzWnm5Sb5reGI04MVoyNJ25gbxdeRvC { width:2.8125rem;height:2.8125rem;top:11.375rem;left:13.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsV3qTu5sNhn9eepinsT8HpdSZCrX0hH { width:24.0625rem;height:14.8125rem;top:8.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGytmmhuXqR7KZBNaggr8SuOzTAuCrik { width:12rem;height:3.1875rem;top:11.125rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWW40lpyV5OAr8dhnKa5o0r9vhdLe6Gy { width:20.125rem;height:4.75rem;top:15.9375rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUhUlBNrXNiIS30efruQTdWBruuycTRv { width:2.8125rem;height:2.8125rem;top:11.375rem;left:39.312497138977rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt { display:block; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBnLEpXtkhvqCn8nbogUwlE4KSkAqgKe { width:47.75rem;height:14.6875rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4uJNrLB3O3TZ60EIu82BWVoxJrsTDFp { width:28rem;height:10.1875rem;top:14.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCHu0dcD0sgaZmW4RSn4xLUl2FzuIkb6 { width:15.625rem;height:3.5625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcdFs4HHbRH4x3p7Kp5acErCd5Mxx5S { width:20.1875rem;height:4.375rem;top:14.375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWlTNf1FNdo4gTuDiGW4h0tJngO7EnK6 { display:block; }
 }@media only screen and (max-width: 763px) { #cCQExNAbpFickS1PrEH4SV4DiGn1R9u9 { width:11.875rem;height:4rem;top:14.375rem;left:35.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUHb01Ba5PFfTIJPqnkbLbiryUSRWrKW { width:2.625rem;height:2.625rem;top:22rem;left:45.125rem;display:block; }
#xUHb01Ba5PFfTIJPqnkbLbiryUSRWrKW > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #QmOn7y2XXoLfey9FHcxT44O8OHDcTJA3 { width:20.4375rem;height:1.9375rem;top:21.9375rem;left:19.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDytL38WwB6HUcb76mdc01V45MLTfc4d { display:none; }#lDytL38WwB6HUcb76mdc01V45MLTfc4d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #How2ECpTvfOv87dDgxr67FKWoygnvXrd { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPsbMUTSFNGxF1Ncv55FxFhPEZKSb7Sq { display:block; }
 }@media only screen and (max-width: 763px) { #mbNe6hvBoGPH8rohKmyiHEgEGGekJQ0i { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymE4vF3EQDuITkUVUg7xwMoe16IX88Ad { display:block; }
 }@media only screen and (max-width: 763px) { #x7Dr3pcOT0raXl1BfZvam0uM0JlUkMUN { width:11.3125rem;height:2.125rem;top:1rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSvEQBLs7CfbpDeC4VpHPrMVXru5XyA5 { display:block; }
 }@media only screen and (max-width: 763px) { #dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp { display:none; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrotcIU05zwhkfKWRCHTSxkxexODRQD4 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKECEQxvuTfrraKWJ8IwsEhvixGZIOJA { display:block; }
 }@media only screen and (max-width: 763px) { #m5SznF4vHkOf7Zfe1TRd1QDMRZanLRP5 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQiAG70o0ET8WivKrXoA9SSx0nhiyhhT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S { display:block; }#mqrzVMSxSTv6IpOH2StZOoBxnpQOz20S > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9dqyGAxw08T2CV4LO9PfsMebVFB4sJM { width:19.8125rem;height:4.78125rem;top:19.6015625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FCddPLeVSUPSCKw1Z2uHXN2RuqlKK3fd { width:18.9375rem;height:7.5rem;top:11rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LGSSQT7LNZ6xi53TG0Xg3pyL6AOOIvy9 { width:13.6875rem;height:3.0625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA9ndiiw85o1qcQhqfDDHDfka3FW4uuv { width:13.0625rem;height:3.4375rem;top:51.875rem;left:3.46875rem;z-index:15010;font-size:0.875rem;box-shadow: none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;background-color:transparent;background-image:none;color:#25d366;display:none; }
 }@media only screen and (max-width: 763px) { #m8aWlsHb5tEB47sWeNbRBiJJ8uc6XzOn { display:block; }
 }@media only screen and (max-width: 763px) { #QIErB4SKKMCN9n9rZtsXhMXO6zAsZpXL { width:13.5625rem;height:3.3125rem;top:26.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLslvMHMI8gELJ08l2DiEu9UTaa6dSGI { display:block; }
 }@media only screen and (max-width: 763px) { #x24x8LbRi3F8x5zqKSK4be9662n4aTLK { width:11.4453125rem;height:2.8125rem;top:30.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5q3WDZThxuuP6QDuDBcdTRF2hFOPfkz { display:block; }
 }@media only screen and (max-width: 763px) { #ZECo9lThLSirT1oVb9D4Im3dyPNwt8EN { width:19.4375rem;height:12.125rem;top:31.25rem;left:1.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TFVsrDQ57MHK8oHZm4pGDLHwiIv2mpgI { width:17.0625rem;height:0.89355625rem;top:8.82421875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RIm7CG0drrBrJyfm8FO16SG7idPP21pe { display:block; }#RIm7CG0drrBrJyfm8FO16SG7idPP21pe > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNuWnJTpvssBDBEtCJosdTzJ03qi06m2 { width:17.5rem;height:16.5rem;top:70.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8X5VNvKJUkz8DM4cr5JtwfkrCtTAgL1 { width:19.875rem;height:1.75rem;top:51.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSVoRaSum33Tp2fpfRsSazJZ2FzXvLpV { width:20rem;height:5.59765625rem;top:54.5rem;left:0rem;font-size:1rem;color:#232323;display:block; }
 }@media only screen and (max-width: 763px) { #LhKZrVkJt1BtQSoLxxvA1ysG4MsBKnni { width:17.5rem;height:16.5rem;top:88.374992370606rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgHha4faSWSbIq9bA9BJMfvL8dKnIgMt { width:20rem;height:1.75rem;top:20.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA6A1tPUHO2SMLveyKxB8EM00xlJVgHA { width:19.999rem;height:5.59765625rem;top:24.4375rem;left:0rem;font-size:1rem;color:#232323;display:block; }
 }@media only screen and (max-width: 763px) { #oaMWhIIFGu37Wk59eC8U2obciKIAXk9k { width:16.933625rem;height:3.12206875rem;top:63.9375rem;left:1.5322265625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcGsJqeH9sBPZUwQ9iKR3XOKJZbx2XES { display:block; }
 }@media only screen and (max-width: 763px) { #qqsbWg5XglUigILN4o4VBTxVWlh0FXwn { width:20rem;height:13.375rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thyiR7O3CnXIDLFXIJtSpSoKB1giZEA6 { width:20rem;height:13.375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT { background-color:#e5e5e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container { background-color: transparent; background-image: none; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container > .video-iframe-container { display: none; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row > .video-iframe-container { display: none; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .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); }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container { border-width: 0; border-radius: 0; }#Ol8EqVmd7BiSwegVl3pttcorBJHQhJGT > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KA0uBX9iU78TEZDqlOTM64nMbQFDcf1C { width:19rem;height:6.03515625rem;top:2.4375rem;left:0rem;font-size:1.4375rem;line-height:1.4;z-index:15022;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #bRP9rIE47JxAvRczM0zqQiHGwbzePDM8 { width:13.5rem;height:3.125rem;top:33.259765625rem;left:0rem;z-index:15021;font-size:1.0625rem;color:rgba(var(--color-primary-3),1);border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #xktTB9u6I9Ku3K3lS6Vqf283mG57Lazo { display:block; }
 }@media only screen and (max-width: 763px) { #ZeZvUTnb5QMyRxhoAZuRFsakCTKkPGWp { width:8.5625rem;height:8.125rem;top:1.1875rem;left:11.4375rem;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ef5700);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ef5700);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ef5700);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ef5700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ef5700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ef5700' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ef5700);background-size:cover !important;display:none; }
 }@media only screen and (max-width: 763px) { #eqBAuSg3LULkiAGQTKvxuTKMMpJy8bUn { width:20rem;height:6.375rem;top:10.884765625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fTL6Sm2Pd0MAP64JNcJpOn0g8TlzTbIH { width:20rem;height:12.09375rem;top:19.322265625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#fTL6Sm2Pd0MAP64JNcJpOn0g8TlzTbIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e14719ea40debd7b6d9bffa56e4b5c35bb833106.svg); }
 }@media only screen and (max-width: 763px) { #lBIrQsaJknTVvm1rg4uTFTz8EdRCLgvi { width:20rem;height:12.1875rem;top:40.353515625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/42d0cc11-939a-49d7-9239-64b65969c52a/familia165dcbdfd9f990.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lBIrQsaJknTVvm1rg4uTFTz8EdRCLgvi.adaptive-delivery-prevent-bg, #lBIrQsaJknTVvm1rg4uTFTz8EdRCLgvi.lazyload, #lBIrQsaJknTVvm1rg4uTFTz8EdRCLgvi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE { display:block; }#nFATSTpSrs5X9zcs1QAIlQbvzZ47BUCE > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkJiC5kUNBwK7wcITkb523ZHwaRIZmgx { width:19.875rem;height:11.0078125rem;top:14.375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }#zkJiC5kUNBwK7wcITkb523ZHwaRIZmgx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8372b4ebd619efbc597cd5d7adf446a0254d1d19.svg); }
 }@media only screen and (max-width: 763px) { #i5AeGOeqFF5MocKa7PEFakvQl4P2vBJP { width:20rem;height:8.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21a7a940-b400-42d9-95a5-89fbcfcc4b2c/subtlegrunge.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7.adaptive-delivery-prevent-bg, #berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7.lazyload, #berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7.lazyloading { background-image: none; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row .container { background-color: transparent; background-image: none; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row .container > .video-iframe-container { display: none; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row > .video-iframe-container { display: none; }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .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); }#berJOaVs6u3Vl6G8mgG9Wa7g7gLSO5w7 > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4c89mx87vUH7LdNi7lcrKDXUysW7oZT { width:20rem;height:6.0625rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #myQZtXZtBIy1eVPXCmC1rKRNOMQcIs3N { width:20rem;height:9.375rem;top:8.4645833969119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl2en9B209DyTv15b1tD9lpz1a1rnWqs { width:20rem;height:6.7375rem;top:3.9125003814698rem;left:0rem;font-size:4.8125rem;line-height:1.4;text-align:center;text-align-last:center;color:#d7d7d7;display:block; }
 }@media only screen and (max-width: 763px) { #x2uQAZLmhcdmXPyX71Jr5mLDfxv5oriL { width:20rem;height:9.375rem;top:28.46435546875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d2425f13-bb0b-4da8-9ffa-287d1bfc05e4/DJI_0019scaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#x2uQAZLmhcdmXPyX71Jr5mLDfxv5oriL.adaptive-delivery-prevent-bg, #x2uQAZLmhcdmXPyX71Jr5mLDfxv5oriL.lazyload, #x2uQAZLmhcdmXPyX71Jr5mLDfxv5oriL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JI60u5tNPQ3FsPfhAuOs1z8QnHFrDv65 { width:20rem;height:9.375rem;top:38.46435546875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/908d0d00-5121-4d67-a4e7-323730448d58/DJI_0980scaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JI60u5tNPQ3FsPfhAuOs1z8QnHFrDv65.adaptive-delivery-prevent-bg, #JI60u5tNPQ3FsPfhAuOs1z8QnHFrDv65.lazyload, #JI60u5tNPQ3FsPfhAuOs1z8QnHFrDv65.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cZyLP4aEK6SVZh9WAifHb7pzn4sqUHrb { width:20rem;height:9.375rem;top:68.4375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae18b790-d61a-42a1-b144-c5426ddbeda6/DSC08390scaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cZyLP4aEK6SVZh9WAifHb7pzn4sqUHrb.adaptive-delivery-prevent-bg, #cZyLP4aEK6SVZh9WAifHb7pzn4sqUHrb.lazyload, #cZyLP4aEK6SVZh9WAifHb7pzn4sqUHrb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #azJpQlqkCiTe7GnklNppFBP2oaTwSZfg { width:20rem;height:9.375rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJrFN7FNU1DSTJBe0EgNhtCnIvRwdll { width:20rem;height:9.375rem;top:78.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGUQuPnGCbUfw4dX1r99EBVWtvc4mRst { width:20rem;height:9.375rem;top:58.4375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80752a47-707b-46ba-932b-9e31bc3a371c/IMG_2638scaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cGUQuPnGCbUfw4dX1r99EBVWtvc4mRst.adaptive-delivery-prevent-bg, #cGUQuPnGCbUfw4dX1r99EBVWtvc4mRst.lazyload, #cGUQuPnGCbUfw4dX1r99EBVWtvc4mRst.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Et60yVrbx13Bc2aRTzIqAsW2Z8FlDxNh { width:20rem;height:9.375rem;top:18.46435546875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f6785f4a-d7bf-4410-8eed-c2d0472a2a7d/IMG_4747.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Et60yVrbx13Bc2aRTzIqAsW2Z8FlDxNh.adaptive-delivery-prevent-bg, #Et60yVrbx13Bc2aRTzIqAsW2Z8FlDxNh.lazyload, #Et60yVrbx13Bc2aRTzIqAsW2Z8FlDxNh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nBTg0AULTkBc2y0SyJftlJyhOFzlnfTz { width:20rem;height:11.5rem;top:89.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/29961130-84dc-46d9-ac3f-541b9815903f/IMG_2765scaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nBTg0AULTkBc2y0SyJftlJyhOFzlnfTz.adaptive-delivery-prevent-bg, #nBTg0AULTkBc2y0SyJftlJyhOFzlnfTz.lazyload, #nBTg0AULTkBc2y0SyJftlJyhOFzlnfTz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T { display:block; }#c4GCu0G41BmBG2xfseeDSNqPyPv2ki8T > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoTADdfbT0aMa62DDo6veaHTPlLnwSsT { width:18.6875rem;height:4.673825rem;top:3.8125rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TbuTUC8uzh7tGfgyTqRqBvXa1UXQJxRo { width:20rem;height:24.668rem;top:10.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#TbuTUC8uzh7tGfgyTqRqBvXa1UXQJxRo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_828d82494387413f479317d59cf659e141180625.svg); }
 }@media only screen and (max-width: 763px) { #QFhHwJnZ4uUakUOSF5ox88qGZu7uBGRQ { width:17.375rem;height:3.1875rem;top:38.9931640625rem;left:1.3125rem;font-size:1.0625rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #eozT08uEh5Sv0hlc2WTPdv31aeU2eRFL { display:block; }
 }@media only screen and (max-width: 763px) { #ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz { display:block; }#ZVpMsALSANsTKZLw6Wb8sfDCrNHvpEHz > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZzxHZfBWeZsg3ISdi1KzTPlZXdpXnBZ { width:17.8125rem;height:4.5rem;top:3.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cS4MdlotBIyXtw46ElMZ7xWzwKt52Xcz { width:20rem;height:4.5rem;top:10rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0XPiciGXgCi9CSiaNzDkmNOufVo62lT { width:20rem;height:4.5rem;top:16.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfaDFyJdnJtBRfRuQlgTiQDnNyOGJZRW { display:none; }#KfaDFyJdnJtBRfRuQlgTiQDnNyOGJZRW > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SkONfqnwm0FzhNipMxQUqscDx2WRGJos { width:20rem;height:3.5996125rem;top:2.7499990463257rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCbhT1EXiwa9mZbU7NTxLIHH2AHlbHao { width:2.8125rem;height:2.8125rem;top:9.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9K319Z3FKxHa7GUwiRVLrtgDbcuk2Bs { width:11.125rem;height:2.5996125rem;top:9.5rem;left:5.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8Q4ntVHw5IrHa9wgporvEGwPTDWItC3 { width:17rem;height:4.19824375rem;top:13.4375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #msKR9R4uTc14hvc0KO7KwvgpMv2yuiPz { width:20rem;height:11.875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvcUKZee7I1RpQZKu4nDraRVXJa2cD71 { width:20rem;height:11.875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF5vA0wdmOKJ9TRp4n8Vxo40KPQ2FJ5g { width:11.125rem;height:2.61230625rem;top:22.75rem;left:5.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PiNLwXktRACAE5T4Xd2udIK2Dz07oihi { width:17rem;height:4.19824375rem;top:26.75rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wtzWnm5Sb5reGI04MVoyNJ25gbxdeRvC { width:2.8125rem;height:2.8125rem;top:22.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsV3qTu5sNhn9eepinsT8HpdSZCrX0hH { width:20rem;height:11.875rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGytmmhuXqR7KZBNaggr8SuOzTAuCrik { width:10.3125rem;height:1.29980625rem;top:36rem;left:5.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hWW40lpyV5OAr8dhnKa5o0r9vhdLe6Gy { width:16.875rem;height:4.19824375rem;top:39.1875rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RUhUlBNrXNiIS30efruQTdWBruuycTRv { width:2.8125rem;height:2.8125rem;top:35.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f42c65a-0617-4b39-8e33-144231627636/DSC06175pngoi_.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt.adaptive-delivery-prevent-bg, #KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt.lazyload, #KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt.lazyloading { background-image: none; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row .container { background-color: transparent; background-image: none; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row .container > .video-iframe-container { display: none; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row > .video-iframe-container { display: none; }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .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); }#KRXAnTgztyWOuzpTFFNJx1PkuN3reCpt > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBnLEpXtkhvqCn8nbogUwlE4KSkAqgKe { width:20rem;height:6.0625rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4uJNrLB3O3TZ60EIu82BWVoxJrsTDFp { width:19.375rem;height:4.2744125rem;top:10.5625rem;left:0.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCHu0dcD0sgaZmW4RSn4xLUl2FzuIkb6 { width:10.75rem;height:2.375rem;top:5.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcdFs4HHbRH4x3p7Kp5acErCd5Mxx5S { width:19rem;height:4.375rem;top:17.25rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWlTNf1FNdo4gTuDiGW4h0tJngO7EnK6 { display:block; }
 }@media only screen and (max-width: 763px) { #cCQExNAbpFickS1PrEH4SV4DiGn1R9u9 { width:14.8125rem;height:1.949225rem;top:27.75rem;left:2.59375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUHb01Ba5PFfTIJPqnkbLbiryUSRWrKW { display:flex;width:2.25rem;height:2.25rem;top:31.0595703125rem;left:8.875rem; }
#xUHb01Ba5PFfTIJPqnkbLbiryUSRWrKW > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #QmOn7y2XXoLfey9FHcxT44O8OHDcTJA3 { width:20rem;height:1.94921875rem;top:22.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDytL38WwB6HUcb76mdc01V45MLTfc4d { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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:none; }#lDytL38WwB6HUcb76mdc01V45MLTfc4d > .row .container { border-width: 0; border-radius: 0; }#lDytL38WwB6HUcb76mdc01V45MLTfc4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDytL38WwB6HUcb76mdc01V45MLTfc4d > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #How2ECpTvfOv87dDgxr67FKWoygnvXrd { width:2.625rem;height:2.625rem;top:0.3125rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPsbMUTSFNGxF1Ncv55FxFhPEZKSb7Sq { display:block; }
 }@media only screen and (max-width: 763px) { #mbNe6hvBoGPH8rohKmyiHEgEGGekJQ0i { width:3rem;height:2.6875rem;top:0.3125rem;left:17.125000953674rem;font-size:1.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ymE4vF3EQDuITkUVUg7xwMoe16IX88Ad { display:block; }
 }@media only screen and (max-width: 763px) { #x7Dr3pcOT0raXl1BfZvam0uM0JlUkMUN { width:8.3125rem;height:1.875rem;top:0.6875rem;left:8.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSvEQBLs7CfbpDeC4VpHPrMVXru5XyA5 { display:block; }
 }@media only screen and (max-width: 763px) { #dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row .container { background-color: transparent; background-image: none; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row .container > .video-iframe-container { display: none; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row > .video-iframe-container { display: none; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .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); }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row .container { border-width: 0; border-radius: 0; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dL4qK999Wk2TLNNzzQX1Uvboue9cdLTp > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrotcIU05zwhkfKWRCHTSxkxexODRQD4 { width:2.625rem;height:2.625rem;top:0.3125rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKECEQxvuTfrraKWJ8IwsEhvixGZIOJA { display:block; }
 }@media only screen and (max-width: 763px) { #m5SznF4vHkOf7Zfe1TRd1QDMRZanLRP5 { width:3rem;height:2.6875rem;top:0.3125rem;left:17.125000953674rem;font-size:1.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pQiAG70o0ET8WivKrXoA9SSx0nhiyhhT { display:block; }
 }