.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:253,225,213;--color-primary-1:249,166,130;--color-primary-2:245,107,46;--color-primary-3:245,153,46;--color-primary-4:192,62,13;--color-secondary-0:227,227,227;--color-secondary-1:32,32,32;--color-secondary-2:31,31,31;--color-secondary-3:13,13,13;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:230,230,230;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"IBM Plex Sans";--paragraphs-font-family:"IBM Plex Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/379954cf-ca4e-434c-9e8b-bad324ded36b/bbf71c34bede4a7ab37a1e8cdfcc166c.png");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; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk.adaptive-delivery-prevent-bg, #yePdppFTCggVfzQzXHR9OLT7fEczKlpk.lazyload, #yePdppFTCggVfzQzXHR9OLT7fEczKlpk.lazyloading { background-image: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { background-color: transparent; background-image: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,13,13,0.5); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container > .video-iframe-container { display: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,13,13,0.5); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row > .video-iframe-container { display: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .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); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { border-width: 0; border-radius: 0; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk::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; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#niqiCkDQwTAoaEBN3raE0Ba8QKAhz5ZP { color:rgba(var(--color-primary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:18.125rem;left:4.25rem;height:7.5rem;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; }
#mx72Is6vIugntebf4itSXFqTVSSogdCM { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.5rem;left:4.25rem;height:1.70605625rem;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; }
#rtT4RclCIdHzNiT9D7NHHoVwniOqps1B { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:27.5rem;left:4.25rem;height:4.5rem;font-style:normal;display:block; }
#sXGuu3ebDquOyM9WBHNGUodGB6ekLxah { background-color:transparent;background-image: -webkit-linear-gradient(95deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(95deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(95deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(95deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(95deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #f5992e;border-bottom:0.0625rem solid #f5992e;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.875rem;left:4.25rem;display:block; }
#AMvIa9IrDQ8vIiCzpptkG40HI97cGP66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIWvTB9y1LiZrP4bqTFbq1xDy8xx9FkK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:12.1875rem;top:7.4375rem;left:4.25rem;overflow:hidden;display:block; }
#GvdRNgEf1gQqSsHDXXZrO0VkMKqdt3f4 { box-sizing:content-box;height:2rem;width:24.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.375rem;left:3.9375rem;display:block; }
#aNfqrBKm6eOAJVcD4tX0k6SlnFC0xAcB { box-sizing:content-box;height:20.5625rem;width:14.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/ad7b0c92-224d-4b86-ba78-bc9ea1ea333e/assets_task_01k8045175e7ybhngfnhhhwpdg_1760941044_img_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.1875rem;left:40.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }#aNfqrBKm6eOAJVcD4tX0k6SlnFC0xAcB.adaptive-delivery-prevent-bg, #aNfqrBKm6eOAJVcD4tX0k6SlnFC0xAcB.lazyload, #aNfqrBKm6eOAJVcD4tX0k6SlnFC0xAcB.lazyloading { background-image: none; }
#h6NiKNBRA76vBNPGt4SxqlBAzy7xPSMz { box-sizing:content-box;height:14.5625rem;width:14.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/bb4f88be-42b2-4846-a8f4-58aee718e985/networkpeopleconnectingdigitalspacemin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.0625rem;left:57rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }#h6NiKNBRA76vBNPGt4SxqlBAzy7xPSMz.adaptive-delivery-prevent-bg, #h6NiKNBRA76vBNPGt4SxqlBAzy7xPSMz.lazyload, #h6NiKNBRA76vBNPGt4SxqlBAzy7xPSMz.lazyloading { background-image: none; }
#ld5cFXTmO6DelOH3RppIbZWxm5pMLTgG { box-sizing:content-box;height:12.6875rem;width:14.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/e44331b9-07d6-479b-9f5c-931f22112f2f/leadsdesqualificados.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.3125rem;left:40.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }#ld5cFXTmO6DelOH3RppIbZWxm5pMLTgG.adaptive-delivery-prevent-bg, #ld5cFXTmO6DelOH3RppIbZWxm5pMLTgG.lazyload, #ld5cFXTmO6DelOH3RppIbZWxm5pMLTgG.lazyloading { background-image: none; }
#y9TC7xV6tD1UPpZEzX7ZRpz4SGO1TBZ2 { box-sizing:content-box;height:18.75rem;width:14.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/996009dd-e662-4553-b757-db5137b03c79/funilquebrado.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.1875rem;left:57rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }#y9TC7xV6tD1UPpZEzX7ZRpz4SGO1TBZ2.adaptive-delivery-prevent-bg, #y9TC7xV6tD1UPpZEzX7ZRpz4SGO1TBZ2.lazyload, #y9TC7xV6tD1UPpZEzX7ZRpz4SGO1TBZ2.lazyloading { background-image: none; }
#Ifbi03NEoMqmFzINuvE0zWfZXkuer5aA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:none; }
#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row .container { background-color: transparent; background-image: none; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row .container > .video-iframe-container { display: none; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row > .video-iframe-container { display: none; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .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); }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row .container { border-width: 0; border-radius: 0; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#frcHwVPi7UhStyv4TDBEEJrPBkn23fnu { color:rgba(var(--color-tertiary-0),1);display:block;width:64.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.130859375rem;left:5.40625rem;height:;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;text-align:center;text-align-last:center;display:block; }
#ECCCWb6qGZRaN3b7v6P837gwdIWvKQbq { box-sizing:content-box;height:2.8125rem;width:16.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.1865234375rem;left:14.1875rem;display:block; }
#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row .container { background-color: transparent; background-image: none; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row .container > .video-iframe-container { display: none; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row > .video-iframe-container { display: none; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .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); }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row .container { border-width: 0; border-radius: 0; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#oQC4c0wfihDAqopOtUu1w4FEt9JmA8ba { box-sizing:content-box;height:9.375rem;width:20.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #5d5d5d, #202020);background-image: -moz-linear-gradient(160deg, #5d5d5d, #202020);background-image: -ms-linear-gradient(160deg, #5d5d5d, #202020);background-image: -o-linear-gradient(160deg, #5d5d5d, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );";background-image: linear-gradient(160deg, #5d5d5d, #202020);background-size:auto !important;top:2.4375rem;left:5rem;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#IJNNiKfDTM0u5JbudwvH0aLI6URJHc4C { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.326171875rem;left:6.78125rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IJNNiKfDTM0u5JbudwvH0aLI6URJHc4C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IJNNiKfDTM0u5JbudwvH0aLI6URJHc4C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2316e72b1be461746e3765eb761ddaad19a2aee9.svg); }
#FFJ2OaT3s7RO7yxGN151iVfdOTN66vrw { box-sizing:content-box;height:9.375rem;width:20.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #5d5d5d, #202020);background-image: -moz-linear-gradient(160deg, #5d5d5d, #202020);background-image: -ms-linear-gradient(160deg, #5d5d5d, #202020);background-image: -o-linear-gradient(160deg, #5d5d5d, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );";background-image: linear-gradient(160deg, #5d5d5d, #202020);background-size:auto !important;top:2.5625rem;left:27.125rem;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#p2rzT1IGSzxARLOLDrANyNVwF5sKaeM5 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.326171875rem;left:28.84375rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#p2rzT1IGSzxARLOLDrANyNVwF5sKaeM5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p2rzT1IGSzxARLOLDrANyNVwF5sKaeM5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2316e72b1be461746e3765eb761ddaad19a2aee9.svg); }
#rFwWO3lx9aPU29AAbVJaMKVnWf0cTqZv { box-sizing:content-box;height:9.375rem;width:20.625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #5d5d5d, #202020);background-image: -moz-linear-gradient(160deg, #5d5d5d, #202020);background-image: -ms-linear-gradient(160deg, #5d5d5d, #202020);background-image: -o-linear-gradient(160deg, #5d5d5d, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );";background-image: linear-gradient(160deg, #5d5d5d, #202020);background-size:auto !important;top:2.5625rem;left:49.25rem;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#O0LTIOKQgDN3hpKkiZzgo40BfLL7nUqv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.326171875rem;left:51.78125rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#O0LTIOKQgDN3hpKkiZzgo40BfLL7nUqv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O0LTIOKQgDN3hpKkiZzgo40BfLL7nUqv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fba256c7a2d83b44ccd8fc7eb2c3282d58fa50b.svg); }
#av6TKpIuXICDcsauIiSq2THzFwPgOZmK { box-sizing:content-box;height:7.8125rem;width:20.625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #5d5d5d, #202020);background-image: -moz-linear-gradient(160deg, #5d5d5d, #202020);background-image: -ms-linear-gradient(160deg, #5d5d5d, #202020);background-image: -o-linear-gradient(160deg, #5d5d5d, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );";background-image: linear-gradient(160deg, #5d5d5d, #202020);background-size:auto !important;top:13.5625rem;left:49.3125rem;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0rem solid rgba(var(--color-tertiary-3),1);border-bottom:0rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#QUSi198goXdAxTN557ldc0XBtzfUrLcG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:15.51953125rem;left:52.28125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QUSi198goXdAxTN557ldc0XBtzfUrLcG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QUSi198goXdAxTN557ldc0XBtzfUrLcG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fba256c7a2d83b44ccd8fc7eb2c3282d58fa50b.svg); }
#XZ8l1FCZIS3xqV9JyuDW19WS9WEFtKH2 { box-sizing:content-box;height:7.8125rem;width:42.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #5d5d5d, #202020);background-image: -moz-linear-gradient(160deg, #5d5d5d, #202020);background-image: -ms-linear-gradient(160deg, #5d5d5d, #202020);background-image: -o-linear-gradient(160deg, #5d5d5d, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );";background-image: linear-gradient(160deg, #5d5d5d, #202020);background-size:auto !important;top:13.5625rem;left:5.0625rem;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#TPVbMyH4pEIlmMpS3TD7VFZiX2yhRe9q { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.16796875rem;left:10.78125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TPVbMyH4pEIlmMpS3TD7VFZiX2yhRe9q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TPVbMyH4pEIlmMpS3TD7VFZiX2yhRe9q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fba256c7a2d83b44ccd8fc7eb2c3282d58fa50b.svg); }
#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #333333);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #333333);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #333333);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#333333' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), #333333);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; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { background-color: transparent; background-image: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container > .video-iframe-container { display: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row > .video-iframe-container { display: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .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); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { border-width: 0; border-radius: 0; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#LDtwb96DsmVD65oUdBByqpNz6ObN4gTR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#KMSSGOM7TE62A0NOrTwiaa139gJma5Gq { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#a9vOZHa21hNDL0ZQfySi2THQuJdfRulX { background-color:transparent;background-image: -webkit-linear-gradient(159deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(159deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(159deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(159deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(159deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;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:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.5rem;left:28.3125rem;display:none; }
#hzVSVbLedVicAtWspX1KnzWCdw5V0HkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylTAOVTPZoWVpaFCldqwK4nBOFei4Bt8 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:8.41796875rem;left:36.09375rem;filter: drop-shadow(0rem 0rem 0.625rem rgba(245,153,46,0.21)); }
#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container { background-color: transparent; background-image: none; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container > .video-iframe-container { display: none; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row > .video-iframe-container { display: none; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .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); }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container { border-width: 0; border-radius: 0; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#NWb2O3MqLsxTVHBFTD7W9gvS1DBsiJgx { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:9.3125rem;left:22.1875rem;height:5.09911875rem;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;text-align:center;text-align-last:center;display:block; }
#oK8fWPil2bG0rOmBIlLGev0sv2aTlSUL { box-sizing:content-box;height:2rem;width:30.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.0625rem;left:22.1875rem;display:block; }
#cCuhuGkcBJxJuGWSdVtput2JhDrXw4SO { color:rgba(var(--color-primary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:3.125rem;left:15.5625rem;height:5.36230625rem;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;text-align:center;text-align-last:center;display:block; }
#iHozKeXA49AMyRUs9rpoExkJVvf1nlEc { color:rgba(var(--color-tertiary-0),1);display:block;width:63.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:14.375rem;left:5.8125rem;height:4.19921875rem;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;text-align:center;text-align-last:center;display:none; }
#Vfyi4E30NWiVkDq5BK1DJwugnxhgKfLR { box-sizing:content-box;height:2rem;width:40.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.5rem;left:6.1875rem;display:none; }
#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #1a1a1a);background-image: -moz-linear-gradient(180deg, #333333, #1a1a1a);background-image: -ms-linear-gradient(180deg, #333333, #1a1a1a);background-image: -o-linear-gradient(180deg, #333333, #1a1a1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1a1a1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1a1a1a' );";background-image: linear-gradient(180deg, #333333, #1a1a1a);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; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container { background-color: transparent; background-image: none; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container > .video-iframe-container { display: none; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row > .video-iframe-container { display: none; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .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); }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container { border-width: 0; border-radius: 0; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#HThglBK6W3MA1VZQ9ZubB7drviTIhcg1 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.9375rem;left:13.1875rem;height:15.75rem;font-style:normal;display:block; }#HThglBK6W3MA1VZQ9ZubB7drviTIhcg1 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#HThglBK6W3MA1VZQ9ZubB7drviTIhcg1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e05e6c1f016c3b9a5e51a2cb60ae5e374d69f5c.svg); }
#C0IakTRxdT8Tvxdpa84QFsNllaykx2Ap { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:19.125rem;top:4.8125rem;left:42.75rem;overflow:hidden;display:block; }
#z8DMW04ftquSRJIgBZt6uwT6fXUrNUaX { background-color:transparent;background-image: -webkit-linear-gradient(182deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(182deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(182deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(182deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(182deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.8125rem;left:13.1875rem;display:block; }
#CQ55LeR0sRkVTTZLzAauzn32zek1vAh0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:url("https://images.assets-landingi.com/uc/83ca2f24-293d-4367-9974-478f0152b866/Prancheta1copiar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs.adaptive-delivery-prevent-bg, #W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs.lazyload, #W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs.lazyloading { background-image: none; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container { background-color: transparent; background-image: none; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container > .video-iframe-container { display: none; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row > .video-iframe-container { display: none; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .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); }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container { border-width: 0; border-radius: 0; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a1a1a, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #1a1a1a, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #1a1a1a, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #1a1a1a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #1a1a1a, rgba(0,0,0,0));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; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container { background-color: transparent; background-image: none; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container > .video-iframe-container { display: none; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row > .video-iframe-container { display: none; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .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); }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container { border-width: 0; border-radius: 0; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#CnFVFHOFV2BsoCiGv4MaQAEazdPKc2h2 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:9.4375rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T4lD9wITr86cQJ612ATC79fFy25lWars { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:12.65625rem;left:1.875rem;height:7.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ewCS2HGnJLGoVCrWH6vgycGHbvpQLQsc { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/feb5de8d-b9ee-4eaa-ba8c-c6065f3ec258/MichelSaab.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.125rem;left:2.5rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ewCS2HGnJLGoVCrWH6vgycGHbvpQLQsc.adaptive-delivery-prevent-bg, #ewCS2HGnJLGoVCrWH6vgycGHbvpQLQsc.lazyload, #ewCS2HGnJLGoVCrWH6vgycGHbvpQLQsc.lazyloading { background-image: none; }
#NIc3x09GQi72a5oBZa6lLd4PuFP6NLpn { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.65625rem;left:26.875rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#akOdDfOJmPC59NK9cTKuONDMhnz8NC1f { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:34.125rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qR9l3hGP3TEF8abgwHL0km6fzS4VPLAM { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/59bb7124-fd2c-4af2-be36-e3a0a9d447be/CassioUreshino.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.125rem;left:27.5rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qR9l3hGP3TEF8abgwHL0km6fzS4VPLAM.adaptive-delivery-prevent-bg, #qR9l3hGP3TEF8abgwHL0km6fzS4VPLAM.lazyload, #qR9l3hGP3TEF8abgwHL0km6fzS4VPLAM.lazyloading { background-image: none; }
#e62loHkTzpTBUyWSUuwtuV6aAc9B6FFB { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.818359375rem;left:58.8125rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cfi22GVzkEwMLy7puO9uLro2AoA34QZa { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.65625rem;left:51.875rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WgT5Bb7N9w4bA6i8mu8CavQBZ4fu5gQ9 { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/a4d9b450-2899-476b-960c-0c3d48097833/BrunoAguiar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.46875rem;left:52.5rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WgT5Bb7N9w4bA6i8mu8CavQBZ4fu5gQ9.adaptive-delivery-prevent-bg, #WgT5Bb7N9w4bA6i8mu8CavQBZ4fu5gQ9.lazyload, #WgT5Bb7N9w4bA6i8mu8CavQBZ4fu5gQ9.lazyloading { background-image: none; }
#kD2dQaLtbT9ZSNrtkFIXqQSA2RPNi3KP { background-color:transparent;background-image: -webkit-linear-gradient(182deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(182deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(182deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(182deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(182deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.28125rem;left:28.65625rem;display:block; }
#bDtOqJNKgKpXcvi0ivAGaZ3uh3m4pPbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUWcs7cNRKwCpbof75rdl5F6Nl4sd0FQ { box-sizing:content-box;height:18.0625rem;width:23.125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-image: -moz-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-image: -ms-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-image: -o-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d54', endColorstr='rgba(var(--color-tertiary-2),0.33)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d54', endColorstr='rgba(var(--color-tertiary-2),0.33)' );";background-image: linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-size:auto !important;top:4.125rem;left:0.875rem;border-top:0.0625rem solid rgba(245,107,46,0.09);border-left:0.0625rem solid rgba(245,107,46,0.09);border-right:0.0625rem solid rgba(245,107,46,0.09);border-bottom:0.0625rem solid rgba(245,107,46,0.09);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#PkcDVbC7vEQIJA0Bepmz9hEedfvCxQ5g { box-sizing:content-box;height:20.1875rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-image: -moz-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-image: -ms-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-image: -o-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d54', endColorstr='rgba(var(--color-tertiary-2),0.33)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d54', endColorstr='rgba(var(--color-tertiary-2),0.33)' );";background-image: linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-size:auto !important;top:4.125rem;left:25.875rem;border-top:0.0625rem solid rgba(245,107,46,0.09);border-left:0.0625rem solid rgba(245,107,46,0.09);border-right:0.0625rem solid rgba(245,107,46,0.09);border-bottom:0.0625rem solid rgba(245,107,46,0.09);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#aO4wqpBxBMx4AWkEMWXgwOgClu2Obc9G { box-sizing:content-box;height:18.0625rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-image: -moz-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-image: -ms-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-image: -o-linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d54', endColorstr='rgba(var(--color-tertiary-2),0.33)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d54', endColorstr='rgba(var(--color-tertiary-2),0.33)' );";background-image: linear-gradient(160deg, rgba(93,93,93,0.33), rgba(var(--color-tertiary-2),0.33));background-size:auto !important;top:4.25rem;left:50.875rem;border-top:0.0625rem solid rgba(245,107,46,0.09);border-left:0.0625rem solid rgba(245,107,46,0.09);border-right:0.0625rem solid rgba(245,107,46,0.09);border-bottom:0.0625rem solid rgba(245,107,46,0.09);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56b2e;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; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row .container { background-color: transparent; background-image: none; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row .container > .video-iframe-container { display: none; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row > .video-iframe-container { display: none; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .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); }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row .container { border-width: 0; border-radius: 0; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#Il98V8tZd7npRrBMLx52EQ5xrB1iPnTW { 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.125rem;width:3.125rem;top:9.9375rem;left:5.8125rem;overflow:hidden;display:block; }
#JTkFElKVkJayQGhol8Xv6Uz4DHUO4HTU { color:#202020;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.8125rem;left:5.8125rem;height:1.70605625rem;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;text-align:left;text-align-last:left;display:block; }
#ZT8eNIl9LeMcLeBEMJUTRqGl9XIBbMtp { color:#202020;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.9375rem;left:5.8125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HxCOnwe6TDRpW8gS896b9TIT7w8vJXQO { box-sizing:content-box;height:12.125rem;width:20.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(160deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(160deg, #ffffff, #fafafa);background-image: -o-linear-gradient(160deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(160deg, #ffffff, #fafafa);background-size:auto !important;top:8.5625rem;left:4.5625rem;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#OvVTV5PXhXQCc39Lk64y7O8Sixw8wtvM { color:rgba(var(--color-tertiary-0),1);display:block;width:57.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.75rem;left:8.84375rem;height:2.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#auISnJNc1hCX92Kh7bzZ0rGmafblMdmM { color:#202020;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:5.8125rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#FnlyFNshzI6L3MD9SnhM80asbzI3HM9m { box-sizing:content-box;height:12.125rem;width:20.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(160deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(160deg, #ffffff, #fafafa);background-image: -o-linear-gradient(160deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(160deg, #ffffff, #fafafa);background-size:auto !important;top:8.5625rem;left:27.1875rem;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#dM0phXnWFbc26Tl6M8SFVv5sBkxORiW3 { color:#202020;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.9375rem;left:28.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kiuMfVuCxdcwNIL7935ba46rWPnnCvCc { color:#202020;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.8125rem;left:28.4375rem;height:;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;text-align:left;text-align-last:left;display:block; }
#OIh4HrQNCz96vqsO60FwpApCVE3rcKTw { color:#202020;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:28.4375rem;height:;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;text-align:left;text-align-last:left;display:block; }
#MlcK4L9miShOml26UuJGkMMddq1ZAZ93 { 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.125rem;width:3.125rem;top:9.9375rem;left:28.4375rem;overflow:hidden;display:block; }
#XGXQvXK1hHB2snF5BtWIXTTwUQWBEdCC { box-sizing:content-box;height:12.125rem;width:20.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(160deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(160deg, #ffffff, #fafafa);background-image: -o-linear-gradient(160deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(160deg, #ffffff, #fafafa);background-size:auto !important;top:8.5625rem;left:49.8125rem;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#tI382fIilzUSiZt0MdUKJIATRnILRebb { color:#202020;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.9375rem;left:51.0625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZnKobNxD3ITT7PzmOn2h9rF7XDeqEavI { color:#202020;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.8125rem;left:51.0625rem;height:;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;text-align:left;text-align-last:left;display:block; }
#KI5G20nJeReMiDrTPDteCWLDiQ7wh1EG { color:#202020;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:51.0625rem;height:;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;text-align:left;text-align-last:left;display:block; }
#BAxfHc65GCSRfae48iL1z7d0dGTTTPDT { 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.125rem;width:3.125rem;top:9.9375rem;left:51.0625rem;overflow:hidden;display:block; }
#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row .container { background-color: transparent; background-image: none; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.9); }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row .container > .video-iframe-container { display: none; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.9); }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row > .video-iframe-container { display: block; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .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); }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row .container { border-width: 0; border-radius: 0; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60::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; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#UyfuRcf5UOzNFFQbtwkleTiemO5NSnw8 { color:rgba(var(--color-primary-2),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:7.8125rem;left:6.5rem;height:5.8496125rem;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; }
#z1XitO1rI5gCLZ1ooEVvgGpl22D6XcnA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14.875rem;left:6.4375rem;height:4.5rem;font-style:normal;display:block; }
#OP8xFFRr6AuAAAmeQfGpUTuQwpsSTqmL { box-sizing:content-box;height:35.625rem;width:28.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/0085f7c1-ff68-4d07-9bc9-015d8de491dd/mockupn8n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:42rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0.75rem 0.5625rem rgba(245,153,46,0.09) ;display:block; }#OP8xFFRr6AuAAAmeQfGpUTuQwpsSTqmL.adaptive-delivery-prevent-bg, #OP8xFFRr6AuAAAmeQfGpUTuQwpsSTqmL.lazyload, #OP8xFFRr6AuAAAmeQfGpUTuQwpsSTqmL.lazyloading { background-image: none; }
#BrcKidEVV2weC8k0kCS2XDZ2bsnTc7ME { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(360deg, 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(360deg, 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:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;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:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.3125rem;left:6.5rem;display:block; }
#snDSgMVAOJ3c4WJ6amTKkRkwF8TZUnuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mBwb31pgvksS0SJ3VBN9espsVoNFMvte { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:22.8125rem;left:10.6875rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#KBDiRwnmFbSEJDM6FQgy4XTWcwhbtTPs { box-sizing:content-box;height:2.1875rem;width:19.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-size:auto !important;top:22.3125rem;left:9.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mS3uJWoNwzg4XRh0vCFrpww4N7Gw1T7P { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:22.875rem;left:7.4375rem; }
#F7uhGIvfK5ckkkfcvamh0k5ugmuguSp0 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:22.25rem;left:6.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e;display:block; }
#UTPmNJv855vQhcuZVPJOcqsJP0SBJUpb { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:25.0625rem;left:6.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e;display:block; }
#K15aCWBDuw7hkKgkkWMcNGabW0FkmOWu { box-sizing:content-box;height:2.1875rem;width:19.375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-size:auto !important;top:25.125rem;left:9.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vNEHy2wPsOgNX6hTatl31msOD4LSUfT9 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:25.6875rem;left:7.4375rem; }
#DNFyL09zn6shssgSGGCTTGTL6E271SqM { color:#ffffff;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.625rem;left:10.6875rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#BpDdyoBuvQ49RZL7XOR0rsBFqym7ZrEH { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:27.875rem;left:6.875rem;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#wQWbwizZ8xDg8dOTbqwKUPGmvSdtyTeD { box-sizing:content-box;height:2.1875rem;width:19.375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f5992e, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f5992e, rgba(0,0,0,0));background-size:auto !important;top:27.9375rem;left:9.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dzU3XmCQd6FsCS3Pe0P1PzS52qrXodhB { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.5rem;left:7.4375rem; }
#C4ddLsTsr0FcBwOVvWicBvG55ITqP4TX { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.375rem;left:10.6875rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row .container { background-color: transparent; background-image: none; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row .container > .video-iframe-container { display: none; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row > .video-iframe-container { display: none; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .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); }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row .container { border-width: 0; border-radius: 0; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#oWyTkCcB9pwhAX8BuI0gSEQhooQy3uH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:67.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.2890625rem;left:3.96875rem;height:2.7749rem;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;text-align:center;text-align-last:center;display:block; }
#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 { position:relative;display:block; }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 { background-color: transparent; background-image: none; }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 > .row .container > .video-iframe-container { display: none; }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 > .row > .video-iframe-container { display: none; }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 > .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); }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 { border-width: 0; border-radius: 0; }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 > .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; }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;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; }#FLhLTk1hpTb47wxqRMnkglzQWL45f22Q { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owOZUVnGSlfKZxn313Sb06HbklG7uN6i { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:2rem;height:3.0058625rem;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;text-align:center;text-align-last:center;display:block; }
#nbzpTsgmZEfVNPzz6bUv76uuISQox1rI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:22.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohqD5rczFgXkGDM0Emwa4WkFv7p1cCHL { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:20.75rem;height:3.0058625rem;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;text-align:center;text-align-last:center;display:block; }
#ctJoDoSSF3gEPpWhaVxTp6TSsSJC1uTe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:58.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sqe5mXnTSRvKx1B9O9ut2OvRIFzM553Q { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:58.25rem;height:3.0058625rem;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;text-align:center;text-align-last:center;display:block; }
#TBpyh6FMT7NOvWovzcAy00ArCTa3uBIu { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:42.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLeb8pK4B2UVtXf3RF3hdFnkEbeGkxuC { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:39.5rem;height:3.0058625rem;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;text-align:center;text-align-last:center;display:block; }
#BbqzHglGQRTWHezugs2lcJzPCFrPv3sp { box-sizing:content-box;height:9.375rem;width:12.4375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #5d5d5d, #202020);background-image: -moz-linear-gradient(160deg, #5d5d5d, #202020);background-image: -ms-linear-gradient(160deg, #5d5d5d, #202020);background-image: -o-linear-gradient(160deg, #5d5d5d, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );";background-image: linear-gradient(160deg, #5d5d5d, #202020);background-size:auto !important;top:2.5625rem;left:3.09375rem;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#EBOd0CGDra30VZTrO2L6brTJ9BL6AAhb { box-sizing:content-box;height:9.375rem;width:12.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #5d5d5d, #202020);background-image: -moz-linear-gradient(160deg, #5d5d5d, #202020);background-image: -ms-linear-gradient(160deg, #5d5d5d, #202020);background-image: -o-linear-gradient(160deg, #5d5d5d, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );";background-image: linear-gradient(160deg, #5d5d5d, #202020);background-size:auto !important;top:2.5625rem;left:21.84375rem;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#cfP5PoqUmLzCeStOv0BKFfdkIv6ydUiI { box-sizing:content-box;height:9.375rem;width:12.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #5d5d5d, #202020);background-image: -moz-linear-gradient(160deg, #5d5d5d, #202020);background-image: -ms-linear-gradient(160deg, #5d5d5d, #202020);background-image: -o-linear-gradient(160deg, #5d5d5d, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );";background-image: linear-gradient(160deg, #5d5d5d, #202020);background-size:auto !important;top:3.1875rem;left:40.59375rem;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#A2PIXhcBounh5z6FMDaRvyX3oIlvNvI5 { box-sizing:content-box;height:9.375rem;width:12.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #5d5d5d, #202020);background-image: -moz-linear-gradient(160deg, #5d5d5d, #202020);background-image: -ms-linear-gradient(160deg, #5d5d5d, #202020);background-image: -o-linear-gradient(160deg, #5d5d5d, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#202020' );";background-image: linear-gradient(160deg, #5d5d5d, #202020);background-size:auto !important;top:3.1875rem;left:59.34375rem;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row .container { background-color: transparent; background-image: none; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row .container > .video-iframe-container { display: none; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row > .video-iframe-container { display: none; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .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); }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row .container { border-width: 0; border-radius: 0; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#NoL9iDye9wfND3QUpmd91BrQmdyvObZ6 { color:rgba(var(--color-primary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.107421875rem;left:18.46875rem;height:8.099125rem;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;text-align:center;text-align-last:center;display:block; }
#E63iZgXLowQs7TV6uGthmpTr52XxA9lb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row .container { background-color: transparent; background-image: none; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row .container > .video-iframe-container { display: none; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row > .video-iframe-container { display: none; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .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); }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row .container { border-width: 0; border-radius: 0; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#ckMmWB5LFIfRpf1rGhBFUF97A3oQI7Su { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:8.375rem;top:1.6875rem;left:9.4375rem;overflow:hidden;display:block; }
#rosDC4INvXf8r768FbfH0BZvUzsws94M { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.75rem;top:2.28125rem;left:19.5rem;overflow:hidden;display:block; }
#cswwgzbEXyFn3dzHAfE0cDly73G6H266 { 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.875rem;width:9.8125rem;top:2rem;left:32.4375rem;overflow:hidden;display:block; }
#M7Utwo0OMhXgt7RL2Cm4OacLb7PheiQ4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.5rem;top:1.875rem;left:44.3125rem;overflow:hidden;display:block; }
#R1HzuaZ8hq19WbBQTzHZSTRCxEgdrw5V { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6.0625rem;top:6.8125rem;left:50.9375rem;overflow:hidden;display:block; }
#sOwNQdTPTQ8OPSDVaSk6Ta9vpOUi5yVn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:9.75rem;top:7.0625rem;left:18rem;overflow:hidden;display:block; }
#VG8XsZtzCN5AxdS6rgvzs4qFJ6gP8qOL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.5rem;top:1.9375rem;left:55.875rem;overflow:hidden;display:block; }
#lPuocWA8RnWUWfRwcA4OFySmmMQxt4ZZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.3125rem;top:7rem;left:30.125rem;overflow:hidden;display:block; }
#TO3BznPts3uBdmWP4iAcOUxMCOweiQw3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:8.5625rem;top:6.9375rem;left:40.375rem;overflow:hidden;display:block; }
#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 { position:relative;display:block; }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 { background-color: transparent; background-image: none; }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 > .row .container > .video-iframe-container { display: none; }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 > .row > .video-iframe-container { display: none; }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 > .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); }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 { border-width: 0; border-radius: 0; }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 > .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; }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;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; }#AXXF9d96PezoWXZxXQyTBESN2beuKC7z { color:rgba(var(--color-primary-2),1);display:block;width:61rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.421875rem;left:7rem;height:3.65625rem;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;text-align:left;text-align-last:left;display:block; }
#ZU6PIFy9wKVBM5rq27hmIV9Tk0ho0Fgs { box-sizing:content-box;height:3.25rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.828125rem;left:6.59375rem;display:block; }
#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG { position:relative;display:block; }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG { background-color: transparent; background-image: none; }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG > .row .container > .video-iframe-container { display: none; }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG > .row > .video-iframe-container { display: none; }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG > .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); }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG { border-width: 0; border-radius: 0; }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG > .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; }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qtaAQfu558uqen1MEtuEIGsx3DhapNuE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:28.625rem;left:34.625rem;height:6.9995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boDITQ3uid7JQXEEXXkXki1JUXt26Hyg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:10.5625rem;left:34.625rem;height:12.599125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PFUdw51kG0NBdc7e9SAWPLR8gkxDPnGR { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.4375rem;left:35.75rem;height:2.92480625rem;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;text-align:left;text-align-last:left;display:block; }
#pR19FZRgJe41Cql2g7JszNgXm0rL3CVD { box-sizing:content-box;height:2.5rem;width:0.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.625rem;left:34.625rem;display:block; }
#wlRNHJab1a2CxTeeVKTp87aBOulHdWpX { box-sizing:content-box;height:34rem;width:22.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/831f3782-7668-49ff-8ce0-07077444bcfc/Camada5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.5rem;left:10.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;display:block; }#wlRNHJab1a2CxTeeVKTp87aBOulHdWpX.adaptive-delivery-prevent-bg, #wlRNHJab1a2CxTeeVKTp87aBOulHdWpX.lazyload, #wlRNHJab1a2CxTeeVKTp87aBOulHdWpX.lazyloading { background-image: none; }
#OZ288UdCaD2wAVAMPyzuyGM7n2303EWW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:none; }
#uRGf3BPwa53ADgpGUqL6niN02vULahci { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:4rem;left:34.625rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lr2pivXLAWZemBZDyzGZ70pfBdVhUh0K { box-sizing:content-box;height:32.625rem;width:20.875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:4.4375rem;left:11.9375rem;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;display:block; }
#GxEasDf1npqAClXiqThMLTyGpRKybOUg { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:7.5625rem;left:34.625rem;height:1.8374rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { background-color: transparent; background-image: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container > .video-iframe-container { display: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row > .video-iframe-container { display: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .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); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { border-width: 0; border-radius: 0; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#OoRPTHfH8K2dru53z0oQ75KtCOGL73vk { color:rgba(var(--color-tertiary-0),1);display:block;width:68.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.625rem;left:3.0625rem;height:2.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d0d0d, rgba(245,107,46,0.09));background-image: -moz-linear-gradient(180deg, #0d0d0d, rgba(245,107,46,0.09));background-image: -ms-linear-gradient(180deg, #0d0d0d, rgba(245,107,46,0.09));background-image: -o-linear-gradient(180deg, #0d0d0d, rgba(245,107,46,0.09));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#f56b2e16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#f56b2e16' );";background-image: linear-gradient(180deg, #0d0d0d, rgba(245,107,46,0.09));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; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row .container { background-color: transparent; background-image: none; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row .container > .video-iframe-container { display: none; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row > .video-iframe-container { display: none; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .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); }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row .container { border-width: 0; border-radius: 0; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#WkEwgffcUMI9d3ouTuzIsFpVTwq5pZ7o { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.1875rem;left:42rem;height:11.046875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XT17CeszPLeqRMXnk8FXFAWIqsgEhecJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:41.8125rem;height:3.25rem;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;text-align:left;text-align-last:left;display:block; }
#ifci1MiTB9ounEm2ANDKUyxkqV70ACiv { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:33.8125rem;width:34.6875rem;top:2.125rem;left:3.6875rem;overflow:hidden;display:block; }
#VBXb0G5M6GtEE6xJSBkwZTFJ2RMqgMSk { color:rgba(var(--color-primary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:42rem;height:1.4624rem;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;text-align:left;text-align-last:left;display:block; }
#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(182deg, rgba(245,107,46,0.09), #0d0d0d);background-image: -moz-linear-gradient(182deg, rgba(245,107,46,0.09), #0d0d0d);background-image: -ms-linear-gradient(182deg, rgba(245,107,46,0.09), #0d0d0d);background-image: -o-linear-gradient(182deg, rgba(245,107,46,0.09), #0d0d0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e16', endColorstr='#0d0d0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e16', endColorstr='#0d0d0d' );";background-image: linear-gradient(182deg, rgba(245,107,46,0.09), #0d0d0d);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; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row .container { background-color: transparent; background-image: none; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row .container > .video-iframe-container { display: none; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row > .video-iframe-container { display: none; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .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); }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row .container { border-width: 0; border-radius: 0; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#MTydGlgK0FbRNXnCn0cWxrimgTTOLWoO { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.6875rem;left:5.3125rem;height:9.666rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GSvApiI1CXPFeQNTPSvQeqsMorblpaf0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:5.125rem;height:3.25rem;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;text-align:left;text-align-last:left;display:block; }
#ZCk6mwQxL7T9AGC0VR0n1Rz4T0SeCMlV { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:33.8125rem;width:35.75rem;top:0rem;left:31.9375rem;overflow:hidden;display:block; }
#OmGWhmiSB55eerPCDR7aLfCkOfKqhJ0e { color:rgba(var(--color-primary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.375rem;left:5.3125rem;height:1.4624rem;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;text-align:left;text-align-last:left;display:block; }
#iR1qaggVCdShHNQU55OWyEDSZFlIncwr { position:relative;display:block; }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr { background-color: transparent; background-image: none; }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr > .row .container > .video-iframe-container { display: none; }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr > .row > .video-iframe-container { display: none; }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr > .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); }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr { border-width: 0; border-radius: 0; }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr > .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; }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uGleTGKFilHkT6TnkApT1EpxwJsCuB5G { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.4375rem;left:5.6875rem;height:5.90625rem;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; }
#x81JndhgCwd2WVPM79dwWQMx1xpO8ica { color:rgba(var(--color-primary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:6.375rem;left:5.6875rem;height:;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;text-align:left;text-align-last:left;display:block; }
#UhodibqnLySCMndAvP0QWOOTyU5bcpHF { position:absolute;display:block;z-index:15006;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:5.25rem;width:12.1875rem;top:22.5rem;left:5.6875rem;overflow:hidden;display:block; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-form-header {  }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-text {padding-top: 0; padding-bottom: 0;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-select { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:2.5625rem;color:#535353;font-family:roboto;font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-select {padding-top: 0; padding-bottom: 0;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-button { border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #f5992e, #f56b2e);background-image: -moz-linear-gradient(159deg, #f5992e, #f56b2e);background-image: -ms-linear-gradient(159deg, #f5992e, #f56b2e);background-image: -o-linear-gradient(159deg, #f5992e, #f56b2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#f56b2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#f56b2e' );";background-image: linear-gradient(159deg, #f5992e, #f56b2e);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.1875rem;margin-bottom:0.25rem;margin-left:3.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.0625rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-secondary-4),0.11);box-shadow: none; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW [class*="-text"]:-moz-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW [class*="-text"]::-moz-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW [class*="-text"]:-ms-input-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW [class*="-text"]::-webkit-input-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.25rem;overflow:hidden;font-style:normal;float:none; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-container:first-of-type{padding-top:0;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-container:last-of-type{padding-bottom:0;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;position:absolute;top:1.0185546875rem;left:42.28125rem; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.4375rem;display:block;vertical-align:top; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),0.51);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW {display:block;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;position:absolute;top:1.0185546875rem;left:42.28125rem; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #AczduxLQgy7zTBpkoW022Xh6ZdAmcOXE { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #x7wh1Wcsi36yib1k3JVx85O20OSftIPW { position:relative;display:none; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #bElAATxXIpJTg9Cix9DP8oIhFXRbQwpd { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #ki9PJakT2C6mxIETqNs5lDRK7QhHUeLa { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #eK0CrdJrn48ux3SURZNyqAxIDFCbeS5P { position:relative;display:none; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #sKmqFvdJc9yXcHy9dHE0VG4ARmcTpP1p { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #A6NyxzSKlI8IRVLZrpXvwWWfpzHZ9uPb { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #NVl5lZmVSNzleQUZ6Z8U9hVT7yBhbRbI { position:relative;display:none; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #bNtXcGMW7tB7EMSSKzvZ1lXhdem0CNvJ { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #PbsRbC2WaTiBG4DUQVW7MahbTUs8zO4S { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #UTJokLEChMLERzc8PUiTK4updqbIfnDi { position:relative;display:none; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #yf6oxcSXDb7P7qG5wsBVdmX5neTKbcc7 { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #Rod4RT43cFp8HL6EGDbZBnzT3SNBCx2m { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #TdaB8Qbr8Wuii1dwwpl8XJbQrcbensCy { position:relative;display:none; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #UXr5zZ6qFpwObZFDXsrbQTf9Q19rD7cs { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #r56AvWThzXil7XAv6WT9HTdllP8Wccnl { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #gsdZiO52tdT5TOlo7VinpNCzZCd5pt51 { position:relative;display:none; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #WKv3yTllSOviE5nF3XS1nCVO7zqpbEhp { position:relative; }
#eCuSbUrFUbZDMxTTpqLuOrbHyscbF9Qo { position:relative;display:block; }
#hS0bLI4Jw5aZClb7T12RqIbwJADBIeIx { position:relative;display:block; }
#Im3kL7TfLZQgRy8ZU7WDW0tZFUOgypFt { position:relative;display:block; }
#w4Zs6awD1JbXmI2x62LgZhC5V4HVWNa2 { position:relative;display:block; }
#lQBxaZr5cNOtRuhZkAbnLHLH4zcM99pt { position:relative;display:block; }
#O2DRs9fbZMgeyaPfpNuLvrvANSDbv2Ze { position:relative;display:block; }
#sh36bSzaPWb9eBIF1Nx0OdtRnL8pPmxm { position:relative;display:block; }
#GMpnu48PzoxnLk3kOtRXZTwBV8MVxVyO { position:relative;display:block; }
#Vnpasqoov22LMNRR4EweT6oGQ90zKl5g { position:relative;display:block; }
#Nw1KZTABducLDhR7OUyLlCaldL08rKi8 { position:relative;display:block; }
#piHgTzosR842vMZDC4QV6NE0u4plJx6m { position:relative;display:block; }
#izSbSE1TTBmumG9pco1PaSV8TLpRR3K1 { position:relative;display:block; }
#DPF4iyKc394UtddpsxPVIe12WQVEyhNU { position:relative;display:block; }
#i9SxevGDb0lBs4xEE705L9BJGpve5Iw9 { position:relative;display:block; }
#lrhWJLJh9PhHcgDzTsdpv9DXck7Hd2M2 { position:relative;display:block; }
#KpHTzZ30CgkudlDx0edC8QzZwKLdxBxP { position:relative;display:block; }
#ywgW9hOW02kEOy9Id7Cfy1pewzeUat3F { position:relative;display:block; }
#rtJsPfquCHI1zm5W7wdCo0UBoGKeKP9f { position:relative;display:block; }
#gnWPizHbVDU4Vwagiae15mdwXFKbEnlp { position:relative;display:block; }
#mow9zaSLRT5vITUWBGw0yPNZvxyg93SN { position:relative;display:block; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #Cd1wXkk5MiMXz8oqsA72qx8Dzx98IWyR { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #KZctUnOSsy5ldlcnMORCoGImqvwKH7KI { position:relative; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #aINAtcXNaeqLFoL6iWZRWAiCAU4eLAbZ { position:relative;display:block;z-index:15000; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #an69AB5ZPToeuaumnWJEwDIhoTsy6cMf { position:relative;display:block;z-index:15000; }
#AylguSAwbCQkwze4tGZxfPFL6snHFQDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #202020, #0d0d0d);background-image: -moz-linear-gradient(180deg, #202020, #0d0d0d);background-image: -ms-linear-gradient(180deg, #202020, #0d0d0d);background-image: -o-linear-gradient(180deg, #202020, #0d0d0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#0d0d0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#0d0d0d' );";background-image: linear-gradient(180deg, #202020, #0d0d0d);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; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row .container { background-color: transparent; background-image: none; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row .container > .video-iframe-container { display: none; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row > .video-iframe-container { display: none; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .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); }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row .container { border-width: 0; border-radius: 0; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;color:#f56b2e;height:auto;text-align:center;text-align-last:center;font-style:normal; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#f56b2e;height:auto;text-align:justify;text-align-last:initial;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c9ef2ecadaf0bc7b7183cb1e6fec6e7afba03120.svg");background-size:contain !important; }#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-trigger.adaptive-delivery-prevent-bg, #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-trigger.lazyload, #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-trigger.lazyloading { background-image: none; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T { box-sizing:content-box;height:auto;width:49.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.75rem;left:11.71875rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #gAFJTXuwcQ8VmzTzbIA9yNrhaONTLOSr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #oi2NHua2RSCUueeeJVbT9srBIU1wzxtw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #mcZThkauO9uTQlvcB5JigduoPugh6Odl { display:block;position:relative; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #UDtdyuQI29SdBkMfbTDXSz4VaRRaW0IB {  }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #cJmozOTUhSTxsUTxlf8tshT33ZaAO9Nu {  }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #Ms7Rea3bTEIUvCecaTAPNOk99FvfghLC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #N7dCGaeZKWwEHMN5Zh5nLlwsbNOGGWpS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #lmZrG8PmVkIW9QzOtg0IMTSQBUpm2ihZ { display:block;position:relative; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #SxBvugJHTsRwPfIDGfWWhVxFzscgrdmP {  }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #O1iOzmHsKnts7zkoNzOz5mp1Q1p6WNOc { display:none; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #z7Sh4Pmwxl8io5E9SMA443UKA5wD6yrg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #z8SS7RL4fR5NTnDrBaswm4RxilOZyenQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #awBqHAtVJnNVW9kqHikthde3icPPWXK7 { display:block;position:relative; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #CIxgLIKAJ0QIf4g6MPmDWxQn1TwcycN4 {  }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #Eysqe8rW8BSDbp81nTafkuZTJTN2LneU { display:none; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #eratAOT6FlzKiHgMspcprW64bCx5PcCd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #ALJ8nf7xcGx8mpc8LyMVCJhv5vrRZI8D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #pMLxR3Z78odPVGtoIm2i2CwGKPKrR8Z5 { display:block;position:relative; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #fBIJTMg8WySPm948l6nhBW5ailnB9UGE {  }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #cUK6Ek7F9NuIa4Mt1TNOznPU7odMb8Du { display:none; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #TKamEHySkEgmwFLC8QkGekfMcJomAngD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #z6Vp5FXUDpKTJ08HNOaWqccecBEfiHPw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #II0azxacpLiohst6NKq6bfhZqOINGrMV { display:block;position:relative; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #kOdZnd88gcmQQAOfkXJAyUkI0d1RhOKm {  }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #icnnB4ykMsT0QTzPDMiX6DHPuQBuJsyM { display:none; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #uXr1Z77vU3acFpho5hQKkXtA9zILUlhC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #N2lDe8L8xsLKW1ZeVDU7V13WG7Vd6EQm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #uCUlElRRATDQHRfxeRfRfeA9pvPlJUDy { display:block;position:relative; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #CQvvDakNTiHqPTGqmiSllsQu7naS69OO {  }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #GllUtKyMW7gSvwfwdzWsRbsynWnXrh5b { display:none; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #siu0vo7tBB17MgW5X2cs80y9l8X22ZfG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #DDAA1EicnMpgJW58lBuCV48mwS8msTDL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #MPFMorKLnofbN4vLpVCqm7GBycsaBNZq { display:block;position:relative; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #LBBCWy1XEPzpdCfixmdfEqsNfyvlN7cJ {  }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #HnD8w6rLN4Im9GZ1qtMIhZvFAolTfEFt { display:none; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #GEW7Tz7bfOfTidN9l5UnpvDO1AF9Jo6u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #zuaxNWqSzJN4vE48tKURmhTnc01xRJT5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #CeF8yRE0Srgsy10gEouGSbBTdREJoGoR { display:block;position:relative; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #XIMlqtV80FWT3yFPmrPdmnmqsRDOTMwy {  }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #yH1DssGJBADTRxwUyFJQUAUiwVTNsfDk { display:none; }
#XnURvcEeZEURSo1c9Z6bB8CKVKNvxx4V { color:rgba(var(--color-primary-2),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5rem;left:7.8125rem;height:2.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#CiXDDcVSkhQtZ9XMNQVbZQJWPdTm5ozk { color:rgba(var(--color-primary-2),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:8rem;left:7.8125rem;height:1.57470625rem;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;text-align:center;text-align-last:center;display:block; }
#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row .container { background-color: transparent; background-image: none; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row .container > .video-iframe-container { display: none; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row > .video-iframe-container { display: none; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .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); }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row .container { border-width: 0; border-radius: 0; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#s2XIaML5g5Ap52E6zwrQMRAC7yb41a7S { background-color:transparent;background-image: -webkit-linear-gradient(230deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(230deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(230deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(230deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(230deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.4375rem 0.4375rem 0.125rem rgba(13,13,13,0.21) ;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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4375rem;left:27.1875rem;display:block; }
#kx5niM4cfqG4BqdfQ1RwnT8FD5ExLSx5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container { background-color: transparent; background-image: none; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container > .video-iframe-container { display: none; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row > .video-iframe-container { display: none; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .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); }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container { border-width: 0; border-radius: 0; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#k89mSxoi245lbhWTtUsHL8GfazFOHrT1 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.82470703125rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #yePdppFTCggVfzQzXHR9OLT7fEczKlpk { display:block; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niqiCkDQwTAoaEBN3raE0Ba8QKAhz5ZP { top:18.125rem;left:0rem;width:31.3125rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx72Is6vIugntebf4itSXFqTVSSogdCM { top:14.5rem;left:0rem;width:25rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtT4RclCIdHzNiT9D7NHHoVwniOqps1B { top:27.5rem;left:0rem;width:23.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXGuu3ebDquOyM9WBHNGUodGB6ekLxah { width:14.5625rem;height:3.75rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMvIa9IrDQ8vIiCzpptkG40HI97cGP66 { display:block; }
 }@media only screen and (max-width: 763px) { #HIWvTB9y1LiZrP4bqTFbq1xDy8xx9FkK { top:7.4375rem;left:0rem;width:12.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvdRNgEf1gQqSsHDXXZrO0VkMKqdt3f4 { top:14.375rem;left:0rem;width:24.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNfqrBKm6eOAJVcD4tX0k6SlnFC0xAcB { top:5.1875rem;left:23.875rem;width:14.5625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6NiKNBRA76vBNPGt4SxqlBAzy7xPSMz { top:5.0625rem;left:33.1875rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld5cFXTmO6DelOH3RppIbZWxm5pMLTgG { top:27.3125rem;left:23.875rem;width:14.5625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9TC7xV6tD1UPpZEzX7ZRpz4SGO1TBZ2 { top:21.1875rem;left:33.1875rem;width:14.5625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifbi03NEoMqmFzINuvE0zWfZXkuer5aA { display:none; }
 }@media only screen and (max-width: 763px) { #eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L { display:block; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frcHwVPi7UhStyv4TDBEEJrPBkn23fnu { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECCCWb6qGZRaN3b7v6P837gwdIWvKQbq { top:4.125rem;left:0.5625rem;width:16.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX { display:block; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQC4c0wfihDAqopOtUu1w4FEt9JmA8ba { top:2.4375rem;left:0rem;width:20.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNNiKfDTM0u5JbudwvH0aLI6URJHc4C { top:4.3125rem;left:0rem;width:17.3125rem;height:5.1875rem;font-size:0.875rem;display:block; }#IJNNiKfDTM0u5JbudwvH0aLI6URJHc4C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2316e72b1be461746e3765eb761ddaad19a2aee9.svg); }
 }@media only screen and (max-width: 763px) { #FFJ2OaT3s7RO7yxGN151iVfdOTN66vrw { top:2.5625rem;left:13.5rem;width:20.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2rzT1IGSzxARLOLDrANyNVwF5sKaeM5 { top:4.3125rem;left:15.21875rem;width:17.3125rem;height:5.1875rem;font-size:0.875rem;display:block; }#p2rzT1IGSzxARLOLDrANyNVwF5sKaeM5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2316e72b1be461746e3765eb761ddaad19a2aee9.svg); }
 }@media only screen and (max-width: 763px) { #rFwWO3lx9aPU29AAbVJaMKVnWf0cTqZv { top:2.5625rem;left:26.875rem;width:20.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0LTIOKQgDN3hpKkiZzgo40BfLL7nUqv { top:4.3125rem;left:31.9375rem;width:15.8125rem;height:5.1875rem;font-size:0.875rem;display:block; }#O0LTIOKQgDN3hpKkiZzgo40BfLL7nUqv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fba256c7a2d83b44ccd8fc7eb2c3282d58fa50b.svg); }
 }@media only screen and (max-width: 763px) { #av6TKpIuXICDcsauIiSq2THzFwPgOZmK { top:13.5625rem;left:26.875rem;width:20.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUSi198goXdAxTN557ldc0XBtzfUrLcG { top:15.5rem;left:33.1875rem;width:14.5625rem;height:3.875rem;font-size:0.875rem;display:block; }#QUSi198goXdAxTN557ldc0XBtzfUrLcG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fba256c7a2d83b44ccd8fc7eb2c3282d58fa50b.svg); }
 }@media only screen and (max-width: 763px) { #XZ8l1FCZIS3xqV9JyuDW19WS9WEFtKH2 { top:13.5625rem;left:0rem;width:42.5rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPVbMyH4pEIlmMpS3TD7VFZiX2yhRe9q { top:16.125rem;left:0rem;width:31.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }#TPVbMyH4pEIlmMpS3TD7VFZiX2yhRe9q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fba256c7a2d83b44ccd8fc7eb2c3282d58fa50b.svg); }
 }@media only screen and (max-width: 763px) { #nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl { display:block; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDtwb96DsmVD65oUdBByqpNz6ObN4gTR { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMSSGOM7TE62A0NOrTwiaa139gJma5Gq { top:5.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9vOZHa21hNDL0ZQfySi2THQuJdfRulX { width:18.375rem;height:3.9375rem;top:8.5rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzVSVbLedVicAtWspX1KnzWCdw5V0HkN { display:block; }
 }@media only screen and (max-width: 763px) { #ylTAOVTPZoWVpaFCldqwK4nBOFei4Bt8 { top:8.375rem;left:22.46875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd { display:block; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWb2O3MqLsxTVHBFTD7W9gvS1DBsiJgx { top:9.3125rem;left:8.5625rem;width:30.625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK8fWPil2bG0rOmBIlLGev0sv2aTlSUL { top:9.0625rem;left:8.5625rem;width:30.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCuhuGkcBJxJuGWSdVtput2JhDrXw4SO { top:3.125rem;left:1.9375rem;width:43.9375rem;height:5.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHozKeXA49AMyRUs9rpoExkJVvf1nlEc { top:7.8125rem;left:0rem;width:16.9375rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vfyi4E30NWiVkDq5BK1DJwugnxhgKfLR { top:14.5rem;left:0rem;width:40.6875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 { display:block; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HThglBK6W3MA1VZQ9ZubB7drviTIhcg1 { top:2.9375rem;left:0rem;width:24.5rem;height:15.75rem;font-size:1rem;display:block; }#HThglBK6W3MA1VZQ9ZubB7drviTIhcg1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e05e6c1f016c3b9a5e51a2cb60ae5e374d69f5c.svg); }
 }@media only screen and (max-width: 763px) { #C0IakTRxdT8Tvxdpa84QFsNllaykx2Ap { top:4.8125rem;left:28.625rem;width:19.125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8DMW04ftquSRJIgBZt6uwT6fXUrNUaX { width:21.5rem;height:3.75rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ55LeR0sRkVTTZLzAauzn32zek1vAh0 { display:block; }
 }@media only screen and (max-width: 763px) { #W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs { display:block; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M { display:block; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnFVFHOFV2BsoCiGv4MaQAEazdPKc2h2 { top:7.5rem;left:4.875rem;width:7.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lD9wITr86cQJ612ATC79fFy25lWars { top:12.625rem;left:0rem;width:21.25rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewCS2HGnJLGoVCrWH6vgycGHbvpQLQsc { top:6.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIc3x09GQi72a5oBZa6lLd4PuFP6NLpn { top:12.625rem;left:10.5rem;width:21.25rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akOdDfOJmPC59NK9cTKuONDMhnz8NC1f { top:7.5rem;left:20.4375rem;width:9.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR9l3hGP3TEF8abgwHL0km6fzS4VPLAM { top:6.125rem;left:15.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62loHkTzpTBUyWSUuwtuV6aAc9B6FFB { top:7.8125rem;left:36rem;width:9.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfi22GVzkEwMLy7puO9uLro2AoA34QZa { top:12.625rem;left:26.375rem;width:21.25rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgT5Bb7N9w4bA6i8mu8CavQBZ4fu5gQ9 { top:6.4375rem;left:31.75rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD2dQaLtbT9ZSNrtkFIXqQSA2RPNi3KP { width:17.6875rem;height:3.75rem;top:30.25rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDtOqJNKgKpXcvi0ivAGaZ3uh3m4pPbk { display:block; }
 }@media only screen and (max-width: 763px) { #MUWcs7cNRKwCpbof75rdl5F6Nl4sd0FQ { top:4.125rem;left:0rem;width:23.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkcDVbC7vEQIJA0Bepmz9hEedfvCxQ5g { top:4.125rem;left:8.5rem;width:23.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO4wqpBxBMx4AWkEMWXgwOgClu2Obc9G { top:4.25rem;left:24.375rem;width:23.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP { display:block; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Il98V8tZd7npRrBMLx52EQ5xrB1iPnTW { top:9.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkFElKVkJayQGhol8Xv6Uz4DHUO4HTU { top:14.8125rem;left:0rem;width:14.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8eNIl9LeMcLeBEMJUTRqGl9XIBbMtp { top:16.9375rem;left:0rem;width:18.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxCOnwe6TDRpW8gS896b9TIT7w8vJXQO { top:8.5625rem;left:0rem;width:20.625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvVTV5PXhXQCc39Lk64y7O8Sixw8wtvM { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auISnJNc1hCX92Kh7bzZ0rGmafblMdmM { top:13.5rem;left:0rem;width:14.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnlyFNshzI6L3MD9SnhM80asbzI3HM9m { top:8.5625rem;left:13.5625rem;width:20.625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM0phXnWFbc26Tl6M8SFVv5sBkxORiW3 { top:16.9375rem;left:14.8125rem;width:18.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiuMfVuCxdcwNIL7935ba46rWPnnCvCc { top:14.8125rem;left:14.8125rem;width:14.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIh4HrQNCz96vqsO60FwpApCVE3rcKTw { top:13.5rem;left:14.8125rem;width:14.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlcK4L9miShOml26UuJGkMMddq1ZAZ93 { top:9.9375rem;left:14.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGXQvXK1hHB2snF5BtWIXTTwUQWBEdCC { top:8.5625rem;left:27rem;width:20.625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI382fIilzUSiZt0MdUKJIATRnILRebb { top:16.9375rem;left:29.5rem;width:18.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnKobNxD3ITT7PzmOn2h9rF7XDeqEavI { top:14.8125rem;left:33rem;width:14.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI5G20nJeReMiDrTPDteCWLDiQ7wh1EG { top:13.5rem;left:33rem;width:14.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAxfHc65GCSRfae48iL1z7d0dGTTTPDT { top:9.9375rem;left:37.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moWAgCVhL6DPSflamGJlDZ4SqETUOa60 { display:block; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyfuRcf5UOzNFFQbtwkleTiemO5NSnw8 { top:7.8125rem;left:0rem;width:26.6875rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1XitO1rI5gCLZ1ooEVvgGpl22D6XcnA { top:14.875rem;left:0rem;width:27.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP8xFFRr6AuAAAmeQfGpUTuQwpsSTqmL { top:4.625rem;left:19.25rem;width:28.5rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrcKidEVV2weC8k0kCS2XDZ2bsnTc7ME { width:21.5rem;height:3.75rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snDSgMVAOJ3c4WJ6amTKkRkwF8TZUnuU { display:block; }
 }@media only screen and (max-width: 763px) { #mBwb31pgvksS0SJ3VBN9espsVoNFMvte { top:22.8125rem;left:3.875rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBDiRwnmFbSEJDM6FQgy4XTWcwhbtTPs { top:22.3125rem;left:3rem;width:19.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS3uJWoNwzg4XRh0vCFrpww4N7Gw1T7P { top:22.875rem;left:0.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7uhGIvfK5ckkkfcvamh0k5ugmuguSp0 { top:22.25rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTPmNJv855vQhcuZVPJOcqsJP0SBJUpb { top:25.0625rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K15aCWBDuw7hkKgkkWMcNGabW0FkmOWu { top:25.125rem;left:3rem;width:19.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNEHy2wPsOgNX6hTatl31msOD4LSUfT9 { top:25.6875rem;left:0.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNFyL09zn6shssgSGGCTTGTL6E271SqM { top:25.625rem;left:3.875rem;width:18rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpDdyoBuvQ49RZL7XOR0rsBFqym7ZrEH { top:27.875rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQWbwizZ8xDg8dOTbqwKUPGmvSdtyTeD { top:27.9375rem;left:3rem;width:19.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzU3XmCQd6FsCS3Pe0P1PzS52qrXodhB { top:28.5rem;left:0.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ddLsTsr0FcBwOVvWicBvG55ITqP4TX { top:28.375rem;left:3.875rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moJcafKpQ0lGWxXdNSik5oo2bMgOq22L { display:block; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWyTkCcB9pwhAX8BuI0gSEQhooQy3uH5 { top:3.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 { display:block; }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLhLTk1hpTb47wxqRMnkglzQWL45f22Q { top:7.6875rem;left:0rem;width:14.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOZUVnGSlfKZxn313Sb06HbklG7uN6i { top:4.5625rem;left:0rem;width:14.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbzpTsgmZEfVNPzz6bUv76uuISQox1rI { top:7.6875rem;left:12.40625rem;width:11.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohqD5rczFgXkGDM0Emwa4WkFv7p1cCHL { top:4.5625rem;left:9.125rem;width:14.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctJoDoSSF3gEPpWhaVxTp6TSsSJC1uTe { top:7.6875rem;left:33.4375rem;width:14.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqe5mXnTSRvKx1B9O9ut2OvRIFzM553Q { top:4.5625rem;left:33rem;width:14.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpyh6FMT7NOvWovzcAy00ArCTa3uBIu { top:7.6875rem;left:25.59375rem;width:8.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLeb8pK4B2UVtXf3RF3hdFnkEbeGkxuC { top:4.5625rem;left:21.0625rem;width:14.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqzHglGQRTWHezugs2lcJzPCFrPv3sp { top:2.5625rem;left:0rem;width:12.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBOd0CGDra30VZTrO2L6brTJ9BL6AAhb { top:2.5625rem;left:11.3125rem;width:12.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfP5PoqUmLzCeStOv0BKFfdkIv6ydUiI { top:3.1875rem;left:23.25rem;width:12.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2PIXhcBounh5z6FMDaRvyX3oIlvNvI5 { top:3.1875rem;left:35.1875rem;width:12.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E { display:block; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoL9iDye9wfND3QUpmd91BrQmdyvObZ6 { top:3.0625rem;left:4.84375rem;width:38.0625rem;height:8.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E63iZgXLowQs7TV6uGthmpTr52XxA9lb { display:block; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckMmWB5LFIfRpf1rGhBFUF97A3oQI7Su { top:1.6875rem;left:0rem;width:8.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rosDC4INvXf8r768FbfH0BZvUzsws94M { top:2.25rem;left:5.875rem;width:10.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cswwgzbEXyFn3dzHAfE0cDly73G6H266 { top:2rem;left:18.8125rem;width:9.8125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7Utwo0OMhXgt7RL2Cm4OacLb7PheiQ4 { top:1.875rem;left:30.6875rem;width:9.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1HzuaZ8hq19WbBQTzHZSTRCxEgdrw5V { top:6.8125rem;left:37.3125rem;width:6.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOwNQdTPTQ8OPSDVaSk6Ta9vpOUi5yVn { top:7.0625rem;left:4.375rem;width:9.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8XsZtzCN5AxdS6rgvzs4qFJ6gP8qOL { top:1.9375rem;left:38.0625rem;width:9.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPuocWA8RnWUWfRwcA4OFySmmMQxt4ZZ { top:7rem;left:16.5rem;width:8.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO3BznPts3uBdmWP4iAcOUxMCOweiQw3 { top:6.9375rem;left:26.75rem;width:8.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 { display:block; }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXXF9d96PezoWXZxXQyTBESN2beuKC7z { top:4.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU6PIFy9wKVBM5rq27hmIV9Tk0ho0Fgs { top:4.8125rem;left:0rem;width:27.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG { display:block; }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtaAQfu558uqen1MEtuEIGsx3DhapNuE { top:28.625rem;left:17.625rem;width:30.125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boDITQ3uid7JQXEEXXkXki1JUXt26Hyg { top:10.5625rem;left:18.8125rem;width:28.9375rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFUdw51kG0NBdc7e9SAWPLR8gkxDPnGR { top:24.4375rem;left:22.125rem;width:17.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR19FZRgJe41Cql2g7JszNgXm0rL3CVD { top:24.625rem;left:21rem;width:0.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlRNHJab1a2CxTeeVKTp87aBOulHdWpX { top:2.5rem;left:0rem;width:22.25rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ288UdCaD2wAVAMPyzuyGM7n2303EWW { display:none; }
 }@media only screen and (max-width: 763px) { #uRGf3BPwa53ADgpGUqL6niN02vULahci { top:4rem;left:21rem;width:19.625rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr2pivXLAWZemBZDyzGZ70pfBdVhUh0K { top:4.4375rem;left:0rem;width:20.875rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxEasDf1npqAClXiqThMLTyGpRKybOUg { top:7.5625rem;left:21rem;width:22.125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B { display:block; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoRPTHfH8K2dru53z0oQ75KtCOGL73vk { top:3.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB { display:block; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkEwgffcUMI9d3ouTuzIsFpVTwq5pZ7o { top:17.1875rem;left:21.125rem;width:26.625rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT17CeszPLeqRMXnk8FXFAWIqsgEhecJ { top:9.9375rem;left:20.75rem;width:27rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifci1MiTB9ounEm2ANDKUyxkqV70ACiv { top:2.125rem;left:0rem;width:34.6875rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBXb0G5M6GtEE6xJSBkwZTFJ2RMqgMSk { top:13.8125rem;left:18.375rem;width:29.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 { display:block; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTydGlgK0FbRNXnCn0cWxrimgTTOLWoO { top:15.6875rem;left:0rem;width:26.625rem;height:9.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSvApiI1CXPFeQNTPSvQeqsMorblpaf0 { top:8.5625rem;left:0rem;width:27rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCk6mwQxL7T9AGC0VR0n1Rz4T0SeCMlV { top:0rem;left:9.75rem;width:35.75rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmGWhmiSB55eerPCDR7aLfCkOfKqhJ0e { top:12.375rem;left:0rem;width:29.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR1qaggVCdShHNQU55OWyEDSZFlIncwr { display:block; }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGleTGKFilHkT6TnkApT1EpxwJsCuB5G { top:14.4375rem;left:0rem;width:29.875rem;height:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x81JndhgCwd2WVPM79dwWQMx1xpO8ica { top:6.375rem;left:0rem;width:31.875rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhodibqnLySCMndAvP0QWOOTyU5bcpHF { top:22.5rem;left:0rem;width:12.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-regular-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-text { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-text {padding-top: 0; padding-bottom: 0;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-textarea { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-select { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-select {padding-top: 0; padding-bottom: 0;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.1875rem; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-checkbox-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW  { width:25.4375rem;height:auto;top:1rem;left:19.75rem; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .radio-container { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW {display:block;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW { width:25.4375rem;height:auto;top:1rem;left:19.75rem; }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #AczduxLQgy7zTBpkoW022Xh6ZdAmcOXE {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #x7wh1Wcsi36yib1k3JVx85O20OSftIPW {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #bElAATxXIpJTg9Cix9DP8oIhFXRbQwpd {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #ki9PJakT2C6mxIETqNs5lDRK7QhHUeLa {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #eK0CrdJrn48ux3SURZNyqAxIDFCbeS5P {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #sKmqFvdJc9yXcHy9dHE0VG4ARmcTpP1p {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #A6NyxzSKlI8IRVLZrpXvwWWfpzHZ9uPb {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #NVl5lZmVSNzleQUZ6Z8U9hVT7yBhbRbI {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #bNtXcGMW7tB7EMSSKzvZ1lXhdem0CNvJ {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #PbsRbC2WaTiBG4DUQVW7MahbTUs8zO4S {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #UTJokLEChMLERzc8PUiTK4updqbIfnDi {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #yf6oxcSXDb7P7qG5wsBVdmX5neTKbcc7 {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #Rod4RT43cFp8HL6EGDbZBnzT3SNBCx2m {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #TdaB8Qbr8Wuii1dwwpl8XJbQrcbensCy {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #UXr5zZ6qFpwObZFDXsrbQTf9Q19rD7cs {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #r56AvWThzXil7XAv6WT9HTdllP8Wccnl {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #gsdZiO52tdT5TOlo7VinpNCzZCd5pt51 {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #WKv3yTllSOviE5nF3XS1nCVO7zqpbEhp {  }
 }@media only screen and (max-width: 763px) { #eCuSbUrFUbZDMxTTpqLuOrbHyscbF9Qo { display:block; }
 }@media only screen and (max-width: 763px) { #hS0bLI4Jw5aZClb7T12RqIbwJADBIeIx { display:block; }
 }@media only screen and (max-width: 763px) { #Im3kL7TfLZQgRy8ZU7WDW0tZFUOgypFt { display:block; }
 }@media only screen and (max-width: 763px) { #w4Zs6awD1JbXmI2x62LgZhC5V4HVWNa2 { display:block; }
 }@media only screen and (max-width: 763px) { #lQBxaZr5cNOtRuhZkAbnLHLH4zcM99pt { display:block; }
 }@media only screen and (max-width: 763px) { #O2DRs9fbZMgeyaPfpNuLvrvANSDbv2Ze { display:block; }
 }@media only screen and (max-width: 763px) { #sh36bSzaPWb9eBIF1Nx0OdtRnL8pPmxm { display:block; }
 }@media only screen and (max-width: 763px) { #GMpnu48PzoxnLk3kOtRXZTwBV8MVxVyO { display:block; }
 }@media only screen and (max-width: 763px) { #Vnpasqoov22LMNRR4EweT6oGQ90zKl5g { display:block; }
 }@media only screen and (max-width: 763px) { #Nw1KZTABducLDhR7OUyLlCaldL08rKi8 { display:block; }
 }@media only screen and (max-width: 763px) { #piHgTzosR842vMZDC4QV6NE0u4plJx6m { display:block; }
 }@media only screen and (max-width: 763px) { #izSbSE1TTBmumG9pco1PaSV8TLpRR3K1 { display:block; }
 }@media only screen and (max-width: 763px) { #DPF4iyKc394UtddpsxPVIe12WQVEyhNU { display:block; }
 }@media only screen and (max-width: 763px) { #i9SxevGDb0lBs4xEE705L9BJGpve5Iw9 { display:block; }
 }@media only screen and (max-width: 763px) { #lrhWJLJh9PhHcgDzTsdpv9DXck7Hd2M2 { display:block; }
 }@media only screen and (max-width: 763px) { #KpHTzZ30CgkudlDx0edC8QzZwKLdxBxP { display:block; }
 }@media only screen and (max-width: 763px) { #ywgW9hOW02kEOy9Id7Cfy1pewzeUat3F { display:block; }
 }@media only screen and (max-width: 763px) { #rtJsPfquCHI1zm5W7wdCo0UBoGKeKP9f { display:block; }
 }@media only screen and (max-width: 763px) { #gnWPizHbVDU4Vwagiae15mdwXFKbEnlp { display:block; }
 }@media only screen and (max-width: 763px) { #mow9zaSLRT5vITUWBGw0yPNZvxyg93SN { display:block; }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #Cd1wXkk5MiMXz8oqsA72qx8Dzx98IWyR {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #KZctUnOSsy5ldlcnMORCoGImqvwKH7KI {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #aINAtcXNaeqLFoL6iWZRWAiCAU4eLAbZ {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #an69AB5ZPToeuaumnWJEwDIhoTsy6cMf {  }
 }@media only screen and (max-width: 763px) { #AylguSAwbCQkwze4tGZxfPFL6snHFQDm { display:block; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T { display:flex;height:auto;width:27.8125rem;top:3.875rem;left:9.375rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #gAFJTXuwcQ8VmzTzbIA9yNrhaONTLOSr {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #oi2NHua2RSCUueeeJVbT9srBIU1wzxtw {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #mcZThkauO9uTQlvcB5JigduoPugh6Odl {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #UDtdyuQI29SdBkMfbTDXSz4VaRRaW0IB {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #cJmozOTUhSTxsUTxlf8tshT33ZaAO9Nu {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #Ms7Rea3bTEIUvCecaTAPNOk99FvfghLC {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #N7dCGaeZKWwEHMN5Zh5nLlwsbNOGGWpS {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #lmZrG8PmVkIW9QzOtg0IMTSQBUpm2ihZ {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #SxBvugJHTsRwPfIDGfWWhVxFzscgrdmP {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #O1iOzmHsKnts7zkoNzOz5mp1Q1p6WNOc {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #z7Sh4Pmwxl8io5E9SMA443UKA5wD6yrg {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #z8SS7RL4fR5NTnDrBaswm4RxilOZyenQ {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #awBqHAtVJnNVW9kqHikthde3icPPWXK7 {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #CIxgLIKAJ0QIf4g6MPmDWxQn1TwcycN4 {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #Eysqe8rW8BSDbp81nTafkuZTJTN2LneU {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #eratAOT6FlzKiHgMspcprW64bCx5PcCd {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #ALJ8nf7xcGx8mpc8LyMVCJhv5vrRZI8D {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #pMLxR3Z78odPVGtoIm2i2CwGKPKrR8Z5 {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #fBIJTMg8WySPm948l6nhBW5ailnB9UGE {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #cUK6Ek7F9NuIa4Mt1TNOznPU7odMb8Du {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #TKamEHySkEgmwFLC8QkGekfMcJomAngD {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #z6Vp5FXUDpKTJ08HNOaWqccecBEfiHPw {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #II0azxacpLiohst6NKq6bfhZqOINGrMV {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #kOdZnd88gcmQQAOfkXJAyUkI0d1RhOKm {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #icnnB4ykMsT0QTzPDMiX6DHPuQBuJsyM {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #uXr1Z77vU3acFpho5hQKkXtA9zILUlhC {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #N2lDe8L8xsLKW1ZeVDU7V13WG7Vd6EQm {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #uCUlElRRATDQHRfxeRfRfeA9pvPlJUDy {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #CQvvDakNTiHqPTGqmiSllsQu7naS69OO {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #GllUtKyMW7gSvwfwdzWsRbsynWnXrh5b {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #siu0vo7tBB17MgW5X2cs80y9l8X22ZfG {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #DDAA1EicnMpgJW58lBuCV48mwS8msTDL {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #MPFMorKLnofbN4vLpVCqm7GBycsaBNZq {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #LBBCWy1XEPzpdCfixmdfEqsNfyvlN7cJ {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #HnD8w6rLN4Im9GZ1qtMIhZvFAolTfEFt {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #GEW7Tz7bfOfTidN9l5UnpvDO1AF9Jo6u {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #zuaxNWqSzJN4vE48tKURmhTnc01xRJT5 {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #CeF8yRE0Srgsy10gEouGSbBTdREJoGoR {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #XIMlqtV80FWT3yFPmrPdmnmqsRDOTMwy {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #yH1DssGJBADTRxwUyFJQUAUiwVTNsfDk {  }
 }@media only screen and (max-width: 763px) { #XnURvcEeZEURSo1c9Z6bB8CKVKNvxx4V { top:4.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiXDDcVSkhQtZ9XMNQVbZQJWPdTm5ozk { top:8rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5poarGF1dSMTyx7cUEAATm9e3H3vkWF { display:block; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2XIaML5g5Ap52E6zwrQMRAC7yb41a7S { width:20.625rem;height:3.4375rem;top:1.4375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx5niM4cfqG4BqdfQ1RwnT8FD5ExLSx5 { display:block; }
 }@media only screen and (max-width: 763px) { #RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S { display:block; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k89mSxoi245lbhWTtUsHL8GfazFOHrT1 { top:0.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #yePdppFTCggVfzQzXHR9OLT7fEczKlpk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/379954cf-ca4e-434c-9e8b-bad324ded36b/bbf71c34bede4a7ab37a1e8cdfcc166c.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk.adaptive-delivery-prevent-bg, #yePdppFTCggVfzQzXHR9OLT7fEczKlpk.lazyload, #yePdppFTCggVfzQzXHR9OLT7fEczKlpk.lazyloading { background-image: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { background-color: transparent; background-image: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,13,13,0.45); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container > .video-iframe-container { display: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,13,13,0.45); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row > .video-iframe-container { display: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .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); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niqiCkDQwTAoaEBN3raE0Ba8QKAhz5ZP { width:18.4375rem;height:4.5rem;top:20.0625rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mx72Is6vIugntebf4itSXFqTVSSogdCM { width:18.0625rem;height:1.21875rem;top:7.453125rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtT4RclCIdHzNiT9D7NHHoVwniOqps1B { width:17.6875rem;height:4.875rem;top:25.8125rem;left:1.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sXGuu3ebDquOyM9WBHNGUodGB6ekLxah { width:16.25rem;height:3.1875rem;top:31.9375rem;left:1.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AMvIa9IrDQ8vIiCzpptkG40HI97cGP66 { display:block; }
 }@media only screen and (max-width: 763px) { #HIWvTB9y1LiZrP4bqTFbq1xDy8xx9FkK { width:10rem;height:4.25rem;top:1.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvdRNgEf1gQqSsHDXXZrO0VkMKqdt3f4 { width:17.625rem;height:1.5625rem;top:7.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNfqrBKm6eOAJVcD4tX0k6SlnFC0xAcB { width:8.75rem;height:11.875rem;top:41.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6NiKNBRA76vBNPGt4SxqlBAzy7xPSMz { width:8.75rem;height:10rem;top:36.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld5cFXTmO6DelOH3RppIbZWxm5pMLTgG { width:8.75rem;height:10rem;top:36.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9TC7xV6tD1UPpZEzX7ZRpz4SGO1TBZ2 { width:8.75rem;height:11.875rem;top:53.4375rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ifbi03NEoMqmFzINuvE0zWfZXkuer5aA { top:9.875rem;left:0.96875rem;width:18.0625rem;height:7.8125rem;z-index:15007;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad7b0c92-224d-4b86-ba78-bc9ea1ea333e/assets_task_01k8045175e7ybhngfnhhhwpdg_1760941044_img_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ifbi03NEoMqmFzINuvE0zWfZXkuer5aA.adaptive-delivery-prevent-bg, #Ifbi03NEoMqmFzINuvE0zWfZXkuer5aA.lazyload, #Ifbi03NEoMqmFzINuvE0zWfZXkuer5aA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L { background-color:#0d0d0d;background-image:none;display:block; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row .container { background-color: transparent; background-image: none; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row .container > .video-iframe-container { display: none; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row > .video-iframe-container { display: none; }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .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); }#eFP0qo3ML0lz3tuNIzJ6g3Bx4HCNWM7L > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frcHwVPi7UhStyv4TDBEEJrPBkn23fnu { width:18.25rem;height:3.29980625rem;top:3rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECCCWb6qGZRaN3b7v6P837gwdIWvKQbq { width:8.9375rem;height:1.5rem;top:3.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX { background-color:#0d0d0d;background-image:none;display:block; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row .container { background-color: transparent; background-image: none; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row .container > .video-iframe-container { display: none; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row > .video-iframe-container { display: none; }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .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); }#Q8HpxPfbBBc805I9z04ciJv2WtJeFoKX > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQC4c0wfihDAqopOtUu1w4FEt9JmA8ba { width:18.0625rem;height:6.75rem;top:0rem;left:1rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IJNNiKfDTM0u5JbudwvH0aLI6URJHc4C { width:15.625rem;height:4.548825rem;top:1.375rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#IJNNiKfDTM0u5JbudwvH0aLI6URJHc4C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2316e72b1be461746e3765eb761ddaad19a2aee9.svg); }
 }@media only screen and (max-width: 763px) { #FFJ2OaT3s7RO7yxGN151iVfdOTN66vrw { width:18.0625rem;height:6.75rem;top:7.625rem;left:1rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #p2rzT1IGSzxARLOLDrANyNVwF5sKaeM5 { width:15.4375rem;height:4.548825rem;top:8.75rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#p2rzT1IGSzxARLOLDrANyNVwF5sKaeM5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2316e72b1be461746e3765eb761ddaad19a2aee9.svg); }
 }@media only screen and (max-width: 763px) { #rFwWO3lx9aPU29AAbVJaMKVnWf0cTqZv { width:18.0625rem;height:6.75rem;top:15.25rem;left:1rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #O0LTIOKQgDN3hpKkiZzgo40BfLL7nUqv { width:15rem;height:4.548825rem;top:16.4375rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#O0LTIOKQgDN3hpKkiZzgo40BfLL7nUqv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fba256c7a2d83b44ccd8fc7eb2c3282d58fa50b.svg); }
 }@media only screen and (max-width: 763px) { #av6TKpIuXICDcsauIiSq2THzFwPgOZmK { width:18.0625rem;height:4.9375rem;top:22.875rem;left:1rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0rem solid rgba(var(--color-tertiary-3),1);border-bottom:0rem solid rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #QUSi198goXdAxTN557ldc0XBtzfUrLcG { width:15.3125rem;height:2.2744125rem;top:24.25rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#QUSi198goXdAxTN557ldc0XBtzfUrLcG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fba256c7a2d83b44ccd8fc7eb2c3282d58fa50b.svg); }
 }@media only screen and (max-width: 763px) { #XZ8l1FCZIS3xqV9JyuDW19WS9WEFtKH2 { width:18.0625rem;height:5.875rem;top:29.375rem;left:1rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TPVbMyH4pEIlmMpS3TD7VFZiX2yhRe9q { width:15.625rem;height:3.41161875rem;top:30.669921875rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#TPVbMyH4pEIlmMpS3TD7VFZiX2yhRe9q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fba256c7a2d83b44ccd8fc7eb2c3282d58fa50b.svg); }
 }@media only screen and (max-width: 763px) { #nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d0d0d, #202020);background-image: -moz-linear-gradient(180deg, #0d0d0d, #202020);background-image: -ms-linear-gradient(180deg, #0d0d0d, #202020);background-image: -o-linear-gradient(180deg, #0d0d0d, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#202020' );";background-image: linear-gradient(180deg, #0d0d0d, #202020);background-size:auto !important;display:block; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { background-color: transparent; background-image: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container > .video-iframe-container { display: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row > .video-iframe-container { display: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .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); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDtwb96DsmVD65oUdBByqpNz6ObN4gTR { width:20rem;height:1.625rem;top:0.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMSSGOM7TE62A0NOrTwiaa139gJma5Gq { width:20rem;height:2.69921875rem;top:2.66796875rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a9vOZHa21hNDL0ZQfySi2THQuJdfRulX { width:14.875rem;height:3.3125rem;top:6.9375rem;left:2.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hzVSVbLedVicAtWspX1KnzWCdw5V0HkN { display:block; }
 }@media only screen and (max-width: 763px) { #ylTAOVTPZoWVpaFCldqwK4nBOFei4Bt8 { display:flex;width:1.9375rem;height:1.9375rem;top:11.4375rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd { background-color:#202020;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; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container { background-color: transparent; background-image: none; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container > .video-iframe-container { display: none; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row > .video-iframe-container { display: none; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .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); }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container { border-width: 0; border-radius: 0; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sh7iG6QRNOSTFuRgC3P3Dh33BmCFVAgd > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWb2O3MqLsxTVHBFTD7W9gvS1DBsiJgx { width:16.3125rem;height:0;top:12.4375rem;left:1.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #oK8fWPil2bG0rOmBIlLGev0sv2aTlSUL { width:16.9375rem;height:1.5rem;top:5.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCuhuGkcBJxJuGWSdVtput2JhDrXw4SO { width:19.6875rem;height:3.0244125rem;top:1.1875rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHozKeXA49AMyRUs9rpoExkJVvf1nlEc { width:16.9375rem;height:9rem;top:5.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15002;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vfyi4E30NWiVkDq5BK1DJwugnxhgKfLR { width:14.375rem;height:1.5rem;top:6.6875rem;left:2.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #202020, #0d0d0d);background-image: -moz-linear-gradient(180deg, #202020, #0d0d0d);background-image: -ms-linear-gradient(180deg, #202020, #0d0d0d);background-image: -o-linear-gradient(180deg, #202020, #0d0d0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#0d0d0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#0d0d0d' );";background-image: linear-gradient(180deg, #202020, #0d0d0d);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;display:block; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container { background-color: transparent; background-image: none; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container > .video-iframe-container { display: none; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row > .video-iframe-container { display: none; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .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); }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container { border-width: 0; border-radius: 0; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kB6pIeqiWUfMaBBlkyLT5mXbFzxKTH69 > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HThglBK6W3MA1VZQ9ZubB7drviTIhcg1 { width:15.4375rem;height:19.5rem;top:20.4375rem;left:2.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#HThglBK6W3MA1VZQ9ZubB7drviTIhcg1 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#HThglBK6W3MA1VZQ9ZubB7drviTIhcg1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e05e6c1f016c3b9a5e51a2cb60ae5e374d69f5c.svg); }
 }@media only screen and (max-width: 763px) { #C0IakTRxdT8Tvxdpa84QFsNllaykx2Ap { width:15.25rem;height:15.125rem;top:2.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8DMW04ftquSRJIgBZt6uwT6fXUrNUaX { width:19rem;height:3.75rem;top:41.1875rem;left:0.5rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CQ55LeR0sRkVTTZLzAauzn32zek1vAh0 { display:block; }
 }@media only screen and (max-width: 763px) { #W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs { background-color:#0d0d0d;background-image:url("https://images.assets-landingi.com/uc/83ca2f24-293d-4367-9974-478f0152b866/Prancheta1copiar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs.adaptive-delivery-prevent-bg, #W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs.lazyload, #W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs.lazyloading { background-image: none; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container { background-color: transparent; background-image: none; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container > .video-iframe-container { display: none; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row > .video-iframe-container { display: none; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .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); }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container { border-width: 0; border-radius: 0; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4w57SfTqq7U4I2hW6OFWn07vIBBRMLs > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M { background-color:#0d0d0d;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; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container { background-color: transparent; background-image: none; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container > .video-iframe-container { display: none; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row > .video-iframe-container { display: none; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .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); }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container { border-width: 0; border-radius: 0; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpTrk1c9Vs0wMiqBpAdQbJlVcb7NN80M > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnFVFHOFV2BsoCiGv4MaQAEazdPKc2h2 { width:7.5rem;height:2.761725rem;top:2.5rem;left:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lD9wITr86cQJ612ATC79fFy25lWars { width:14.5625rem;height:11.8125rem;top:6.625rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewCS2HGnJLGoVCrWH6vgycGHbvpQLQsc { width:4.375rem;height:4.375rem;top:1.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIc3x09GQi72a5oBZa6lLd4PuFP6NLpn { width:14.5625rem;height:13.40625rem;top:47.25rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akOdDfOJmPC59NK9cTKuONDMhnz8NC1f { width:9.1875rem;height:2.761725rem;top:43.125rem;left:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR9l3hGP3TEF8abgwHL0km6fzS4VPLAM { width:4.375rem;height:4.375rem;top:42.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62loHkTzpTBUyWSUuwtuV6aAc9B6FFB { width:7.5rem;height:2.761725rem;top:23.125rem;left:5.25rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Cfi22GVzkEwMLy7puO9uLro2AoA34QZa { width:15rem;height:10.96875rem;top:27.3125rem;left:2.625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WgT5Bb7N9w4bA6i8mu8CavQBZ4fu5gQ9 { width:4.375rem;height:4.375rem;top:22.3125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD2dQaLtbT9ZSNrtkFIXqQSA2RPNi3KP { width:17.6875rem;height:3.75rem;top:63.5625rem;left:1.15625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bDtOqJNKgKpXcvi0ivAGaZ3uh3m4pPbk { display:block; }
 }@media only screen and (max-width: 763px) { #MUWcs7cNRKwCpbof75rdl5F6Nl4sd0FQ { width:18.75rem;height:18.75rem;top:0.625rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PkcDVbC7vEQIJA0Bepmz9hEedfvCxQ5g { width:18.75rem;height:18.75rem;top:20.875rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aO4wqpBxBMx4AWkEMWXgwOgClu2Obc9G { width:18.75rem;height:20.8125rem;top:41rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP { background-color:transparent;background-image: -webkit-linear-gradient(255deg, #df632e, #ff631a);background-image: -moz-linear-gradient(255deg, #df632e, #ff631a);background-image: -ms-linear-gradient(255deg, #df632e, #ff631a);background-image: -o-linear-gradient(255deg, #df632e, #ff631a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df632e', endColorstr='#ff631a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df632e', endColorstr='#ff631a' );";background-image: linear-gradient(255deg, #df632e, #ff631a);background-size:auto !important;display:block; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row .container { background-color: transparent; background-image: none; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row .container > .video-iframe-container { display: none; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row > .video-iframe-container { display: none; }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .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); }#DtVSvOtyB4kTS8py9dDXzXC1g99xTcyP > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Il98V8tZd7npRrBMLx52EQ5xrB1iPnTW { width:2.8125rem;height:2.8125rem;top:9.875rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JTkFElKVkJayQGhol8Xv6Uz4DHUO4HTU { width:13.3125rem;height:1.4624rem;top:14.1875rem;left:1.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8eNIl9LeMcLeBEMJUTRqGl9XIBbMtp { width:16.8125rem;height:2.2744125rem;top:15.875rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HxCOnwe6TDRpW8gS896b9TIT7w8vJXQO { width:19.3125rem;height:10.0625rem;top:9rem;left:0.28125rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvVTV5PXhXQCc39Lk64y7O8Sixw8wtvM { width:18.6875rem;height:4.38671875rem;top:3.125rem;left:0.65625rem;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #auISnJNc1hCX92Kh7bzZ0rGmafblMdmM { width:14.75rem;height:1.13720625rem;top:13rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FnlyFNshzI6L3MD9SnhM80asbzI3HM9m { width:19.3125rem;height:10.0625rem;top:19.8125rem;left:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM0phXnWFbc26Tl6M8SFVv5sBkxORiW3 { width:16.8125rem;height:2.2744125rem;top:26.6875rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kiuMfVuCxdcwNIL7935ba46rWPnnCvCc { width:13.3125rem;height:1.4624rem;top:25rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OIh4HrQNCz96vqsO60FwpApCVE3rcKTw { width:14.75rem;height:1.13720625rem;top:23.8125rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MlcK4L9miShOml26UuJGkMMddq1ZAZ93 { width:2.8125rem;height:2.8125rem;top:20.6875rem;left:1.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XGXQvXK1hHB2snF5BtWIXTTwUQWBEdCC { width:19.3125rem;height:10.0625rem;top:30.625rem;left:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI382fIilzUSiZt0MdUKJIATRnILRebb { width:16.8125rem;height:2.2744125rem;top:37.5rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZnKobNxD3ITT7PzmOn2h9rF7XDeqEavI { width:13.3125rem;height:1.4624rem;top:35.8125rem;left:1.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KI5G20nJeReMiDrTPDteCWLDiQ7wh1EG { width:14.75rem;height:1.13720625rem;top:34.625rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BAxfHc65GCSRfae48iL1z7d0dGTTTPDT { width:2.8125rem;height:2.8125rem;top:31.5rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #moWAgCVhL6DPSflamGJlDZ4SqETUOa60 { background-color:transparent;background-image:none;display:block; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row .container { background-color: transparent; background-image: none; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,32,32,0.85); }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row .container > .video-iframe-container { display: none; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,32,32,0.85); }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row > .video-iframe-container { display: block; }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .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); }#moWAgCVhL6DPSflamGJlDZ4SqETUOa60 > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyfuRcf5UOzNFFQbtwkleTiemO5NSnw8 { width:18.625rem;height:4.04980625rem;top:16.75rem;left:0.6875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1XitO1rI5gCLZ1ooEVvgGpl22D6XcnA { width:18.5rem;height:6.9043125rem;top:22.046875rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OP8xFFRr6AuAAAmeQfGpUTuQwpsSTqmL { width:17.5625rem;height:11.125rem;top:3.75rem;left:1.21875rem;background-color:#0d0d0d;background-image:url("https://images.assets-landingi.com/uc/0085f7c1-ff68-4d07-9bc9-015d8de491dd/mockupn8n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }#OP8xFFRr6AuAAAmeQfGpUTuQwpsSTqmL.adaptive-delivery-prevent-bg, #OP8xFFRr6AuAAAmeQfGpUTuQwpsSTqmL.lazyload, #OP8xFFRr6AuAAAmeQfGpUTuQwpsSTqmL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BrcKidEVV2weC8k0kCS2XDZ2bsnTc7ME { width:19rem;height:3.75rem;top:43.625rem;left:0.5rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #snDSgMVAOJ3c4WJ6amTKkRkwF8TZUnuU { display:block; }
 }@media only screen and (max-width: 763px) { #mBwb31pgvksS0SJ3VBN9espsVoNFMvte { width:14.25rem;height:1.29980625rem;top:31.5625rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBDiRwnmFbSEJDM6FQgy4XTWcwhbtTPs { width:14.5625rem;height:2.8125rem;top:30.8125rem;left:4.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f5992e, #202020);background-image: -moz-linear-gradient(90deg, #f5992e, #202020);background-image: -ms-linear-gradient(90deg, #f5992e, #202020);background-image: -o-linear-gradient(90deg, #f5992e, #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#202020' );";background-image: linear-gradient(90deg, #f5992e, #202020);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mS3uJWoNwzg4XRh0vCFrpww4N7Gw1T7P { display:flex;width:1.125rem;height:1.125rem;top:31.6494140625rem;left:1.90625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #F7uhGIvfK5ckkkfcvamh0k5ugmuguSp0 { width:2.8125rem;height:2.8125rem;top:30.8125rem;left:1.0625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UTPmNJv855vQhcuZVPJOcqsJP0SBJUpb { width:2.8125rem;height:2.8125rem;top:34.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K15aCWBDuw7hkKgkkWMcNGabW0FkmOWu { width:14.5625rem;height:2.8125rem;top:34.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNEHy2wPsOgNX6hTatl31msOD4LSUfT9 { display:flex;width:1.125rem;height:1.125rem;top:35.71875rem;left:1.90625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #DNFyL09zn6shssgSGGCTTGTL6E271SqM { width:14.25rem;height:1.29980625rem;top:35.625rem;left:5.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BpDdyoBuvQ49RZL7XOR0rsBFqym7ZrEH { width:2.8125rem;height:2.8125rem;top:38.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQWbwizZ8xDg8dOTbqwKUPGmvSdtyTeD { width:14.5625rem;height:2.8125rem;top:38.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzU3XmCQd6FsCS3Pe0P1PzS52qrXodhB { display:flex;width:1.125rem;height:1.125rem;top:39.78125rem;left:1.90625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #C4ddLsTsr0FcBwOVvWicBvG55ITqP4TX { width:14.25rem;height:1.29980625rem;top:39.6875rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #moJcafKpQ0lGWxXdNSik5oo2bMgOq22L { background-color:#202020;background-image:none;display:block; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row .container { background-color: transparent; background-image: none; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row .container > .video-iframe-container { display: none; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row > .video-iframe-container { display: none; }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .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); }#moJcafKpQ0lGWxXdNSik5oo2bMgOq22L > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWyTkCcB9pwhAX8BuI0gSEQhooQy3uH5 { width:15.9375rem;height:3.4121125rem;top:2.4375rem;left:2.03125rem;font-size:1.3125rem;line-height:1.3;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 { display:block; }#APTrvG7ItdSAOO5hRGJ2WwGDl8ykLaE5 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLhLTk1hpTb47wxqRMnkglzQWL45f22Q { width:7.5rem;height:3.65625rem;top:4.1875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOZUVnGSlfKZxn313Sb06HbklG7uN6i { width:7.625rem;height:1.94970625rem;top:2.125rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbzpTsgmZEfVNPzz6bUv76uuISQox1rI { width:7.5rem;height:3.65625rem;top:4.1875rem;left:11.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohqD5rczFgXkGDM0Emwa4WkFv7p1cCHL { width:7.625rem;height:1.94970625rem;top:2.125rem;left:11.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctJoDoSSF3gEPpWhaVxTp6TSsSJC1uTe { width:7.5rem;height:2.4375rem;top:14.6875rem;left:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqe5mXnTSRvKx1B9O9ut2OvRIFzM553Q { width:7.625rem;height:1.94970625rem;top:12.625rem;left:11.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBpyh6FMT7NOvWovzcAy00ArCTa3uBIu { width:7.5rem;height:2.4375rem;top:14.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLeb8pK4B2UVtXf3RF3hdFnkEbeGkxuC { width:7.625rem;height:1.94970625rem;top:12.75rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbqzHglGQRTWHezugs2lcJzPCFrPv3sp { width:8.75rem;height:8.75rem;top:0.625rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EBOd0CGDra30VZTrO2L6brTJ9BL6AAhb { width:8.75rem;height:8.75rem;top:0.625rem;left:10.625rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cfP5PoqUmLzCeStOv0BKFfdkIv6ydUiI { width:8.75rem;height:8.75rem;top:10.125rem;left:10.625rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #A2PIXhcBounh5z6FMDaRvyX3oIlvNvI5 { width:8.75rem;height:8.75rem;top:10.125rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#202020' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-3),1), #202020);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E { background-color:#202020;background-image:none;display:block; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row .container { background-color: transparent; background-image: none; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row .container > .video-iframe-container { display: none; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row > .video-iframe-container { display: none; }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .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); }#Jw0HuUIgIwkpC4pT6i4T3w49Q2rPxQ3E > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoL9iDye9wfND3QUpmd91BrQmdyvObZ6 { width:16rem;height:7.875rem;top:1.59375rem;left:2rem;font-size:1.3125rem;line-height:1.5;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #E63iZgXLowQs7TV6uGthmpTr52XxA9lb { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff631a, #f56b2e);background-image: -moz-linear-gradient(90deg, #ff631a, #f56b2e);background-image: -ms-linear-gradient(90deg, #ff631a, #f56b2e);background-image: -o-linear-gradient(90deg, #ff631a, #f56b2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff631a', endColorstr='#f56b2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff631a', endColorstr='#f56b2e' );";background-image: linear-gradient(90deg, #ff631a, #f56b2e);background-size:auto !important;display:block; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row .container { background-color: transparent; background-image: none; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row .container > .video-iframe-container { display: none; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row > .video-iframe-container { display: none; }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .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); }#E63iZgXLowQs7TV6uGthmpTr52XxA9lb > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckMmWB5LFIfRpf1rGhBFUF97A3oQI7Su { width:5.875rem;height:3.125rem;top:19.125rem;left:2.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rosDC4INvXf8r768FbfH0BZvUzsws94M { width:8.6875rem;height:2.6875rem;top:1.6875rem;left:2.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cswwgzbEXyFn3dzHAfE0cDly73G6H266 { width:6.5625rem;height:2.5625rem;top:4.125rem;left:11rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M7Utwo0OMhXgt7RL2Cm4OacLb7PheiQ4 { width:6.3125rem;height:2.75rem;top:6.0625rem;left:2.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R1HzuaZ8hq19WbBQTzHZSTRCxEgdrw5V { width:5.1875rem;height:4.25rem;top:16.75rem;left:11.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sOwNQdTPTQ8OPSDVaSk6Ta9vpOUi5yVn { width:6.1875rem;height:2.875rem;top:12.5rem;left:11.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VG8XsZtzCN5AxdS6rgvzs4qFJ6gP8qOL { width:6.375rem;height:2.6875rem;top:8.5625rem;left:11.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lPuocWA8RnWUWfRwcA4OFySmmMQxt4ZZ { width:5.75rem;height:3.1875rem;top:14.8125rem;left:2.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TO3BznPts3uBdmWP4iAcOUxMCOweiQw3 { width:6rem;height:3.3125rem;top:9.75rem;left:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 { display:block; }#QVXZDJVSO9XNFJua3wy2GtqZS4WsPhu6 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXXF9d96PezoWXZxXQyTBESN2beuKC7z { width:17.1875rem;height:4.19921875rem;top:3.1484375rem;left:1.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZU6PIFy9wKVBM5rq27hmIV9Tk0ho0Fgs { width:15.0625rem;height:1.9375rem;top:3.2734375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG { display:block; }#W0IbgHLQVboa0cqgMTyFksk1WKb6XtEG > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtaAQfu558uqen1MEtuEIGsx3DhapNuE { width:17.0625rem;height:10.5rem;top:49.1875rem;left:1.5rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #boDITQ3uid7JQXEEXXkXki1JUXt26Hyg { width:17.6875rem;height:17.0625rem;top:25.875rem;left:1.1875rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PFUdw51kG0NBdc7e9SAWPLR8gkxDPnGR { width:14.3125rem;height:2.5996125rem;top:45.3125rem;left:2.875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pR19FZRgJe41Cql2g7JszNgXm0rL3CVD { width:0.3125rem;height:2.5rem;top:53.6875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlRNHJab1a2CxTeeVKTp87aBOulHdWpX { width:15.5625rem;height:17.6875rem;top:2.1875rem;left:2.25rem;background-color:#202020;background-image:url("https://images.assets-landingi.com/uc/831f3782-7668-49ff-8ce0-07077444bcfc/Camada5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#wlRNHJab1a2CxTeeVKTp87aBOulHdWpX.adaptive-delivery-prevent-bg, #wlRNHJab1a2CxTeeVKTp87aBOulHdWpX.lazyload, #wlRNHJab1a2CxTeeVKTp87aBOulHdWpX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OZ288UdCaD2wAVAMPyzuyGM7n2303EWW { top:44.375rem;left:11rem;width:6.25rem;height:0.3125rem;z-index:15008;background-color:#f56b2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uRGf3BPwa53ADgpGUqL6niN02vULahci { width:17.75rem;height:2.36230625rem;top:20.875rem;left:1.125rem;font-size:1.6875rem;line-height:1.4;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lr2pivXLAWZemBZDyzGZ70pfBdVhUh0K { width:14.375rem;height:17rem;top:3.125rem;left:3.6875rem;background-color:transparent;background-image:none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxEasDf1npqAClXiqThMLTyGpRKybOUg { width:16rem;height:1.3999rem;top:23.1875rem;left:2rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B { background-color:#0d0d0d;background-image:none;display:block; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { background-color: transparent; background-image: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container > .video-iframe-container { display: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row > .video-iframe-container { display: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .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); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoRPTHfH8K2dru53z0oQ75KtCOGL73vk { width:18.25rem;height:3.5996125rem;top:1.91796875rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB { background-color:transparent;background-image: -webkit-linear-gradient(182deg, #0d0d0d, rgba(245,107,46,0.15));background-image: -moz-linear-gradient(182deg, #0d0d0d, rgba(245,107,46,0.15));background-image: -ms-linear-gradient(182deg, #0d0d0d, rgba(245,107,46,0.15));background-image: -o-linear-gradient(182deg, #0d0d0d, rgba(245,107,46,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#f56b2e26' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#f56b2e26' );";background-image: linear-gradient(182deg, #0d0d0d, rgba(245,107,46,0.15));background-size:auto !important;display:block; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row .container { background-color: transparent; background-image: none; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row .container > .video-iframe-container { display: none; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row > .video-iframe-container { display: none; }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .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); }#EnAQMbn3nl8P588WW8GwG4T0aD8v4iVB > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkEwgffcUMI9d3ouTuzIsFpVTwq5pZ7o { width:19.25rem;height:13.125rem;top:18.3125rem;left:0.375rem;font-size:0.9375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XT17CeszPLeqRMXnk8FXFAWIqsgEhecJ { width:15.6875rem;height:1.70605625rem;top:14.125rem;left:2.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifci1MiTB9ounEm2ANDKUyxkqV70ACiv { width:13.1875rem;height:12.8125rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBXb0G5M6GtEE6xJSBkwZTFJ2RMqgMSk { width:18.125rem;height:1.29980625rem;top:16.375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 { background-color:transparent;background-image: -webkit-linear-gradient(182deg, rgba(245,107,46,0.15), #0d0d0d);background-image: -moz-linear-gradient(182deg, rgba(245,107,46,0.15), #0d0d0d);background-image: -ms-linear-gradient(182deg, rgba(245,107,46,0.15), #0d0d0d);background-image: -o-linear-gradient(182deg, rgba(245,107,46,0.15), #0d0d0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e26', endColorstr='#0d0d0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e26', endColorstr='#0d0d0d' );";background-image: linear-gradient(182deg, rgba(245,107,46,0.15), #0d0d0d);background-size:auto !important;display:block; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row .container { background-color: transparent; background-image: none; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row .container > .video-iframe-container { display: none; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row > .video-iframe-container { display: none; }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .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); }#h9xDQnlxAdTMAQG93K8q0bSyewcwZN26 > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTydGlgK0FbRNXnCn0cWxrimgTTOLWoO { width:17.6875rem;height:11.8125rem;top:19.5rem;left:1.15625rem;font-size:0.9375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSvApiI1CXPFeQNTPSvQeqsMorblpaf0 { width:15.6875rem;height:1.70605625rem;top:15.375rem;left:2.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCk6mwQxL7T9AGC0VR0n1Rz4T0SeCMlV { width:13.625rem;height:12.875rem;top:2.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmGWhmiSB55eerPCDR7aLfCkOfKqhJ0e { width:18.125rem;height:1.29980625rem;top:17.625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iR1qaggVCdShHNQU55OWyEDSZFlIncwr { display:block; }#iR1qaggVCdShHNQU55OWyEDSZFlIncwr > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGleTGKFilHkT6TnkApT1EpxwJsCuB5G { width:17.625rem;height:5.25rem;top:6.3125rem;left:1.1875rem;font-size:0.9375rem;line-height:1.4;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x81JndhgCwd2WVPM79dwWQMx1xpO8ica { width:16.5rem;height:3.875rem;top:1.8125rem;left:1.75rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhodibqnLySCMndAvP0QWOOTyU5bcpHF { width:9.4375rem;height:4rem;top:47.7041015625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-text {padding-top: 0; padding-bottom: 0;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-select {padding-top: 0; padding-bottom: 0;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-input-button { width:16.5625rem;margin-top:0.25rem;margin-right:0.25rem;margin-bottom:0.25rem;margin-left:0.25rem; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW  { width:17.125rem;height:auto;top:13.1416015625rem;left:0.1875rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW .widget-info-text { font-size:0.8125rem;overflow:hidden;height:auto; }
#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW {display:block;}#lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW { width:17.125rem;height:auto;top:13.1416015625rem;left:0.1875rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #AczduxLQgy7zTBpkoW022Xh6ZdAmcOXE {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #x7wh1Wcsi36yib1k3JVx85O20OSftIPW {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #bElAATxXIpJTg9Cix9DP8oIhFXRbQwpd {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #ki9PJakT2C6mxIETqNs5lDRK7QhHUeLa {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #eK0CrdJrn48ux3SURZNyqAxIDFCbeS5P {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #sKmqFvdJc9yXcHy9dHE0VG4ARmcTpP1p {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #A6NyxzSKlI8IRVLZrpXvwWWfpzHZ9uPb {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #NVl5lZmVSNzleQUZ6Z8U9hVT7yBhbRbI {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #bNtXcGMW7tB7EMSSKzvZ1lXhdem0CNvJ {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #PbsRbC2WaTiBG4DUQVW7MahbTUs8zO4S {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #UTJokLEChMLERzc8PUiTK4updqbIfnDi {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #yf6oxcSXDb7P7qG5wsBVdmX5neTKbcc7 {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #Rod4RT43cFp8HL6EGDbZBnzT3SNBCx2m {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #TdaB8Qbr8Wuii1dwwpl8XJbQrcbensCy {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #UXr5zZ6qFpwObZFDXsrbQTf9Q19rD7cs {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #r56AvWThzXil7XAv6WT9HTdllP8Wccnl {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #gsdZiO52tdT5TOlo7VinpNCzZCd5pt51 {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #WKv3yTllSOviE5nF3XS1nCVO7zqpbEhp {  }
 }@media only screen and (max-width: 763px) { #eCuSbUrFUbZDMxTTpqLuOrbHyscbF9Qo { display:block; }
 }@media only screen and (max-width: 763px) { #hS0bLI4Jw5aZClb7T12RqIbwJADBIeIx { display:block; }
 }@media only screen and (max-width: 763px) { #Im3kL7TfLZQgRy8ZU7WDW0tZFUOgypFt { display:block; }
 }@media only screen and (max-width: 763px) { #w4Zs6awD1JbXmI2x62LgZhC5V4HVWNa2 { display:block; }
 }@media only screen and (max-width: 763px) { #lQBxaZr5cNOtRuhZkAbnLHLH4zcM99pt { display:block; }
 }@media only screen and (max-width: 763px) { #O2DRs9fbZMgeyaPfpNuLvrvANSDbv2Ze { display:block; }
 }@media only screen and (max-width: 763px) { #sh36bSzaPWb9eBIF1Nx0OdtRnL8pPmxm { display:block; }
 }@media only screen and (max-width: 763px) { #GMpnu48PzoxnLk3kOtRXZTwBV8MVxVyO { display:block; }
 }@media only screen and (max-width: 763px) { #Vnpasqoov22LMNRR4EweT6oGQ90zKl5g { display:block; }
 }@media only screen and (max-width: 763px) { #Nw1KZTABducLDhR7OUyLlCaldL08rKi8 { display:block; }
 }@media only screen and (max-width: 763px) { #piHgTzosR842vMZDC4QV6NE0u4plJx6m { display:block; }
 }@media only screen and (max-width: 763px) { #izSbSE1TTBmumG9pco1PaSV8TLpRR3K1 { display:block; }
 }@media only screen and (max-width: 763px) { #DPF4iyKc394UtddpsxPVIe12WQVEyhNU { display:block; }
 }@media only screen and (max-width: 763px) { #i9SxevGDb0lBs4xEE705L9BJGpve5Iw9 { display:block; }
 }@media only screen and (max-width: 763px) { #lrhWJLJh9PhHcgDzTsdpv9DXck7Hd2M2 { display:block; }
 }@media only screen and (max-width: 763px) { #KpHTzZ30CgkudlDx0edC8QzZwKLdxBxP { display:block; }
 }@media only screen and (max-width: 763px) { #ywgW9hOW02kEOy9Id7Cfy1pewzeUat3F { display:block; }
 }@media only screen and (max-width: 763px) { #rtJsPfquCHI1zm5W7wdCo0UBoGKeKP9f { display:block; }
 }@media only screen and (max-width: 763px) { #gnWPizHbVDU4Vwagiae15mdwXFKbEnlp { display:block; }
 }@media only screen and (max-width: 763px) { #mow9zaSLRT5vITUWBGw0yPNZvxyg93SN { display:block; }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #Cd1wXkk5MiMXz8oqsA72qx8Dzx98IWyR {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #KZctUnOSsy5ldlcnMORCoGImqvwKH7KI {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #aINAtcXNaeqLFoL6iWZRWAiCAU4eLAbZ {  }
 }@media only screen and (max-width: 763px) { #lgUxLBW1AZTHnzeaodAZHoZRi6ghHywW #an69AB5ZPToeuaumnWJEwDIhoTsy6cMf {  }
 }@media only screen and (max-width: 763px) { #AylguSAwbCQkwze4tGZxfPFL6snHFQDm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #202020, #0d0d0d);background-image: -moz-linear-gradient(180deg, #202020, #0d0d0d);background-image: -ms-linear-gradient(180deg, #202020, #0d0d0d);background-image: -o-linear-gradient(180deg, #202020, #0d0d0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#0d0d0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#0d0d0d' );";background-image: linear-gradient(180deg, #202020, #0d0d0d);background-size:auto !important;display:block; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row .container { background-color: transparent; background-image: none; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row .container > .video-iframe-container { display: none; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row > .video-iframe-container { display: none; }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .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); }#AylguSAwbCQkwze4tGZxfPFL6snHFQDm > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1.2;overflow:hidden;text-align:left;text-align-last:left;font-weight:300;font-style:normal;color:#f56b2e; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.3;overflow:hidden;text-align:justify;text-align-last:initial; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T { display:flex;height:auto;width:20rem;top:10.32421875rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#LKD1o4qroe22ENQWxu85ihhE9X4KZK0T .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #gAFJTXuwcQ8VmzTzbIA9yNrhaONTLOSr {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #oi2NHua2RSCUueeeJVbT9srBIU1wzxtw {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #mcZThkauO9uTQlvcB5JigduoPugh6Odl {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #UDtdyuQI29SdBkMfbTDXSz4VaRRaW0IB {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #cJmozOTUhSTxsUTxlf8tshT33ZaAO9Nu {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #Ms7Rea3bTEIUvCecaTAPNOk99FvfghLC {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #N7dCGaeZKWwEHMN5Zh5nLlwsbNOGGWpS {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #lmZrG8PmVkIW9QzOtg0IMTSQBUpm2ihZ {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #SxBvugJHTsRwPfIDGfWWhVxFzscgrdmP {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #O1iOzmHsKnts7zkoNzOz5mp1Q1p6WNOc {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #z7Sh4Pmwxl8io5E9SMA443UKA5wD6yrg {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #z8SS7RL4fR5NTnDrBaswm4RxilOZyenQ {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #awBqHAtVJnNVW9kqHikthde3icPPWXK7 {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #CIxgLIKAJ0QIf4g6MPmDWxQn1TwcycN4 {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #Eysqe8rW8BSDbp81nTafkuZTJTN2LneU {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #eratAOT6FlzKiHgMspcprW64bCx5PcCd {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #ALJ8nf7xcGx8mpc8LyMVCJhv5vrRZI8D {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #pMLxR3Z78odPVGtoIm2i2CwGKPKrR8Z5 {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #fBIJTMg8WySPm948l6nhBW5ailnB9UGE {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #cUK6Ek7F9NuIa4Mt1TNOznPU7odMb8Du {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #TKamEHySkEgmwFLC8QkGekfMcJomAngD {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #z6Vp5FXUDpKTJ08HNOaWqccecBEfiHPw {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #II0azxacpLiohst6NKq6bfhZqOINGrMV {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #kOdZnd88gcmQQAOfkXJAyUkI0d1RhOKm {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #icnnB4ykMsT0QTzPDMiX6DHPuQBuJsyM {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #uXr1Z77vU3acFpho5hQKkXtA9zILUlhC {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #N2lDe8L8xsLKW1ZeVDU7V13WG7Vd6EQm {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #uCUlElRRATDQHRfxeRfRfeA9pvPlJUDy {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #CQvvDakNTiHqPTGqmiSllsQu7naS69OO {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #GllUtKyMW7gSvwfwdzWsRbsynWnXrh5b {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #siu0vo7tBB17MgW5X2cs80y9l8X22ZfG {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #DDAA1EicnMpgJW58lBuCV48mwS8msTDL {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #MPFMorKLnofbN4vLpVCqm7GBycsaBNZq {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #LBBCWy1XEPzpdCfixmdfEqsNfyvlN7cJ {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #HnD8w6rLN4Im9GZ1qtMIhZvFAolTfEFt {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #GEW7Tz7bfOfTidN9l5UnpvDO1AF9Jo6u {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #zuaxNWqSzJN4vE48tKURmhTnc01xRJT5 {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #CeF8yRE0Srgsy10gEouGSbBTdREJoGoR {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #XIMlqtV80FWT3yFPmrPdmnmqsRDOTMwy {  }
 }@media only screen and (max-width: 763px) { #LKD1o4qroe22ENQWxu85ihhE9X4KZK0T #yH1DssGJBADTRxwUyFJQUAUiwVTNsfDk {  }
 }@media only screen and (max-width: 763px) { #XnURvcEeZEURSo1c9Z6bB8CKVKNvxx4V { width:18.8125rem;height:1.57470625rem;top:4.25rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiXDDcVSkhQtZ9XMNQVbZQJWPdTm5ozk { width:15.8125rem;height:1.19970625rem;top:6.375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5poarGF1dSMTyx7cUEAATm9e3H3vkWF { background-color:#0d0d0d;background-image:none;display:block; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row .container { background-color: transparent; background-image: none; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row .container > .video-iframe-container { display: none; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row > .video-iframe-container { display: none; }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .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); }#G5poarGF1dSMTyx7cUEAATm9e3H3vkWF > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2XIaML5g5Ap52E6zwrQMRAC7yb41a7S { width:17rem;height:3.4375rem;top:1.75rem;left:1.5rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #f9a682, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(176deg, #f9a682, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(176deg, #f9a682, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(176deg, #f9a682, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a682', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a682', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(176deg, #f9a682, rgba(var(--color-primary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kx5niM4cfqG4BqdfQ1RwnT8FD5ExLSx5 { display:block; }
 }@media only screen and (max-width: 763px) { #RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S { display:block; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k89mSxoi245lbhWTtUsHL8GfazFOHrT1 { width:15.6875rem;height:1.4619125rem;top:0.58203125rem;left:2.15625rem;font-size:0.5625rem;display:block; }
 }