.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN { position:relative;display:none; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN { border-width: 0; border-radius: 0; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .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; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GSdS72WVQhng2w8xNWeVv36yKVMdU9mR { 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:43.125rem;width:75rem;display:none; }
#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { position:relative;display:block; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { background-color: transparent; background-image: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container > .video-iframe-container { display: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row > .video-iframe-container { display: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .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); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { border-width: 0; border-radius: 0; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/059c3654-0a46-46a9-91b7-147ef12f827a/topo.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container.adaptive-delivery-prevent-bg, #KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container.lazyload, #KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container.lazyloading { background-image: none; }#L09n6370OCUd2cXCT9NZ4vahBPnuWTco { color:#ffffff;display:block;width:32.249625rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:11.75rem;left:2.4375rem;height:9.674475rem;font-style:normal;display:block; }
#ghOVMnvlytRVSgVEe8mRtxvVqE5LVONz { background-color:#ff0006;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0rem #970000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2798125rem;height:4.24805rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.6875rem;left:1.875rem;display:block; }
#T0vBfT6wlgmgCUwuu2Gm9XBWNIWpDywl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpwAXbcbrVLzT6cPgDyrPyCga9Vq74Mz { 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:7.5rem;width:13.246625rem;top:1.43643450737rem;left:2.4334163665771rem;overflow:hidden;display:block; }
#ndpS6QvI3uLzRCxOHzGDlZMXcK9TvJ0t { box-sizing:content-box;height:0.123401875rem;width:26.25rem;position:absolute;display:block;z-index:15007;background-color:#4a4a4a;background-image:none;top:19.125rem;left:2.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#L9TWPDFSlRQQL4QRkxbl4qhb2uB61vXD { background-color:#3a3a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:6.5625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.9375rem;left:2rem;display:block; }
#Vw3AhwJiNapxIspHGQck2cBavCxcsTyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZidROLiBESzgNZPlsrdeM8KiyyMG6xF3 { background-color:#3a3a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:9.8125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.875rem;left:9rem;display:block; }
#GnTvsI7Oavs9xbCtzFDIeW3pbrCkA1fZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LaXWaHhzrV64AU3aecRnSXJwqNQf8BlM { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:9.219613625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.875rem;left:15.25rem;display:none; }
#Xx57PnspPtZrr1r4qqEyLDN2THHmdvHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BD0tiApDxzDpUCpX2vOTWOhg5cmJU0XP { background-color:#3a3a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:6.124825rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.9375rem;left:19.25rem;display:block; }
#ucGLIMwZZfDKwXX0k6qG9pR2ZT7KkqD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JoQ6S3nelm2KZlGxumZmg9q7esIwTh5W { background-color:#3a3a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:13.4375rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.875rem;left:1.875rem;display:block; }
#NLTm7U8kAWALAzTNFfHDgTUcgD5m1Scs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSnTyQbQqqwkgrlxQyLiCHELtwp93pe6 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:teko;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;text-shadow:0rem 0rem 2.0625rem rgba(255,50,0,0.8);top:30.875rem;left:24rem;height:7.87325rem;font-style:normal;display:block; }
#iWsf95U9HU6CLKDRaihvPluZibzRqDCf { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:6.375rem;left:35.8125rem;overflow:hidden;display:block; }
#rHz8W39TRPPfqgivXwpnUuV7Ew5L3PSg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0612rem;width:2.0612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.8125rem;left:20.75rem; }
#tvWNyRHhIXvbtv1aLOJNHTLDE4yNLLXS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562325rem;width:3.2484rem;top:9.25rem;left:39.5625rem;overflow:hidden;display:block; }
#NdL2RNeieTnv4XIi3IW8nMf8OeZTD0O6 { background-color:#3a3a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:10.5619375rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.875rem;left:15.9375rem;display:block; }
#FVTNxPW02PFIEndubBvew7UgaTfs0cJt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZN5UOoPVooTH4lGzgzpldKPggW1s62b { background-color:#3a3a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.75rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.875rem;left:2rem;display:block; }
#xTCHSaMap86tBtDVx5Q4s9MrT7J5rfmz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCQEI2xnNAXlQuXVlaeOdHIkCT14OFF2 { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:archivo;font-size:0.625rem;font-weight:300;z-index:15008;line-height:.9;letter-spacing:0;text-shadow:0rem 0rem 2.0625rem #000000;top:47.069229125976rem;left:2.4348964691162rem;height:0.5619675rem;font-style:normal;display:block; }
#CJPllIxD6uDzVp2g7HTL3TNzNw7uGyee { color:#ffffff;display:block;width:1.625rem;position:absolute;font-family:teko;font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:22rem;left:2.625rem;height:2.03125rem;font-style:normal;display:block; }
#Lw5VOUaQC7zoJiEr0vTQG6If81KnxBPC { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:teko;font-size:6.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.671875rem;left:4.0625rem;height:8.8555rem;font-style:normal;display:block; }
#dg1O8w1NSANQXpTiWPlAxeTBSsFmiTdg { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:teko;font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.26953125rem;left:11.0625rem;height:3.087025rem;font-style:normal;display:block; }
#Aoqv31eluP19FLvAnzEbaMIRWpuiJcWf { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:teko;font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.75rem;left:11.15625rem;height:4.0625rem;font-style:normal;display:block; }
#TysoqFhnro3a4A6mTLeBWwQhSHTXOB0O { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:teko;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.119140625rem;left:16.9365234375rem;height:3.087025rem;font-style:normal;display:block; }
#f3UWTq4r5NzoVOZtneWG0P5TT7ptv6cR { 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:9.375rem;width:8.875rem;top:19.28125rem;left:17.186777189961rem;overflow:hidden;display:block; }
#gOlOihmWRwiApctKcaXS9igwF3kxQ5KK { box-sizing:content-box;height:7.8125rem;width:7.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#ff0006;background-image:none;top:20.28125rem;left:17.6240234375rem;display:block; }
#JVqZMrCulgt5Z5qTUup8epC52miiJhnL { color:#ffffff;display:block;width:4.31206875rem;position:absolute;font-family:teko;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:24.031034469604rem;left:22.255861282349rem;height:3.75rem;font-style:normal;display:block; }
#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp { position:relative;display:none; }#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp { border-width: 0; border-radius: 0; }#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #212121, #000000);background-image: -moz-linear-gradient(90deg, #212121, #000000);background-image: -ms-linear-gradient(90deg, #212121, #000000);background-image: -o-linear-gradient(90deg, #212121, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#000000' );";background-image: linear-gradient(90deg, #212121, #000000);background-size:auto !important;font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#GBipL5iLT0bOHvJpETC4sZPNxn9i0bMx { color:#ff3200;display:block;width:6.125rem;position:absolute;font-family:teko;font-size:6.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7496738433838rem;left:3.125rem;height:8.125rem;font-style:normal;display:block; }
#yuDFK7uN4hewHkIRotgTCCdScE9JXVOc { color:#ffffff;display:block;width:8.499375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.0625rem;left:9.5621747970581rem;height:2.999675rem;font-style:normal;display:block; }
#CvZcT3AJKN4XnvkTQIO5e8sUThzf7KBE { color:#ff3200;display:block;width:11.5625rem;position:absolute;font-family:teko;font-size:5.625rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.24951171875rem;left:23.749999046326rem;height:5.06185rem;font-style:normal;display:block; }
#uAXT2sCHz4UNTHUy0W2Zc7MnuntGR4yk { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.0625rem;left:36.124346733093rem;height:2.999675rem;font-style:italic;display:block; }
#fgTdcmEhgQS5y13SRXSmV7EfNReORl6U { color:#ff3200;display:block;width:8.6246875rem;position:absolute;font-family:teko;font-size:5.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3746795654297rem;left:49.999999046326rem;height:6.9059375rem;font-style:normal;display:block; }
#yqc9DeePAd5IMUAgsX7tU8XO4zIQnnf4 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.3123474121094rem;left:59.311518669128rem;height:2.999675rem;font-style:italic;display:block; }
#EBOUJoBi4GleyLLooQZqi20Qq9stq6Kk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#PEGAKI0UqH7qerBr8bhUzMiVqBz9KKc1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 { position:relative;display:block; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 { background-color: transparent; background-image: none; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container > .video-iframe-container { display: none; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row > .video-iframe-container { display: none; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .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); }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 { border-width: 0; border-radius: 0; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #212121, #000000);background-image: -moz-linear-gradient(90deg, #212121, #000000);background-image: -ms-linear-gradient(90deg, #212121, #000000);background-image: -o-linear-gradient(90deg, #212121, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#000000' );";background-image: linear-gradient(90deg, #212121, #000000);background-size:auto !important;font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ATyoTSvV5knExPnSRtL1AVK45rD3hx8G { color:#ff0006;display:block;width:25.374375rem;position:absolute;font-family:teko;font-size:4.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:24.8125rem;height:5.68685rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7tFgq3vpR0HfTLs0TBKKQOrBoAvfbGk { color:#ffffff;display:block;width:58.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.3125rem;left:8.1875rem;height:1.57551875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Zz48G5BoGT4T4sEHkIeHBibKOmqS4Auh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#N9KifMZnFy7DDZNfoMoOikqXroVhdGQO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk { position:relative;display:block; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk { background-color: transparent; background-image: none; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container > .video-iframe-container { display: none; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row > .video-iframe-container { display: none; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .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); }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk { border-width: 0; border-radius: 0; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #212121, #000000);background-image: -moz-linear-gradient(90deg, #212121, #000000);background-image: -ms-linear-gradient(90deg, #212121, #000000);background-image: -o-linear-gradient(90deg, #212121, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#000000' );";background-image: linear-gradient(90deg, #212121, #000000);background-size:auto !important;font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f5f40515-f2b5-4d04-8bfe-9cab8883f0dd/190fc3dc7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:0rem;display:block; }#uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d.adaptive-delivery-prevent-bg, #uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d.lazyload, #uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d.lazyloading { background-image: none; }
#nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/340ecb1f-635e-484f-ae21-69bdd3b74a96/2c17cc5bb.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:12.5rem;display:block; }#nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT.adaptive-delivery-prevent-bg, #nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT.lazyload, #nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT.lazyloading { background-image: none; }
#w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6803e1e2-9ea4-444a-965e-9ad3c1e294a8/4c4586b75.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:25rem;display:block; }#w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn.adaptive-delivery-prevent-bg, #w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn.lazyload, #w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn.lazyloading { background-image: none; }
#OSVyTg17FhubeeT3v3rbQuRmavOFhgnP { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a0b89a8a-39e7-4030-900d-0aa49f3cf0d0/6c18ed1ef.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:37.5rem;display:block; }#OSVyTg17FhubeeT3v3rbQuRmavOFhgnP.adaptive-delivery-prevent-bg, #OSVyTg17FhubeeT3v3rbQuRmavOFhgnP.lazyload, #OSVyTg17FhubeeT3v3rbQuRmavOFhgnP.lazyloading { background-image: none; }
#ThTC0T9bwncP682get138w1gKNntTH3L { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a4ab751b-3b83-4c56-be0f-1d00e35f199b/50e8d041d.webp");background-position:center right !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:12.5rem;width:12.5rem;top:0rem;left:50rem;display:block; }#ThTC0T9bwncP682get138w1gKNntTH3L.adaptive-delivery-prevent-bg, #ThTC0T9bwncP682get138w1gKNntTH3L.lazyload, #ThTC0T9bwncP682get138w1gKNntTH3L.lazyloading { background-image: none; }
#sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fefac347-d7ad-4084-89ca-2505cde8dfe5/38bbbca28.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:62.5rem;display:block; }#sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC.adaptive-delivery-prevent-bg, #sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC.lazyload, #sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC.lazyloading { background-image: none; }
#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { position:relative;display:block; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { background-color: transparent; background-image: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container > .video-iframe-container { display: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row > .video-iframe-container { display: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .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.9); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { border-width: 0; border-radius: 0; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container::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; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0b89a8a-39e7-4030-900d-0aa49f3cf0d0/6c18ed1ef.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container.adaptive-delivery-prevent-bg, #BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container.lazyload, #BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container.lazyloading { background-image: none; }#psP66ReGErWwUfk0zUJQP5o96pLozIqU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:teko;font-size:3.8125rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:5.5615234375rem;left:0rem;height:3.8129875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gO6upu9Tu8xJBPxLZOTmihR4rcl7tdEo { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff0006;border-left:0.0625rem solid #ff0006;border-right:0.0625rem solid #ff0006;border-bottom:0.0625rem solid #ff0006;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.15102125rem;height:2.15104rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.946615219116rem;left:28.36328125rem;display:block; }
#BQK7v9yZK4lZnk25kSC3FTf0DB4zV81G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzovLXiLJyUAVJALnkzVc5GMGobTiXgq { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff0006;border-left:0.0625rem solid #ff0006;border-right:0.0625rem solid #ff0006;border-bottom:0.0625rem solid #ff0006;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.525375rem;height:2.1308625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:13.76953125rem;left:17.900390625rem;display:block; }
#VwhIgKGO3vfBcndgqrGXgFWQsxst6uty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GG2cdN7gtPkZQq1oawsNpE3gxHyqXXUU { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff0006;border-left:0.0625rem solid #ff0006;border-right:0.0625rem solid #ff0006;border-bottom:0.0625rem solid #ff0006;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.255875rem;height:2.2558625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:10.892578125rem;left:41.498046875rem;display:block; }
#liAWX38oVlT9ZCKi8JXUMVrCA1Bb1G5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTbgu1GMKyE14WXIh4mbxbTm6Tlh2GtM { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff0006;border-left:0.0625rem solid #ff0006;border-right:0.0625rem solid #ff0006;border-bottom:0.0625rem solid #ff0006;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11.962875rem;height:2.2558625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:13.70703125rem;left:46.767578125rem;display:block; }
#GtRTplHTpSlmc9mBQSSG3B6rH9fkxI3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gyKq48kJC1FTPK0fQwCxgScAhFvBNMTN { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff0006;border-left:0.0625rem solid #ff0006;border-right:0.0625rem solid #ff0006;border-bottom:0.0625rem solid #ff0006;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11.083rem;height:2.14550625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.9482421875rem;left:49.6875rem;display:block; }
#MlodA1LcGnApNpOJzHKAqJ2lFnyHypMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tOhMZWTPpKTnCTQgh5OSa4OrHeI4bT4T { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff0006;border-left:0.0625rem solid #ff0006;border-right:0.0625rem solid #ff0006;border-bottom:0.0625rem solid #ff0006;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.9892578125rem;left:11.248046875rem;display:block; }
#WeTSGCEM9Zg8hqbLbZVTH7uszqfo21WT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIOCTcdUK0Dnn0LUyyWOit8z5sqC4waO { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff0006;border-left:0.0625rem solid #ff0006;border-right:0.0625rem solid #ff0006;border-bottom:0.0625rem solid #ff0006;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:16.39583375rem;height:2.02083375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:13.82421875rem;left:29.29948425293rem;display:block; }
#TRAt3bQpNs3076av97zwvieZHttZ4odq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { position:relative;display:block; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { background-color: transparent; background-image: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container > .video-iframe-container { display: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row > .video-iframe-container { display: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .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); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { border-width: 0; border-radius: 0; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oTZKoI8CXFvyiyTosr324I56QuE4srEH { color:#ffffff;display:block;width:20.122875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:7.9375rem;left:9.9375rem;height:5.9982625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/937611fd-438f-4d3a-968a-29926f486af5/download20240202T084029197.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.875rem;width:34.375rem;top:4.5rem;left:2.8125rem;display:block; }#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.adaptive-delivery-prevent-bg, #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.lazyload, #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.lazyloading { background-image: none; }
#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,0,0,0.85); }#DSO2TyXbQBHsKqNsTlAeflbiTkELTBqA { color:#ffffff;display:block;width:21.311875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:8rem;left:44.3125rem;height:5.9982625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/020938dd-a9ce-44fc-b55b-7abc706044e3/download20240202T084633249.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.874375rem;width:34.375rem;top:4.5rem;left:37.8125rem;display:block; }#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.adaptive-delivery-prevent-bg, #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.lazyload, #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.lazyloading { background-image: none; }
#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,0,0,0.85); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi { z-index:;position:relative;display:block; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi { background-color: transparent; background-image: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container > .video-iframe-container { display: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row > .video-iframe-container { display: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .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); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi { border-width: 0; border-radius: 0; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container { background-color:#ff0000;background-image:none;font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;border-top:3.75rem solid #202020;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;position:relative;display:block; }#gFGuQrV3DpPGMoq9Wua8p3EXh5oEpeb2 { color:#ffffff;display:block;width:36.8119375rem;position:absolute;font-family:teko;font-size:4.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.3110890984535rem;left:38.188917160034rem;height:10.499125rem;font-style:normal;display:block; }
#wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy { color:#ffffff;display:block;width:33.3114375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:9.5055041909219rem;left:38.997690200806rem;height:;font-style:italic;display:block; }#wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#tMFPJz115OfId1FCbLUwxEdn4fxqpqXM { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:18.7109375rem;left:37.375rem;height:10.125rem;font-style:normal;display:none; }
#hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV { box-sizing:content-box;height:39.0625rem;width:28.6248125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e8b5db43-878b-466d-94ab-73cb9c6989ac/44.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-2.548828125rem;left:6.123046875rem;display:block; }#hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.adaptive-delivery-prevent-bg, #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.lazyload, #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.lazyloading { background-image: none; }
#WAMscoG6epDZADHP0QDa5HRper4shh87 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625165rem;height:3.499465rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.87215667963rem;left:38.997690200806rem;display:block; }
#RLkfx4IJC0NDJtEwHMtxELx5GeptxGTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fb2egckSdcCH0TchePgSFGBcIFfhRJfO { box-sizing:content-box;height:38.4375rem;width:27.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7dd7888b-c3f7-4459-a0f8-87767c920b65/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-2.0515899658203rem;left:3.30322265625rem;display:none; }#Fb2egckSdcCH0TchePgSFGBcIFfhRJfO.adaptive-delivery-prevent-bg, #Fb2egckSdcCH0TchePgSFGBcIFfhRJfO.lazyload, #Fb2egckSdcCH0TchePgSFGBcIFfhRJfO.lazyloading { background-image: none; }
#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container { background-color: transparent; background-image: none; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container > .video-iframe-container { display: none; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row > .video-iframe-container { display: none; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .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); }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container { border-width: 0; border-radius: 0; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#MyeKlpdPIEnkdfRWv2qJ2CmlUbg841c8 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.3736982345581rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fefac347-d7ad-4084-89ca-2505cde8dfe5/38bbbca28.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:37.5rem;top:0rem;left:0rem;display:block; }#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.adaptive-delivery-prevent-bg, #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.lazyload, #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.lazyloading { background-image: none; }
#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0b89a8a-39e7-4030-900d-0aa49f3cf0d0/6c18ed1ef.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.adaptive-delivery-prevent-bg, #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.lazyload, #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.lazyloading { background-image: none; }
#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#N7xrq3EuLnDMGvqDlUZvevI8TAHQdwuQ { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.375rem;left:37.5rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6803e1e2-9ea4-444a-965e-9ad3c1e294a8/4c4586b75.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:37.5rem;top:14.625rem;left:0rem;display:block; }#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.adaptive-delivery-prevent-bg, #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.lazyload, #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.lazyloading { background-image: none; }
#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4ab751b-3b83-4c56-be0f-1d00e35f199b/50e8d041d.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:37.5rem;top:14.625rem;left:37.5rem;display:block; }#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.adaptive-delivery-prevent-bg, #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.lazyload, #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.lazyloading { background-image: none; }
#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#QdtpdU6bcRhWH9hLGuO1hGDA21fXxs6m { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:21rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPdChxS6IyTT01etMKf3fTebahF3ed6k { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:21rem;left:37.5rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyZdh1Da049awfdqk5K9nsxZwAumKl0s { position:relative;display:block; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s { background-color: transparent; background-image: none; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row .container > .video-iframe-container { display: none; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row > .video-iframe-container { display: none; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .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); }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s { border-width: 0; border-radius: 0; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .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; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#131313;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GK3xhZh6tN3TtaAhL1a0drqRoxLdasy4 { 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:15026;opacity:1;top:4.9375rem;left:9.4375rem; }
#XENXZdf8TST08sxT8QeM0ewAkAe8QT8A { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.4375rem;left:6.1875rem;height:4.72330625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybTs64VAxVVcDxN5KFEVATv9JMTdfuQd { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.25rem;left:19rem;height:4.72330625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XHJZ12lzLuCGzBxsz9KltMKce1qrZHCw { 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:15026;opacity:1;top:4.9375rem;left:22.1875rem; }
#i6iMiSAqWHT51kG0LGLDCnefvcuyB2uo { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.375rem;left:31.6875rem;height:4.72330625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ge1pJAuNfbqm9qvy1uHKFgUDhNKZccdm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.49935rem;width:3.49935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.875rem;left:34.4375rem; }
#IvRU6J1Jp4sXJAfW6zS1lFm3aVgViEwH { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.4368495941163rem;left:42.999132156372rem;height:4.7233125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pI0TTWM8F2aTUdRqopuzfEMlKTInLRaR { 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:15026;opacity:1;top:4.875rem;left:47.625rem; }
#vBcTgCo0uadraUpN9tyybqr6KwsAJsAU { 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:15028;opacity:1;top:5.0625rem;left:61.625rem; }
#a9pFgogJHkTfCxxEG66SgoRLIUtoU3Dc { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:9.1875rem;left:57.5rem;height:4.72330625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ > .row .container { border-width: 0; border-radius: 0; }#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#TZ9tOhylk0TKSws69Cunv010FT0SFPkn { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/71d3538f-d65f-4bb0-a65a-2a2cca7cc407/whatsappimage20240128at092055265bcd7f397d7a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:0rem;display:block; }#TZ9tOhylk0TKSws69Cunv010FT0SFPkn.adaptive-delivery-prevent-bg, #TZ9tOhylk0TKSws69Cunv010FT0SFPkn.lazyload, #TZ9tOhylk0TKSws69Cunv010FT0SFPkn.lazyloading { background-image: none; }
#HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ada7ed2-f73a-4811-a634-c7df5e6d4cba/whatsappimage20240128at092051165bcd7f00b0b5.webp");background-position:center right !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:12.5rem;width:12.5rem;top:0rem;left:12.5rem;display:block; }#HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk.adaptive-delivery-prevent-bg, #HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk.lazyload, #HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk.lazyloading { background-image: none; }
#n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7a3a2615-d47e-430c-89d1-be117c96fbf0/whatsappimage20240128at091453365bcd7ead0f25.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:25rem;display:block; }#n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi.adaptive-delivery-prevent-bg, #n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi.lazyload, #n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi.lazyloading { background-image: none; }
#V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a7ca06d-7135-48c8-acc8-db792dbeba5c/whatsappimage20240128at091454465bcd7ed16c62.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:37.5rem;display:block; }#V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK.adaptive-delivery-prevent-bg, #V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK.lazyload, #V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK.lazyloading { background-image: none; }
#mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1fe53468-4a75-4872-ab77-d1d9239ab88f/whatsappimage20240128at092054265bcd7f2aee83.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:50rem;display:block; }#mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4.adaptive-delivery-prevent-bg, #mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4.lazyload, #mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4.lazyloading { background-image: none; }
#V8ATLpiJzChcgnE5eicOzJRUAr6TVK96 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cc5e0fd2-ea95-4e3a-b613-c6a9589c7a24/whatsappimage20240128at09205465bcd7f3655b6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:62.5rem;display:block; }#V8ATLpiJzChcgnE5eicOzJRUAr6TVK96.adaptive-delivery-prevent-bg, #V8ATLpiJzChcgnE5eicOzJRUAr6TVK96.lazyload, #V8ATLpiJzChcgnE5eicOzJRUAr6TVK96.lazyloading { background-image: none; }
#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { z-index:;position:relative;display:block; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { background-color: transparent; background-image: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container > .video-iframe-container { display: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row > .video-iframe-container { display: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .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.9); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { border-width: 0; border-radius: 0; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/538a1d29-8766-484e-9fa4-40e34c5e716a/mapa.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.adaptive-delivery-prevent-bg, #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.lazyload, #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.lazyloading { background-image: none; }#moUsUZaPvFLbLDe5dvo7xmMyIzkvKt0E { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:7.5625rem;left:0rem;height:3.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wHmTeDmHQrIlJhwsbXDJiAVPSA09z1ml { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:12.3125rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9IcDhJsTKVurbr097Ig2CAteIPRPVR2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:teko;font-size:2.5rem;font-weight:300;z-index:15026;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm { z-index:;position:relative;display:none; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm { border-width: 0; border-radius: 0; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/538a1d29-8766-484e-9fa4-40e34c5e716a/mapa.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:none; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container.adaptive-delivery-prevent-bg, #SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container.lazyload, #SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container.lazyloading { background-image: none; }#K6CG8wywPdEhKaFMgR8NBV5B6uNb6IzJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:9.3125rem;left:0rem;height:3.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FNQyCNILTuHOLzQ5gpDv4qiXG1zWZJm0 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:14.25rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irSzcs5MGVNeZLFy3RF43p3i2UhuIRt5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:teko;font-size:2.5rem;font-weight:300;z-index:15026;line-height:1;letter-spacing:0;top:6.1875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHpuV6Is9AppTCM95i2wyZnlICxpB5U9 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff3200;border-left:0.0625rem solid #ff3200;border-right:0.0625rem solid #ff3200;border-bottom:0.0625rem solid #ff3200;border-top-left-radius:0.9375rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.875rem;font-weight:400;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:17.10416625rem;height:3.54134125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.5rem;left:28.9375rem;display:block; }
#hwMwNdg6V1DLdO5T8PfJwnubWBMWcaVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { z-index:;position:relative;display:block; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { background-color: transparent; background-image: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container > .video-iframe-container { display: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row > .video-iframe-container { display: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .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); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { border-width: 0; border-radius: 0; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container { background-color:rgba(14,14,14,0.9);background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#hhmOo3MGhIUG3Edza4kApZNFGz8pykiP { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:5.875rem;left:4.125rem;height:3.4379875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:11.25rem;left:4.125rem;height:9.0060625rem;font-style:italic;display:block; }#bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3f6a581d3d1ee0a9628be16f573073cbbd6f10a.svg); }
#KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J { box-sizing:content-box;height:31.5rem;width:31.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b525c2a7-6337-44c2-a001-de1f76073758/ativo1at2x673376e1a7d25.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.330810546875rem;left:32.926863053536rem;display:block; }#KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.adaptive-delivery-prevent-bg, #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.lazyload, #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.lazyloading { background-image: none; }
#IHf62ufVne1itlEbUuKmCoTJwubpPwZW { box-sizing:content-box;height:31rem;width:29rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/592e55f1-3b32-47e1-ab10-5b156500f659/11.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.6866149902344rem;left:39.124643325806rem;display:block; }#IHf62ufVne1itlEbUuKmCoTJwubpPwZW.adaptive-delivery-prevent-bg, #IHf62ufVne1itlEbUuKmCoTJwubpPwZW.lazyload, #IHf62ufVne1itlEbUuKmCoTJwubpPwZW.lazyloading { background-image: none; }
#DkxUTv5MAGzavLuuTLW546HV64uiTkQ2 { box-sizing:content-box;height:27.4373125rem;width:27.4373125rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0f9870da-2f87-4fc8-9dfd-591b5636475b/3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.3113603591919rem;left:41.681639671326rem;display:none; }#DkxUTv5MAGzavLuuTLW546HV64uiTkQ2.adaptive-delivery-prevent-bg, #DkxUTv5MAGzavLuuTLW546HV64uiTkQ2.lazyload, #DkxUTv5MAGzavLuuTLW546HV64uiTkQ2.lazyloading { background-image: none; }
#q8JTyMGcTz9akI1yn3ec4nJV6f0bRdrO { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.49025rem;height:3.36474375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.183592796326rem;left:4.1243495941162rem;display:block; }
#VATHbzyUChm7oNQcBblv8DwkFErvSGfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN > .row .container { border-width: 0; border-radius: 0; }#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:none; }#VMGNWITRQdB3wN1pbggMqUgLqOtHHlDT { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.3125rem;left:9.3125rem;height:1.0001625rem;font-style:italic;display:block; }
#tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/99b05248-1c69-4c3f-9400-b251a1b046d4/1ws65bfefeeb3f24.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.25rem;top:0.0625rem;left:0rem;display:block; }#tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq.adaptive-delivery-prevent-bg, #tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq.lazyload, #tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq.lazyloading { background-image: none; }
#mNirPLcbKTyxvGx2XseZVHxwWfNSJ0TF { color:rgba(255,255,255,0.7);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.9375rem;left:9.3125rem;height:1.80013125rem;font-style:normal;display:block; }
#WJFosGWaHCTS48lCRDiTh2zIBoV6gCvk { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:5.375rem;left:11.125rem;display:block; }
#TtbDmoByH5DHl0nGGu426RodnKHBMsud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJUqaSwQOr62Nva4gyxS1pxWxJyrUtZ1 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:5.375rem;left:9.3125rem;display:block; }
#ZxPglcuBkryZvBVnOTuEfRUUSFcQdkob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfHq3qBO7XzO1gV2A2yyGqD8LEkTGhbQ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.73);background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:15.3125rem;top:0rem;left:7.8125rem;display:block; }
#O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e0e7e916-eba4-457b-ace1-b3ac78e38e30/2stdumont65bfefef18569.webp");background-position:top 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:8.125rem;width:23.25rem;top:0.0625rem;left:25.875rem;display:block; }#O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB.adaptive-delivery-prevent-bg, #O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB.lazyload, #O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB.lazyloading { background-image: none; }
#GLuGZ7vpF6sAhDoekcXQb4coR7QE79tl { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.73);background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:15.3125rem;top:0rem;left:33.6875rem;display:block; }
#JrZ3Rz5IVrnVBLkz84iWPeL4f9miEmtx { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:5.375rem;left:37rem;display:block; }
#XABpooN55Vl1qTUweiBNuIiSm3UOvVMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llzKLkOSRqplXh5LAs9HR46aqTVTC1RU { color:rgba(255,255,255,0.7);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.9375rem;left:35.1875rem;height:1.80013125rem;font-style:normal;display:block; }
#sz8OCOk6h9aGeCpkuH69DzMUJW9TWG3E { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:5.375rem;left:35.1875rem;display:block; }
#a2TEhe1gduPQbsT4XSH3GG4zwubHzeuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GuNJI5hQbHIZetfouzes7y2SmtGwq7Jp { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.3125rem;left:35.1875rem;height:1.0001625rem;font-style:italic;display:block; }
#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd > .row .container { border-width: 0; border-radius: 0; }#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:none; }#pWxyFWE5dHgQ0wTbLTdUzSf2a0P6OmH1 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4375rem;left:9.375rem;height:1rem;font-style:italic;display:block; }
#eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2df3c160-ddf5-4257-8d77-bb8aaaf13b39/capturadetela20240202as07182165bcc1a63b0ba.webp");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: none;height:8.125rem;width:8.125rem;top:3.1875rem;left:0.0625rem;display:block; }#eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv.adaptive-delivery-prevent-bg, #eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv.lazyload, #eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv.lazyloading { background-image: none; }
#uVw3uwXRMoB1eTaESf5DaO9f0vtSvDTg { color:rgba(255,255,255,0.7);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:9.375rem;height:1.798825rem;font-style:normal;display:block; }
#Q3PzZizpHGvGc0EmgU5aVk8AbxT4Acu5 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.5rem;left:11.1875rem;display:block; }
#QHruO0aymnobfCZrtGFWSZlO4cwBd08H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Db7QuOMg8r8cmVuAefwv9yxD5Gca9sIL { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:8.5rem;left:9.375rem;display:block; }
#dRVvWyDsvsOvvFgiAael1K6nhLMRyeOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvP6RVJ1Sb4Z9wkoNR79miyJ5eTBwXd6 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.1875rem;top:3.125rem;left:0rem;display:block; }
#v20RUfSH5qzNAwQnDb44LhWAE8Rq7PmI { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.1875rem;top:3.125rem;left:25.875rem;display:block; }
#hTGiOG5CEHwDfbruNQHtEvqfSN1fmrB4 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.5rem;left:37.0625rem;display:block; }
#TZyPTqIM62R5sriT8i8OUTfTZ4ng61KQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BrTwRTbbD7td5wns436x7W4fLWwb9scR { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:8.5rem;left:35.25rem;display:block; }
#DoezfGW28uno4ZM0N2xhgMvrsfIGcVXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2df3c160-ddf5-4257-8d77-bb8aaaf13b39/capturadetela20240202as07182165bcc1a63b0ba.webp");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: none;height:8.125rem;width:8.125rem;top:3.1875rem;left:25.9375rem;display:block; }#KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ.adaptive-delivery-prevent-bg, #KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ.lazyload, #KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ.lazyloading { background-image: none; }
#mChlDKHSNtDBpwZVaXK4zlK2LkrHBCLf { color:rgba(255,255,255,0.7);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:35.25rem;height:1.798825rem;font-style:normal;display:block; }
#F3EIoLOATNs8QcNuQxRs4Zx4WdbTCVcW { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4375rem;left:35.25rem;height:1rem;font-style:italic;display:block; }
#EGVvEUvayBMRZue1uvsAWDabNa8WH9u0 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.1875rem;top:3.125rem;left:51.75rem;display:block; }
#mLT29MMBggRDngdvb8XcgP3bDWRv0PKW { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.5rem;left:62.9375rem;display:block; }
#NZbG0qLi6XLhPK9J88lehKPHTZAr60nz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0TaWTwf0NumwDyeLgwwuITc1S0Fc46g { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:8.5rem;left:61.125rem;display:block; }
#NBTbeRb6AzPWFiUTHp9PE3s5nZCAcJP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NiKAKW7ck4sInxHeGoh9QSE2NeG4PKwf { color:rgba(255,255,255,0.7);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:61.125rem;height:1.798825rem;font-style:normal;display:block; }
#zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2df3c160-ddf5-4257-8d77-bb8aaaf13b39/capturadetela20240202as07182165bcc1a63b0ba.webp");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: none;height:8.125rem;width:8.125rem;top:3.1875rem;left:51.8125rem;display:block; }#zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ.adaptive-delivery-prevent-bg, #zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ.lazyload, #zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ.lazyloading { background-image: none; }
#Cawp9yDDqFqwH79kvxfSumLS4uzynv0t { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4375rem;left:61.125rem;height:1rem;font-style:italic;display:block; }
#D8Mqg7XuGoZKNpT4LrmLv08p8eTNdpTa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.1875rem;top:3.125rem;left:51.75rem;display:none; }
#QSNnJE3iMOySQNtfR1vIklTohmJmWM3e { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.5rem;left:62.9375rem;display:none; }
#GqLTx8I1LBiokiOpoJyy3Td2yZW7No8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kch0S1uNbcUn8vrPLKFPprXZrcV3ufl3 { color:rgba(255,255,255,0.7);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:61.125rem;height:1.798825rem;font-style:normal;display:none; }
#yl5UPEBXWurxPMwuTN9Ntk1XpwusN9Ls { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4375rem;left:61.125rem;height:1rem;font-style:italic;display:none; }
#gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2df3c160-ddf5-4257-8d77-bb8aaaf13b39/capturadetela20240202as07182165bcc1a63b0ba.webp");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: none;height:8.125rem;width:8.125rem;top:3.1875rem;left:51.75rem;display:none; }#gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te.adaptive-delivery-prevent-bg, #gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te.lazyload, #gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te.lazyloading { background-image: none; }
#l2O53chPdWT4OXSTBhNiRRHXUMQWMwom { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:8.5rem;left:61.125rem;display:none; }
#SaE1RZypUdJ562mRe2bcrRfJ55rq5nOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { position:relative;display:block; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { background-color: transparent; background-image: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container > .video-iframe-container { display: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row > .video-iframe-container { display: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .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); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { border-width: 0; border-radius: 0; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0006;background-image:none;font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#rSmcsvvsybEEDOSbwE8sa7w8hJDNCFRU { color:#ffffff;display:block;width:25.2498125rem;position:absolute;font-family:teko;font-size:5rem;font-weight:300;z-index:15031;line-height:.8;letter-spacing:0;top:6.2491960525512rem;left:2.6871747970581rem;height:11.9986875rem;font-style:normal;display:block; }
#dq7XvOUe6Q1IzP6lQdDOnhBQprQG6xv9 { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:15.9375rem;left:2.6875rem;height:5.24739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aPFZDTBRepqyuqOK99aLgP9mw1hgW5iu { position:absolute;display:block;z-index:15026;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:2rem;width:6.75rem;top:24rem;left:2.6875rem;overflow:hidden;display:block; }
#hlkHFebuzlDNBmtztKHVTxcbVGJtcLmq { position:absolute;display:block;z-index:15027;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.375rem;width:6.75rem;top:23.8125rem;left:9.8125rem;overflow:hidden;display:block; }
#UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk { box-sizing:content-box;height:28.0625rem;width:20.625rem;position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ab6ead23-6c9b-4c01-a279-fb8982c84c48/cel2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.3737030029297rem;left:31.238604545593rem;display:block; }#UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.adaptive-delivery-prevent-bg, #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.lazyload, #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.lazyloading { background-image: none; }
#UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp { box-sizing:content-box;height:28.0623125rem;width:20.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1c40e6eb-82ad-419c-9fb7-e81116598372/cel.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.3748373985291rem;left:52.499995231628rem;display:block; }#UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp.adaptive-delivery-prevent-bg, #UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp.lazyload, #UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp.lazyloading { background-image: none; }
#gFTR8PGN9CdTRb73PDctsTTbc0rMid9T { position:absolute;display:block;z-index:15009;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.6875rem;width:10.6875rem;top:1.8766374588012rem;left:47.312010765076rem;overflow:hidden;display:block; }
#xtTK2WlL4y3rNdQBhbWZfrChhSPlbkg7 { position:absolute;display:block;z-index:15030;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:29.3123125rem;width:20.999375rem;top:1.06201171875rem;left:12.748209953308rem;overflow:hidden;display:block; }
#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ { z-index:;position:relative;display:none; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ { border-width: 0; border-radius: 0; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#cyPdhTO70uAhpSMkGcvTEZQ5M10WD3S4 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:4.3749923706055rem;left:0rem;height:2.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR { position:relative;display:none; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR { border-width: 0; border-radius: 0; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .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; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eCX2TVF9C3uyqlRFCdaF0SRTmsUieZRd { position:absolute;display:block;z-index:14998;background-color:#333333;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.8125rem;width:34.3125rem;top:5.125rem;left:20.3125rem;display:block; }
#P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 { color:#ffffff;display:block;width:22.3736875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:15.3125rem;left:23.1875rem;height:7.3125rem;font-style:normal;display:block; }#P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#hvQWX3TtEvSNfZTH7uRR7CzOsgfOI7MG { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:teko;font-size:3.6875rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;top:7.875rem;left:24rem;height:5.9rem;font-style:normal;display:block; }
#h1shTIstn2VAxwC7ohroi3xPTdvbMsvU { color:#ff0006;display:block;width:19.5rem;position:absolute;font-family:teko;font-size:7.1875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.125rem 0.375rem rgba(255,0,6,0.61);top:25.25rem;left:23.9375rem;height:7.1875rem;font-style:normal;display:block; }
#Le6VeCLmaqbHhhG15VKUZgRUnaD4UwUM { color:#ffffff;display:block;width:15.1861875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:33.75rem;left:23.9375rem;height:0.8125rem;font-style:italic;display:block; }
#UsL3Ux0WpIKlHqPPOS1rCLRoISSn7o8R { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b52b, #00d735);background-image: -moz-linear-gradient(90deg, #00b52b, #00d735);background-image: -ms-linear-gradient(90deg, #00b52b, #00d735);background-image: -o-linear-gradient(90deg, #00b52b, #00d735);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b52b', endColorstr='#00d735' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b52b', endColorstr='#00d735' );";background-image: linear-gradient(90deg, #00b52b, #00d735);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,215,53,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:5.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:35.875rem;left:23.8125rem;display:block; }
#ce1Fceg9II8WeggVS3vh8qvECXfMqp7e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfcX4tOIefMQT1S6G1peCvTcT5NyHt7p { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:28.8125rem;left:41.0625rem;height:2.1005rem;font-style:italic;display:block; }
#HmvLqkeMps3DRduHQ4v2tKwOurl8TpNp { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:51.678779602051rem;left:0rem;height:0.81271875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NOHyo2oFI3kGn14WlQXzOzKRRoNKlmJ9 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:25.25rem;left:22.112499237061rem;height:1.275rem;font-style:italic;display:block; }
#ZLz6ark7Q1CJ1dSGQsCchSTAFcK2nKmT { box-sizing:content-box;height:2.4375rem;width:10.3125rem;position:absolute;display:block;z-index:15007;background-color:#ff0006;background-image:none;top:5.9364149570465rem;left:48.624132156372rem;display:block; }
#pq1GNOXzK8sn4iPuo1NAtZKHLm4uP0bg { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9801135659218rem;left:48.623044967651rem;height:2.1125rem;font-style:normal;display:block; }
#vdDvmSDM4qlI8TNLTyL7CrbF9iWkOO7r { box-sizing:content-box;height:2.5rem;width:10.125rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:8.37343788147rem;left:48.625rem;border-top:0.0625rem solid #ed1c24;border-left:0.0625rem solid #ed1c24;border-right:0.0625rem solid #ed1c24;border-bottom:0.0625rem solid #ed1c24;display:block; }
#pMXnbTgC2hu7x9VU4ERaTuPGCPHiTSIk { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0234375rem;left:49.092189788818rem;height:1.3rem;font-style:normal;display:block; }
#MvfqEuxrqnc1JuEzd7S7XI2mtscESEf6 { position:relative;display:none; }#MvfqEuxrqnc1JuEzd7S7XI2mtscESEf6 { border-width: 0; border-radius: 0; }#MvfqEuxrqnc1JuEzd7S7XI2mtscESEf6 > .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; }#MvfqEuxrqnc1JuEzd7S7XI2mtscESEf6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:90.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QOGOGDbHoRzaseksUFBgX5uGdS92d4cf { position:absolute;display:block;z-index:14998;background-color:#333333;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.8125rem;width:34.3125rem;top:5.125rem;left:1.625rem;display:block; }
#TlfzWZr7kAqrpNkgh9sEF0zRXQRqUd7V { color:#ffffff;display:block;width:22.3736875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:15.335922241211rem;left:4.5rem;height:7.3125rem;font-style:normal;display:block; }#TlfzWZr7kAqrpNkgh9sEF0zRXQRqUd7V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TlfzWZr7kAqrpNkgh9sEF0zRXQRqUd7V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#Fs90DTxayFfFxIQ3XMAqPPV19mNCsi13 { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:teko;font-size:3.6875rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;top:7.8723831176756rem;left:5.2799491882324rem;height:5.9002125rem;font-style:normal;display:block; }
#s0CW5MhHEVMT04d7gEZkVna4cOXHZksG { color:#ff0006;display:block;width:19.5rem;position:absolute;font-family:teko;font-size:7.1875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.125rem 0.375rem rgba(255,0,6,0.61);top:25.25rem;left:5.25rem;height:7.1875rem;font-style:normal;display:block; }
#H6F9xPT4qo8CJO7yvXoC9fAJtQwZC7xW { color:#ffffff;display:block;width:15.1861875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:33.75rem;left:5.25rem;height:0.8125rem;font-style:italic;display:block; }
#NwCNFS6xg868ikxK4p3TsMcGvbn4OTE7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b52b, #00d735);background-image: -moz-linear-gradient(90deg, #00b52b, #00d735);background-image: -ms-linear-gradient(90deg, #00b52b, #00d735);background-image: -o-linear-gradient(90deg, #00b52b, #00d735);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b52b', endColorstr='#00d735' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b52b', endColorstr='#00d735' );";background-image: linear-gradient(90deg, #00b52b, #00d735);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,215,53,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:5.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:35.875rem;left:5.125rem;display:block; }
#bVx63y4hnCwMFxTerfwh8IHtBny4z7ti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2gZhOIJxJtbsozyd2rneoIS8lLRmmnq { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:28.860675811767rem;left:22.33203125rem;height:2.1005rem;font-style:italic;display:block; }
#erGbolLHq0lxJ51EzGas2pUodcn4VXlC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:85.557282447812rem;left:0rem;height:0.8125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#l7kNyevsDnyrVkNOM9pfgpfG87hTiSQ2 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:24.875rem;left:5.125rem;height:1.27485625rem;font-style:italic;display:block; }
#JuwhSWebwZNrpnA96kVG0Qz8exmpXI5T { position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.8125rem;width:34.3125rem;top:5.125rem;left:39.125rem;display:block; }
#vSxvUXSVvwCh6efQOTntDHALRJByZTJD { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:teko;font-size:3.6875rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:7.87109375rem;left:42.74609375rem;height:5.9002125rem;font-style:normal;display:block; }
#nACMgkzJBwX0zkDcqZytVGTlnRBnUmzb { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:15.333333969116rem;left:42.74609375rem;height:;font-style:normal;display:block; }#nACMgkzJBwX0zkDcqZytVGTlnRBnUmzb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nACMgkzJBwX0zkDcqZytVGTlnRBnUmzb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#w0Tac3E5tx4ilsWScNWlP4VTTpLm3Gwz { color:#ff0006;display:block;width:11.1248125rem;position:absolute;font-family:teko;font-size:4rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(255,50,0,0.5);top:28.49254989624rem;left:44.618249893189rem;height:4.00035625rem;font-style:normal;display:block; }
#NOFBlOX3W4EQFHU5UnbdCDIQh2iKvMLy { color:#ffffff;display:block;width:6.18608125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:30.118082046509rem;left:55.741300582886rem;height:0.9002125rem;font-style:italic;display:block; }
#B8InMOb0D9oJVJEs9MEV6PqWJ3bcqWAc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b52b, #00d735);background-image: -moz-linear-gradient(90deg, #00b52b, #00d735);background-image: -ms-linear-gradient(90deg, #00b52b, #00d735);background-image: -o-linear-gradient(90deg, #00b52b, #00d735);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b52b', endColorstr='#00d735' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b52b', endColorstr='#00d735' );";background-image: linear-gradient(90deg, #00b52b, #00d735);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,215,53,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:5.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.312502384186rem;left:41.93620300293rem;display:block; }
#QEubkTCB8CLDd4esokxuWKacDkKmOqgH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0SNfEa2Z1pcQsp6AenAOt47dnavxJ2r { color:#ffffff;display:block;width:1.93714375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:28.204908370972rem;left:42.745027542114rem;height:1.27485625rem;font-style:italic;display:block; }
#ETvGhdUCCDAMm3Z4SxIW44PFNk055kDz { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #acacac;border-left:0.0625rem solid #acacac;border-right:0.0625rem solid #acacac;border-bottom:0.0625rem solid #acacac;border-top-left-radius:1.25rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.9375rem;width:21.9375rem;top:52.4375rem;left:3.75rem;display:block; }
#olHLfnpwAJg8RFH0pvP0XomdIV6iLGTV { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:teko;font-size:2.1875rem;font-weight:400;z-index:15021;line-height:.8;letter-spacing:0;top:54.9375rem;left:5.5625rem;height:1.749825rem;font-style:normal;display:block; }
#vbSMJ63ClCeiJfkgt6c2xHsU4knqIPcx { color:#ffffff;display:block;width:18.8115rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:58rem;left:5.5625rem;height:8.1525rem;font-style:normal;display:block; }#vbSMJ63ClCeiJfkgt6c2xHsU4knqIPcx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vbSMJ63ClCeiJfkgt6c2xHsU4knqIPcx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#SCGIzSBSd7BLhnU9LqQI8olZDkeAJVyA { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #acacac;border-left:0.0625rem solid #acacac;border-right:0.0625rem solid #acacac;border-bottom:0.0625rem solid #acacac;border-top-left-radius:1.25rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29rem;width:21.9375rem;top:52.4375rem;left:26.5625rem;display:block; }
#OgMw7iRObz8U8wzazCZffc28WsEwCFt9 { color:#ffffff;display:block;width:18.8115rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:58rem;left:28rem;height:8.1525rem;font-style:normal;display:block; }#OgMw7iRObz8U8wzazCZffc28WsEwCFt9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OgMw7iRObz8U8wzazCZffc28WsEwCFt9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#rSer469rSRfBSZVbfcchMwd0k3HqdTgb { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:teko;font-size:2.1875rem;font-weight:400;z-index:15027;line-height:.8;letter-spacing:0;top:54.9375rem;left:28rem;height:1.749825rem;font-style:normal;display:block; }
#kIIMWNvC4w8PCdau54NxirR9MvbxqGPu { color:#ff0006;display:block;width:12.249rem;position:absolute;font-family:teko;font-size:3.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(255,50,0,0.5);top:68.125rem;left:5.5625rem;height:3.75rem;font-style:normal;display:block; }
#gCoEalSpWCCqpf3kOoctasFQpdrWBoCG { color:#ff0006;display:block;width:12.249rem;position:absolute;font-family:teko;font-size:3.75rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(255,50,0,0.5);top:68.1250038147rem;left:28.43620300293rem;height:3.75rem;font-style:normal;display:block; }
#IFA9Jdx2DaUBtn9nhwqrD4PGIStFMKU0 { color:#ffffff;display:block;width:5.874025rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(255,50,0,0.5);top:69.0625rem;left:40.0009765625rem;height:1.875rem;font-style:normal;display:block; }
#Pk7tJPxSWFpQVc3udzZsCy72EzDaHsKQ { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid #acacac;border-left:0.0625rem solid #acacac;border-right:0.0625rem solid #acacac;border-bottom:0.0625rem solid #acacac;border-top-left-radius:1.25rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.0625rem;width:21.9375rem;top:52.375003814698rem;left:49.47917175293rem;display:block; }
#qkqTUiWmWyd5CRMdlFUQ8nofDLUsKBlZ { color:#ffffff;display:block;width:18.8115rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15039;line-height:1.7;letter-spacing:0;top:58rem;left:50.5625rem;height:;font-style:normal;display:block; }#qkqTUiWmWyd5CRMdlFUQ8nofDLUsKBlZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qkqTUiWmWyd5CRMdlFUQ8nofDLUsKBlZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#rQ7QyJ6At52qJQGdqGkBpbsx62h5TS6J { color:#ff0006;display:block;width:12.249rem;position:absolute;font-family:teko;font-size:3.75rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(255,50,0,0.5);top:68.1250038147rem;left:51.153648376465rem;height:3.75rem;font-style:normal;display:block; }
#TcuI82edBSdcQ6ms5lKs8lActzbIQ8ck { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:teko;font-size:2.1875rem;font-weight:400;z-index:15034;line-height:.8;letter-spacing:0;top:54.9375rem;left:50.5625rem;height:1.749825rem;font-style:normal;display:block; }
#e4Qmd86VeTPDSVSt1Sxx5SHcSrJJ5fPc { color:#ffffff;display:block;width:11.749rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(255,50,0,0.5);top:72.6875rem;left:5.5625rem;height:0.9375rem;font-style:normal;display:block; }
#TIyJtlGlebnoBUFihapZrDHda8S5SUH1 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1;letter-spacing:0;top:72.750011444094rem;left:27.59245300293rem;height:0.8125rem;font-style:normal;display:block; }
#zrJva6vZ577gxmf8pwinxAGPH3TATxIb { background-color:transparent;background-image:none;border-top:0.0625rem solid #00d735;border-left:0.0625rem solid #00d735;border-right:0.0625rem solid #00d735;border-bottom:0.0625rem solid #00d735;border-top-left-radius:0.5625rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.957rem;height:3.39453125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:75.5625rem;left:5.5625rem;display:block; }
#ZJbVSZDcnS7ItS11zuLsOwTG6I9TwypR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dbAnsCTG2imqDCoHVm4RqSIiZkVzFRGZ { background-color:transparent;background-image:none;border-top:0.0625rem solid #00d735;border-left:0.0625rem solid #00d735;border-right:0.0625rem solid #00d735;border-bottom:0.0625rem solid #00d735;border-top-left-radius:0.5625rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.957rem;height:3.39453125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:75.562511444094rem;left:27.59245300293rem;display:block; }
#eAa3HRkWTkOWyaDGBRgCK9Kmdrt1dTn3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQM0l8kZdNGHHEHTAUyKvfcKTg9yANdf { background-color:transparent;background-image:none;border-top:0.0625rem solid #00d735;border-left:0.0625rem solid #00d735;border-right:0.0625rem solid #00d735;border-bottom:0.0625rem solid #00d735;border-top-left-radius:0.5625rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.957rem;height:3.39453125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:75.562511444094rem;left:50.5625rem;display:block; }
#GGGAAbKgts6bMfweo0bTwxiw2Je5mubR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOzhwwuz62gO46A3pPRNaDQzeu8pfwVq { color:#ffffff;display:block;width:5.874025rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(255,50,0,0.5);top:70.083335876462rem;left:61.30859375rem;height:0.9375rem;font-style:normal;display:block; }
#BcxAzyFkVfirAa9TJRFUMK74x73cG3ZF { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:68.1250038147rem;left:4.5rem;height:;font-style:italic;display:block; }
#U6n5kTfNLd3l2Tzywvzw52cqtqgTxLlu { color:#ffffff;display:block;width:5.8737rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(255,50,0,0.5);top:69.0625038147rem;left:16.458335876465rem;height:1.875rem;font-style:normal;display:block; }
#T8QuPuBTtIU9lPr9BtQoVmb0WUaeSwDx { position:relative;display:none; }#T8QuPuBTtIU9lPr9BtQoVmb0WUaeSwDx { border-width: 0; border-radius: 0; }#T8QuPuBTtIU9lPr9BtQoVmb0WUaeSwDx > .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; }#T8QuPuBTtIU9lPr9BtQoVmb0WUaeSwDx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#McV4WAHpzkK05yTU6VJKmg7G0Gdav1ZL { position:absolute;display:block;z-index:14998;background-color:#202020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.25rem;width:29.375rem;top:3.6865234375rem;left:4.0625rem;display:block; }
#bcqBu9MT9sJEmsWnJaBB0RfV1q2SeOxZ { color:#ffffff;display:block;width:22.3746875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:11.37451171875rem;left:6.9368486404419rem;height:7.3125rem;font-style:normal;display:block; }#bcqBu9MT9sJEmsWnJaBB0RfV1q2SeOxZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bcqBu9MT9sJEmsWnJaBB0RfV1q2SeOxZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#ZinaVeZaEHxffQwptCLgWJW36XxlVPi6 { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:teko;font-size:2.9375rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;top:7.1244506835938rem;left:6.8741111755369rem;height:2.3496125rem;font-style:normal;display:block; }
#zSz1dabpd95ypTtDC12Ux0ZD9oyolpet { color:#ff3200;display:block;width:12.25rem;position:absolute;font-family:teko;font-size:4.6875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(255,50,0,0.5);top:23.99983215332rem;left:6.9368486404419rem;height:4.6875rem;font-style:normal;display:block; }
#gkT4lBQaz0U7sgNncs0wh8CScBDsy4BK { color:#ffffff;display:block;width:15.1871875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:28.93717956543rem;left:6.9368486404419rem;height:0.81271875rem;font-style:italic;display:block; }
#fonzRbDI5VU0yUC6q13KbcDSemHPlOHo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b52b, #00d735);background-image: -moz-linear-gradient(90deg, #00b52b, #00d735);background-image: -ms-linear-gradient(90deg, #00b52b, #00d735);background-image: -o-linear-gradient(90deg, #00b52b, #00d735);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b52b', endColorstr='#00d735' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b52b', endColorstr='#00d735' );";background-image: linear-gradient(90deg, #00b52b, #00d735);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,215,53,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.9365234375rem;left:6.9365234375rem;display:block; }
#v7da0U0OZhCQgQZZiJf2cTNLLDUSOdiq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqD68q08AlKO8CKEpHJEbMvLo7fvponC { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:22.62451171875rem;left:6.9368486404419rem;height:0.8129rem;font-style:italic;display:block; }
#TH4xVTOxnw4BwWi7epp8TwLF6AC2piEp { color:#ffffff;display:block;width:6.1873375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:25.24983215332rem;left:18.374836921692rem;height:1.79904375rem;font-style:italic;display:block; }
#G4xoskkOVVRJ6Sb6oeyGcHCzbvcVa8V2 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid #acacac;border-left:0.0625rem solid #acacac;border-right:0.0625rem solid #acacac;border-bottom:0.0625rem solid #acacac;border-top-left-radius:1.25rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.25rem;width:29.375rem;top:3.7490234375rem;left:41.509765625rem;display:block; }
#O03TMP9yJC2V5kVGAs21hWzNI23Ais5E { color:#ffffff;display:block;width:22.3746875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:11.37451171875rem;left:44.374999046326rem;height:7.3125rem;font-style:normal;display:block; }#O03TMP9yJC2V5kVGAs21hWzNI23Ais5E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O03TMP9yJC2V5kVGAs21hWzNI23Ais5E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#RPHQkDHqQOq2NMrcyql1ITbnAsLJ1J6u { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:7.12483215332rem;left:44.312335014343rem;height:2.5rem;font-style:normal;display:block; }
#MhgxfBgCHOPCXQygrTn8uwyMWEdfX2y1 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:teko;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:23.99983215332rem;left:44.374999046326rem;height:3.5625rem;font-style:normal;display:block; }
#w5NxT6wVJJNLvoQen7uftJe9As5C0qof { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:22.62451171875rem;left:44.374999046326rem;height:0.8129rem;font-style:italic;display:block; }
#bd12Di7ilCrIhtHDtfsKBaK7IAEmkdGC { background-color:transparent;background-image:none;border-top:0.0625rem solid #00d735;border-left:0.0625rem solid #00d735;border-right:0.0625rem solid #00d735;border-bottom:0.0625rem solid #00d735;border-top-left-radius:0.5625rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.9365234375rem;left:44.375rem;display:block; }
#IflhqhNKqFJo9PDukZ4tAV2Tbl4oUc4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rWTc9zK19TyZ7VkwHO7ECoDSwLCaoiDT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:43.996099472046rem;left:0rem;height:0.8125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #eaeaea, #ffffff);background-image: -moz-linear-gradient(90deg, #eaeaea, #ffffff);background-image: -ms-linear-gradient(90deg, #eaeaea, #ffffff);background-image: -o-linear-gradient(90deg, #eaeaea, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #eaeaea, #ffffff);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { background-color: transparent; background-image: none; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container > .video-iframe-container { display: none; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row > .video-iframe-container { display: none; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .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); }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { border-width: 0; border-radius: 0; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#V7q8gbLAOIQBpHarTtWdUoVB6kQUVBXz { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:14.1240234375rem;left:48.6865234375rem;height:3.93555rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.999675rem;width:2.999675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.625rem;left:48.687335014343rem; }
#FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy > img { max-width: 100%;max-height:100%; width:2.999675rem; height:2.999675rem; }#H5GMl6mDe2lmJZAXpzG4a2ol1sN3MfOx { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3746875rem;width:21.5625rem;top:4.6248369216919rem;left:0rem;overflow:hidden;display:block; }
#rTaBOiGJRtTeuPE9cQ7SsrSZObbF1kwc { color:#000000;display:block;width:22.375rem;position:absolute;font-family:teko;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:10.625rem;left:52.7490234375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 { background-color: transparent; background-image: none; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row .container > .video-iframe-container { display: none; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row > .video-iframe-container { display: none; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .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); }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 { border-width: 0; border-radius: 0; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .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; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,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; }#by9AXVcqHNUisGIL4XxvhB5KQIgOwdnI { background-color:#ff0006;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:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:teko;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.93668746948244rem;left:59.748858451843rem;display:block; }
#KnUpmLD7EqywVr0kd1smWmogiSphk5UO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRpt6qsSqqqxrJ2wosAQwZkcQCitygwm { background-color:#00c109;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:#ffffff;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; }
#HNm3FrVsOwgDF38sc6rDuJio8CM9Bsiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mwSfDmZtCOP4MWWKvu2mmUBoirKAAwxa { 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(0,0,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.74981875rem;height:3.74981875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.251087188719rem;display:block; }
#RXMTteTHiyO0dezFeKE1TdtRbEBuDDM4 { 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) { #TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN { display:none; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GSdS72WVQhng2w8xNWeVv36yKVMdU9mR { width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { display:block; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L09n6370OCUd2cXCT9NZ4vahBPnuWTco { width:32.1875rem;height:9.625rem;top:11.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghOVMnvlytRVSgVEe8mRtxvVqE5LVONz { width:17.25rem;height:4.1875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0vBfT6wlgmgCUwuu2Gm9XBWNIWpDywl { display:block; }
 }@media only screen and (max-width: 763px) { #CpwAXbcbrVLzT6cPgDyrPyCga9Vq74Mz { width:13.1875rem;height:7.4665244920875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndpS6QvI3uLzRCxOHzGDlZMXcK9TvJ0t { width:26.25rem;height:0.0625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TWPDFSlRQQL4QRkxbl4qhb2uB61vXD { width:6.5625rem;height:2.1875rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw3AhwJiNapxIspHGQck2cBavCxcsTyz { display:block; }
 }@media only screen and (max-width: 763px) { #ZidROLiBESzgNZPlsrdeM8KiyyMG6xF3 { width:9.8125rem;height:2.1875rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTvsI7Oavs9xbCtzFDIeW3pbrCkA1fZ { display:block; }
 }@media only screen and (max-width: 763px) { #LaXWaHhzrV64AU3aecRnSXJwqNQf8BlM { width:9.1875rem;height:2.1875rem;top:42.875rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xx57PnspPtZrr1r4qqEyLDN2THHmdvHq { display:block; }
 }@media only screen and (max-width: 763px) { #BD0tiApDxzDpUCpX2vOTWOhg5cmJU0XP { width:6.0625rem;height:2.1875rem;top:36.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucGLIMwZZfDKwXX0k6qG9pR2ZT7KkqD1 { display:block; }
 }@media only screen and (max-width: 763px) { #JoQ6S3nelm2KZlGxumZmg9q7esIwTh5W { width:13.4375rem;height:2.1875rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTm7U8kAWALAzTNFfHDgTUcgD5m1Scs { display:block; }
 }@media only screen and (max-width: 763px) { #HSnTyQbQqqwkgrlxQyLiCHELtwp93pe6 { width:11.25rem;height:3.9375rem;top:30.875rem;left:10.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWsf95U9HU6CLKDRaihvPluZibzRqDCf { width:10.6875rem;height:10.6875rem;top:6.375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHz8W39TRPPfqgivXwpnUuV7Ew5L3PSg { width:2rem;height:2rem;top:31.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvWNyRHhIXvbtv1aLOJNHTLDE4yNLLXS { width:3.1875rem;height:4.47648925894rem;top:9.25rem;left:25.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdL2RNeieTnv4XIi3IW8nMf8OeZTD0O6 { width:10.5rem;height:2.1875rem;top:39.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVTNxPW02PFIEndubBvew7UgaTfs0cJt { display:block; }
 }@media only screen and (max-width: 763px) { #UZN5UOoPVooTH4lGzgzpldKPggW1s62b { width:12.75rem;height:2.1875rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTCHSaMap86tBtDVx5Q4s9MrT7J5rfmz { display:block; }
 }@media only screen and (max-width: 763px) { #VCQEI2xnNAXlQuXVlaeOdHIkCT14OFF2 { width:47.75rem;height:0.5625rem;top:47.0625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJPllIxD6uDzVp2g7HTL3TNzNw7uGyee { width:1.625rem;height:2rem;top:22rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw5VOUaQC7zoJiEr0vTQG6If81KnxBPC { width:7.3125rem;height:8.8125rem;top:20.625rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg1O8w1NSANQXpTiWPlAxeTBSsFmiTdg { width:3.25rem;height:3.0625rem;top:22.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoqv31eluP19FLvAnzEbaMIRWpuiJcWf { width:5.5rem;height:2rem;top:24.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TysoqFhnro3a4A6mTLeBWwQhSHTXOB0O { width:3.25rem;height:3.0625rem;top:23.0625rem;left:3.3115234375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3UWTq4r5NzoVOZtneWG0P5TT7ptv6cR { width:8.875rem;height:9.375rem;top:19.25rem;left:3.5617771899606rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOlOihmWRwiApctKcaXS9igwF3kxQ5KK { width:7.8125rem;height:7.8125rem;top:20.25rem;left:3.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVqZMrCulgt5Z5qTUup8epC52miiJhnL { width:4.25rem;height:3.75rem;top:24rem;left:8.6308612823488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp { display:none; }#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GBipL5iLT0bOHvJpETC4sZPNxn9i0bMx { width:6.125rem;height:8.125rem;top:1.6875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuDFK7uN4hewHkIRotgTCCdScE9JXVOc { width:8.4375rem;height:3rem;top:4.0625rem;left:4.9996747970581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvZcT3AJKN4XnvkTQIO5e8sUThzf7KBE { width:11.5625rem;height:5rem;top:3.1875rem;left:4.3125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXT2sCHz4UNTHUy0W2Zc7MnuntGR4yk { width:6.25rem;height:2.9375rem;top:4.0625rem;left:22.436846733093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTdcmEhgQS5y13SRXSmV7EfNReORl6U { width:8.5625rem;height:6.875rem;top:2.3125rem;left:23.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqc9DeePAd5IMUAgsX7tU8XO4zIQnnf4 { width:10.9375rem;height:2.9375rem;top:4.25rem;left:36.499018669128rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBOUJoBi4GleyLLooQZqi20Qq9stq6Kk { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEGAKI0UqH7qerBr8bhUzMiVqBz9KKc1 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 { display:block; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATyoTSvV5knExPnSRtL1AVK45rD3hx8G { width:25.3125rem;height:5.625rem;top:4.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7tFgq3vpR0HfTLs0TBKKQOrBoAvfbGk { width:47.75rem;height:1.5625rem;top:10.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz48G5BoGT4T4sEHkIeHBibKOmqS4Auh { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9KifMZnFy7DDZNfoMoOikqXroVhdGQO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk { display:block; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT { width:12.5rem;height:12.5rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn { width:12.5rem;height:12.5rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSVyTg17FhubeeT3v3rbQuRmavOFhgnP { width:12.5rem;height:12.5rem;top:0rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTC0T9bwncP682get138w1gKNntTH3L { width:12.5rem;height:12.5rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC { width:12.5rem;height:12.5rem;top:0rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { display:block; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psP66ReGErWwUfk0zUJQP5o96pLozIqU { width:47.75rem;height:3.8125rem;top:5.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO6upu9Tu8xJBPxLZOTmihR4rcl7tdEo { width:12.125rem;height:2.125rem;top:10.9375rem;left:14.73828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQK7v9yZK4lZnk25kSC3FTf0DB4zV81G { display:block; }
 }@media only screen and (max-width: 763px) { #fzovLXiLJyUAVJALnkzVc5GMGobTiXgq { width:10.5rem;height:2.125rem;top:13.75rem;left:4.275390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhIgKGO3vfBcndgqrGXgFWQsxst6uty { display:block; }
 }@media only screen and (max-width: 763px) { #GG2cdN7gtPkZQq1oawsNpE3gxHyqXXUU { width:7.25rem;height:2.25rem;top:10.875rem;left:27.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liAWX38oVlT9ZCKi8JXUMVrCA1Bb1G5i { display:block; }
 }@media only screen and (max-width: 763px) { #WTbgu1GMKyE14WXIh4mbxbTm6Tlh2GtM { width:11.9375rem;height:2.25rem;top:13.6875rem;left:33.142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtRTplHTpSlmc9mBQSSG3B6rH9fkxI3E { display:block; }
 }@media only screen and (max-width: 763px) { #gyKq48kJC1FTPK0fQwCxgScAhFvBNMTN { width:11.0625rem;height:2.125rem;top:10.9375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlodA1LcGnApNpOJzHKAqJ2lFnyHypMX { display:block; }
 }@media only screen and (max-width: 763px) { #tOhMZWTPpKTnCTQgh5OSa4OrHeI4bT4T { width:16.4375rem;height:2.0625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeTSGCEM9Zg8hqbLbZVTH7uszqfo21WT { display:block; }
 }@media only screen and (max-width: 763px) { #bIOCTcdUK0Dnn0LUyyWOit8z5sqC4waO { width:16.375rem;height:2rem;top:13.8125rem;left:15.67448425293rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAt3bQpNs3076av97zwvieZHttZ4odq { display:block; }
 }@media only screen and (max-width: 763px) { #WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { display:block; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTZKoI8CXFvyiyTosr324I56QuE4srEH { width:20.0625rem;height:5.9375rem;top:7.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE { width:34.375rem;height:12.8125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSO2TyXbQBHsKqNsTlAeflbiTkELTBqA { width:21.25rem;height:5.9375rem;top:7.9375rem;left:10.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo { width:34.375rem;height:12.8125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFF84nyNZtWdUk7cHg2S11i31fAkPybi { display:block; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFGuQrV3DpPGMoq9Wua8p3EXh5oEpeb2 { width:36.75rem;height:5.1875rem;top:4.25rem;left:11rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy { width:33.25rem;height:;top:9.5rem;left:14.5rem;font-size:1rem;display:block; }#wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #tMFPJz115OfId1FCbLUwxEdn4fxqpqXM { width:1.375rem;height:11.3125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV { width:28.5625rem;height:39.0625rem;top:-2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAMscoG6epDZADHP0QDa5HRper4shh87 { width:14.625rem;height:3.4375rem;top:29.8125rem;left:25.372690200806rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLkfx4IJC0NDJtEwHMtxELx5GeptxGTq { display:block; }
 }@media only screen and (max-width: 763px) { #Fb2egckSdcCH0TchePgSFGBcIFfhRJfO { width:27.6875rem;height:38.4375rem;top:-2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKlyVTTTOuaSPMOBM38obKoqBFhJS24y { display:block; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyeKlpdPIEnkdfRWv2qJ2CmlUbg841c8 { width:37.5rem;height:3.125rem;top:6.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL { width:37.5rem;height:14.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv { width:37.5rem;height:14.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7xrq3EuLnDMGvqDlUZvevI8TAHQdwuQ { width:37.5rem;height:3.125rem;top:6.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6 { width:37.5rem;height:14.625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L { width:37.5rem;height:14.625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdtpdU6bcRhWH9hLGuO1hGDA21fXxs6m { width:37.5rem;height:3.125rem;top:20.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPdChxS6IyTT01etMKf3fTebahF3ed6k { width:37.5rem;height:3.125rem;top:20.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyZdh1Da049awfdqk5K9nsxZwAumKl0s { display:block; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK3xhZh6tN3TtaAhL1a0drqRoxLdasy4 { width:3.125rem;height:3.125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XENXZdf8TST08sxT8QeM0ewAkAe8QT8A { width:9.6875rem;height:4.6875rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybTs64VAxVVcDxN5KFEVATv9JMTdfuQd { width:9.5rem;height:4.6875rem;top:9.25rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHJZ12lzLuCGzBxsz9KltMKce1qrZHCw { width:3.125rem;height:3.125rem;top:4.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6iMiSAqWHT51kG0LGLDCnefvcuyB2uo { width:9.0625rem;height:4.6875rem;top:9.375rem;left:18.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge1pJAuNfbqm9qvy1uHKFgUDhNKZccdm { width:3.4375rem;height:3.4375rem;top:4.875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvRU6J1Jp4sXJAfW6zS1lFm3aVgViEwH { width:12rem;height:4.6875rem;top:9.375rem;left:29.374132156372rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI0TTWM8F2aTUdRqopuzfEMlKTInLRaR { width:3.125rem;height:3.125rem;top:4.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBcTgCo0uadraUpN9tyybqr6KwsAJsAU { width:3.125rem;height:3.125rem;top:5.0625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9pFgogJHkTfCxxEG66SgoRLIUtoU3Dc { width:11.3125rem;height:4.6875rem;top:9.1875rem;left:36.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0izpikvWaJurLTWxWxbh7v9npRyaJzQ { display:none; }#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TZ9tOhylk0TKSws69Cunv010FT0SFPkn { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk { width:12.5rem;height:12.5rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi { width:12.5rem;height:12.5rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK { width:12.5rem;height:12.5rem;top:0rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4 { width:12.5rem;height:12.5rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ATLpiJzChcgnE5eicOzJRUAr6TVK96 { width:12.5rem;height:12.5rem;top:0rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { display:block; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moUsUZaPvFLbLDe5dvo7xmMyIzkvKt0E { width:47.75rem;height:3.125rem;top:7.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHmTeDmHQrIlJhwsbXDJiAVPSA09z1ml { width:47.75rem;height:1.25rem;top:12.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9IcDhJsTKVurbr097Ig2CAteIPRPVR2 { width:47.75rem;height:2.5rem;top:6.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm { display:none; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K6CG8wywPdEhKaFMgR8NBV5B6uNb6IzJ { width:47.75rem;height:3.125rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNQyCNILTuHOLzQ5gpDv4qiXG1zWZJm0 { width:47.75rem;height:1.25rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irSzcs5MGVNeZLFy3RF43p3i2UhuIRt5 { width:47.75rem;height:2.5rem;top:6.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHpuV6Is9AppTCM95i2wyZnlICxpB5U9 { width:17.0625rem;height:3.5rem;top:18.5rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMwNdg6V1DLdO5T8PfJwnubWBMWcaVV { display:block; }
 }@media only screen and (max-width: 763px) { #hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { display:block; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhmOo3MGhIUG3Edza4kApZNFGz8pykiP { width:39.6875rem;height:3.4375rem;top:5.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 { width:29.375rem;height:;top:11.25rem;left:0rem;font-size:0.8125rem;display:block; }#bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3f6a581d3d1ee0a9628be16f573073cbbd6f10a.svg); }
 }@media only screen and (max-width: 763px) { #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J { width:31.0625rem;height:31.5rem;top:1.3125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHf62ufVne1itlEbUuKmCoTJwubpPwZW { width:29rem;height:31rem;top:4.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkxUTv5MAGzavLuuTLW546HV64uiTkQ2 { width:27.375rem;height:27.375rem;top:3.25rem;left:20.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8JTyMGcTz9akI1yn3ec4nJV6f0bRdrO { width:14.4375rem;height:3.3125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATHbzyUChm7oNQcBblv8DwkFErvSGfA { display:block; }
 }@media only screen and (max-width: 763px) { #wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN { display:none; }#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VMGNWITRQdB3wN1pbggMqUgLqOtHHlDT { width:13.875rem;height:1rem;top:1.3125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq { width:23.25rem;height:8.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNirPLcbKTyxvGx2XseZVHxwWfNSJ0TF { width:12.6875rem;height:1.75rem;top:2.9375rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJFosGWaHCTS48lCRDiTh2zIBoV6gCvk { width:5.5625rem;height:1.875rem;top:5.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbDmoByH5DHl0nGGu426RodnKHBMsud { display:block; }
 }@media only screen and (max-width: 763px) { #pJUqaSwQOr62Nva4gyxS1pxWxJyrUtZ1 { width:1.875rem;height:1.875rem;top:5.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPglcuBkryZvBVnOTuEfRUUSFcQdkob { display:block; }
 }@media only screen and (max-width: 763px) { #tfHq3qBO7XzO1gV2A2yyGqD8LEkTGhbQ { width:15.3125rem;height:8.125rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB { width:23.25rem;height:8.125rem;top:0.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLuGZ7vpF6sAhDoekcXQb4coR7QE79tl { width:15.3125rem;height:8.125rem;top:0rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrZ3Rz5IVrnVBLkz84iWPeL4f9miEmtx { width:5.5625rem;height:1.875rem;top:5.375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XABpooN55Vl1qTUweiBNuIiSm3UOvVMe { display:block; }
 }@media only screen and (max-width: 763px) { #llzKLkOSRqplXh5LAs9HR46aqTVTC1RU { width:12.6875rem;height:1.75rem;top:2.9375rem;left:19.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz8OCOk6h9aGeCpkuH69DzMUJW9TWG3E { width:1.875rem;height:1.875rem;top:5.375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2TEhe1gduPQbsT4XSH3GG4zwubHzeuM { display:block; }
 }@media only screen and (max-width: 763px) { #GuNJI5hQbHIZetfouzes7y2SmtGwq7Jp { width:13.875rem;height:1rem;top:1.3125rem;left:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd { display:block; }#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWxyFWE5dHgQ0wTbLTdUzSf2a0P6OmH1 { width:13.875rem;height:1rem;top:4.4375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv { width:8.125rem;height:8.125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVw3uwXRMoB1eTaESf5DaO9f0vtSvDTg { width:12.6875rem;height:1.75rem;top:6.0625rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3PzZizpHGvGc0EmgU5aVk8AbxT4Acu5 { width:5.5625rem;height:1.875rem;top:8.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHruO0aymnobfCZrtGFWSZlO4cwBd08H { display:block; }
 }@media only screen and (max-width: 763px) { #Db7QuOMg8r8cmVuAefwv9yxD5Gca9sIL { width:1.875rem;height:1.875rem;top:8.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRVvWyDsvsOvvFgiAael1K6nhLMRyeOo { display:block; }
 }@media only screen and (max-width: 763px) { #NvP6RVJ1Sb4Z9wkoNR79miyJ5eTBwXd6 { width:23.1875rem;height:8.125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v20RUfSH5qzNAwQnDb44LhWAE8Rq7PmI { width:23.1875rem;height:8.125rem;top:3.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGiOG5CEHwDfbruNQHtEvqfSN1fmrB4 { width:5.5625rem;height:1.875rem;top:8.5rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyPTqIM62R5sriT8i8OUTfTZ4ng61KQ { display:block; }
 }@media only screen and (max-width: 763px) { #BrTwRTbbD7td5wns436x7W4fLWwb9scR { width:1.875rem;height:1.875rem;top:8.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoezfGW28uno4ZM0N2xhgMvrsfIGcVXX { display:block; }
 }@media only screen and (max-width: 763px) { #KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ { width:8.125rem;height:8.125rem;top:3.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mChlDKHSNtDBpwZVaXK4zlK2LkrHBCLf { width:12.6875rem;height:1.75rem;top:6.0625rem;left:19.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3EIoLOATNs8QcNuQxRs4Zx4WdbTCVcW { width:13.875rem;height:1rem;top:4.4375rem;left:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVvEUvayBMRZue1uvsAWDabNa8WH9u0 { width:23.1875rem;height:8.125rem;top:3.125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLT29MMBggRDngdvb8XcgP3bDWRv0PKW { width:5.5625rem;height:1.875rem;top:8.5rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZbG0qLi6XLhPK9J88lehKPHTZAr60nz { display:block; }
 }@media only screen and (max-width: 763px) { #R0TaWTwf0NumwDyeLgwwuITc1S0Fc46g { width:1.875rem;height:1.875rem;top:8.5rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTbeRb6AzPWFiUTHp9PE3s5nZCAcJP0 { display:block; }
 }@media only screen and (max-width: 763px) { #NiKAKW7ck4sInxHeGoh9QSE2NeG4PKwf { width:12.6875rem;height:1.75rem;top:6.0625rem;left:34.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ { width:8.125rem;height:8.125rem;top:3.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cawp9yDDqFqwH79kvxfSumLS4uzynv0t { width:13.875rem;height:1rem;top:4.4375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Mqg7XuGoZKNpT4LrmLv08p8eTNdpTa { width:23.1875rem;height:8.125rem;top:3.125rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSNnJE3iMOySQNtfR1vIklTohmJmWM3e { width:5.5625rem;height:1.875rem;top:8.5rem;left:40.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqLTx8I1LBiokiOpoJyy3Td2yZW7No8b { display:block; }
 }@media only screen and (max-width: 763px) { #Kch0S1uNbcUn8vrPLKFPprXZrcV3ufl3 { width:12.6875rem;height:1.75rem;top:6.0625rem;left:34.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yl5UPEBXWurxPMwuTN9Ntk1XpwusN9Ls { width:7.5rem;height:1.75rem;top:22.1875rem;left:7rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te { width:8.125rem;height:8.125rem;top:3.1875rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2O53chPdWT4OXSTBhNiRRHXUMQWMwom { width:1.875rem;height:1.875rem;top:8.5rem;left:38.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaE1RZypUdJ562mRe2bcrRfJ55rq5nOr { display:block; }
 }@media only screen and (max-width: 763px) { #N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { display:block; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSmcsvvsybEEDOSbwE8sa7w8hJDNCFRU { width:25.1875rem;height:7.9375rem;top:6.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq7XvOUe6Q1IzP6lQdDOnhBQprQG6xv9 { width:26.25rem;height:5.1875rem;top:15.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPFZDTBRepqyuqOK99aLgP9mw1hgW5iu { width:6.6875rem;height:1.9810902125098rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlkHFebuzlDNBmtztKHVTxcbVGJtcLmq { width:6.6875rem;height:2.3527961942683rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk { width:20.625rem;height:28.0625rem;top:3.3125rem;left:17.613604545593rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp { width:20.625rem;height:28rem;top:3.3125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTR8PGN9CdTRb73PDctsTTbc0rMid9T { width:10.6875rem;height:10.6875rem;top:1.875rem;left:33.687010765076rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtTK2WlL4y3rNdQBhbWZfrChhSPlbkg7 { width:20.9375rem;height:29.225943294443rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ { display:none; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cyPdhTO70uAhpSMkGcvTEZQ5M10WD3S4 { width:47.75rem;height:2.5rem;top:4.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR { display:none; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eCX2TVF9C3uyqlRFCdaF0SRTmsUieZRd { width:34.25rem;height:40.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 { width:22.3125rem;height:7.25rem;top:15.3125rem;left:1.5625rem;font-size:0.9375rem;display:block; }#P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #hvQWX3TtEvSNfZTH7uRR7CzOsgfOI7MG { width:22.25rem;height:5.875rem;top:7.875rem;left:1.625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1shTIstn2VAxwC7ohroi3xPTdvbMsvU { width:19.4375rem;height:7.1875rem;top:25.1875rem;left:4.4375rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le6VeCLmaqbHhhG15VKUZgRUnaD4UwUM { width:15.125rem;height:0.75rem;top:33.6875rem;left:8.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsL3Ux0WpIKlHqPPOS1rCLRoISSn7o8R { width:23.9375rem;height:5.3125rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1Fceg9II8WeggVS3vh8qvECXfMqp7e { display:block; }
 }@media only screen and (max-width: 763px) { #vfcX4tOIefMQT1S6G1peCvTcT5NyHt7p { width:7.5rem;height:2.0625rem;top:28.8125rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmvLqkeMps3DRduHQ4v2tKwOurl8TpNp { width:47.75rem;height:0.75rem;top:51.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOHyo2oFI3kGn14WlQXzOzKRRoNKlmJ9 { width:1.9375rem;height:1.25rem;top:25.25rem;left:15.299999237061rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLz6ark7Q1CJ1dSGQsCchSTAFcK2nKmT { width:10.3125rem;height:2.4375rem;top:5.875rem;left:28.186632156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq1GNOXzK8sn4iPuo1NAtZKHLm4uP0bg { width:10.125rem;height:2.0625rem;top:5.9375rem;left:28.185544967651rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdDvmSDM4qlI8TNLTyL7CrbF9iWkOO7r { width:10.125rem;height:2.5rem;top:8.3125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMXnbTgC2hu7x9VU4ERaTuPGCPHiTSIk { width:9.375rem;height:1.25rem;top:9rem;left:28.654689788818rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvfqEuxrqnc1JuEzd7S7XI2mtscESEf6 { display:none; }#MvfqEuxrqnc1JuEzd7S7XI2mtscESEf6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QOGOGDbHoRzaseksUFBgX5uGdS92d4cf { width:34.3125rem;height:40.8125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlfzWZr7kAqrpNkgh9sEF0zRXQRqUd7V { width:22.3125rem;height:;top:15.3125rem;left:0rem;font-size:0.9375rem;display:block; }#TlfzWZr7kAqrpNkgh9sEF0zRXQRqUd7V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #Fs90DTxayFfFxIQ3XMAqPPV19mNCsi13 { width:22.3125rem;height:5.875rem;top:7.8125rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0CW5MhHEVMT04d7gEZkVna4cOXHZksG { width:19.5rem;height:7.1875rem;top:25.25rem;left:0rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6F9xPT4qo8CJO7yvXoC9fAJtQwZC7xW { width:15.125rem;height:0.8125rem;top:33.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwCNFS6xg868ikxK4p3TsMcGvbn4OTE7 { width:24rem;height:5.375rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVx63y4hnCwMFxTerfwh8IHtBny4z7ti { display:block; }
 }@media only screen and (max-width: 763px) { #A2gZhOIJxJtbsozyd2rneoIS8lLRmmnq { width:7.5625rem;height:2.0625rem;top:28.8125rem;left:15.51953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erGbolLHq0lxJ51EzGas2pUodcn4VXlC { width:47.75rem;height:0.8125rem;top:85.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7kNyevsDnyrVkNOM9pfgpfG87hTiSQ2 { width:1.9375rem;height:1.25rem;top:24.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwhSWebwZNrpnA96kVG0Qz8exmpXI5T { width:34.3125rem;height:40.8125rem;top:5.125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSxvUXSVvwCh6efQOTntDHALRJByZTJD { width:18.5625rem;height:5.875rem;top:7.8125rem;left:23.875rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nACMgkzJBwX0zkDcqZytVGTlnRBnUmzb { width:25.0625rem;height:;top:15.3125rem;left:22.6875rem;font-size:0.9375rem;display:block; }#nACMgkzJBwX0zkDcqZytVGTlnRBnUmzb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #w0Tac3E5tx4ilsWScNWlP4VTTpLm3Gwz { width:11.0625rem;height:4rem;top:28.4375rem;left:24.180749893189rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOFBlOX3W4EQFHU5UnbdCDIQh2iKvMLy { width:6.125rem;height:0.875rem;top:30.0625rem;left:35.303800582886rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8InMOb0D9oJVJEs9MEV6PqWJ3bcqWAc { width:24rem;height:5.375rem;top:35.3125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEubkTCB8CLDd4esokxuWKacDkKmOqgH { display:block; }
 }@media only screen and (max-width: 763px) { #r0SNfEa2Z1pcQsp6AenAOt47dnavxJ2r { width:1.875rem;height:1.25rem;top:28.1875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETvGhdUCCDAMm3Z4SxIW44PFNk055kDz { width:21.9375rem;height:28.9375rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olHLfnpwAJg8RFH0pvP0XomdIV6iLGTV { width:18.4375rem;height:1.75rem;top:54.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSMJ63ClCeiJfkgt6c2xHsU4knqIPcx { width:18.75rem;height:8.125rem;top:58rem;left:0rem;font-size:0.75rem;display:block; }#vbSMJ63ClCeiJfkgt6c2xHsU4knqIPcx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #SCGIzSBSd7BLhnU9LqQI8olZDkeAJVyA { width:21.9375rem;height:29rem;top:52.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgMw7iRObz8U8wzazCZffc28WsEwCFt9 { width:18.75rem;height:;top:58rem;left:5.125rem;font-size:0.75rem;display:block; }#OgMw7iRObz8U8wzazCZffc28WsEwCFt9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #rSer469rSRfBSZVbfcchMwd0k3HqdTgb { width:17.8125rem;height:1.75rem;top:54.9375rem;left:12.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIIMWNvC4w8PCdau54NxirR9MvbxqGPu { width:12.1875rem;height:3.75rem;top:68.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCoEalSpWCCqpf3kOoctasFQpdrWBoCG { width:12.1875rem;height:3.75rem;top:68.125rem;left:11.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFA9Jdx2DaUBtn9nhwqrD4PGIStFMKU0 { width:5.8125rem;height:1.875rem;top:69.0625rem;left:23.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk7tJPxSWFpQVc3udzZsCy72EzDaHsKQ { width:21.9375rem;height:29.0625rem;top:52.375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkqTUiWmWyd5CRMdlFUQ8nofDLUsKBlZ { width:18.75rem;height:;top:58rem;left:29rem;font-size:0.75rem;display:block; }#qkqTUiWmWyd5CRMdlFUQ8nofDLUsKBlZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #rQ7QyJ6At52qJQGdqGkBpbsx62h5TS6J { width:12.1875rem;height:3.75rem;top:68.125rem;left:30.716148376465rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcuI82edBSdcQ6ms5lKs8lActzbIQ8ck { width:19.9375rem;height:1.75rem;top:54.9375rem;left:27.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Qmd86VeTPDSVSt1Sxx5SHcSrJJ5fPc { width:11.6875rem;height:0.9375rem;top:72.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIyJtlGlebnoBUFihapZrDHda8S5SUH1 { width:13.125rem;height:0.8125rem;top:72.75rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrJva6vZ577gxmf8pwinxAGPH3TATxIb { width:14.9375rem;height:3.375rem;top:75.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbVSZDcnS7ItS11zuLsOwTG6I9TwypR { display:block; }
 }@media only screen and (max-width: 763px) { #dbAnsCTG2imqDCoHVm4RqSIiZkVzFRGZ { width:14.9375rem;height:3.375rem;top:75.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAa3HRkWTkOWyaDGBRgCK9Kmdrt1dTn3 { display:block; }
 }@media only screen and (max-width: 763px) { #yQM0l8kZdNGHHEHTAUyKvfcKTg9yANdf { width:14.9375rem;height:3.375rem;top:75.5625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGGAAbKgts6bMfweo0bTwxiw2Je5mubR { display:block; }
 }@media only screen and (max-width: 763px) { #SOzhwwuz62gO46A3pPRNaDQzeu8pfwVq { width:5.8125rem;height:0.9375rem;top:70.0625rem;left:40.87109375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcxAzyFkVfirAa9TJRFUMK74x73cG3ZF { width:1.9375rem;height:;top:68.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6n5kTfNLd3l2Tzywvzw52cqtqgTxLlu { width:5.8125rem;height:1.875rem;top:69.0625rem;left:9.645835876465rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8QuPuBTtIU9lPr9BtQoVmb0WUaeSwDx { display:none; }#T8QuPuBTtIU9lPr9BtQoVmb0WUaeSwDx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #McV4WAHpzkK05yTU6VJKmg7G0Gdav1ZL { width:29.375rem;height:35.25rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcqBu9MT9sJEmsWnJaBB0RfV1q2SeOxZ { width:22.3125rem;height:;top:11.3125rem;left:0.12326622009278rem;font-size:0.9375rem;display:block; }#bcqBu9MT9sJEmsWnJaBB0RfV1q2SeOxZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #ZinaVeZaEHxffQwptCLgWJW36XxlVPi6 { width:25rem;height:2.3125rem;top:7.0625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSz1dabpd95ypTtDC12Ux0ZD9oyolpet { width:12.1875rem;height:4.6875rem;top:23.9375rem;left:0.12326622009278rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkT4lBQaz0U7sgNncs0wh8CScBDsy4BK { width:15.125rem;height:0.8125rem;top:28.875rem;left:0.1240234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fonzRbDI5VU0yUC6q13KbcDSemHPlOHo { width:15.0625rem;height:3.5rem;top:32.875rem;left:0.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7da0U0OZhCQgQZZiJf2cTNLLDUSOdiq { display:block; }
 }@media only screen and (max-width: 763px) { #dqD68q08AlKO8CKEpHJEbMvLo7fvponC { width:8.1875rem;height:0.75rem;top:22.5625rem;left:0.12434864044189rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH4xVTOxnw4BwWi7epp8TwLF6AC2piEp { width:6.125rem;height:1.75rem;top:25.1875rem;left:11.562336921692rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4xoskkOVVRJ6Sb6oeyGcHCzbvcVa8V2 { width:29.375rem;height:35.25rem;top:3.6875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O03TMP9yJC2V5kVGAs21hWzNI23Ais5E { width:22.3125rem;height:;top:11.3125rem;left:23.936418533325rem;font-size:0.9375rem;display:block; }#O03TMP9yJC2V5kVGAs21hWzNI23Ais5E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #RPHQkDHqQOq2NMrcyql1ITbnAsLJ1J6u { width:22.25rem;height:2.5rem;top:7.0625rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhgxfBgCHOPCXQygrTn8uwyMWEdfX2y1 { width:12.25rem;height:3.5625rem;top:23.9375rem;left:23.9375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5NxT6wVJJNLvoQen7uftJe9As5C0qof { width:8.1875rem;height:0.75rem;top:22.5625rem;left:23.937499046326rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd12Di7ilCrIhtHDtfsKBaK7IAEmkdGC { width:15.0625rem;height:3.5rem;top:32.875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IflhqhNKqFJo9PDukZ4tAV2Tbl4oUc4V { display:block; }
 }@media only screen and (max-width: 763px) { #rWTc9zK19TyZ7VkwHO7ECoDSwLCaoiDT { width:47.75rem;height:0.8125rem;top:43.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN { display:block; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7q8gbLAOIQBpHarTtWdUoVB6kQUVBXz { width:19.8125rem;height:3.9375rem;top:14.0625rem;left:22rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy { width:2.9375rem;height:2.9375rem;top:10.625rem;left:35.062335014343rem;display:none; }
#FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #H5GMl6mDe2lmJZAXpzG4a2ol1sN3MfOx { width:21.5625rem;height:12.3746875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTaBOiGJRtTeuPE9cQ7SsrSZObbF1kwc { width:22.375rem;height:3rem;top:10.625rem;left:25.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 { display:block; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by9AXVcqHNUisGIL4XxvhB5KQIgOwdnI { width:10.625rem;height:2.1875rem;top:0.875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnUpmLD7EqywVr0kd1smWmogiSphk5UO { display:block; }
 }@media only screen and (max-width: 763px) { #IRpt6qsSqqqxrJ2wosAQwZkcQCitygwm { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNm3FrVsOwgDF38sc6rDuJio8CM9Bsiy { display:block; }
 }@media only screen and (max-width: 763px) { #mwSfDmZtCOP4MWWKvu2mmUBoirKAAwxa { width:3.6875rem;height:3.6875rem;top:0rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXMTteTHiyO0dezFeKE1TdtRbEBuDDM4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN { display:block; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN { background-color: transparent; background-image: none; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container > .video-iframe-container { display: none; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row > .video-iframe-container { display: none; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .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); }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container { width:20rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84b553a8-a42a-41ff-b30e-e898605f247b/topo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:4.6875rem;position:relative;display:block; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container.adaptive-delivery-prevent-bg, #TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container.lazyload, #TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #GSdS72WVQhng2w8xNWeVv36yKVMdU9mR { top:0.84339487552644rem;left:0rem;width:5.68714375rem;height:2.999825rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { display:block; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { background-color: transparent; background-image: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container > .video-iframe-container { display: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row > .video-iframe-container { display: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .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); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container { width:20rem;height:34.0625rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L09n6370OCUd2cXCT9NZ4vahBPnuWTco { width:17.3125rem;height:4.74076875rem;top:1.9384765625rem;left:1.34375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ghOVMnvlytRVSgVEe8mRtxvVqE5LVONz { width:11.6868125rem;height:3.125rem;top:16.1875rem;left:0rem;font-size:1.4375rem;background-color:#ff0006;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T0vBfT6wlgmgCUwuu2Gm9XBWNIWpDywl { display:block; }
 }@media only screen and (max-width: 763px) { #CpwAXbcbrVLzT6cPgDyrPyCga9Vq74Mz { width:9.75rem;height:5.5rem;top:2.9453125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndpS6QvI3uLzRCxOHzGDlZMXcK9TvJ0t { width:20rem;height:0.061257125rem;top:6.6193180084231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TWPDFSlRQQL4QRkxbl4qhb2uB61vXD { width:6.0625rem;height:1.875rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw3AhwJiNapxIspHGQck2cBavCxcsTyz { display:block; }
 }@media only screen and (max-width: 763px) { #ZidROLiBESzgNZPlsrdeM8KiyyMG6xF3 { width:9.4361875rem;height:1.875rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTvsI7Oavs9xbCtzFDIeW3pbrCkA1fZ { display:block; }
 }@media only screen and (max-width: 763px) { #LaXWaHhzrV64AU3aecRnSXJwqNQf8BlM { width:8.4375rem;height:2.625rem;top:24rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xx57PnspPtZrr1r4qqEyLDN2THHmdvHq { display:block; }
 }@media only screen and (max-width: 763px) { #BD0tiApDxzDpUCpX2vOTWOhg5cmJU0XP { width:5rem;height:1.875rem;top:23.875rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucGLIMwZZfDKwXX0k6qG9pR2ZT7KkqD1 { display:block; }
 }@media only screen and (max-width: 763px) { #JoQ6S3nelm2KZlGxumZmg9q7esIwTh5W { width:11.3111875rem;height:1.875rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTm7U8kAWALAzTNFfHDgTUcgD5m1Scs { display:block; }
 }@media only screen and (max-width: 763px) { #HSnTyQbQqqwkgrlxQyLiCHELtwp93pe6 { width:6.375rem;height:2.8853rem;top:16.3125rem;left:13.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iWsf95U9HU6CLKDRaihvPluZibzRqDCf { width:6.875rem;height:6.875rem;top:14.747869491577rem;left:13.124999403954rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHz8W39TRPPfqgivXwpnUuV7Ew5L3PSg { display:flex;width:1.375rem;height:1.375rem;top:17.0625rem;left:12rem; }
 }@media only screen and (max-width: 763px) { #tvWNyRHhIXvbtv1aLOJNHTLDE4yNLLXS { width:1.5625rem;height:2.24964375rem;top:17.841796875rem;left:16.686788916588rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdL2RNeieTnv4XIi3IW8nMf8OeZTD0O6 { width:9.4375rem;height:1.875rem;top:21.625rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVTNxPW02PFIEndubBvew7UgaTfs0cJt { display:block; }
 }@media only screen and (max-width: 763px) { #UZN5UOoPVooTH4lGzgzpldKPggW1s62b { width:8.6875rem;height:1.875rem;top:26.25rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTCHSaMap86tBtDVx5Q4s9MrT7J5rfmz { display:block; }
 }@media only screen and (max-width: 763px) { #VCQEI2xnNAXlQuXVlaeOdHIkCT14OFF2 { width:20rem;height:1.6486125rem;top:30.5625rem;left:0rem;font-size:0.5rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CJPllIxD6uDzVp2g7HTL3TNzNw7uGyee { width:1.625rem;height:2.03125rem;top:9.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw5VOUaQC7zoJiEr0vTQG6If81KnxBPC { width:4.6875rem;height:5.76855625rem;top:8.5rem;left:1.3125rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg1O8w1NSANQXpTiWPlAxeTBSsFmiTdg { width:3.25rem;height:2.5996125rem;top:9.3125rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoqv31eluP19FLvAnzEbaMIRWpuiJcWf { width:5.5rem;height:1.625rem;top:11.375rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TysoqFhnro3a4A6mTLeBWwQhSHTXOB0O { width:3.25rem;height:2.5996125rem;top:10.021484375rem;left:10.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3UWTq4r5NzoVOZtneWG0P5TT7ptv6cR { width:6.0625rem;height:6.375rem;top:8.1962890625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOlOihmWRwiApctKcaXS9igwF3kxQ5KK { width:6.1875rem;height:6.1875rem;top:8.5087890625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVqZMrCulgt5Z5qTUup8epC52miiJhnL { width:4.125rem;height:3.18803125rem;top:9.6875rem;left:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp { display:none; }#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GBipL5iLT0bOHvJpETC4sZPNxn9i0bMx { width:4.12435rem;height:4.4685875rem;top:7rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuDFK7uN4hewHkIRotgTCCdScE9JXVOc { width:6.936875rem;height:2.25rem;top:7.875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvZcT3AJKN4XnvkTQIO5e8sUThzf7KBE { width:7.25rem;height:3.0932625rem;top:3.25rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXT2sCHz4UNTHUy0W2Zc7MnuntGR4yk { width:4.43685rem;height:2.3990875rem;top:3.5rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTdcmEhgQS5y13SRXSmV7EfNReORl6U { width:5.6875rem;height:4.4685875rem;top:11.8125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqc9DeePAd5IMUAgsX7tU8XO4zIQnnf4 { width:8.625rem;height:2.3990875rem;top:12.6875rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBOUJoBi4GleyLLooQZqi20Qq9stq6Kk { top:6.78125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PEGAKI0UqH7qerBr8bhUzMiVqBz9KKc1 { top:12.40625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 { display:block; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATyoTSvV5knExPnSRtL1AVK45rD3hx8G { width:20rem;height:3.25rem;top:3rem;left:0rem;font-size:2.5rem;color:#ff0006;display:block; }
 }@media only screen and (max-width: 763px) { #q7tFgq3vpR0HfTLs0TBKKQOrBoAvfbGk { width:15.437rem;height:1.647725rem;top:6.6875rem;left:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz48G5BoGT4T4sEHkIeHBibKOmqS4Auh { top:6.78125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #N9KifMZnFy7DDZNfoMoOikqXroVhdGQO { top:12.40625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk { display:block; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSVyTg17FhubeeT3v3rbQuRmavOFhgnP { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTC0T9bwncP682get138w1gKNntTH3L { width:10rem;height:10rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC { width:10rem;height:10rem;top:20rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { display:block; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { background-color: transparent; background-image: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container > .video-iframe-container { display: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row > .video-iframe-container { display: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .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); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { border-width: 0; border-radius: 0; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container { width:20rem;height:16.5625rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psP66ReGErWwUfk0zUJQP5o96pLozIqU { width:18.2495rem;height:1.7504875rem;top:4.3125rem;left:0.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gO6upu9Tu8xJBPxLZOTmihR4rcl7tdEo { width:7.38192375rem;height:1.69401125rem;top:7.1213111877444rem;left:12.617187798023rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQK7v9yZK4lZnk25kSC3FTf0DB4zV81G { display:block; }
 }@media only screen and (max-width: 763px) { #fzovLXiLJyUAVJALnkzVc5GMGobTiXgq { width:6.54861125rem;height:1.6875rem;top:7.0681419372556rem;left:0.87456601858137rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhIgKGO3vfBcndgqrGXgFWQsxst6uty { display:block; }
 }@media only screen and (max-width: 763px) { #GG2cdN7gtPkZQq1oawsNpE3gxHyqXXUU { width:3.9444425rem;height:1.6733925rem;top:7.1310768127444rem;left:8.0262587666512rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liAWX38oVlT9ZCKi8JXUMVrCA1Bb1G5i { display:block; }
 }@media only screen and (max-width: 763px) { #WTbgu1GMKyE14WXIh4mbxbTm6Tlh2GtM { width:7.0693125rem;height:1.6875rem;top:10.08203125rem;left:1.78125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtRTplHTpSlmc9mBQSSG3B6rH9fkxI3E { display:block; }
 }@media only screen and (max-width: 763px) { #gyKq48kJC1FTPK0fQwCxgScAhFvBNMTN { width:5.1875rem;height:1.6875rem;top:12.3828125rem;left:12.6171875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlodA1LcGnApNpOJzHKAqJ2lFnyHypMX { display:block; }
 }@media only screen and (max-width: 763px) { #tOhMZWTPpKTnCTQgh5OSa4OrHeI4bT4T { width:10.8125rem;height:1.6875rem;top:12.3828125rem;left:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeTSGCEM9Zg8hqbLbZVTH7uszqfo21WT { display:block; }
 }@media only screen and (max-width: 763px) { #bIOCTcdUK0Dnn0LUyyWOit8z5sqC4waO { width:9rem;height:1.6875rem;top:9.91796875rem;left:9.3935546875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAt3bQpNs3076av97zwvieZHttZ4odq { display:block; }
 }@media only screen and (max-width: 763px) { #WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { display:block; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { background-color: transparent; background-image: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container > .video-iframe-container { display: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row > .video-iframe-container { display: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .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); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container { width:20rem;height:17.8125rem;background-color:#202020;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTZKoI8CXFvyiyTosr324I56QuE4srEH { width:13.3121875rem;height:3.30078125rem;top:4.72412109375rem;left:3.3430989980697rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE { width:18.1875rem;height:6.875rem;top:2.9375rem;left:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/937611fd-438f-4d3a-968a-29926f486af5/download20240202T084029197.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.adaptive-delivery-prevent-bg, #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.lazyload, #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.lazyloading { background-image: none; }
#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,0,6,0.72); } }@media only screen and (max-width: 763px) { #DSO2TyXbQBHsKqNsTlAeflbiTkELTBqA { width:12.749rem;height:3.60085rem;top:12.012533187866rem;left:3.6246742010117rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo { width:18.1875rem;height:6.875rem;top:10.375rem;left:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/937611fd-438f-4d3a-968a-29926f486af5/download20240202T084029197.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.adaptive-delivery-prevent-bg, #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.lazyload, #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.lazyloading { background-image: none; }
#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,0,6,0.72); } }@media only screen and (max-width: 763px) { #QFF84nyNZtWdUk7cHg2S11i31fAkPybi { display:block; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi { background-color: transparent; background-image: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container > .video-iframe-container { display: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row > .video-iframe-container { display: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .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); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container { width:20rem;height:42.8125rem;background-color:#ff0006;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFGuQrV3DpPGMoq9Wua8p3EXh5oEpeb2 { width:17.6243125rem;height:2.817825rem;top:7.0197086334231rem;left:1.186967253685rem;font-size:2.5625rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy { width:16.7489375rem;height:16.5571875rem;top:10.064807891846rem;left:1.6246448755264rem;font-size:1rem;line-height:1.5;color:#ffffff;display:block; }#wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #tMFPJz115OfId1FCbLUwxEdn4fxqpqXM { width:1.375rem;height:0;top:13.8828125rem;left:1.875rem;font-size:0.875rem;line-height:1.3;color:#25d366;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV { width:12.7494375rem;height:10.5619375rem;top:-2.4982161521912rem;left:3.8112567663193rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e8b5db43-878b-466d-94ab-73cb9c6989ac/44.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.adaptive-delivery-prevent-bg, #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.lazyload, #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WAMscoG6epDZADHP0QDa5HRper4shh87 { width:14.0223525rem;height:3.5225525rem;top:35.74751329422rem;left:1.6246448755264rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLkfx4IJC0NDJtEwHMtxELx5GeptxGTq { display:block; }
 }@media only screen and (max-width: 763px) { #Fb2egckSdcCH0TchePgSFGBcIFfhRJfO { width:15.4368125rem;height:8.2493125rem;top:0.58504867553711rem;left:2.280717253685rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ff3200);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ff3200);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ff3200);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ff3200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3200' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ff3200);background-size:cover !important;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qKlyVTTTOuaSPMOBM38obKoqBFhJS24y { display:block; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container { width:20rem;height:34.748720336914rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyeKlpdPIEnkdfRWv2qJ2CmlUbg841c8 { width:20rem;height:1.6875rem;top:3.900390625rem;left:0rem;font-size:1.875rem;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL { width:20rem;height:8.6875rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f0a9188-4968-4745-a35f-7cabb346b046/CapturadeTela20250228as104814.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.adaptive-delivery-prevent-bg, #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.lazyload, #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.lazyloading { background-image: none; }
#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); } }@media only screen and (max-width: 763px) { #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv { width:20rem;height:8.6875rem;top:8.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f71201ef-827f-4b0a-b290-6aeaacc996ef/CapturadeTela20250228as104754.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.adaptive-delivery-prevent-bg, #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.lazyload, #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.lazyloading { background-image: none; }
#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); } }@media only screen and (max-width: 763px) { #N7xrq3EuLnDMGvqDlUZvevI8TAHQdwuQ { width:20rem;height:1.6875rem;top:12.5625rem;left:0rem;font-size:1.875rem;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6 { width:20rem;height:8.6875rem;top:17.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/084d48c0-6583-442c-bfc3-3255591a585d/CapturadeTela20250228as104810.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.adaptive-delivery-prevent-bg, #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.lazyload, #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.lazyloading { background-image: none; }
#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); } }@media only screen and (max-width: 763px) { #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L { width:20rem;height:8.6875rem;top:26.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0408aec8-b20f-4eb9-acfa-747448acd76b/CapturadeTela20250228as104803.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.adaptive-delivery-prevent-bg, #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.lazyload, #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.lazyloading { background-image: none; }
#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); } }@media only screen and (max-width: 763px) { #QdtpdU6bcRhWH9hLGuO1hGDA21fXxs6m { width:20rem;height:1.6875rem;top:21.25rem;left:0rem;font-size:1.875rem;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPdChxS6IyTT01etMKf3fTebahF3ed6k { width:20rem;height:1.6875rem;top:29.9375rem;left:0rem;font-size:1.875rem;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyZdh1Da049awfdqk5K9nsxZwAumKl0s { display:block; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK3xhZh6tN3TtaAhL1a0drqRoxLdasy4 { display:flex;width:3.125rem;height:3.125rem;top:4rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #XENXZdf8TST08sxT8QeM0ewAkAe8QT8A { width:12.25rem;height:2.25rem;top:4.4375rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ybTs64VAxVVcDxN5KFEVATv9JMTdfuQd { width:13.125rem;height:2.25rem;top:9.5rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XHJZ12lzLuCGzBxsz9KltMKce1qrZHCw { display:flex;width:3.125rem;height:3.125rem;top:9.0625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #i6iMiSAqWHT51kG0LGLDCnefvcuyB2uo { width:13.75rem;height:2.25rem;top:14.0625rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ge1pJAuNfbqm9qvy1uHKFgUDhNKZccdm { display:flex;width:3.4375rem;height:3.4375rem;top:13.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #IvRU6J1Jp4sXJAfW6zS1lFm3aVgViEwH { width:13.125rem;height:3.374475rem;top:18.875rem;left:5.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pI0TTWM8F2aTUdRqopuzfEMlKTInLRaR { display:flex;width:3.125rem;height:3.125rem;top:18.4375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #vBcTgCo0uadraUpN9tyybqr6KwsAJsAU { display:flex;width:2.56185rem;height:2.56185rem;top:24.0625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #a9pFgogJHkTfCxxEG66SgoRLIUtoU3Dc { width:11.0625rem;height:3.375rem;top:23.625rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T0izpikvWaJurLTWxWxbh7v9npRyaJzQ { display:none; }#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TZ9tOhylk0TKSws69Cunv010FT0SFPkn { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4 { width:10rem;height:10rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ATLpiJzChcgnE5eicOzJRUAr6TVK96 { width:10rem;height:10rem;top:20rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { display:block; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { background-color: transparent; background-image: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container > .video-iframe-container { display: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row > .video-iframe-container { display: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .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.9); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container { width:20rem;height:18.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/538a1d29-8766-484e-9fa4-40e34c5e716a/mapa.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.adaptive-delivery-prevent-bg, #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.lazyload, #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #moUsUZaPvFLbLDe5dvo7xmMyIzkvKt0E { width:14.812rem;height:3.125rem;top:7.0625rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #wHmTeDmHQrIlJhwsbXDJiAVPSA09z1ml { width:13.4375rem;height:2.43608125rem;top:12.1875rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.58);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m9IcDhJsTKVurbr097Ig2CAteIPRPVR2 { width:20rem;height:1.5625rem;top:4.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm { display:none; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K6CG8wywPdEhKaFMgR8NBV5B6uNb6IzJ { width:20rem;height:1.375325rem;top:5.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNQyCNILTuHOLzQ5gpDv4qiXG1zWZJm0 { width:20rem;height:0.750325rem;top:8.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.58);display:block; }
 }@media only screen and (max-width: 763px) { #irSzcs5MGVNeZLFy3RF43p3i2UhuIRt5 { width:20rem;height:1.5625rem;top:3.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHpuV6Is9AppTCM95i2wyZnlICxpB5U9 { width:14.770520875rem;height:3.270670875rem;top:11.25rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMwNdg6V1DLdO5T8PfJwnubWBMWcaVV { display:block; }
 }@media only screen and (max-width: 763px) { #hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { display:block; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { background-color: transparent; background-image: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container > .video-iframe-container { display: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row > .video-iframe-container { display: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .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); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container { width:20rem;height:35.9375rem;background-color:rgba(0,0,0,0.9);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhmOo3MGhIUG3Edza4kApZNFGz8pykiP { width:20rem;height:1.7504875rem;top:15.231711149216rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 { width:18.499375rem;height:5.16015625rem;top:19.874134063721rem;left:0.74978297948838rem;font-size:0.8125rem;line-height:1.3;color:#ffffff;display:block; }#bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3f6a581d3d1ee0a9628be16f573073cbbd6f10a.svg); }
 }@media only screen and (max-width: 763px) { #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J { width:20rem;height:14.124375rem;top:0.51350927352905rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/487bc9c6-831d-405d-b82b-ed7326d132ae/ativo3at2x673376e0ca355.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.adaptive-delivery-prevent-bg, #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.lazyload, #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IHf62ufVne1itlEbUuKmCoTJwubpPwZW { width:12.3746875rem;height:10.686875rem;top:4.5467119216919rem;left:3.8118489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkxUTv5MAGzavLuuTLW546HV64uiTkQ2 { width:20rem;height:7.312rem;top:7.9744462966919rem;left:0rem;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #q8JTyMGcTz9akI1yn3ec4nJV6f0bRdrO { width:14.48592375rem;height:3.36068rem;top:28.144538879394rem;left:2.7495661377907rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATHbzyUChm7oNQcBblv8DwkFErvSGfA { display:block; }
 }@media only screen and (max-width: 763px) { #wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN { display:none; }#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN > .row .container { width:20rem;height:65.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VMGNWITRQdB3wN1pbggMqUgLqOtHHlDT { width:7.5rem;height:1.75rem;top:1.3125rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq { width:20rem;height:9.375rem;top:0.0625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mNirPLcbKTyxvGx2XseZVHxwWfNSJ0TF { width:7.625rem;height:1.5rem;top:3.6875rem;left:10.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJFosGWaHCTS48lCRDiTh2zIBoV6gCvk { width:5.5625rem;height:1.875rem;top:6.5625rem;left:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbDmoByH5DHl0nGGu426RodnKHBMsud { display:block; }
 }@media only screen and (max-width: 763px) { #pJUqaSwQOr62Nva4gyxS1pxWxJyrUtZ1 { width:1.875rem;height:1.875rem;top:6.5625rem;left:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPglcuBkryZvBVnOTuEfRUUSFcQdkob { display:block; }
 }@media only screen and (max-width: 763px) { #tfHq3qBO7XzO1gV2A2yyGqD8LEkTGhbQ { width:10.5rem;height:9.375rem;top:0rem;left:9.4375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB { width:20rem;height:9.375rem;top:11.375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #GLuGZ7vpF6sAhDoekcXQb4coR7QE79tl { width:10.5rem;height:9.375rem;top:11.3125rem;left:9.4375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #JrZ3Rz5IVrnVBLkz84iWPeL4f9miEmtx { width:5.5625rem;height:1.875rem;top:17.875rem;left:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XABpooN55Vl1qTUweiBNuIiSm3UOvVMe { display:block; }
 }@media only screen and (max-width: 763px) { #llzKLkOSRqplXh5LAs9HR46aqTVTC1RU { width:7.625rem;height:1.5rem;top:15rem;left:10.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz8OCOk6h9aGeCpkuH69DzMUJW9TWG3E { width:1.875rem;height:1.875rem;top:17.875rem;left:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2TEhe1gduPQbsT4XSH3GG4zwubHzeuM { display:block; }
 }@media only screen and (max-width: 763px) { #GuNJI5hQbHIZetfouzes7y2SmtGwq7Jp { width:7.5rem;height:1.75rem;top:12.625rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd { display:none; }#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pWxyFWE5dHgQ0wTbLTdUzSf2a0P6OmH1 { width:7.5rem;height:1.75rem;top:8.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv { width:9.625rem;height:4.9375rem;top:2.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVw3uwXRMoB1eTaESf5DaO9f0vtSvDTg { width:7rem;height:2.25rem;top:11.125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3PzZizpHGvGc0EmgU5aVk8AbxT4Acu5 { width:5.5625rem;height:1.875rem;top:14rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHruO0aymnobfCZrtGFWSZlO4cwBd08H { display:block; }
 }@media only screen and (max-width: 763px) { #Db7QuOMg8r8cmVuAefwv9yxD5Gca9sIL { width:1.875rem;height:1.875rem;top:14rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRVvWyDsvsOvvFgiAael1K6nhLMRyeOo { display:block; }
 }@media only screen and (max-width: 763px) { #NvP6RVJ1Sb4Z9wkoNR79miyJ5eTBwXd6 { width:9.5625rem;height:14.5625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v20RUfSH5qzNAwQnDb44LhWAE8Rq7PmI { width:9.5625rem;height:14.5625rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGiOG5CEHwDfbruNQHtEvqfSN1fmrB4 { width:5.5625rem;height:1.875rem;top:14rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyPTqIM62R5sriT8i8OUTfTZ4ng61KQ { display:block; }
 }@media only screen and (max-width: 763px) { #BrTwRTbbD7td5wns436x7W4fLWwb9scR { width:1.875rem;height:1.875rem;top:14rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoezfGW28uno4ZM0N2xhgMvrsfIGcVXX { display:block; }
 }@media only screen and (max-width: 763px) { #KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ { width:9.625rem;height:4.9375rem;top:2.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mChlDKHSNtDBpwZVaXK4zlK2LkrHBCLf { width:7rem;height:2.25rem;top:11.125rem;left:11.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3EIoLOATNs8QcNuQxRs4Zx4WdbTCVcW { width:7.5rem;height:1.75rem;top:8.75rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVvEUvayBMRZue1uvsAWDabNa8WH9u0 { width:9.5625rem;height:14.5625rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLT29MMBggRDngdvb8XcgP3bDWRv0PKW { width:5.5625rem;height:1.875rem;top:31.1875rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZbG0qLi6XLhPK9J88lehKPHTZAr60nz { display:block; }
 }@media only screen and (max-width: 763px) { #R0TaWTwf0NumwDyeLgwwuITc1S0Fc46g { width:1.875rem;height:1.875rem;top:31.1875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTbeRb6AzPWFiUTHp9PE3s5nZCAcJP0 { display:block; }
 }@media only screen and (max-width: 763px) { #NiKAKW7ck4sInxHeGoh9QSE2NeG4PKwf { width:7rem;height:2.25rem;top:28.3125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ { width:9.625rem;height:4.9375rem;top:19.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cawp9yDDqFqwH79kvxfSumLS4uzynv0t { width:7.5rem;height:1.75rem;top:25.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Mqg7XuGoZKNpT4LrmLv08p8eTNdpTa { width:9.5625rem;height:14.5625rem;top:19.6875rem;left:10.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QSNnJE3iMOySQNtfR1vIklTohmJmWM3e { width:5.5625rem;height:1.875rem;top:31.1875rem;left:13.375rem;font-size:0.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #GqLTx8I1LBiokiOpoJyy3Td2yZW7No8b { display:block; }
 }@media only screen and (max-width: 763px) { #Kch0S1uNbcUn8vrPLKFPprXZrcV3ufl3 { width:7rem;height:2.25rem;top:28.3125rem;left:11.5625rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #yl5UPEBXWurxPMwuTN9Ntk1XpwusN9Ls { width:7.5rem;height:1.75rem;top:25.9375rem;left:11.5625rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te { width:9.625rem;height:4.9375rem;top:19.75rem;left:10.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #l2O53chPdWT4OXSTBhNiRRHXUMQWMwom { width:1.875rem;height:1.875rem;top:31.1875rem;left:11.5625rem;font-size:0.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #SaE1RZypUdJ562mRe2bcrRfJ55rq5nOr { display:block; }
 }@media only screen and (max-width: 763px) { #N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { display:block; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { background-color: transparent; background-image: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container > .video-iframe-container { display: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row > .video-iframe-container { display: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .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); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container { width:20rem;height:32.8125rem;background-color:#ff0006;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSmcsvvsybEEDOSbwE8sa7w8hJDNCFRU { width:14.5621875rem;height:5rem;top:4.5605466365814rem;left:1.1246744394302rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dq7XvOUe6Q1IzP6lQdDOnhBQprQG6xv9 { width:17.7498125rem;height:5.24858125rem;top:10.8125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aPFZDTBRepqyuqOK99aLgP9mw1hgW5iu { width:5.875rem;height:1.75rem;top:17.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlkHFebuzlDNBmtztKHVTxcbVGJtcLmq { width:5.8125rem;height:2.0625rem;top:17.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk { width:8rem;height:10.8125rem;top:21.9375rem;left:1.75rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ab6ead23-6c9b-4c01-a279-fb8982c84c48/cel2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.adaptive-delivery-prevent-bg, #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.lazyload, #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp { width:8rem;height:10.8125rem;top:21.9375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTR8PGN9CdTRb73PDctsTTbc0rMid9T { width:7rem;height:7rem;top:2.6326627226104rem;left:11.997573747704rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtTK2WlL4y3rNdQBhbWZfrChhSPlbkg7 { width:12.6245rem;height:17.7498125rem;top:3.25rem;left:3.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ { display:none; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cyPdhTO70uAhpSMkGcvTEZQ5M10WD3S4 { width:20rem;height:3.75rem;top:2.3437502384186rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR { display:none; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eCX2TVF9C3uyqlRFCdaF0SRTmsUieZRd { width:20.125rem;height:27.6875rem;top:2.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 { width:17.6243125rem;height:4.2375rem;top:9.5614290237425rem;left:1.186967253685rem;font-size:0.75rem;line-height:1.1;display:block; }#P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #hvQWX3TtEvSNfZTH7uRR7CzOsgfOI7MG { width:12rem;height:3.5rem;top:5.0625rem;left:1.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1shTIstn2VAxwC7ohroi3xPTdvbMsvU { width:9.0625rem;height:4.12543125rem;top:16.0625rem;left:2.6875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le6VeCLmaqbHhhG15VKUZgRUnaD4UwUM { width:15.1871875rem;height:0.81271875rem;top:20.125rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsL3Ux0WpIKlHqPPOS1rCLRoISSn7o8R { width:16rem;height:3.75rem;top:23.25rem;left:2rem;font-size:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ce1Fceg9II8WeggVS3vh8qvECXfMqp7e { display:block; }
 }@media only screen and (max-width: 763px) { #vfcX4tOIefMQT1S6G1peCvTcT5NyHt7p { width:6.1237rem;height:1.800425rem;top:17.25rem;left:12.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmvLqkeMps3DRduHQ4v2tKwOurl8TpNp { width:19.6875rem;height:1.925rem;top:33.50625038147rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NOHyo2oFI3kGn14WlQXzOzKRRoNKlmJ9 { width:1.9375rem;height:1.275rem;top:16.0625rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLz6ark7Q1CJ1dSGQsCchSTAFcK2nKmT { width:7.5625rem;height:1.75rem;top:1.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq1GNOXzK8sn4iPuo1NAtZKHLm4uP0bg { width:7.5625rem;height:1.54385625rem;top:1.1239347457886rem;left:12.436079382896rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdDvmSDM4qlI8TNLTyL7CrbF9iWkOO7r { width:7.375rem;height:2.1875rem;top:2.875rem;left:12.400000572204rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMXnbTgC2hu7x9VU4ERaTuPGCPHiTSIk { width:7.3125rem;height:0.975rem;top:3.71875rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvfqEuxrqnc1JuEzd7S7XI2mtscESEf6 { display:none; }#MvfqEuxrqnc1JuEzd7S7XI2mtscESEf6 > .row .container { width:20rem;height:137.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QOGOGDbHoRzaseksUFBgX5uGdS92d4cf { width:20.125rem;height:27.6875rem;top:2.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TlfzWZr7kAqrpNkgh9sEF0zRXQRqUd7V { width:17.625rem;height:4.23650625rem;top:8.25rem;left:1.1875rem;font-size:0.75rem;line-height:1.1;display:block; }#TlfzWZr7kAqrpNkgh9sEF0zRXQRqUd7V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #Fs90DTxayFfFxIQ3XMAqPPV19mNCsi13 { width:12rem;height:3.5rem;top:5.0625rem;left:1.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0CW5MhHEVMT04d7gEZkVna4cOXHZksG { width:9.0625rem;height:4.125rem;top:16.0625rem;left:2.6875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6F9xPT4qo8CJO7yvXoC9fAJtQwZC7xW { width:15.1871875rem;height:0.8125rem;top:20.125rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwCNFS6xg868ikxK4p3TsMcGvbn4OTE7 { width:16rem;height:3.75rem;top:23.25rem;left:2rem;font-size:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bVx63y4hnCwMFxTerfwh8IHtBny4z7ti { display:block; }
 }@media only screen and (max-width: 763px) { #A2gZhOIJxJtbsozyd2rneoIS8lLRmmnq { width:6.1237rem;height:1.800425rem;top:17.25rem;left:12.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erGbolLHq0lxJ51EzGas2pUodcn4VXlC { width:19.6875rem;height:1.923825rem;top:131.8125rem;left:0.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l7kNyevsDnyrVkNOM9pfgpfG87hTiSQ2 { width:1.9375rem;height:1.27485625rem;top:16.0625rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwhSWebwZNrpnA96kVG0Qz8exmpXI5T { width:20rem;height:25.4375rem;top:33rem;left:0rem;border-top:0.0625rem solid rgba(255,255,255,0.29);border-left:0.0625rem solid rgba(255,255,255,0.29);border-right:0.0625rem solid rgba(255,255,255,0.29);border-bottom:0.0625rem solid rgba(255,255,255,0.29);background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vSxvUXSVvwCh6efQOTntDHALRJByZTJD { width:17.125rem;height:1.5997875rem;top:37.187502622604rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nACMgkzJBwX0zkDcqZytVGTlnRBnUmzb { width:18.5625rem;height:6.19850625rem;top:40.250002622604rem;left:1.4375rem;font-size:0.75rem;line-height:1.1;display:block; }#nACMgkzJBwX0zkDcqZytVGTlnRBnUmzb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #w0Tac3E5tx4ilsWScNWlP4VTTpLm3Gwz { width:7.8125rem;height:2.625175rem;top:47.84375rem;left:4rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOFBlOX3W4EQFHU5UnbdCDIQh2iKvMLy { width:6.125rem;height:0.9002125rem;top:48.7060546875rem;left:11.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8InMOb0D9oJVJEs9MEV6PqWJ3bcqWAc { width:12.875rem;height:3.5625rem;top:52.1875rem;left:1.1875rem;font-size:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QEubkTCB8CLDd4esokxuWKacDkKmOqgH { display:block; }
 }@media only screen and (max-width: 763px) { #r0SNfEa2Z1pcQsp6AenAOt47dnavxJ2r { width:1.9375rem;height:1.27485625rem;top:47.84375rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETvGhdUCCDAMm3Z4SxIW44PFNk055kDz { width:19.9375rem;height:21.375rem;top:62.9375rem;left:0rem;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;display:block; }
 }@media only screen and (max-width: 763px) { #olHLfnpwAJg8RFH0pvP0XomdIV6iLGTV { width:16rem;height:1.5997875rem;top:64.0244140625rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSMJ63ClCeiJfkgt6c2xHsU4knqIPcx { width:17.5615rem;height:5.37375625rem;top:66.5625rem;left:1.2177734375rem;font-size:0.75rem;line-height:1.1;display:block; }#vbSMJ63ClCeiJfkgt6c2xHsU4knqIPcx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #SCGIzSBSd7BLhnU9LqQI8olZDkeAJVyA { width:20.061875rem;height:22.3746875rem;top:85.8125rem;left:0rem;border-top:0.0625rem dotted #727272;border-left:0.0625rem dotted #727272;border-right:0.0625rem dotted #727272;border-bottom:0.0625rem dotted #727272;display:block; }
 }@media only screen and (max-width: 763px) { #OgMw7iRObz8U8wzazCZffc28WsEwCFt9 { width:17.561875rem;height:5.37375625rem;top:90.875rem;left:1.25rem;font-size:0.75rem;line-height:1.1;display:block; }#OgMw7iRObz8U8wzazCZffc28WsEwCFt9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #rSer469rSRfBSZVbfcchMwd0k3HqdTgb { width:16.1875rem;height:1.5997875rem;top:88.0625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIIMWNvC4w8PCdau54NxirR9MvbxqGPu { width:8.8125rem;height:2.8125rem;top:73.09375rem;left:1.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCoEalSpWCCqpf3kOoctasFQpdrWBoCG { width:8rem;height:2.8125rem;top:97.0625rem;left:1.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFA9Jdx2DaUBtn9nhwqrD4PGIStFMKU0 { width:2.875rem;height:1.1257125rem;top:97.90625rem;left:9.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk7tJPxSWFpQVc3udzZsCy72EzDaHsKQ { width:19.9375rem;height:20.4375rem;top:109.5625rem;left:0rem;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;display:block; }
 }@media only screen and (max-width: 763px) { #qkqTUiWmWyd5CRMdlFUQ8nofDLUsKBlZ { width:17.5615rem;height:3.92400625rem;top:114.5625rem;left:1.21875rem;font-size:0.75rem;line-height:1.1;display:block; }#qkqTUiWmWyd5CRMdlFUQ8nofDLUsKBlZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #rQ7QyJ6At52qJQGdqGkBpbsx62h5TS6J { width:7.5rem;height:2.8125rem;top:120.40625rem;left:1.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcuI82edBSdcQ6ms5lKs8lActzbIQ8ck { width:17.75rem;height:1.5997875rem;top:111.75rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Qmd86VeTPDSVSt1Sxx5SHcSrJJ5fPc { width:7.4375rem;height:0.750175rem;top:75.90625rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIyJtlGlebnoBUFihapZrDHda8S5SUH1 { width:13.125rem;height:0.750175rem;top:99.875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrJva6vZ577gxmf8pwinxAGPH3TATxIb { width:12.5rem;height:3.3748375rem;top:78.3125rem;left:1.25rem;font-size:1.5rem;border-top:0.0625rem solid #00d735;border-left:0.0625rem solid #00d735;border-right:0.0625rem solid #00d735;border-bottom:0.0625rem solid #00d735;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbVSZDcnS7ItS11zuLsOwTG6I9TwypR { display:block; }
 }@media only screen and (max-width: 763px) { #dbAnsCTG2imqDCoHVm4RqSIiZkVzFRGZ { width:12.5rem;height:3.25rem;top:102.625rem;left:1.1875rem;font-size:1.5rem;border-top:0.0625rem solid #00d735;border-left:0.0625rem solid #00d735;border-right:0.0625rem solid #00d735;border-bottom:0.0625rem solid #00d735;display:block; }
 }@media only screen and (max-width: 763px) { #eAa3HRkWTkOWyaDGBRgCK9Kmdrt1dTn3 { display:block; }
 }@media only screen and (max-width: 763px) { #yQM0l8kZdNGHHEHTAUyKvfcKTg9yANdf { width:12.5rem;height:3.14453125rem;top:125.375rem;left:1.1875rem;font-size:1.5rem;border-top:0.0625rem solid #00d735;border-left:0.0625rem solid #00d735;border-right:0.0625rem solid #00d735;border-bottom:0.0625rem solid #00d735;display:block; }
 }@media only screen and (max-width: 763px) { #GGGAAbKgts6bMfweo0bTwxiw2Je5mubR { display:block; }
 }@media only screen and (max-width: 763px) { #SOzhwwuz62gO46A3pPRNaDQzeu8pfwVq { width:5.811525rem;height:0.750175rem;top:121.4375rem;left:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcxAzyFkVfirAa9TJRFUMK74x73cG3ZF { width:1.9375rem;height:0;top:133.10416625rem;left:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6n5kTfNLd3l2Tzywvzw52cqtqgTxLlu { width:3.25rem;height:1.1257125rem;top:73.9375rem;left:10rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8QuPuBTtIU9lPr9BtQoVmb0WUaeSwDx { display:none; }#T8QuPuBTtIU9lPr9BtQoVmb0WUaeSwDx > .row .container { width:20rem;height:141.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #McV4WAHpzkK05yTU6VJKmg7G0Gdav1ZL { width:20.125rem;height:27.5rem;top:3.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bcqBu9MT9sJEmsWnJaBB0RfV1q2SeOxZ { width:17.625rem;height:4.234375rem;top:8.8125rem;left:1.1875rem;font-size:0.75rem;line-height:1.1;display:block; }#bcqBu9MT9sJEmsWnJaBB0RfV1q2SeOxZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #ZinaVeZaEHxffQwptCLgWJW36XxlVPi6 { width:18.6869375rem;height:1.75rem;top:5.4375rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSz1dabpd95ypTtDC12Ux0ZD9oyolpet { width:9.0625rem;height:3.75rem;top:16.8125rem;left:1.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkT4lBQaz0U7sgNncs0wh8CScBDsy4BK { width:15.1871875rem;height:0.8125rem;top:20.6875rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fonzRbDI5VU0yUC6q13KbcDSemHPlOHo { width:12.5rem;height:3.0625rem;top:23.4375rem;left:1.1875rem;font-size:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #v7da0U0OZhCQgQZZiJf2cTNLLDUSOdiq { display:block; }
 }@media only screen and (max-width: 763px) { #dqD68q08AlKO8CKEpHJEbMvLo7fvponC { width:6.3745rem;height:0.8125rem;top:15.6875rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH4xVTOxnw4BwWi7epp8TwLF6AC2piEp { width:6.124675rem;height:1.798825rem;top:17.625rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4xoskkOVVRJ6Sb6oeyGcHCzbvcVa8V2 { width:20.125rem;height:27.5625rem;top:32.625rem;left:0rem;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;display:block; }
 }@media only screen and (max-width: 763px) { #O03TMP9yJC2V5kVGAs21hWzNI23Ais5E { width:17.5rem;height:4.234375rem;top:39.25rem;left:1.25rem;font-size:0.75rem;line-height:1.1;display:block; }#O03TMP9yJC2V5kVGAs21hWzNI23Ais5E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #RPHQkDHqQOq2NMrcyql1ITbnAsLJ1J6u { width:14.499rem;height:1.75rem;top:36.25rem;left:1.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhgxfBgCHOPCXQygrTn8uwyMWEdfX2y1 { width:9.0625rem;height:3.75rem;top:48.3125rem;left:1.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5NxT6wVJJNLvoQen7uftJe9As5C0qof { width:8.1865rem;height:0.8125rem;top:46.875rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd12Di7ilCrIhtHDtfsKBaK7IAEmkdGC { width:12.38575rem;height:3.32324375rem;top:53.125rem;left:1.1875rem;font-size:1.5rem;border-top:0.0625rem solid #00d735;border-left:0.0625rem solid #00d735;border-right:0.0625rem solid #00d735;border-bottom:0.0625rem solid #00d735;display:block; }
 }@media only screen and (max-width: 763px) { #IflhqhNKqFJo9PDukZ4tAV2Tbl4oUc4V { display:block; }
 }@media only screen and (max-width: 763px) { #rWTc9zK19TyZ7VkwHO7ECoDSwLCaoiDT { width:18.874rem;height:1.923825rem;top:136.4345703125rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN { display:block; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7q8gbLAOIQBpHarTtWdUoVB6kQUVBXz { width:20rem;height:3.09215625rem;top:14.6875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#4f4f4f;display:block; }
 }@media only screen and (max-width: 763px) { #FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy { display:flex;width:2.6245125rem;height:2.6245125rem;top:14.925943374634rem;left:8.68733727932rem;opacity:.33;display:none; }
#FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy > img { max-width: 100%;max-height:100%; width:2.6245125rem; height:2.6245125rem; } }@media only screen and (max-width: 763px) { #H5GMl6mDe2lmJZAXpzG4a2ol1sN3MfOx { width:11.3745rem;height:6.4998125rem;top:2.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTaBOiGJRtTeuPE9cQ7SsrSZObbF1kwc { width:20rem;height:2.5rem;top:11.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#646464;display:block; }
 }@media only screen and (max-width: 763px) { #TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by9AXVcqHNUisGIL4XxvhB5KQIgOwdnI { width:7.1875rem;height:1.625rem;top:0.68684768676756rem;left:9.60383590338rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KnUpmLD7EqywVr0kd1smWmogiSphk5UO { display:block; }
 }@media only screen and (max-width: 763px) { #IRpt6qsSqqqxrJ2wosAQwZkcQCitygwm { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNm3FrVsOwgDF38sc6rDuJio8CM9Bsiy { display:block; }
 }@media only screen and (max-width: 763px) { #mwSfDmZtCOP4MWWKvu2mmUBoirKAAwxa { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXMTteTHiyO0dezFeKE1TdtRbEBuDDM4 { display:block; }
 }