.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:255,214,216;--color-primary-1:255,131,137;--color-primary-2:255,49,58;--color-primary-3:237,28,36;--color-primary-4:51,10,12;--color-secondary-0:227,248,235;--color-secondary-1:171,234,194;--color-secondary-2:115,220,154;--color-secondary-3:37,211,102;--color-secondary-4:22,197,87;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG { position:relative;display:block; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG { background-color: transparent; background-image: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container > .video-iframe-container { display: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row > .video-iframe-container { display: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .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); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG { border-width: 0; border-radius: 0; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .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; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/5c2962be-c5ce-4e7c-b05d-48665b06fe80/moulin.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp.adaptive-delivery-prevent-bg, #VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp.lazyload, #VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp.lazyloading { background-image: none; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row .container { background-color: transparent; background-image: none; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row .container > .video-iframe-container { display: none; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row > .video-iframe-container { display: none; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .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); }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row .container { border-width: 0; border-radius: 0; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row .container { font-size:0.875rem;font-family:arial;height:59.3125rem;width:75rem;position:relative;display:block; }#Hf6F9VKaOF0gTefAVgwZARtzrmMRd4lN { 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:6.8125rem;width:18.625rem;top:0.6875rem;left:-1.0173611111111rem;overflow:hidden;display:block; }
#qRI1pxV2ITs9Jl5q8munBzb9dfpBNx7n { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f6ded4ba-7cde-4a8e-99f4-280d739fbac7/baterias.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:75rem;top:5.9375rem;left:0rem;display:block; }#qRI1pxV2ITs9Jl5q8munBzb9dfpBNx7n.adaptive-delivery-prevent-bg, #qRI1pxV2ITs9Jl5q8munBzb9dfpBNx7n.lazyload, #qRI1pxV2ITs9Jl5q8munBzb9dfpBNx7n.lazyloading { background-image: none; }
#HzaT0CN0oU9MLhzatT7CkLKS9HhqhlPN { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:34.1875rem;left:0rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hKXFWFu4Or2r3wJSSyFZTacOUvhmZFpR { color:rgba(var(--color-tertiary-0),0.72);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.9375rem #8d0017;top:17.96875rem;left:2.59375rem;height:19.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#eJg10b5DytZuE9pDoNek1nDc4rzmT8xo { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:14993;line-height:.9;letter-spacing:0;top:36.6875rem;left:0rem;height:2.5869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ww6AZ6UHyPZnUe3N4P5NhIUrgQaETq6a { color:rgba(var(--color-tertiary-0),0.7);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:2.6875rem;left:61.875rem;height:6.186525rem;text-align:right;text-align-last:right;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; }
#NtVHrmLfOK1AoVnU3kCINcPUe5xMvpoL { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-secondary-4),1);border-left:0;border-right:0rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid #0c9b41;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.1875rem;height:6.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:43.3125rem;left:17.6083984375rem;display:block; }
#R9r2dprmT6wFRVkA7W5smrgQapKcEGNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dttZ5Z7JdwxxZXrIK6TguZnDq7HCMEJW { position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.375rem rgba(var(--color-primary-3),1) ;height:10.875rem;width:57.8125rem;top:20.78125rem;left:8.34375rem;display:block; }
#QNm7gEALvUZzcPzFgZvWRaygkvBEHP4t { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.9375rem #8d0017;top:17.96875rem;left:3.1875rem;height:19.625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EppWWyCTOdA3gSvVPCorTrcHSrZyzJvU { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:14988;line-height:1;letter-spacing:0;top:27.90625rem;left:11.71875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BbwyboxLFnkrK6zdcvZqIDy5uTneqylk { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:50.0625rem;left:48.75rem;display:block; }
#GmAbgVepBogcl18SfIENntRVbmtBcsxK { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:1rem;width:1rem;top:42.9375rem;left:47.78125rem;display:block; }
#ClttKzJNrvGICTTIe08uhQMfEc7f0v2y { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:14989;line-height:1;letter-spacing:0;top:50.5625rem;left:21.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QZ7nsvGuGg4IglqD1ZnBLiWp5qdA4HvV { color:rgba(var(--color-tertiary-0),0.7);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.80859375rem;left:2rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#saQAiHJ2DVPcwpml0JOoAiqO0l7vD0Sv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SlzFArxvRAKeGU9vExWclaL7WQxw09O8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.5625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0rem;left:16.375rem;display:block; }
#Fw5dFaRO3PaED7rxmF5LOEMKWAzxUecM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container { background-color: transparent; background-image: none; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container > .video-iframe-container { display: none; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row > .video-iframe-container { display: none; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .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); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container { border-width: 0; border-radius: 0; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#zZ56nhOfUCihp4FoGJN88LCyfZsdg5H3 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:6.65625rem;left:10.09375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container { background-color: transparent; background-image: none; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container > .video-iframe-container { display: none; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row > .video-iframe-container { display: none; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .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); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container { border-width: 0; border-radius: 0; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#kTd7mqJwu1NfH3TUpO1BIwe611WwJAly { 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:13.625rem;width:24.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Fow50h4D78KoqSvRJEyfAeodMGMyTwLU { 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:9.625rem;width:24.125rem;top:0rem;left:25.4375rem;overflow:hidden;display:block; }
#d3w1tDl1dh6i7LFib9MIcPN7h40VHl8V { 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:10.4375rem;width:24.1875rem;top:0rem;left:50.8125rem;overflow:hidden;display:block; }
#XXZFGVuZfZzwh5hFK0TVu1HF3fPvEgpd { 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:10.1875rem;width:23.9375rem;top:14.8125rem;left:12.5625rem;overflow:hidden;display:block; }
#mEMMMFGFaiAAAbyow2PV3yy4W3z5VFB9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:23.75rem;top:14.8125rem;left:38.75rem;overflow:hidden;display:block; }
#DS6b4IgOhbz8ThMdn6pXf4cRuko8vnks { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-secondary-4),1);border-left:0;border-right:0rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid #0c9b41;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.8125rem;left:26.5625rem;display:block; }
#ZdQsMrdyFRaaFhZdmSRaro9rPzUL2cen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbc40f46-00fb-448b-b4d8-419967698e07/carbonfibre.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU.adaptive-delivery-prevent-bg, #qMusTWItfqhlyT3X5h6kpMnokgrfb2tU.lazyload, #qMusTWItfqhlyT3X5h6kpMnokgrfb2tU.lazyloading { background-image: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { background-color: transparent; background-image: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container > .video-iframe-container { display: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row > .video-iframe-container { display: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .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); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { border-width: 0; border-radius: 0; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU::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; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#IvucX0M8G0Q3Ow8JusQQ28B4l6LAhyKA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:16.4375rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3MqPD9C05ZTvp9UHu4ES7KNo8LsMsaK { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:22.375rem;left:0.0625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFPkWGrTBINfBZ50huZq8DTvaNwTHr3P { color:rgba(var(--color-tertiary-0),0.7);display:block;width:7.4375rem;position:absolute;font-family:"font awesome";font-size:4.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:11.375rem;left:4.4375rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qpNL2byTxNNUEl09TPKuX4C5pHUNolSd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:16.4375rem;left:29.375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N411fprc4CExrMfpKo3NJAe7Hs6Jx30v { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:29.4375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kexMba6LJyEBA9V8GaPHTPVpZVNctVPD { color:rgba(var(--color-tertiary-0),0.7);display:block;width:7.4375rem;position:absolute;font-family:"font awesome";font-size:4.375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:11.375rem;left:33.8125rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzxPno87Hv0MO91pMVK3b35DNUJgKORi { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:22.375rem;left:58.8125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFn5RJtw0vMaEm6S4n4zT2Cn6bZ6oC7O { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:16.4375rem;left:58.75rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfbZLXGzrhtwoTkxTJTfaci5N2kfWTLE { color:rgba(var(--color-tertiary-0),0.7);display:block;width:7.4375rem;position:absolute;font-family:"font awesome";font-size:4.375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:11.375rem;left:63.1875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IDWZRuoTJ5T3Pcnwkd9vk0KROdN4uiOv { color:rgba(var(--color-primary-2),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.9375rem;left:13.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container { background-color: transparent; background-image: none; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container > .video-iframe-container { display: none; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row > .video-iframe-container { display: none; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .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); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container { border-width: 0; border-radius: 0; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#LOq9q1gxz6eHz81NclwAy43oVsq3CAxn { color:rgba(var(--color-tertiary-4),0.7);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:6.65625rem;left:10.09375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container { background-color: transparent; background-image: none; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container > .video-iframe-container { display: none; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row > .video-iframe-container { display: none; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .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); }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container { border-width: 0; border-radius: 0; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#WfVfKloMFgaFDpczt5oxvrMeiwcbNpp0 { 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:5.125rem;width:8.5625rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#teM9WXimrR8XNHS0suCgcTnnHq2m9g5a { 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:5.125rem;width:6.875rem;top:3rem;left:12rem;overflow:hidden;display:block; }
#zWbcfZr3a01m8mdnc7MNrETcfJi5LnnL { 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:5.125rem;width:5.125rem;top:2.9375rem;left:23.375rem;overflow:hidden;display:block; }
#Ko56XB9BTKTTrCP5qge0AH7FDufPCN5T { 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:3.9375rem;width:6.875rem;top:3.1875rem;left:58.5rem;overflow:hidden;display:block; }
#Ho8KGoV88g2uv7qiwnDvHPb4whXTD9mg { 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.3125rem;width:5.125rem;top:3.125rem;left:69.875rem;overflow:hidden;display:block; }
#mqBcd17sQiP2sSs271izda2OaGayT8CX { 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:5.125rem;width:6.3125rem;top:3rem;left:46.3125rem;overflow:hidden;display:block; }
#rxFCQQArH87Wi8cJ98WVHAfPUWZl7nT9 { 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:3.375rem;width:8.5625rem;top:3.625rem;left:33.0625rem;overflow:hidden;display:block; }
#lNKWURUM1Tp6B3PciBuHPhmiOyib9FoP { 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.3125rem;width:5.125rem;top:3.125rem;left:69.875rem;overflow:hidden;display:none; }
#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container { background-color: transparent; background-image: none; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container > .video-iframe-container { display: none; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row > .video-iframe-container { display: none; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .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); }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container { border-width: 0; border-radius: 0; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#FlU4BuErS5B34czxXRIkEMIO8kWyUVEt { 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:5.125rem;width:6rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#nt4vqFM9kofmhTt9pcSrTxzwAuwWLT1k { 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:4.1875rem;width:6rem;top:3.46875rem;left:12.5rem;overflow:hidden;display:block; }
#ommw1AsqqsPLeOV4u4TAV2SzRkZ8h97f { 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:4.375rem;width:5.4375rem;top:3.375rem;left:23.4375rem;overflow:hidden;display:block; }
#onQwn5hvbefr3eQp90MfCcicaTA6ToS1 { 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.8125rem;width:4.3125rem;top:3.15625rem;left:59.47265625rem;overflow:hidden;display:block; }
#rvHD4UIsXuOnEC2vuRV3Kme3VJFXCfGX { 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.0625rem;width:6.5625rem;top:3.9375rem;left:68.29375rem;overflow:hidden;display:block; }
#BsDlcT2Thi51JxgtH4Iu6lPiqaqeOiPy { 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:2.1875rem;width:7.9375rem;top:4.6875rem;left:45.5625rem;overflow:hidden;display:block; }
#pxaTwUOyg7lPzVnTurH9d3Osa2VwIrmd { 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:4rem;width:5.6875rem;top:3.5625rem;left:34.625rem;overflow:hidden;display:block; }
#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container { background-color: transparent; background-image: none; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container > .video-iframe-container { display: none; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row > .video-iframe-container { display: none; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .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); }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container { border-width: 0; border-radius: 0; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#Vq7VrJQL2iTUmHTw21tqiG5CaNlHKbkO { 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.25rem;width:7.625rem;top:3.46875rem;left:5.1875rem;overflow:hidden;display:block; }
#ZKuDtMSMTTH44bT4Rzy71swr4QcpksOX { 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:5.0625rem;width:5.0625rem;top:3.0625rem;left:18rem;overflow:hidden;display:block; }
#m1KkOCO2AslUvkpP5vBkuwNPDTi2tFEg { 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:4.125rem;width:6.3125rem;top:3.5rem;left:28.4375rem;overflow:hidden;display:block; }
#Zq8XmVrp6oIlpR62WtFMPhH4AikTsgIJ { 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.3125rem;width:9.625rem;top:3.4375rem;left:62.5625rem;overflow:hidden;display:block; }
#o6q2JsKS3qp4ZRrsom8Gq1GTd2mwdpX3 { 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:6.375rem;width:6.375rem;top:2.375rem;left:52.4375rem;overflow:hidden;display:block; }
#fii3g6Zqcv8CrFJ6P3UDgGEI2hgXVKbi { 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.625rem;width:8.4375rem;top:3.25rem;left:39.375rem;overflow:hidden;display:block; }
#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbc40f46-00fb-448b-b4d8-419967698e07/carbonfibre.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS.adaptive-delivery-prevent-bg, #Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS.lazyload, #Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS.lazyloading { background-image: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { background-color: transparent; background-image: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container > .video-iframe-container { display: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row > .video-iframe-container { display: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .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); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { border-width: 0; border-radius: 0; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS::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; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#SMnoCk4LowCiZxzWlztA4CN37w0TDM7u { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:8.8125rem;left:33.5625rem;height:6.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kkyKrvU179BcyWTVHRgMdRcQtAWG0hp9 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.75rem;left:33.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Btcfkb5DvWpm7T1NpUWBQcT8ryovLRAT { color:rgba(var(--color-tertiary-0),0.8);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:15.375rem;left:36.0625rem;height:10.41114375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQOwFC7tFIxqDUxsuBIkVIBuvQADGi64 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:14.875rem;left:32.6875rem;display:block; }
#gPfJbnLN92DBqXXKU6qKamTXlVlIPTNJ { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:19.1875rem;left:32.6875rem;display:block; }
#tMrksNBihGOMLg1Z4QeUnpkFfPbt7T4c { position:absolute;display:block;z-index:15014;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:20.375rem;width:28.375rem;top:4.0625rem;left:2.470703125rem;overflow:hidden;display:block; }
#A3AvZHJVa7TJuP9LhkEGIsWnCBWAp8F9 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),0.71);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 6.25rem rgba(var(--color-primary-2),0.59) ;height:19.625rem;width:66.3125rem;top:6.375rem;left:4.375rem;display:block; }
#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H { position:relative;display:block; }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H { background-color: transparent; background-image: none; }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H > .row .container > .video-iframe-container { display: none; }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H > .row > .video-iframe-container { display: none; }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H > .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); }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H { border-width: 0; border-radius: 0; }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H > .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; }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fHKM5EvawOoneQTZs679ycgCAus6o4bR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/63667197-b09e-4501-9677-7979b8c8dda6/CapturadeTela20220329as183152.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:37.5625rem;top:0rem;left:37.4375rem;display:block; }#fHKM5EvawOoneQTZs679ycgCAus6o4bR.adaptive-delivery-prevent-bg, #fHKM5EvawOoneQTZs679ycgCAus6o4bR.lazyload, #fHKM5EvawOoneQTZs679ycgCAus6o4bR.lazyloading { background-image: none; }
#qSTrIP7SdbalhgEienFPGD4v2BkVnd6q { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c774c32f-244a-4817-9221-0fbd21fc97ca/CapturadeTela20220329as184640.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:37.5625rem;top:0rem;left:0rem;display:block; }#qSTrIP7SdbalhgEienFPGD4v2BkVnd6q.adaptive-delivery-prevent-bg, #qSTrIP7SdbalhgEienFPGD4v2BkVnd6q.lazyload, #qSTrIP7SdbalhgEienFPGD4v2BkVnd6q.lazyloading { background-image: none; }
#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63667197-b09e-4501-9677-7979b8c8dda6/CapturadeTela20220329as183152.png");background-position:bottom 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; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68.adaptive-delivery-prevent-bg, #mcwn3La0LQzMpW5otuV7xZWPrwhvwz68.lazyload, #mcwn3La0LQzMpW5otuV7xZWPrwhvwz68.lazyloading { background-image: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { background-color: transparent; background-image: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container > .video-iframe-container { display: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row > .video-iframe-container { display: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .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); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { border-width: 0; border-radius: 0; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68::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; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#uCweM3l1XHHdxRC0ciFpNxW1tnOhexTI { 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:4.8125rem;width:13.0625rem;top:10.875rem;left:-0.9375rem;overflow:hidden;display:block; }
#pqGdeH0aRJQskzJcd9H1WSS6hNa2TrOi { color:rgba(var(--color-tertiary-0),0.7);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.375rem;left:-0.0625rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q2KnTcI1sGPuCTgeNqBQF78aVqobdKMS { color:rgba(var(--color-tertiary-0),0.7);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.3125rem;left:18.75rem;height:4.1425875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#psAGm0zJTCCymVmvsn8zzyuL70oP0x1T { color:rgba(var(--color-primary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.6875rem;left:37.0625rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZI2SLv7uSD8zJ8k0FTBynNBfhhTubid { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8cf7fd31-f174-4346-93c4-7cba48694294/mpouraheliar33484691.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:35.6875rem;top:10.375rem;left:43.5625rem;display:block; }#TZI2SLv7uSD8zJ8k0FTBynNBfhhTubid.adaptive-delivery-prevent-bg, #TZI2SLv7uSD8zJ8k0FTBynNBfhhTubid.lazyload, #TZI2SLv7uSD8zJ8k0FTBynNBfhhTubid.lazyloading { background-image: none; }
#Hp1Fn3ZsS6Gf87i3WNQkkGOq0HLhIT3B { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12rem;left:18.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg { background-color: transparent; background-image: none; }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg > .row .container > .video-iframe-container { display: none; }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg > .row > .video-iframe-container { display: none; }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg > .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); }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg { border-width: 0; border-radius: 0; }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg > .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; }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w2A7Z0M9XwJyXxLXCthDZzmZZPXHRaeo { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:59.6875rem;display:block; }
#goZzO968vBNJ32rkLpPig00J8WEJwHgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q32Uo0sEFFKIaT6AbiTMHuArBDbIorNa { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#MEoT5Uf9DwpdEl7WK6aIR4wc0OthSz5o { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#P9oSWR3rdRZ3pph46A78GTfndUlRHTuc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sv3TI0M0q8qP5yRHF2owcqAHienzXVI1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#FWkschqhswkBbXFzgVyev1fzbOlMQBUL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG { display:block; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp { display:block; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf6F9VKaOF0gTefAVgwZARtzrmMRd4lN { width:18.625rem;height:6.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRI1pxV2ITs9Jl5q8munBzb9dfpBNx7n { width:47.75rem;height:19.4375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzaT0CN0oU9MLhzatT7CkLKS9HhqhlPN { width:47.75rem;height:2.5rem;top:34.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKXFWFu4Or2r3wJSSyFZTacOUvhmZFpR { width:47.75rem;height:9.8125rem;top:17.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJg10b5DytZuE9pDoNek1nDc4rzmT8xo { width:47.75rem;height:2.5625rem;top:36.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6AZ6UHyPZnUe3N4P5NhIUrgQaETq6a { width:13.125rem;height:3.6875rem;top:2.6875rem;left:34.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtVHrmLfOK1AoVnU3kCINcPUe5xMvpoL { width:37.1875rem;height:6.0625rem;top:43.3125rem;left:3.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9r2dprmT6wFRVkA7W5smrgQapKcEGNg { display:block; }
 }@media only screen and (max-width: 763px) { #dttZ5Z7JdwxxZXrIK6TguZnDq7HCMEJW { width:47.75rem;height:10.875rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNm7gEALvUZzcPzFgZvWRaygkvBEHP4t { width:47.75rem;height:9.8125rem;top:17.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EppWWyCTOdA3gSvVPCorTrcHSrZyzJvU { width:47.75rem;height:2.5rem;top:27.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbwyboxLFnkrK6zdcvZqIDy5uTneqylk { width:2.1875rem;height:2.1875rem;top:50.0625rem;left:35.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmAbgVepBogcl18SfIENntRVbmtBcsxK { width:1rem;height:1rem;top:42.9375rem;left:34.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClttKzJNrvGICTTIe08uhQMfEc7f0v2y { width:27.125rem;height:1.25rem;top:50.5625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ7nsvGuGg4IglqD1ZnBLiWp5qdA4HvV { width:10.4375rem;height:1.1875rem;top:33.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #saQAiHJ2DVPcwpml0JOoAiqO0l7vD0Sv { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlzFArxvRAKeGU9vExWclaL7WQxw09O8 { width:3.9375rem;height:2.5625rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw5dFaRO3PaED7rxmF5LOEMKWAzxUecM { display:block; }
 }@media only screen and (max-width: 763px) { #FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX { display:block; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZ56nhOfUCihp4FoGJN88LCyfZsdg5H3 { width:47.75rem;height:2.8125rem;top:6.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 { display:block; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTd7mqJwu1NfH3TUpO1BIwe611WwJAly { width:24.125rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fow50h4D78KoqSvRJEyfAeodMGMyTwLU { width:24.125rem;height:9.625rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3w1tDl1dh6i7LFib9MIcPN7h40VHl8V { width:24.1875rem;height:10.4375rem;top:0rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXZFGVuZfZzwh5hFK0TVu1HF3fPvEgpd { width:23.9375rem;height:10.1875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEMMMFGFaiAAAbyow2PV3yy4W3z5VFB9 { width:23.75rem;height:10.4375rem;top:14.8125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS6b4IgOhbz8ThMdn6pXf4cRuko8vnks { width:21.875rem;height:4.25rem;top:29.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdQsMrdyFRaaFhZdmSRaro9rPzUL2cen { display:block; }
 }@media only screen and (max-width: 763px) { #qMusTWItfqhlyT3X5h6kpMnokgrfb2tU { display:block; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvucX0M8G0Q3Ow8JusQQ28B4l6LAhyKA { width:16.25rem;height:5.625rem;top:16.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3MqPD9C05ZTvp9UHu4ES7KNo8LsMsaK { width:16.1875rem;height:2.75rem;top:22.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFPkWGrTBINfBZ50huZq8DTvaNwTHr3P { width:7.4375rem;height:4.375rem;top:11.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpNL2byTxNNUEl09TPKuX4C5pHUNolSd { width:15.25rem;height:5.625rem;top:16.4375rem;left:15.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N411fprc4CExrMfpKo3NJAe7Hs6Jx30v { width:16.1875rem;height:2.75rem;top:22.375rem;left:15.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kexMba6LJyEBA9V8GaPHTPVpZVNctVPD { width:7.4375rem;height:4.375rem;top:11.375rem;left:20.1875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzxPno87Hv0MO91pMVK3b35DNUJgKORi { width:16.1875rem;height:2.75rem;top:22.375rem;left:31.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFn5RJtw0vMaEm6S4n4zT2Cn6bZ6oC7O { width:16.25rem;height:5.625rem;top:16.4375rem;left:31.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfbZLXGzrhtwoTkxTJTfaci5N2kfWTLE { width:7.4375rem;height:4.375rem;top:11.375rem;left:40.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDWZRuoTJ5T3Pcnwkd9vk0KROdN4uiOv { width:47.75rem;height:1.875rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw { display:block; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOq9q1gxz6eHz81NclwAy43oVsq3CAxn { width:47.75rem;height:2.8125rem;top:6.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl { display:block; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfVfKloMFgaFDpczt5oxvrMeiwcbNpp0 { width:8.5625rem;height:5.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #teM9WXimrR8XNHS0suCgcTnnHq2m9g5a { width:6.875rem;height:5.125rem;top:3rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWbcfZr3a01m8mdnc7MNrETcfJi5LnnL { width:5.125rem;height:5.125rem;top:2.9375rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko56XB9BTKTTrCP5qge0AH7FDufPCN5T { width:6.875rem;height:3.9375rem;top:3.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho8KGoV88g2uv7qiwnDvHPb4whXTD9mg { width:5.125rem;height:4.3125rem;top:3.125rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqBcd17sQiP2sSs271izda2OaGayT8CX { width:6.3125rem;height:5.125rem;top:3rem;left:29.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxFCQQArH87Wi8cJ98WVHAfPUWZl7nT9 { width:8.5625rem;height:3.375rem;top:3.625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNKWURUM1Tp6B3PciBuHPhmiOyib9FoP { width:5.125rem;height:4.3125rem;top:3.125rem;left:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT { display:block; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlU4BuErS5B34czxXRIkEMIO8kWyUVEt { width:6rem;height:5.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt4vqFM9kofmhTt9pcSrTxzwAuwWLT1k { width:6rem;height:4.1875rem;top:3.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ommw1AsqqsPLeOV4u4TAV2SzRkZ8h97f { width:5.4375rem;height:4.375rem;top:3.375rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onQwn5hvbefr3eQp90MfCcicaTA6ToS1 { width:4.3125rem;height:4.8125rem;top:3.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvHD4UIsXuOnEC2vuRV3Kme3VJFXCfGX { width:6.5625rem;height:4.0625rem;top:3.9375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsDlcT2Thi51JxgtH4Iu6lPiqaqeOiPy { width:7.9375rem;height:2.1875rem;top:4.6875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxaTwUOyg7lPzVnTurH9d3Osa2VwIrmd { width:5.6875rem;height:4rem;top:3.5625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSow4UPz50XttM6EgDh8zylp2Ozn2DN { display:block; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq7VrJQL2iTUmHTw21tqiG5CaNlHKbkO { width:7.625rem;height:4.25rem;top:3.4375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKuDtMSMTTH44bT4Rzy71swr4QcpksOX { width:5.0625rem;height:5.0625rem;top:3.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1KkOCO2AslUvkpP5vBkuwNPDTi2tFEg { width:6.3125rem;height:4.125rem;top:3.5rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq8XmVrp6oIlpR62WtFMPhH4AikTsgIJ { width:9.625rem;height:4.3125rem;top:3.4375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6q2JsKS3qp4ZRrsom8Gq1GTd2mwdpX3 { width:6.375rem;height:6.375rem;top:2.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fii3g6Zqcv8CrFJ6P3UDgGEI2hgXVKbi { width:8.4375rem;height:4.625rem;top:3.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS { display:block; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMnoCk4LowCiZxzWlztA4CN37w0TDM7u { width:36.1875rem;height:3.0625rem;top:8.8125rem;left:11.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkyKrvU179BcyWTVHRgMdRcQtAWG0hp9 { width:33.9375rem;height:1.625rem;top:12.75rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btcfkb5DvWpm7T1NpUWBQcT8ryovLRAT { width:30.5625rem;height:10.375rem;top:15.375rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQOwFC7tFIxqDUxsuBIkVIBuvQADGi64 { width:3.4375rem;height:3.4375rem;top:14.875rem;left:19.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPfJbnLN92DBqXXKU6qKamTXlVlIPTNJ { width:3.4375rem;height:3.4375rem;top:19.1875rem;left:19.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMrksNBihGOMLg1Z4QeUnpkFfPbt7T4c { width:28.375rem;height:20.375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3AvZHJVa7TJuP9LhkEGIsWnCBWAp8F9 { width:47.75rem;height:19.625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le6kOyVhLhoF92nar7qIOccyCIbEZC9H { display:block; }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHKM5EvawOoneQTZs679ycgCAus6o4bR { width:37.5625rem;height:24.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTrIP7SdbalhgEienFPGD4v2BkVnd6q { width:37.5625rem;height:24.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 { display:block; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCweM3l1XHHdxRC0ciFpNxW1tnOhexTI { width:13.0625rem;height:4.8125rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqGdeH0aRJQskzJcd9H1WSS6hNa2TrOi { width:13.5rem;height:2.75rem;top:18.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2KnTcI1sGPuCTgeNqBQF78aVqobdKMS { width:13.5625rem;height:4.125rem;top:17.3125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psAGm0zJTCCymVmvsn8zzyuL70oP0x1T { width:8.3125rem;height:2.75rem;top:18.6875rem;left:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZI2SLv7uSD8zJ8k0FTBynNBfhhTubid { width:35.6875rem;height:11.375rem;top:10.375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1Fn3ZsS6Gf87i3WNQkkGOq0HLhIT3B { width:12.4375rem;height:2.4375rem;top:12rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg { display:none; }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w2A7Z0M9XwJyXxLXCthDZzmZZPXHRaeo { width:10.625rem;height:2rem;top:0.625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goZzO968vBNJ32rkLpPig00J8WEJwHgl { display:block; }
 }@media only screen and (max-width: 763px) { #Q32Uo0sEFFKIaT6AbiTMHuArBDbIorNa { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEoT5Uf9DwpdEl7WK6aIR4wc0OthSz5o { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9oSWR3rdRZ3pph46A78GTfndUlRHTuc { display:block; }
 }@media only screen and (max-width: 763px) { #Sv3TI0M0q8qP5yRHF2owcqAHienzXVI1 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWkschqhswkBbXFzgVyev1fzbOlMQBUL { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG { background-color:#000000;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; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container { background-color: transparent; background-image: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container > .video-iframe-container { display: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row > .video-iframe-container { display: none; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .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); }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container { border-width: 0; border-radius: 0; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPPfNvp1WyufnOpkPdkuWKmWcT3OolIG > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5c2962be-c5ce-4e7c-b05d-48665b06fe80/moulin.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp.adaptive-delivery-prevent-bg, #VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp.lazyload, #VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp.lazyloading { background-image: none; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row .container { background-color: transparent; background-image: none; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row .container > .video-iframe-container { display: none; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row > .video-iframe-container { display: none; }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .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); }#VaqIwn6MRki6X2C3Sm6gmhui87vvUUXp > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf6F9VKaOF0gTefAVgwZARtzrmMRd4lN { width:12.75rem;height:4.625rem;top:2.0771484375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRI1pxV2ITs9Jl5q8munBzb9dfpBNx7n { width:20rem;height:6.6875rem;top:9.875rem;left:0rem;z-index:14994;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f6ded4ba-7cde-4a8e-99f4-280d739fbac7/baterias.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qRI1pxV2ITs9Jl5q8munBzb9dfpBNx7n.adaptive-delivery-prevent-bg, #qRI1pxV2ITs9Jl5q8munBzb9dfpBNx7n.lazyload, #qRI1pxV2ITs9Jl5q8munBzb9dfpBNx7n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HzaT0CN0oU9MLhzatT7CkLKS9HhqhlPN { width:20rem;height:1.4375rem;top:23.3125rem;left:0rem;font-size:1.4375rem;color:#ff313a;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hKXFWFu4Or2r3wJSSyFZTacOUvhmZFpR { width:17.9375rem;height:3.125rem;top:16.0625rem;left:0.71875rem;font-size:3.125rem;text-shadow:0rem 0rem 2.5625rem #f60200;z-index:15018;color:rgba(255,255,255,0.64);display:block; }
 }@media only screen and (max-width: 763px) { #eJg10b5DytZuE9pDoNek1nDc4rzmT8xo { width:20rem;height:1.4619125rem;top:24.9375rem;left:0rem;font-size:1.625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6AZ6UHyPZnUe3N4P5NhIUrgQaETq6a { width:20rem;height:0.6875rem;top:6.7021484375rem;left:0rem;font-size:0.6875rem;font-family:"barlow condensed";text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NtVHrmLfOK1AoVnU3kCINcPUe5xMvpoL { width:20rem;height:4.4375rem;top:30.75rem;left:0rem;font-size:1.25rem;box-shadow: none;border-top:0rem solid #16c557;border-left:0;border-right:0rem solid #16c557;border-bottom:0.3125rem solid #067f33;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R9r2dprmT6wFRVkA7W5smrgQapKcEGNg { display:block; }
 }@media only screen and (max-width: 763px) { #dttZ5Z7JdwxxZXrIK6TguZnDq7HCMEJW { width:20rem;height:7.3125rem;top:14.4375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNm7gEALvUZzcPzFgZvWRaygkvBEHP4t { width:18.9375rem;height:3.125rem;top:16.0625rem;left:0.46875rem;font-size:3.125rem;text-shadow:0rem 0rem 1.375rem #ee1a18;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EppWWyCTOdA3gSvVPCorTrcHSrZyzJvU { width:20rem;height:1.3125rem;top:19.375rem;left:0rem;font-size:1.3125rem;text-shadow:0rem 0rem 2.5625rem #ee1a18;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #BbwyboxLFnkrK6zdcvZqIDy5uTneqylk { width:1.6875rem;height:1.6875rem;top:41.25rem;left:8.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmAbgVepBogcl18SfIENntRVbmtBcsxK { width:0.6875rem;height:0.6875rem;top:30.375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClttKzJNrvGICTTIe08uhQMfEc7f0v2y { width:12.5625rem;height:1.875rem;top:38rem;left:3.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ7nsvGuGg4IglqD1ZnBLiWp5qdA4HvV { width:8.5625rem;height:2.4375rem;top:28.6875rem;left:6.375rem;font-size:0.9375rem;line-height:1.3;z-index:15014;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #saQAiHJ2DVPcwpml0JOoAiqO0l7vD0Sv { display:flex;top:28.6875rem;left:5.0625rem;width:1.0625rem;height:1.0625rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #SlzFArxvRAKeGU9vExWclaL7WQxw09O8 { width:3.9375rem;height:1.125rem;top:2.0771484375rem;left:12.5rem;font-size:1.25rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fw5dFaRO3PaED7rxmF5LOEMKWAzxUecM { display:block; }
 }@media only screen and (max-width: 763px) { #FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX { background-color:#ffffff;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; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container { background-color: transparent; background-image: none; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container > .video-iframe-container { display: none; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row > .video-iframe-container { display: none; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .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); }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container { border-width: 0; border-radius: 0; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXNAWJNxxbsfxT0WEc3htpk0VXspi9MX > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZ56nhOfUCihp4FoGJN88LCyfZsdg5H3 { width:20rem;height:1.5625rem;top:3.625rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 { background-color:#ffffff;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; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container { background-color: transparent; background-image: none; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container > .video-iframe-container { display: none; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row > .video-iframe-container { display: none; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .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); }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container { border-width: 0; border-radius: 0; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GhiCBRx6ZkLoks9IKLGQ5G2iPQagkav5 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTd7mqJwu1NfH3TUpO1BIwe611WwJAly { width:20rem;height:11.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fow50h4D78KoqSvRJEyfAeodMGMyTwLU { width:20rem;height:7.9792746113987rem;top:12.0341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3w1tDl1dh6i7LFib9MIcPN7h40VHl8V { width:20rem;height:8.6304909560725rem;top:21.4775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXZFGVuZfZzwh5hFK0TVu1HF3fPvEgpd { width:20rem;height:8.5117493472587rem;top:31.669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEMMMFGFaiAAAbyow2PV3yy4W3z5VFB9 { width:20rem;height:8.7894736842106rem;top:41.7451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS6b4IgOhbz8ThMdn6pXf4cRuko8vnks { width:19rem;height:4.25rem;top:52.7216796875rem;left:0.5rem;font-size:1.25rem;box-shadow: none;border-top:0rem solid #16c557;border-left:0;border-right:0rem solid #16c557;border-bottom:0.3125rem solid #0c9b41;display:block; }
 }@media only screen and (max-width: 763px) { #ZdQsMrdyFRaaFhZdmSRaro9rPzUL2cen { display:block; }
 }@media only screen and (max-width: 763px) { #qMusTWItfqhlyT3X5h6kpMnokgrfb2tU { background-color:#000000;background-image:none;display:block; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { background-color: transparent; background-image: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container > .video-iframe-container { display: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row > .video-iframe-container { display: none; }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .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); }#qMusTWItfqhlyT3X5h6kpMnokgrfb2tU > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvucX0M8G0Q3Ow8JusQQ28B4l6LAhyKA { width:20rem;height:3.125rem;top:12.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3MqPD9C05ZTvp9UHu4ES7KNo8LsMsaK { width:16.1875rem;height:2.76171875rem;top:16.25rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFPkWGrTBINfBZ50huZq8DTvaNwTHr3P { width:7.4375rem;height:2.8125rem;top:9.6875rem;left:6.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpNL2byTxNNUEl09TPKuX4C5pHUNolSd { width:11.0625rem;height:3.125rem;top:24.625rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N411fprc4CExrMfpKo3NJAe7Hs6Jx30v { width:16.1875rem;height:2.76171875rem;top:28.0625rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kexMba6LJyEBA9V8GaPHTPVpZVNctVPD { width:7.4375rem;height:2rem;top:22.1875rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzxPno87Hv0MO91pMVK3b35DNUJgKORi { width:16.1875rem;height:2.76171875rem;top:40.625rem;left:1.9375rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zFn5RJtw0vMaEm6S4n4zT2Cn6bZ6oC7O { width:16.25rem;height:3.125rem;top:37.1875rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfbZLXGzrhtwoTkxTJTfaci5N2kfWTLE { width:7.4375rem;height:2rem;top:34.875rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDWZRuoTJ5T3Pcnwkd9vk0KROdN4uiOv { width:20rem;height:3.125rem;top:4.09375rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw { background-color:#ffffff;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; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container { background-color: transparent; background-image: none; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container > .video-iframe-container { display: none; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row > .video-iframe-container { display: none; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .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); }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container { border-width: 0; border-radius: 0; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZkyu5NdwlAdHpC0ky6spKQTpRxixzPw > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOq9q1gxz6eHz81NclwAy43oVsq3CAxn { width:20rem;height:3.125rem;top:3.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl { background-color:#ffffff;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; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container { background-color: transparent; background-image: none; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container > .video-iframe-container { display: none; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row > .video-iframe-container { display: none; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .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); }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container { border-width: 0; border-radius: 0; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6MOoAnpleQ4bTflWEEhEHEQAbOgRLZl > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfVfKloMFgaFDpczt5oxvrMeiwcbNpp0 { width:8.5625rem;height:5.125rem;top:1.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teM9WXimrR8XNHS0suCgcTnnHq2m9g5a { width:6.875rem;height:5.125rem;top:1.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWbcfZr3a01m8mdnc7MNrETcfJi5LnnL { width:5.125rem;height:5.125rem;top:9.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko56XB9BTKTTrCP5qge0AH7FDufPCN5T { width:6.875rem;height:3.9375rem;top:19.09375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho8KGoV88g2uv7qiwnDvHPb4whXTD9mg { width:5.125rem;height:4.3125rem;top:26.6875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqBcd17sQiP2sSs271izda2OaGayT8CX { width:6.3125rem;height:5.125rem;top:18.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxFCQQArH87Wi8cJ98WVHAfPUWZl7nT9 { width:8.5625rem;height:3.375rem;top:10.375rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNKWURUM1Tp6B3PciBuHPhmiOyib9FoP { width:5.875rem;height:4.9375rem;top:26.6875rem;left:11.9375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT { background-color:#ffffff;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; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container { background-color: transparent; background-image: none; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container > .video-iframe-container { display: none; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row > .video-iframe-container { display: none; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .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); }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container { border-width: 0; border-radius: 0; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gBaRGf8lrGN7NxHKRtTS3RhcAq4VFWWT > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlU4BuErS5B34czxXRIkEMIO8kWyUVEt { width:6rem;height:5.125rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #nt4vqFM9kofmhTt9pcSrTxzwAuwWLT1k { width:6rem;height:4.1875rem;top:1.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ommw1AsqqsPLeOV4u4TAV2SzRkZ8h97f { width:5.4375rem;height:4.375rem;top:2.3125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onQwn5hvbefr3eQp90MfCcicaTA6ToS1 { width:4.3125rem;height:4.8125rem;top:16.6875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvHD4UIsXuOnEC2vuRV3Kme3VJFXCfGX { width:6.5625rem;height:4.0625rem;top:17.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsDlcT2Thi51JxgtH4Iu6lPiqaqeOiPy { width:4.9375rem;height:1.3125rem;top:10.84375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxaTwUOyg7lPzVnTurH9d3Osa2VwIrmd { width:5.6875rem;height:4rem;top:9.25rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSow4UPz50XttM6EgDh8zylp2Ozn2DN { background-color:#ffffff;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; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container { background-color: transparent; background-image: none; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container > .video-iframe-container { display: none; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row > .video-iframe-container { display: none; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .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); }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container { border-width: 0; border-radius: 0; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMSow4UPz50XttM6EgDh8zylp2Ozn2DN > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq7VrJQL2iTUmHTw21tqiG5CaNlHKbkO { width:7.625rem;height:4.25rem;top:2.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKuDtMSMTTH44bT4Rzy71swr4QcpksOX { width:5.0625rem;height:5.0625rem;top:2.15625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1KkOCO2AslUvkpP5vBkuwNPDTi2tFEg { width:6.3125rem;height:4.125rem;top:10.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq8XmVrp6oIlpR62WtFMPhH4AikTsgIJ { width:8.3125rem;height:3.6875rem;top:17.8125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6q2JsKS3qp4ZRrsom8Gq1GTd2mwdpX3 { width:6.375rem;height:6.375rem;top:16.46875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fii3g6Zqcv8CrFJ6P3UDgGEI2hgXVKbi { width:8.4375rem;height:4.625rem;top:10.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS { background-color:#000000;background-image:none;display:block; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { background-color: transparent; background-image: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container > .video-iframe-container { display: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row > .video-iframe-container { display: none; }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .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); }#Nfz6OFiL3RDqMB94pb1ubVs8TLMoRPuS > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMnoCk4LowCiZxzWlztA4CN37w0TDM7u { width:20rem;height:1.9375rem;top:6.8125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkyKrvU179BcyWTVHRgMdRcQtAWG0hp9 { width:16.5rem;height:2.76171875rem;top:9.25rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Btcfkb5DvWpm7T1NpUWBQcT8ryovLRAT { width:14.375rem;height:13.125rem;top:14.3125rem;left:3.9375rem;font-size:0.9375rem;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aQOwFC7tFIxqDUxsuBIkVIBuvQADGi64 { width:1.875rem;height:1.875rem;top:14.0625rem;left:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPfJbnLN92DBqXXKU6qKamTXlVlIPTNJ { width:1.875rem;height:1.875rem;top:20.5rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMrksNBihGOMLg1Z4QeUnpkFfPbt7T4c { width:16.8125rem;height:12.0625rem;top:2.5625rem;left:1.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3AvZHJVa7TJuP9LhkEGIsWnCBWAp8F9 { width:19.75rem;height:24.625rem;top:3.9375rem;left:0rem;box-shadow: 0rem 0rem 6.25rem rgba(255,49,58,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #Le6kOyVhLhoF92nar7qIOccyCIbEZC9H { display:block; }#Le6kOyVhLhoF92nar7qIOccyCIbEZC9H > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHKM5EvawOoneQTZs679ycgCAus6o4bR { width:20rem;height:11.5rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTrIP7SdbalhgEienFPGD4v2BkVnd6q { width:20rem;height:10.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63667197-b09e-4501-9677-7979b8c8dda6/CapturadeTela20220329as183152.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68.adaptive-delivery-prevent-bg, #mcwn3La0LQzMpW5otuV7xZWPrwhvwz68.lazyload, #mcwn3La0LQzMpW5otuV7xZWPrwhvwz68.lazyloading { background-image: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { background-color: transparent; background-image: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container > .video-iframe-container { display: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row > .video-iframe-container { display: none; }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .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); }#mcwn3La0LQzMpW5otuV7xZWPrwhvwz68 > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCweM3l1XHHdxRC0ciFpNxW1tnOhexTI { width:14.25rem;height:5.125rem;top:4.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqGdeH0aRJQskzJcd9H1WSS6hNa2TrOi { width:20rem;height:1.0556625rem;top:15.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2KnTcI1sGPuCTgeNqBQF78aVqobdKMS { width:13.5625rem;height:4.1425875rem;top:18.375rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psAGm0zJTCCymVmvsn8zzyuL70oP0x1T { width:14.4375rem;height:1.3808625rem;top:23.75rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZI2SLv7uSD8zJ8k0FTBynNBfhhTubid { width:20rem;height:9.25rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1Fn3ZsS6Gf87i3WNQkkGOq0HLhIT3B { width:8.125rem;height:1.625rem;top:10.9375rem;left:5.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#dfNTkmpeEZ9u67QUwqW1TREahQGrrXPg > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2A7Z0M9XwJyXxLXCthDZzmZZPXHRaeo { width:7.75rem;height:1.5rem;top:0.5625rem;left:9rem;font-size:0.5625rem;background-color:#ff313a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #goZzO968vBNJ32rkLpPig00J8WEJwHgl { display:block; }
 }@media only screen and (max-width: 763px) { #Q32Uo0sEFFKIaT6AbiTMHuArBDbIorNa { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;color:#ff313a;display:block; }
 }@media only screen and (max-width: 763px) { #MEoT5Uf9DwpdEl7WK6aIR4wc0OthSz5o { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9oSWR3rdRZ3pph46A78GTfndUlRHTuc { display:block; }
 }@media only screen and (max-width: 763px) { #Sv3TI0M0q8qP5yRHF2owcqAHienzXVI1 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWkschqhswkBbXFzgVyev1fzbOlMQBUL { display:block; }
 }