.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:33,126,215;--color-primary-1:15,78,148;--color-primary-2:20,73,133;--color-primary-3:15,45,97;--color-primary-4:2,8,19;--color-secondary-0:225,225,225;--color-secondary-1:166,166,166;--color-secondary-2:107,107,107;--color-secondary-3:64,64,64;--color-secondary-4:8,8,8;--color-tertiary-0:255,255,255;--color-tertiary-1:193,194,195;--color-tertiary-2:131,134,137;--color-tertiary-3:79,80,82;--color-tertiary-4:48,53,59;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#121211;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;overflow:visible;position:relative;display:block; }#OKxURtExbWV1MkoxnniGf4MTfII2c6PP { background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.4375rem;left:43.6875rem;display:block; }
#vaU8DJORZMJVcANucr0k29Fdrl5VBI8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.3125rem;left:55.9375rem; }
#dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#DyKu99S5MW8qpwhutxi2cJZbbia7ExhB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#fnl5Mx7SX1Ucl3HfEvenrMTyPripb04n { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:0rem;left:5.625rem;overflow:hidden;display:none; }
#DFTvE9v1RcfNHH1HK5q6mprc8a1pDhir { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:25.8125rem;top:2rem;left:10rem;overflow:hidden;display:block; }
#TuQImzewuziQK3aJx7T1KMLzHuiKf95s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:initial !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; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { background-color: transparent; background-image: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .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); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { border-width: 0; border-radius: 0; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:9.6875rem;left:1.625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IAdDEMARpV2Emvl8Tn6W1bTUA44UIa7X { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:42.875rem;top:6.25rem;left:25.374662162162rem;overflow:hidden;display:block; }
#DT63y734bnLc1HTlLUdIIyOmB56KrrwS { position:absolute;display:block;z-index:14998;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:17.625rem;width:21.5rem;top:10.25rem;left:-11.589006696429rem;overflow:hidden;display:block; }
#weevcpxp04hG9wtPy2kpK5VQfqwkRPyc { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:26.5625rem;top:9.1875rem;left:33.336348684211rem;overflow:hidden;display:block; }
#HkseFBvstkLCfOez3SQbhSRrqTym9Uf2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:60rem;display:none; }
#OZ19Pkp3cpZ7XxFHsncuDX7KZ3qlzex7 { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.8125rem;left:1.625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#rV7yWJUvuGiQFM1DHRyW6RtP3uKeykDW { background-color:transparent;background-image: -webkit-linear-gradient(91deg, #144985, #0e5094);background-image: -moz-linear-gradient(91deg, #144985, #0e5094);background-image: -ms-linear-gradient(91deg, #144985, #0e5094);background-image: -o-linear-gradient(91deg, #144985, #0e5094);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#144985', endColorstr='#0e5094' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#144985', endColorstr='#0e5094' );";background-image: linear-gradient(91deg, #144985, #0e5094);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29rem;left:1.0625rem;display:block; }
#JvVTzHTqlahzhoVSEaNLeTdqqXa7Ei4o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { background-color: transparent; background-image: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container > .video-iframe-container { display: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container { display: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .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); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { border-width: 0; border-radius: 0; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:60rem;position:relative;display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { background-color: transparent; background-image: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container > .video-iframe-container { display: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container { display: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .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); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { border-width: 0; border-radius: 0; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#PWZQns8rx6LwytXJE9JCvvNA5T294xda { background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.875rem;left:34.25rem;display:block; }
#GaQKHJV6JS5JV35Uh7kWLmz7MhIQKmag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKdU1scWP6hVJTOfInr9VI7wgnkXuJae { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:30.75rem;left:53.625rem; }
#KKdU1scWP6hVJTOfInr9VI7wgnkXuJae > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { position:absolute;display:block;z-index:15018;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.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:14.3125rem;left:34.125rem;height:13.6875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1423c8fb-fe66-44aa-a30c-6ec6188df781/Rectangle5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.375rem;width:24.9375rem;top:1.875rem;left:1.2998046875rem;display:block; }#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.adaptive-delivery-prevent-bg, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyload, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyloading { background-image: none; }
#GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:3.224609375rem;left:22.4375rem;height:7.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZ1Nqwa5giR957zXybT1wT88riEzKkfh { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:11.9375rem;left:34.125rem;display:block; }
#e8aZnluCJcDUnqOU5kw3ZtSKbHCVsMyR { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:11.6875rem;left:33.8125rem;display:block; }
#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL.adaptive-delivery-prevent-bg, #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL.lazyload, #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL.lazyloading { background-image: none; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { background-color: transparent; background-image: none; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container > .video-iframe-container { display: none; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row > .video-iframe-container { display: none; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .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); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { border-width: 0; border-radius: 0; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL::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; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;position:relative;display:block; }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .row .container { background-color: transparent; background-image: none; }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .row .container > .video-iframe-container { display: none; }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .row > .video-iframe-container { display: none; }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .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); }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .row .container { border-width: 0; border-radius: 0; }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#wBOO56FlDZTw9SDWTlnpTKKxiLVEyMMz { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.375rem;left:0.9375rem;height:5.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Okd0HwkEHKkCTn2fLgA9RvGQBWhp3wqg { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:12.5rem;top:11.3125rem;left:1.25rem;display:block; }
#SEycP4VEptuKGRsI1rOdmt782NwDoC83 { box-sizing:content-box;height:29.4375rem;width:28.5rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7b5f2f86-4c1e-4971-9bce-67efa8fe46a7/umgrupodeempresasdiversasenvolvendosenumaactividadedeteambuildingutilizandoumtabletparagestaodedados.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.625rem;left:28.6875rem;display:block; }#SEycP4VEptuKGRsI1rOdmt782NwDoC83.adaptive-delivery-prevent-bg, #SEycP4VEptuKGRsI1rOdmt782NwDoC83.lazyload, #SEycP4VEptuKGRsI1rOdmt782NwDoC83.lazyloading { background-image: none; }
#ssOmyEIxntdNTUkqUBlcwuwpfgysed83 { background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5rem;left:22.125rem;display:none; }
#pMfCVwaO6cGJfZcfQHogJnGfLMpPpDzl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3oDSI1CG7P2kdl27K99mNm9CQfoCJnW { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:13.375rem;left:1.25rem;height:9.4970625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#q3oDSI1CG7P2kdl27K99mNm9CQfoCJnW li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#q3oDSI1CG7P2kdl27K99mNm9CQfoCJnW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
#oSSAAMp7twQogKAsHn5TrUvghIlAZoDX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:24.125rem;left:1.25rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#tTK8tEbXgo9X5X0tcV8Fgm1O6TnDa9gx { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:24.4033203125rem;left:1.0625rem;height:5.3984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .row .container { background-color: transparent; background-image: none; }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .row .container > .video-iframe-container { display: none; }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .row > .video-iframe-container { display: none; }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .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); }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .row .container { border-width: 0; border-radius: 0; }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#iKTDTPJIcJzBtLn43um8W7oke8d0cQTn { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.1875rem;left:32.4375rem;height:8.097625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fvHehqL9aT5Z72v4RxyBem6ocnotKvFC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:12.5rem;top:12.5625rem;left:32.4375rem;display:block; }
#tGCfH10AMTTQR0EZig0qtBPr2Av68SsU { box-sizing:content-box;height:32.25rem;width:29.9375rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/631f261c-94c0-42ac-8e27-05b98707d1ff/conceitodesegurancaciberneticanaartedigital.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:0rem;display:block; }#tGCfH10AMTTQR0EZig0qtBPr2Av68SsU.adaptive-delivery-prevent-bg, #tGCfH10AMTTQR0EZig0qtBPr2Av68SsU.lazyload, #tGCfH10AMTTQR0EZig0qtBPr2Av68SsU.lazyloading { background-image: none; }
#UV3cna5ascQBz8womaH5WiRkdOgOcO2F { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:14.8125rem;left:32.4375rem;height:17.5625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UV3cna5ascQBz8womaH5WiRkdOgOcO2F li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#UV3cna5ascQBz8womaH5WiRkdOgOcO2F li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .row .container { background-color: transparent; background-image: none; }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .row .container > .video-iframe-container { display: none; }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .row > .video-iframe-container { display: none; }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .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); }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .row .container { border-width: 0; border-radius: 0; }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#OopuUZK3nLom9vLQB9OM7na4UbUxz2Vq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:12.5rem;top:17.5625rem;left:2.8125rem;display:block; }
#GAzoJE8nZ1IuyiIMtUlvzSP6qKhoJG1x { box-sizing:content-box;height:29.4375rem;width:28.5rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9250d6c8-3661-49e2-9ce3-7a87185ff923/reparadorimputardadosnasalaservidor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.625rem;left:28.9375rem;display:block; }#GAzoJE8nZ1IuyiIMtUlvzSP6qKhoJG1x.adaptive-delivery-prevent-bg, #GAzoJE8nZ1IuyiIMtUlvzSP6qKhoJG1x.lazyload, #GAzoJE8nZ1IuyiIMtUlvzSP6qKhoJG1x.lazyloading { background-image: none; }
#z0k8V2LqlW4NvCyR3kD4pv5Hs8EiTFxx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:19.8125rem;left:2.8125rem;height:9.0625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#z0k8V2LqlW4NvCyR3kD4pv5Hs8EiTFxx li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#z0k8V2LqlW4NvCyR3kD4pv5Hs8EiTFxx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
#H2zlEauhl9QQBdHOZLTQ1eOkBZrnd5By { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.875rem;left:2.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { background-color: transparent; background-image: none; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container > .video-iframe-container { display: none; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row > .video-iframe-container { display: none; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .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); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { border-width: 0; border-radius: 0; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#PPn8X8oQ4mJXfTTAO1y0yd1HpmPmf4MZ { color:rgba(var(--color-primary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:3.1875rem;left:2.0625rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SqFeIqL5ciLtzD19N5KxTUbLZNhOyZmS { position:absolute;display:block;z-index:15018;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.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR { position:absolute;display:block;z-index:15020;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/51e7d811-6832-4c0b-af6d-cd469086eaab/aws.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.6875rem;width:11.3125rem;top:4.6875rem;left:23.75rem;display:block; }#fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR.adaptive-delivery-prevent-bg, #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR.lazyload, #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR.lazyloading { background-image: none; }
#uOiFkoFWSrggCadmPFuTnsFEZ3A2hCJr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:11.5rem;left:2.0625rem;height:5.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn { position:absolute;display:block;z-index:15021;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/ae99f454-9aa0-4e48-a5c2-6847c538f971/fortnet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.6875rem;width:11.3125rem;top:12.75rem;left:23.75rem;display:block; }#XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn.adaptive-delivery-prevent-bg, #XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn.lazyload, #XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn.lazyloading { background-image: none; }
#PXym9asM4VyeUhTiuFWMOiOtvckgwd3h { position:absolute;display:block;z-index:15023;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/4cf67084-3345-4598-a9e8-28fc460b4bee/microsoft.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.6875rem;width:11.3125rem;top:12.5625rem;left:36.3125rem;display:block; }#PXym9asM4VyeUhTiuFWMOiOtvckgwd3h.adaptive-delivery-prevent-bg, #PXym9asM4VyeUhTiuFWMOiOtvckgwd3h.lazyload, #PXym9asM4VyeUhTiuFWMOiOtvckgwd3h.lazyloading { background-image: none; }
#FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC { position:absolute;display:block;z-index:15022;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/22eefdbb-8be0-46c7-8e2a-9bb3e0855293/cyberark.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.6875rem;width:11.3125rem;top:4.5rem;left:36.3125rem;display:block; }#FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC.adaptive-delivery-prevent-bg, #FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC.lazyload, #FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC.lazyloading { background-image: none; }
#o7uWEaFX2wknmITMFlblecc5BbOsouyr { position:absolute;display:block;z-index:15025;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/4a3432dd-67d8-44dc-b824-dd679e682eb1/trelixbranco.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.6875rem;width:11.3125rem;top:12.5625rem;left:48.5625rem;display:block; }#o7uWEaFX2wknmITMFlblecc5BbOsouyr.adaptive-delivery-prevent-bg, #o7uWEaFX2wknmITMFlblecc5BbOsouyr.lazyload, #o7uWEaFX2wknmITMFlblecc5BbOsouyr.lazyloading { background-image: none; }
#HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ { position:absolute;display:block;z-index:15024;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/9a5d1606-fda6-4a99-aa88-e70dc0ac2a80/PaloAlto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.6875rem;width:11.3125rem;top:4.5rem;left:48.5625rem;display:block; }#HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ.adaptive-delivery-prevent-bg, #HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ.lazyload, #HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ.lazyloading { background-image: none; }
#Ri6T7uBKe7ezhCDDwXpAQqHFr0Ts6UcF { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:9.3125rem;left:15.25rem;display:block; }
#FOTL0NCdgnXvXWl5D1ConTI2909fhI5G { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:9.5625rem;left:0rem;display:block; }
#RcR25ycr9FhXsAACVPMromVcEWLZlaIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu.adaptive-delivery-prevent-bg, #RcR25ycr9FhXsAACVPMromVcEWLZlaIu.lazyload, #RcR25ycr9FhXsAACVPMromVcEWLZlaIu.lazyloading { background-image: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { background-color: transparent; background-image: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container > .video-iframe-container { display: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container { display: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .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); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { border-width: 0; border-radius: 0; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu::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; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5859375rem;left:1.25rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ALZfKKTG0ZpA7lVr6mWJaCTuF4vnwCuc { position:absolute;display:block;z-index:15004;background-color:rgba(63,63,63,0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(73,95,110,0.66);border-left:0.125rem solid rgba(73,95,110,0.66);border-right:0.125rem solid rgba(73,95,110,0.66);border-bottom:0.125rem solid rgba(73,95,110,0.66);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:30.5625rem;width:23.4375rem;top:4.375rem;left:33.0625rem;display:block; }
#PgcfscnsMOlt8Q1XTqpU6ZMfoXmbGzd2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:5.98828125rem;left:33.09375rem;height:3.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:4.375rem;left:4.3125rem;height:10.874rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:16.50634765625rem;left:4.3125rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTUvKWnAgQ0hA00RzCBlUNVpNbavexJu { position:absolute;display:block;z-index:15011;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:17.9375rem;width:17.9375rem;top:18.9375rem;left:4.3125rem;overflow:hidden;display:block; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-form-header { font-size:0.875rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:3.9375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5625rem;color:rgba(0,0,0,0.82);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-0),1), #1c528e);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-0),1), #1c528e);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-0),1), #1c528e);background-image: -o-linear-gradient(top, rgba(var(--color-primary-0),1), #1c528e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#1c528e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#1c528e' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-0),1), #1c528e);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:19.5625rem;height:3.6875rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;line-height:1.6;font-style:normal; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.82);font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.82);font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.82);font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.82);font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#ababab;vertical-align:top;width:19rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-container:first-of-type{padding-top:0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-container:last-of-type{padding-bottom:0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw  { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.65625rem;top:9.3125rem;z-index:15005;position:absolute;font-size:0.875rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw {display:block;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.65625rem;top:9.3125rem;z-index:15005;position:absolute;font-size:0.875rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #A2g6LFNar3WtCyPHhlUzU56TPXoMHQnk { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wmZKuSJoWXRw3NnhmChe01duo3aegCMQ { position:relative;display:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #MZVGMbbG8Pn6DEtL4u2n2CEzilTqE3Te { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ObMa3JhgNN62I1FwUoI2EfJCB3iQGGvb { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N1bAAFN6E5JB2PrdCECAMKwRoiv309Qu { position:relative;display:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #E8FlkOns4uyxTOEPWeL9EkZ6ad3D93mr { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #VkTxmRaIXyFI1VuV1Vf1xCrhrf5ScA77 { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #DqgJU19n27ZEqNImioWMncFP8QTyGXRz { position:relative;display:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ByEAWQdX5o82buTQvfNgbozFPgna5Ff9 { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #AHncixlAux7OIyzd2C1IsHo8cLtzzS21 { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #pzaMgThMmfS3UNEQTyhzMFMDVVTOCkma { position:relative;display:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #CG6RdLsxyiH6vpCaSli19m2zGa1buWmh { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #V4r5y5VPXoG76oGamNXiWzUfWm7cvvDD { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wr4oBO1FaL4UDhuKB1h3TWdNzaS5CNaq { position:relative;display:none; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #e18UbAi9Wb2m3ARhmEllI5SIAuxnaWfy { position:relative; }
#AZGOcs7OGMc7QG8etyz38MHDVWINeS0O { position:relative;display:block; }
#MXQF9vrdVG4RP5n3EXRTS0N4FVel7rO2 { position:relative;display:block; }
#t9yz6xd0M5sTsxWnT5TuN9Z4gEQplbIS { position:relative;display:block; }
#NFWTkTPPfHT3Fi19wBsXgzr65anG4Twg { position:relative;display:block; }
#nqroh9eolk4dZH1xbeVuB5PVTdKQiCuu { position:relative;display:block; }
#qr1nAdkVp6XTsM7KgsNkuznOiTQhI4Du { position:relative;display:block; }
#tk8MDhClVaiInFx3zFCyx2OG7cE7ryHW { position:relative;display:block; }
#tKe2SEu2FAuHMMh2cqtUblxGgQF12oHK { position:relative;display:block; }
#NuKE82yBaM5HkkzZMls5cttKn4xxXCEy { position:relative;display:block; }
#wpQTy189PIJB2CokzlK8Wf5yBem7yTAw { position:relative;display:block; }
#bIinunHKdG7XqfhDvnhNzMOPlp0xTNAA { position:relative;display:block; }
#utD31pQRBdOD0CKGxlX0SxDgG0C9v5TO { position:relative;display:block; }
#FJIoJIgGV5nkERq1tWkwVTzNyb2s3urJ { position:relative;display:block; }
#xvrB19o1R2M9zMSAVJfwH3CetA34pFD7 { position:relative;display:block; }
#guhvsDyEBzM95oOdfwsoWEbi0Lsy4R7r { position:relative;display:block; }
#EpFl2QG3BUc6NS9CWfQZR9w0dI1iokiz { position:relative;display:block; }
#cFCy7p6XmqIlZotp5TcdkIVNHH7WWnPn { position:relative;display:block; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #NdfHubHsfldsrNTuTozQxxibRNPXBTcl { position:relative; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N7BfTMnlJFTHEzTliEw65pIE8rdO3SXI { position:relative; }
#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN.adaptive-delivery-prevent-bg, #d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN.lazyload, #d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN.lazyloading { background-image: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { background-color: transparent; background-image: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container > .video-iframe-container { display: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row > .video-iframe-container { display: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .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); }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { border-width: 0; border-radius: 0; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN::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; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#qpH79e4WUWFnzrL6dTOFTS8pU0LevNd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:1.875rem;left:14.84375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { background-color: transparent; background-image: none; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container > .video-iframe-container { display: none; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row > .video-iframe-container { display: none; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .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); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { border-width: 0; border-radius: 0; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#VahRTaCq9fQ2rofBsmoU3rTzRMPbQlva { position:absolute;display:block;z-index:15018;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.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#ZKK74AJOkm07NT9wRsW7N44E3ZMgCnhv { position:absolute;display:block;z-index:15005;background-color:#292929;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.375rem 0.375rem 0.5rem rgba(0,0,0,0.19) ;height:33.5625rem;width:22.25rem;top:0.6875rem;left:18.0625rem;display:block; }
#yMwNKhxDsggMzH4qFcTGVK6vJWTcJMfW { position:absolute;display:block;z-index:15004;background-color:#1f1e1e;background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:29.9375rem;width:24.375rem;top:4.25rem;left:34.875rem;display:block; }
#hFXvBwrT69X1CmChF6eRs9sRLlQhUoiH { position:absolute;display:block;z-index:15003;background-color:#1f1e1e;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:29.875rem;width:23.4375rem;top:4.3125rem;left:0rem;display:block; }
#oTLy4fq4iiFNT48iuTxqnzuO62An8eof { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:3rem;left:33.3125rem;display:block; }
#DXTJ1ATiTfkziisRc41ngIrCnWaz5woD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3rem;left:20.125rem;height:4.94824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p525aSJE1S6PhenMid3yQDErS0gtu6Xl { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:9.0625rem;left:20rem;display:block; }
#yS8nuJTGGnM5lZanCmbqfJAwmKPpOfhr { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:11.1875rem;left:19.84375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GocoeGGqlO3HGebC0mXBZo8wwfTzbo0J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.65625rem;left:33.96875rem; }
#SJPV1It3bP9eV8SexOD3bWazTTAxLWvL { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:21.6875rem;left:41.8125rem;height:11.28125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SJPV1It3bP9eV8SexOD3bWazTTAxLWvL li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SJPV1It3bP9eV8SexOD3bWazTTAxLWvL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
#GKUayTSTTihGspOA6eX4T2t7bP1vxRgz { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13.75rem;left:41.875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIkNTK5M2PbTcIHZkNQguohD5I9od84i { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:12rem;left:42.0625rem;display:block; }
#KHQTectq8le7afutVctJlxfB5INP41dT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:7.5625rem;left:42.25rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIxLM3tDkB5UIWDFWRAcO9PS5DMa5fFi { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:7.8125rem;left:51.75rem;display:block; }
#MJ85TlLMEbSHMsJCfFw0XX6gvypxAGHs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9.0625rem;left:52.5625rem; }
#ab81BI8cFcyIBOzp25JRQG3AAIIDub7a { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:21.6875rem;left:1.1875rem;height:8.5703125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ab81BI8cFcyIBOzp25JRQG3AAIIDub7a li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ab81BI8cFcyIBOzp25JRQG3AAIIDub7a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
#MZQLyuQQmUBaiEp0gKUbZwgavTfNnqpl { color:rgba(var(--color-tertiary-1),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:13.1875rem;left:1.1875rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c5XacPEu7BTqm0IcivTTqVULTIUDwo7m { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:7rem;left:1.5625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NUJJ5U6AdxiEtDteZ1rmKSbPXUcH7ZIJ { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:11.4375rem;left:1.375rem;display:block; }
#La5zKJbhlhAD1VV4RIEv7mb846w8SRQJ { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:7.25rem;left:11.0625rem;display:block; }
#QsXNGO74c4BewlAk3PWizfr6oLNWarPz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.94921875rem;left:12rem; }
#PdIV1ADKgvV6iC6HnFGXzxOf4l8H9vWd { color:rgba(var(--color-tertiary-1),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:17.9013671875rem;left:20.59375rem;height:12.418rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#PdIV1ADKgvV6iC6HnFGXzxOf4l8H9vWd li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PdIV1ADKgvV6iC6HnFGXzxOf4l8H9vWd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container { background-color: transparent; background-image: none; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container > .video-iframe-container { display: none; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row > .video-iframe-container { display: none; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .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); }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container { border-width: 0; border-radius: 0; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#faxE6KmbCbaOi5zU4wBDfX9Rauz2gwT8 { background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5rem;left:22.125rem;display:block; }
#M4UH4OPJbq3t4hitFq2qQlRdSCIpVbgb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7dUz0HqmCFygr5o2dywC2sRCIKJFivp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.3125rem;left:35.25rem; }
#d7dUz0HqmCFygr5o2dywC2sRCIKJFivp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx.adaptive-delivery-prevent-bg, #ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx.lazyload, #ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx.lazyloading { background-image: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { background-color: transparent; background-image: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container > .video-iframe-container { display: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row > .video-iframe-container { display: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .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); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { border-width: 0; border-radius: 0; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#ktFhHOA2v5BPx93utvhgimzy6VXacHq7 { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.984375rem;left:-0.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg.adaptive-delivery-prevent-bg, #Od1aT0cV6a9SMxUBLngbL39BAor6xIwg.lazyload, #Od1aT0cV6a9SMxUBLngbL39BAor6xIwg.lazyloading { background-image: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { background-color: transparent; background-image: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container > .video-iframe-container { display: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row > .video-iframe-container { display: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .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); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { border-width: 0; border-radius: 0; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#IPVUQIEu0ilMWokFtQAN32a6loZkmksE { position:absolute;display:block;z-index:15018;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.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#C2GzTU7ebzQ6me2HHuVbODsU7nTvGoAk { position:absolute;display:block;z-index:15005;background-color:rgba(63,63,63,0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(73,95,110,0.66);border-left:0.125rem solid rgba(73,95,110,0.66);border-right:0.125rem solid rgba(73,95,110,0.66);border-bottom:0.125rem solid rgba(73,95,110,0.66);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.5rem;width:20.3125rem;top:2.3125rem;left:8.5625rem;display:block; }
#OKU1GA63n6uFwTTTTqdXmiIctN97du9X { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:3.6875rem;left:10.1875rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6hDvg0ZJsMmk7Nn8mgQ06t21sM39F8d { position:absolute;display:block;z-index:15007;background-color:rgba(63,63,63,0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(73,95,110,0.66);border-left:0.125rem solid rgba(73,95,110,0.66);border-right:0.125rem solid rgba(73,95,110,0.66);border-bottom:0.125rem solid rgba(73,95,110,0.66);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.5rem;width:20.3125rem;top:10.375rem;left:8.5625rem;display:block; }
#Paxtb0JoPZ0wKTQr2GrTBf1vyggVMayR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:11.75rem;left:10.1875rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQ5bumM3oK7klW8PkOivLgi25yVSJ1PN { position:absolute;display:block;z-index:15009;background-color:rgba(63,63,63,0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(73,95,110,0.66);border-left:0.125rem solid rgba(73,95,110,0.66);border-right:0.125rem solid rgba(73,95,110,0.66);border-bottom:0.125rem solid rgba(73,95,110,0.66);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.5rem;width:20.3125rem;top:2.25rem;left:30.8125rem;display:block; }
#tQDGKOZGi1WqvIhqFOQ10Ay1Ic37cNIU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:3.625rem;left:32.4375rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u49NWEpT2xxOTB4feFags1RRasVdDl3y { position:absolute;display:block;z-index:15011;background-color:rgba(63,63,63,0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(73,95,110,0.66);border-left:0.125rem solid rgba(73,95,110,0.66);border-right:0.125rem solid rgba(73,95,110,0.66);border-bottom:0.125rem solid rgba(73,95,110,0.66);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.5rem;width:20.3125rem;top:10.4375rem;left:30.9375rem;display:block; }
#fNH2ls5i6ocKVB0JIxDUlQ33bCXg0FMb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:11.8125rem;left:32.5625rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XScxMXxWr4BSvdXNmqOaWAcMhRNDHrKi { background-color:transparent;background-image: -webkit-linear-gradient(91deg, #144985, #0e5094);background-image: -moz-linear-gradient(91deg, #144985, #0e5094);background-image: -ms-linear-gradient(91deg, #144985, #0e5094);background-image: -o-linear-gradient(91deg, #144985, #0e5094);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#144985', endColorstr='#0e5094' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#144985', endColorstr='#0e5094' );";background-image: linear-gradient(91deg, #144985, #0e5094);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.5625rem;left:19.78125rem;display:block; }
#kmmJPA2TwrR5Ii5BB88xHmTldIPBn1Dq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari.adaptive-delivery-prevent-bg, #IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari.lazyload, #IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari.lazyloading { background-image: none; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row .container { background-color: transparent; background-image: none; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row .container > .video-iframe-container { display: none; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row > .video-iframe-container { display: none; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .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); }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row .container { border-width: 0; border-radius: 0; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row .container { font-size:0.875rem;font-family:arial;height:189rem;width:60rem;position:relative;display:block; }#HygAdy3KT2e0m6vSGHFsMazBGPB6hJpd { position:absolute;display:block;z-index:15000;height:34.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container { background-color: transparent; background-image: none; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container > .video-iframe-container { display: none; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row > .video-iframe-container { display: none; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .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); }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container { border-width: 0; border-radius: 0; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#VTgxiqRlKJHZMLfkxhiJEwEpl8N67S7B { position:absolute;display:block;z-index:15018;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.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs { position:absolute;display:block;z-index:15020;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/ba9e1b66-cf6b-478f-9eb2-2198c9840db5/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.125rem;width:10.625rem;top:1.875rem;left:1.75rem;display:block; }#o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs.adaptive-delivery-prevent-bg, #o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs.lazyload, #o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs.lazyloading { background-image: none; }
#WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc { position:absolute;display:block;z-index:15021;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/a3155b15-1798-48c3-9b51-9625b18dd44a/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.125rem;width:10.625rem;top:1.875rem;left:13.5625rem;display:block; }#WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc.adaptive-delivery-prevent-bg, #WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc.lazyload, #WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc.lazyloading { background-image: none; }
#sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e { position:absolute;display:block;z-index:15022;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/f836e5e5-41c1-42bf-acf1-380849645e7f/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.125rem;width:10.625rem;top:1.875rem;left:25.375rem;display:block; }#sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e.adaptive-delivery-prevent-bg, #sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e.lazyload, #sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e.lazyloading { background-image: none; }
#LnJqMLTfISQ1Z5375JwIv1qvehbU8iel { position:absolute;display:block;z-index:15023;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/b588dad2-859e-4519-941d-6acd29bc5087/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.125rem;width:10.625rem;top:1.875rem;left:37.1875rem;display:block; }#LnJqMLTfISQ1Z5375JwIv1qvehbU8iel.adaptive-delivery-prevent-bg, #LnJqMLTfISQ1Z5375JwIv1qvehbU8iel.lazyload, #LnJqMLTfISQ1Z5375JwIv1qvehbU8iel.lazyloading { background-image: none; }
#HCNA4CBXlmGFClvTBsQscGAUa08cb36S { position:absolute;display:block;z-index:15024;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/7d86fb6f-db43-4583-b3f1-11bb6d76c29b/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.125rem;width:10.625rem;top:1.875rem;left:48.8125rem;display:block; }#HCNA4CBXlmGFClvTBsQscGAUa08cb36S.adaptive-delivery-prevent-bg, #HCNA4CBXlmGFClvTBsQscGAUa08cb36S.lazyload, #HCNA4CBXlmGFClvTBsQscGAUa08cb36S.lazyloading { background-image: none; }
#eat6iTT300K1ZiTUAv7EqRGwDQkPJntX { position:absolute;display:block;z-index:15029;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/d7ac5a4f-2f2b-4125-b080-6efed6631989/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.125rem;width:10.625rem;top:9.1875rem;left:48.8125rem;display:block; }#eat6iTT300K1ZiTUAv7EqRGwDQkPJntX.adaptive-delivery-prevent-bg, #eat6iTT300K1ZiTUAv7EqRGwDQkPJntX.lazyload, #eat6iTT300K1ZiTUAv7EqRGwDQkPJntX.lazyloading { background-image: none; }
#T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT { position:absolute;display:block;z-index:15028;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/1dbc339c-8344-4c3a-a63e-6404f25bcc4c/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.125rem;width:10.625rem;top:9.1875rem;left:37.1875rem;display:block; }#T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT.adaptive-delivery-prevent-bg, #T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT.lazyload, #T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT.lazyloading { background-image: none; }
#Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3 { position:absolute;display:block;z-index:15027;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/a2db578e-df7d-4fae-b413-563f70cbcb99/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.125rem;width:10.625rem;top:9.1875rem;left:25.375rem;display:block; }#Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3.adaptive-delivery-prevent-bg, #Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3.lazyload, #Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3.lazyloading { background-image: none; }
#buq430d74q3yrIrzpfmGZqda9TyDqcB0 { position:absolute;display:block;z-index:15026;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/d9d070b0-3020-4550-9805-bd1c3d586d15/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.125rem;width:10.625rem;top:9.1875rem;left:13.5625rem;display:block; }#buq430d74q3yrIrzpfmGZqda9TyDqcB0.adaptive-delivery-prevent-bg, #buq430d74q3yrIrzpfmGZqda9TyDqcB0.lazyload, #buq430d74q3yrIrzpfmGZqda9TyDqcB0.lazyloading { background-image: none; }
#pOUioefDCyv2VSWiW50STwwIerNktAxh { position:absolute;display:block;z-index:15025;background-color:rgba(63,63,63,0.28);background-image:url("https://images.assets-landingi.com/uc/59d20c93-4705-4178-9ff4-8a862fd8f4d0/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #495f6e;border-left:0.0625rem solid #495f6e;border-right:0.0625rem solid #495f6e;border-bottom:0.0625rem solid #495f6e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.125rem;width:10.625rem;top:9.1875rem;left:1.75rem;display:block; }#pOUioefDCyv2VSWiW50STwwIerNktAxh.adaptive-delivery-prevent-bg, #pOUioefDCyv2VSWiW50STwwIerNktAxh.lazyload, #pOUioefDCyv2VSWiW50STwwIerNktAxh.lazyloading { background-image: none; }
#sPUy17nV88sAPIT6QpGMTNOLAkgckZTT { position:absolute;display:block;z-index:15017;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.875rem;width:9.8125rem;top:3.0625rem;left:-9.2895107198344rem;overflow:hidden;display:block; }
#ZInbvDAQSEZ1VvRrTOFbWcT81dET3R1H { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.125rem;top:3.875rem;left:57.691433456129rem;overflow:hidden;display:block; }
#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container { background-color: transparent; background-image: none; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container > .video-iframe-container { display: none; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row > .video-iframe-container { display: none; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .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); }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container { border-width: 0; border-radius: 0; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#FwHte6lo68KWpUy5SQ17GminxdwdbmDm { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:1.359375rem;left:0rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qga61zkFiBJw8mZb4HfW4hTXdQiCsLtq { background-color:transparent;background-image: -webkit-linear-gradient(91deg, #144985, #0e5094);background-image: -moz-linear-gradient(91deg, #144985, #0e5094);background-image: -ms-linear-gradient(91deg, #144985, #0e5094);background-image: -o-linear-gradient(91deg, #144985, #0e5094);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#144985', endColorstr='#0e5094' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#144985', endColorstr='#0e5094' );";background-image: linear-gradient(91deg, #144985, #0e5094);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.734375rem;left:19.21875rem;display:block; }
#ThF8p0tsZVPxk6tw3w5xNR9CJXlwrkbx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { background-color: transparent; background-image: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container > .video-iframe-container { display: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container { display: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .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); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { border-width: 0; border-radius: 0; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8623046875rem;left:14.6875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WkQAysprG25b5HMV5d5cCMVFBbx9UxU8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:0rem;left:5.625rem;overflow:hidden;display:block; }
#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { background-color: transparent; background-image: none; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container > .video-iframe-container { display: none; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row > .video-iframe-container { display: none; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .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); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { border-width: 0; border-radius: 0; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#c4p5gig31S1hDp9q0VbmNooxWLfnWoho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:56.6875rem; }
#c4p5gig31S1hDp9q0VbmNooxWLfnWoho > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; }#I7Wo5XNdfGEKWyQMzg2lonHVINe44QAT { background-color:transparent;background-image: -webkit-linear-gradient(91deg, #144985, #0e5094);background-image: -moz-linear-gradient(91deg, #144985, #0e5094);background-image: -ms-linear-gradient(91deg, #144985, #0e5094);background-image: -o-linear-gradient(91deg, #144985, #0e5094);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#144985', endColorstr='#0e5094' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#144985', endColorstr='#0e5094' );";background-image: linear-gradient(91deg, #144985, #0e5094);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.734375rem;left:19.21875rem;display:none; }
#P7718OBmCHH6Li5vR0ryhfv63dWq9sPf { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKxURtExbWV1MkoxnniGf4MTfII2c6PP { width:15rem;height:3.3125rem;top:1.4375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaU8DJORZMJVcANucr0k29Fdrl5VBI8W { display:block; }
 }@media only screen and (max-width: 763px) { #dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:46.1875rem;display:block; }
#dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #DyKu99S5MW8qpwhutxi2cJZbbia7ExhB { width:6.125rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnl5Mx7SX1Ucl3HfEvenrMTyPripb04n { width:5.75rem;height:5.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFTvE9v1RcfNHH1HK5q6mprc8a1pDhir { width:25.8125rem;height:2.125rem;top:2rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQImzewuziQK3aJx7T1KMLzHuiKf95s { display:block; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:32.125rem;height:10.5rem;top:9.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAdDEMARpV2Emvl8Tn6W1bTUA44UIa7X { width:42.875rem;height:31.75rem;top:6.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT63y734bnLc1HTlLUdIIyOmB56KrrwS { width:21.5rem;height:17.625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weevcpxp04hG9wtPy2kpK5VQfqwkRPyc { width:26.5625rem;height:21.6875rem;top:9.1875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkseFBvstkLCfOez3SQbhSRrqTym9Uf2 { width:47.75rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZ19Pkp3cpZ7XxFHsncuDX7KZ3qlzex7 { width:36rem;height:4.875rem;top:21.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV7yWJUvuGiQFM1DHRyW6RtP3uKeykDW { width:21.5625rem;height:3.3125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvVTzHTqlahzhoVSEaNLeTdqqXa7Ei4o { display:block; }
 }@media only screen and (max-width: 763px) { #bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { display:block; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWZQns8rx6LwytXJE9JCvvNA5T294xda { width:21.5625rem;height:3.3125rem;top:29.875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaQKHJV6JS5JV35Uh7kWLmz7MhIQKmag { display:block; }
 }@media only screen and (max-width: 763px) { #KKdU1scWP6hVJTOfInr9VI7wgnkXuJae { width:1.5625rem;height:1.5625rem;top:30.75rem;left:44.4375rem;display:block; }
#KKdU1scWP6hVJTOfInr9VI7wgnkXuJae > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { width:24.9375rem;height:30.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1Nqwa5giR957zXybT1wT88riEzKkfh { width:25rem;height:0.125rem;top:11.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8aZnluCJcDUnqOU5kw3ZtSKbHCVsMyR { width:0.625rem;height:0.625rem;top:11.6875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { display:block; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB { display:block; }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBOO56FlDZTw9SDWTlnpTKKxiLVEyMMz { width:24rem;height:5.0625rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okd0HwkEHKkCTn2fLgA9RvGQBWhp3wqg { top:11.3125rem;left:0rem;width:12.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEycP4VEptuKGRsI1rOdmt782NwDoC83 { width:28.5rem;height:29.4375rem;top:3.625rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssOmyEIxntdNTUkqUBlcwuwpfgysed83 { width:15.75rem;height:3.3125rem;top:1.5rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMfCVwaO6cGJfZcfQHogJnGfLMpPpDzl { display:block; }
 }@media only screen and (max-width: 763px) { #q3oDSI1CG7P2kdl27K99mNm9CQfoCJnW { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#q3oDSI1CG7P2kdl27K99mNm9CQfoCJnW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #oSSAAMp7twQogKAsHn5TrUvghIlAZoDX { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTK8tEbXgo9X5X0tcV8Fgm1O6TnDa9gx { width:23.75rem;height:5.375rem;top:24.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnmTzaet7DT8g6rrwS0X16CntzcHvJQy { display:block; }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKTDTPJIcJzBtLn43um8W7oke8d0cQTn { width:22.3125rem;height:8.0625rem;top:3.1875rem;left:25.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvHehqL9aT5Z72v4RxyBem6ocnotKvFC { top:12.5625rem;left:26.3125rem;width:12.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGCfH10AMTTQR0EZig0qtBPr2Av68SsU { width:29.9375rem;height:32.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV3cna5ascQBz8womaH5WiRkdOgOcO2F { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#UV3cna5ascQBz8womaH5WiRkdOgOcO2F li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 { display:block; }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OopuUZK3nLom9vLQB9OM7na4UbUxz2Vq { top:17.5625rem;left:0rem;width:12.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAzoJE8nZ1IuyiIMtUlvzSP6qKhoJG1x { width:28.5rem;height:29.4375rem;top:3.625rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0k8V2LqlW4NvCyR3kD4pv5Hs8EiTFxx { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#z0k8V2LqlW4NvCyR3kD4pv5Hs8EiTFxx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #H2zlEauhl9QQBdHOZLTQ1eOkBZrnd5By { width:24rem;height:;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { display:block; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPn8X8oQ4mJXfTTAO1y0yd1HpmPmf4MZ { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqFeIqL5ciLtzD19N5KxTUbLZNhOyZmS { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR { width:11.3125rem;height:6.6875rem;top:4.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOiFkoFWSrggCadmPFuTnsFEZ3A2hCJr { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn { width:11.3125rem;height:6.6875rem;top:12.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXym9asM4VyeUhTiuFWMOiOtvckgwd3h { width:11.3125rem;height:6.6875rem;top:12.5625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC { width:11.3125rem;height:6.6875rem;top:4.5rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7uWEaFX2wknmITMFlblecc5BbOsouyr { width:11.3125rem;height:6.6875rem;top:12.5625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ { width:11.3125rem;height:6.6875rem;top:4.5rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6T7uBKe7ezhCDDwXpAQqHFr0Ts6UcF { width:0.625rem;height:0.625rem;top:9.3125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTL0NCdgnXvXWl5D1ConTI2909fhI5G { width:15.625rem;height:0.125rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcR25ycr9FhXsAACVPMromVcEWLZlaIu { display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { width:27.5rem;height:8.25rem;top:1.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALZfKKTG0ZpA7lVr6mWJaCTuF4vnwCuc { width:23.4375rem;height:30.5625rem;top:4.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgcfscnsMOlt8Q1XTqpU6ZMfoXmbGzd2 { width:23.8125rem;height:3.4375rem;top:5.9375rem;left:23.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { width:21.125rem;height:10.875rem;top:4.375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { width:20rem;height:4.0625rem;top:16.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTUvKWnAgQ0hA00RzCBlUNVpNbavexJu { width:17.9375rem;height:17.9375rem;top:18.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw {display:block;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #A2g6LFNar3WtCyPHhlUzU56TPXoMHQnk {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wmZKuSJoWXRw3NnhmChe01duo3aegCMQ { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #MZVGMbbG8Pn6DEtL4u2n2CEzilTqE3Te {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ObMa3JhgNN62I1FwUoI2EfJCB3iQGGvb {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N1bAAFN6E5JB2PrdCECAMKwRoiv309Qu { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #E8FlkOns4uyxTOEPWeL9EkZ6ad3D93mr {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #VkTxmRaIXyFI1VuV1Vf1xCrhrf5ScA77 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #DqgJU19n27ZEqNImioWMncFP8QTyGXRz { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ByEAWQdX5o82buTQvfNgbozFPgna5Ff9 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #AHncixlAux7OIyzd2C1IsHo8cLtzzS21 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #pzaMgThMmfS3UNEQTyhzMFMDVVTOCkma {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #CG6RdLsxyiH6vpCaSli19m2zGa1buWmh {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #V4r5y5VPXoG76oGamNXiWzUfWm7cvvDD {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wr4oBO1FaL4UDhuKB1h3TWdNzaS5CNaq {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #e18UbAi9Wb2m3ARhmEllI5SIAuxnaWfy {  }
 }@media only screen and (max-width: 763px) { #AZGOcs7OGMc7QG8etyz38MHDVWINeS0O { display:block; }
 }@media only screen and (max-width: 763px) { #MXQF9vrdVG4RP5n3EXRTS0N4FVel7rO2 { display:block; }
 }@media only screen and (max-width: 763px) { #t9yz6xd0M5sTsxWnT5TuN9Z4gEQplbIS { display:block; }
 }@media only screen and (max-width: 763px) { #NFWTkTPPfHT3Fi19wBsXgzr65anG4Twg { display:block; }
 }@media only screen and (max-width: 763px) { #nqroh9eolk4dZH1xbeVuB5PVTdKQiCuu { display:block; }
 }@media only screen and (max-width: 763px) { #qr1nAdkVp6XTsM7KgsNkuznOiTQhI4Du { display:block; }
 }@media only screen and (max-width: 763px) { #tk8MDhClVaiInFx3zFCyx2OG7cE7ryHW { display:block; }
 }@media only screen and (max-width: 763px) { #tKe2SEu2FAuHMMh2cqtUblxGgQF12oHK { display:block; }
 }@media only screen and (max-width: 763px) { #NuKE82yBaM5HkkzZMls5cttKn4xxXCEy { display:block; }
 }@media only screen and (max-width: 763px) { #wpQTy189PIJB2CokzlK8Wf5yBem7yTAw { display:block; }
 }@media only screen and (max-width: 763px) { #bIinunHKdG7XqfhDvnhNzMOPlp0xTNAA { display:block; }
 }@media only screen and (max-width: 763px) { #utD31pQRBdOD0CKGxlX0SxDgG0C9v5TO { display:block; }
 }@media only screen and (max-width: 763px) { #FJIoJIgGV5nkERq1tWkwVTzNyb2s3urJ { display:block; }
 }@media only screen and (max-width: 763px) { #xvrB19o1R2M9zMSAVJfwH3CetA34pFD7 { display:block; }
 }@media only screen and (max-width: 763px) { #guhvsDyEBzM95oOdfwsoWEbi0Lsy4R7r { display:block; }
 }@media only screen and (max-width: 763px) { #EpFl2QG3BUc6NS9CWfQZR9w0dI1iokiz { display:block; }
 }@media only screen and (max-width: 763px) { #cFCy7p6XmqIlZotp5TcdkIVNHH7WWnPn { display:block; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #NdfHubHsfldsrNTuTozQxxibRNPXBTcl {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N7BfTMnlJFTHEzTliEw65pIE8rdO3SXI {  }
 }@media only screen and (max-width: 763px) { #d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN { display:block; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpH79e4WUWFnzrL6dTOFTS8pU0LevNd6 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 { display:block; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VahRTaCq9fQ2rofBsmoU3rTzRMPbQlva { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKK74AJOkm07NT9wRsW7N44E3ZMgCnhv { width:22.25rem;height:33.5625rem;top:0.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMwNKhxDsggMzH4qFcTGVK6vJWTcJMfW { width:24.375rem;height:29.9375rem;top:4.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFXvBwrT69X1CmChF6eRs9sRLlQhUoiH { width:23.4375rem;height:29.875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLy4fq4iiFNT48iuTxqnzuO62An8eof { width:4.8125rem;height:4.8125rem;top:3rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXTJ1ATiTfkziisRc41ngIrCnWaz5woD { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #p525aSJE1S6PhenMid3yQDErS0gtu6Xl { width:3.75rem;height:0.125rem;top:9.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS8nuJTGGnM5lZanCmbqfJAwmKPpOfhr { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #GocoeGGqlO3HGebC0mXBZo8wwfTzbo0J { width:3.5rem;height:3.5rem;top:3.625rem;left:24.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPV1It3bP9eV8SexOD3bWazTTAxLWvL { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#SJPV1It3bP9eV8SexOD3bWazTTAxLWvL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #GKUayTSTTihGspOA6eX4T2t7bP1vxRgz { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIkNTK5M2PbTcIHZkNQguohD5I9od84i { width:3.75rem;height:0.125rem;top:12rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHQTectq8le7afutVctJlxfB5INP41dT { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIxLM3tDkB5UIWDFWRAcO9PS5DMa5fFi { width:4.8125rem;height:4.8125rem;top:7.8125rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ85TlLMEbSHMsJCfFw0XX6gvypxAGHs { width:3.1875rem;height:3.1875rem;top:9.0625rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab81BI8cFcyIBOzp25JRQG3AAIIDub7a { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#ab81BI8cFcyIBOzp25JRQG3AAIIDub7a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #MZQLyuQQmUBaiEp0gKUbZwgavTfNnqpl { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5XacPEu7BTqm0IcivTTqVULTIUDwo7m { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJJ5U6AdxiEtDteZ1rmKSbPXUcH7ZIJ { width:3.75rem;height:0.125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #La5zKJbhlhAD1VV4RIEv7mb846w8SRQJ { width:4.8125rem;height:4.8125rem;top:7.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsXNGO74c4BewlAk3PWizfr6oLNWarPz { width:2.9375rem;height:2.9375rem;top:7.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdIV1ADKgvV6iC6HnFGXzxOf4l8H9vWd { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#PdIV1ADKgvV6iC6HnFGXzxOf4l8H9vWd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #pxExxBTLrXSc2kvWmcBZoxxhK70TnckD { display:block; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faxE6KmbCbaOi5zU4wBDfX9Rauz2gwT8 { width:15.75rem;height:3.3125rem;top:1.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4UH4OPJbq3t4hitFq2qQlRdSCIpVbgb { display:block; }
 }@media only screen and (max-width: 763px) { #d7dUz0HqmCFygr5o2dywC2sRCIKJFivp { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:29.125rem;display:block; }
#d7dUz0HqmCFygr5o2dywC2sRCIKJFivp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx { display:block; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktFhHOA2v5BPx93utvhgimzy6VXacHq7 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od1aT0cV6a9SMxUBLngbL39BAor6xIwg { display:block; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPVUQIEu0ilMWokFtQAN32a6loZkmksE { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2GzTU7ebzQ6me2HHuVbODsU7nTvGoAk { width:20.3125rem;height:6.5rem;top:2.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKU1GA63n6uFwTTTTqdXmiIctN97du9X { width:17.6875rem;height:4rem;top:3.6875rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6hDvg0ZJsMmk7Nn8mgQ06t21sM39F8d { width:20.3125rem;height:6.5rem;top:10.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paxtb0JoPZ0wKTQr2GrTBf1vyggVMayR { width:17.6875rem;height:4rem;top:11.75rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ5bumM3oK7klW8PkOivLgi25yVSJ1PN { width:20.3125rem;height:6.5rem;top:2.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQDGKOZGi1WqvIhqFOQ10Ay1Ic37cNIU { width:17.6875rem;height:4rem;top:3.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u49NWEpT2xxOTB4feFags1RRasVdDl3y { width:20.3125rem;height:6.5rem;top:10.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNH2ls5i6ocKVB0JIxDUlQ33bCXg0FMb { width:17.6875rem;height:4rem;top:11.8125rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XScxMXxWr4BSvdXNmqOaWAcMhRNDHrKi { width:21.5625rem;height:3.3125rem;top:19.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmmJPA2TwrR5Ii5BB88xHmTldIPBn1Dq { display:block; }
 }@media only screen and (max-width: 763px) { #IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari { display:block; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HygAdy3KT2e0m6vSGHFsMazBGPB6hJpd { width:47.75rem;height:34.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC { display:block; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTgxiqRlKJHZMLfkxhiJEwEpl8N67S7B { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs { width:10.625rem;height:6.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc { width:10.625rem;height:6.125rem;top:1.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e { width:10.625rem;height:6.125rem;top:1.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnJqMLTfISQ1Z5375JwIv1qvehbU8iel { width:10.625rem;height:6.125rem;top:1.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCNA4CBXlmGFClvTBsQscGAUa08cb36S { width:10.625rem;height:6.125rem;top:1.875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #eat6iTT300K1ZiTUAv7EqRGwDQkPJntX { width:10.625rem;height:6.125rem;top:9.1875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT { width:10.625rem;height:6.125rem;top:9.1875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3 { width:10.625rem;height:6.125rem;top:9.1875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buq430d74q3yrIrzpfmGZqda9TyDqcB0 { width:10.625rem;height:6.125rem;top:9.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOUioefDCyv2VSWiW50STwwIerNktAxh { width:10.625rem;height:6.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPUy17nV88sAPIT6QpGMTNOLAkgckZTT { width:9.8125rem;height:9.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZInbvDAQSEZ1VvRrTOFbWcT81dET3R1H { width:13.125rem;height:13.3125rem;top:3.875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 { display:block; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwHte6lo68KWpUy5SQ17GminxdwdbmDm { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qga61zkFiBJw8mZb4HfW4hTXdQiCsLtq { width:21.5625rem;height:3.3125rem;top:7.6875rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThF8p0tsZVPxk6tw3w5xNR9CJXlwrkbx { display:block; }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQAysprG25b5HMV5d5cCMVFBbx9UxU8 { width:5.75rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWkS8v7T8G7OJQoVUNxhCrynhpxVshp { display:block; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4p5gig31S1hDp9q0VbmNooxWLfnWoho { width:3.3125rem;height:3.3125rem;top:0rem;left:44.4375rem;display:block; }
#c4p5gig31S1hDp9q0VbmNooxWLfnWoho > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #I7Wo5XNdfGEKWyQMzg2lonHVINe44QAT { width:21.5625rem;height:3.3125rem;top:7.6875rem;left:13.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7718OBmCHH6Li5vR0ryhfv63dWq9sPf { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKxURtExbWV1MkoxnniGf4MTfII2c6PP { width:13.1875rem;height:2.5rem;top:0.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaU8DJORZMJVcANucr0k29Fdrl5VBI8W { display:block; }
 }@media only screen and (max-width: 763px) { #dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 { display:flex;width:1.5625rem;height:1.5625rem;top:2.3125rem;left:9.1875rem;display:none; }
#dxOTGRIu3crIIFN7g0iWxzlI3BCbTnN1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #DyKu99S5MW8qpwhutxi2cJZbbia7ExhB { width:6.125rem;height:6.125rem;top:1.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnl5Mx7SX1Ucl3HfEvenrMTyPripb04n { width:3.625rem;height:3.625rem;top:0rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #DFTvE9v1RcfNHH1HK5q6mprc8a1pDhir { width:20rem;height:1.6464891041162rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuQImzewuziQK3aJx7T1KMLzHuiKf95s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f2d61, #020813);background-image: -moz-linear-gradient(180deg, #0f2d61, #020813);background-image: -ms-linear-gradient(180deg, #0f2d61, #020813);background-image: -o-linear-gradient(180deg, #0f2d61, #020813);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2d61', endColorstr='#020813' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2d61', endColorstr='#020813' );";background-image: linear-gradient(180deg, #0f2d61, #020813);background-size:cover !important;display:block; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { background-color: transparent; background-image: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .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); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:18.375rem;height:8.2470625rem;top:5.625rem;left:0.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IAdDEMARpV2Emvl8Tn6W1bTUA44UIa7X { width:20rem;height:14.9375rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT63y734bnLc1HTlLUdIIyOmB56KrrwS { width:20rem;height:16.3945rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weevcpxp04hG9wtPy2kpK5VQfqwkRPyc { width:20rem;height:16.329411764706rem;top:57.46921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkseFBvstkLCfOez3SQbhSRrqTym9Uf2 { top:2.125rem;left:0rem;width:20rem;height:1.875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OZ19Pkp3cpZ7XxFHsncuDX7KZ3qlzex7 { width:20rem;height:4.875rem;top:32.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rV7yWJUvuGiQFM1DHRyW6RtP3uKeykDW { width:18.875rem;height:3.3125rem;top:39.75rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvVTzHTqlahzhoVSEaNLeTdqqXa7Ei4o { display:block; }
 }@media only screen and (max-width: 763px) { #bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #020813, #080808);background-image: -moz-linear-gradient(180deg, #020813, #080808);background-image: -ms-linear-gradient(180deg, #020813, #080808);background-image: -o-linear-gradient(180deg, #020813, #080808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020813', endColorstr='#080808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#020813', endColorstr='#080808' );";background-image: linear-gradient(180deg, #020813, #080808);background-size:auto !important;display:block; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { background-color: transparent; background-image: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container > .video-iframe-container { display: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container { display: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .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); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWZQns8rx6LwytXJE9JCvvNA5T294xda { width:17.75rem;height:3.25rem;top:47.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaQKHJV6JS5JV35Uh7kWLmz7MhIQKmag { display:block; }
 }@media only screen and (max-width: 763px) { #KKdU1scWP6hVJTOfInr9VI7wgnkXuJae { display:flex;width:1.5625rem;height:1.5625rem;top:29.5625rem;left:9.1875rem;display:none; }
#KKdU1scWP6hVJTOfInr9VI7wgnkXuJae > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE { width:16.4375rem;height:19.2305rem;top:25.1875rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { width:20rem;height:11.8125rem;top:10.88671875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1423c8fb-fe66-44aa-a30c-6ec6188df781/Rectangle5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.adaptive-delivery-prevent-bg, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyload, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { width:20rem;height:7.5rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1Nqwa5giR957zXybT1wT88riEzKkfh { width:18.75rem;height:0.0625rem;top:11.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8aZnluCJcDUnqOU5kw3ZtSKbHCVsMyR { width:0.625rem;height:0.625rem;top:51.786625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { display:block; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB { display:block; }#uVCzvtcn46A2NBo6atsqCTIc6rNT8lMB > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBOO56FlDZTw9SDWTlnpTKKxiLVEyMMz { width:14.125rem;height:3rem;top:1.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Okd0HwkEHKkCTn2fLgA9RvGQBWhp3wqg { width:12.5rem;height:0.125rem;top:5.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEycP4VEptuKGRsI1rOdmt782NwDoC83 { width:20rem;height:7.75rem;top:29.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssOmyEIxntdNTUkqUBlcwuwpfgysed83 { width:19.625rem;height:3.3125rem;top:28.0625rem;left:0rem;z-index:15009;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMfCVwaO6cGJfZcfQHogJnGfLMpPpDzl { display:block; }
 }@media only screen and (max-width: 763px) { #q3oDSI1CG7P2kdl27K99mNm9CQfoCJnW { width:19.4375rem;height:10.25rem;top:6.4375rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#q3oDSI1CG7P2kdl27K99mNm9CQfoCJnW li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q3oDSI1CG7P2kdl27K99mNm9CQfoCJnW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #oSSAAMp7twQogKAsHn5TrUvghIlAZoDX { width:17.875rem;height:0;top:18.154296875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #tTK8tEbXgo9X5X0tcV8Fgm1O6TnDa9gx { width:16.75rem;height:8.097625rem;top:18.8125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnmTzaet7DT8g6rrwS0X16CntzcHvJQy { display:block; }#tnmTzaet7DT8g6rrwS0X16CntzcHvJQy > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKTDTPJIcJzBtLn43um8W7oke8d0cQTn { width:16.1875rem;height:6rem;top:0.875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvHehqL9aT5Z72v4RxyBem6ocnotKvFC { width:12.5rem;height:0.125rem;top:7.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGCfH10AMTTQR0EZig0qtBPr2Av68SsU { width:20rem;height:10.4375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV3cna5ascQBz8womaH5WiRkdOgOcO2F { width:19.0625rem;height:20.8555rem;top:21.5rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }#UV3cna5ascQBz8womaH5WiRkdOgOcO2F li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UV3cna5ascQBz8womaH5WiRkdOgOcO2F li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 { display:block; }#hZrImqzhroIo6VQZgiNyqvkSZaCG2Ff7 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OopuUZK3nLom9vLQB9OM7na4UbUxz2Vq { width:12.5rem;height:0.125rem;top:7rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAzoJE8nZ1IuyiIMtUlvzSP6qKhoJG1x { width:20rem;height:11.875rem;top:22.2119140625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9250d6c8-3661-49e2-9ce3-7a87185ff923/reparadorimputardadosnasalaservidor.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GAzoJE8nZ1IuyiIMtUlvzSP6qKhoJG1x.adaptive-delivery-prevent-bg, #GAzoJE8nZ1IuyiIMtUlvzSP6qKhoJG1x.lazyload, #GAzoJE8nZ1IuyiIMtUlvzSP6qKhoJG1x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z0k8V2LqlW4NvCyR3kD4pv5Hs8EiTFxx { width:19.0625rem;height:11.6465rem;top:9.3125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }#z0k8V2LqlW4NvCyR3kD4pv5Hs8EiTFxx li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z0k8V2LqlW4NvCyR3kD4pv5Hs8EiTFxx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/82870227-1cf7-4b2d-9edb-8d618c40e8a9/listadecontrole.svg); }
 }@media only screen and (max-width: 763px) { #H2zlEauhl9QQBdHOZLTQ1eOkBZrnd5By { width:16.6875rem;height:4.5rem;top:1.8125rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { display:block; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPn8X8oQ4mJXfTTAO1y0yd1HpmPmf4MZ { width:20rem;height:1.875rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SqFeIqL5ciLtzD19N5KxTUbLZNhOyZmS { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #fTDIcsVlWFw8tWdoZvkcyoNWF5dqvwzR { width:8.625rem;height:5.0625rem;top:12.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOiFkoFWSrggCadmPFuTnsFEZ3A2hCJr { width:14.8125rem;height:4.875rem;top:5.5625rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XsUHbhZG9hRGtlONoRTOt6PsmgqNEGPn { width:8.625rem;height:5.0625rem;top:12.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXym9asM4VyeUhTiuFWMOiOtvckgwd3h { width:8.625rem;height:5.0625rem;top:25.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE4uezTZqA2uAfC8OoSLhif2MEKVmmpC { width:8.625rem;height:5.0625rem;top:18.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7uWEaFX2wknmITMFlblecc5BbOsouyr { width:8.625rem;height:5.0625rem;top:25.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWd0R9OCT8wQsqIZU0yJkW8V6WGM57cQ { width:8.625rem;height:5.0625rem;top:18.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6T7uBKe7ezhCDDwXpAQqHFr0Ts6UcF { width:0.625rem;height:0.625rem;top:38.62353515625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOTL0NCdgnXvXWl5D1ConTI2909fhI5G { width:15.625rem;height:0.125rem;top:9.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcR25ycr9FhXsAACVPMromVcEWLZlaIu { display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { width:19.0625rem;height:9.098625rem;top:0.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALZfKKTG0ZpA7lVr6mWJaCTuF4vnwCuc { width:19.625rem;height:29rem;top:17.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PgcfscnsMOlt8Q1XTqpU6ZMfoXmbGzd2 { width:18.8125rem;height:3rem;top:18.8125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { width:17.8125rem;height:8.999rem;top:1.5625rem;left:1.09375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { width:15.5rem;height:3.9375rem;top:11.49853515625rem;left:1.09375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OTUvKWnAgQ0hA00RzCBlUNVpNbavexJu { width:11.3125rem;height:11.3125rem;top:43.25rem;left:4.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:2.5625rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:1.125rem;overflow:hidden; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]:-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]::-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]:-ms-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw [class*="-text"]::-webkit-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw  { width:17.5rem;height:auto;top:21.5625rem;left:0rem; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw {display:block;}#QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw { width:17.5rem;height:auto;top:21.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #A2g6LFNar3WtCyPHhlUzU56TPXoMHQnk {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wmZKuSJoWXRw3NnhmChe01duo3aegCMQ { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #MZVGMbbG8Pn6DEtL4u2n2CEzilTqE3Te {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ObMa3JhgNN62I1FwUoI2EfJCB3iQGGvb {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N1bAAFN6E5JB2PrdCECAMKwRoiv309Qu { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #E8FlkOns4uyxTOEPWeL9EkZ6ad3D93mr {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #VkTxmRaIXyFI1VuV1Vf1xCrhrf5ScA77 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #DqgJU19n27ZEqNImioWMncFP8QTyGXRz { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #ByEAWQdX5o82buTQvfNgbozFPgna5Ff9 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #AHncixlAux7OIyzd2C1IsHo8cLtzzS21 {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #pzaMgThMmfS3UNEQTyhzMFMDVVTOCkma { display:none; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #CG6RdLsxyiH6vpCaSli19m2zGa1buWmh {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #V4r5y5VPXoG76oGamNXiWzUfWm7cvvDD {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #wr4oBO1FaL4UDhuKB1h3TWdNzaS5CNaq {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #e18UbAi9Wb2m3ARhmEllI5SIAuxnaWfy {  }
 }@media only screen and (max-width: 763px) { #AZGOcs7OGMc7QG8etyz38MHDVWINeS0O { display:block; }
 }@media only screen and (max-width: 763px) { #MXQF9vrdVG4RP5n3EXRTS0N4FVel7rO2 { display:block; }
 }@media only screen and (max-width: 763px) { #t9yz6xd0M5sTsxWnT5TuN9Z4gEQplbIS { display:block; }
 }@media only screen and (max-width: 763px) { #NFWTkTPPfHT3Fi19wBsXgzr65anG4Twg { display:block; }
 }@media only screen and (max-width: 763px) { #nqroh9eolk4dZH1xbeVuB5PVTdKQiCuu { display:block; }
 }@media only screen and (max-width: 763px) { #qr1nAdkVp6XTsM7KgsNkuznOiTQhI4Du { display:block; }
 }@media only screen and (max-width: 763px) { #tk8MDhClVaiInFx3zFCyx2OG7cE7ryHW { display:block; }
 }@media only screen and (max-width: 763px) { #tKe2SEu2FAuHMMh2cqtUblxGgQF12oHK { display:block; }
 }@media only screen and (max-width: 763px) { #NuKE82yBaM5HkkzZMls5cttKn4xxXCEy { display:block; }
 }@media only screen and (max-width: 763px) { #wpQTy189PIJB2CokzlK8Wf5yBem7yTAw { display:block; }
 }@media only screen and (max-width: 763px) { #bIinunHKdG7XqfhDvnhNzMOPlp0xTNAA { display:block; }
 }@media only screen and (max-width: 763px) { #utD31pQRBdOD0CKGxlX0SxDgG0C9v5TO { display:block; }
 }@media only screen and (max-width: 763px) { #FJIoJIgGV5nkERq1tWkwVTzNyb2s3urJ { display:block; }
 }@media only screen and (max-width: 763px) { #xvrB19o1R2M9zMSAVJfwH3CetA34pFD7 { display:block; }
 }@media only screen and (max-width: 763px) { #guhvsDyEBzM95oOdfwsoWEbi0Lsy4R7r { display:block; }
 }@media only screen and (max-width: 763px) { #EpFl2QG3BUc6NS9CWfQZR9w0dI1iokiz { display:block; }
 }@media only screen and (max-width: 763px) { #cFCy7p6XmqIlZotp5TcdkIVNHH7WWnPn { display:block; }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #NdfHubHsfldsrNTuTozQxxibRNPXBTcl {  }
 }@media only screen and (max-width: 763px) { #QJKSRI2q2NKdNraH9D8MbGJUZMA2xyyw #N7BfTMnlJFTHEzTliEw65pIE8rdO3SXI {  }
 }@media only screen and (max-width: 763px) { #d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN { display:block; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpH79e4WUWFnzrL6dTOFTS8pU0LevNd6 { width:18.5rem;height:3.298825rem;top:2.32470703125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 { display:block; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { width:20rem;height:95.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VahRTaCq9fQ2rofBsmoU3rTzRMPbQlva { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ZKK74AJOkm07NT9wRsW7N44E3ZMgCnhv { width:20rem;height:30.625rem;top:31rem;left:0rem;z-index:14999;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMwNKhxDsggMzH4qFcTGVK6vJWTcJMfW { width:20rem;height:30rem;top:63.4375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hFXvBwrT69X1CmChF6eRs9sRLlQhUoiH { width:20rem;height:27.8125rem;top:1.9375rem;left:0rem;z-index:14999;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLy4fq4iiFNT48iuTxqnzuO62An8eof { width:4.8125rem;height:4.8125rem;top:33.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXTJ1ATiTfkziisRc41ngIrCnWaz5woD { width:12.5625rem;height:4.94824375rem;top:33.25rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p525aSJE1S6PhenMid3yQDErS0gtu6Xl { width:3.75rem;height:0.125rem;top:54.86230625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yS8nuJTGGnM5lZanCmbqfJAwmKPpOfhr { width:16.875rem;height:5.625rem;top:39.9375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GocoeGGqlO3HGebC0mXBZo8wwfTzbo0J { display:flex;width:3.5rem;height:3.5rem;top:33.9375rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #SJPV1It3bP9eV8SexOD3bWazTTAxLWvL { width:16.9375rem;height:10.5859375rem;top:80.875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#SJPV1It3bP9eV8SexOD3bWazTTAxLWvL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #GKUayTSTTihGspOA6eX4T2t7bP1vxRgz { width:15.5rem;height:6.75rem;top:72.4375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fIkNTK5M2PbTcIHZkNQguohD5I9od84i { width:3.75rem;height:0.125rem;top:91.86230625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHQTectq8le7afutVctJlxfB5INP41dT { width:8.3125rem;height:3.298825rem;top:67rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iIxLM3tDkB5UIWDFWRAcO9PS5DMa5fFi { width:4.8125rem;height:4.8125rem;top:66.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ85TlLMEbSHMsJCfFw0XX6gvypxAGHs { display:flex;width:3.1875rem;height:3.1875rem;top:67.0625rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #ab81BI8cFcyIBOzp25JRQG3AAIIDub7a { width:16.9375rem;height:8.0488125rem;top:19.3125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#ab81BI8cFcyIBOzp25JRQG3AAIIDub7a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #MZQLyuQQmUBaiEp0gKUbZwgavTfNnqpl { width:15.5rem;height:6.75rem;top:10.8125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c5XacPEu7BTqm0IcivTTqVULTIUDwo7m { width:8.6875rem;height:3.298825rem;top:4.625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NUJJ5U6AdxiEtDteZ1rmKSbPXUcH7ZIJ { width:3.75rem;height:0.125rem;top:19.73730625rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #La5zKJbhlhAD1VV4RIEv7mb846w8SRQJ { width:4.8125rem;height:4.8125rem;top:3.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsXNGO74c4BewlAk3PWizfr6oLNWarPz { display:flex;width:2.9375rem;height:2.9375rem;top:4.8125rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #PdIV1ADKgvV6iC6HnFGXzxOf4l8H9vWd { width:17.75rem;height:12.6855625rem;top:46.6875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#PdIV1ADKgvV6iC6HnFGXzxOf4l8H9vWd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/179e938b-9f21-4c6b-9760-75ca45ec6ced/marcadeselecao1.png); }
 }@media only screen and (max-width: 763px) { #pxExxBTLrXSc2kvWmcBZoxxhK70TnckD { display:block; }#pxExxBTLrXSc2kvWmcBZoxxhK70TnckD > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faxE6KmbCbaOi5zU4wBDfX9Rauz2gwT8 { width:15.75rem;height:3.3125rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4UH4OPJbq3t4hitFq2qQlRdSCIpVbgb { display:block; }
 }@media only screen and (max-width: 763px) { #d7dUz0HqmCFygr5o2dywC2sRCIKJFivp { display:flex;width:1.5625rem;height:1.5625rem;top:2.3125rem;left:9.1875rem;display:none; }
#d7dUz0HqmCFygr5o2dywC2sRCIKJFivp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx { background-color:#080808;background-image:none;display:block; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { background-color: transparent; background-image: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container > .video-iframe-container { display: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row > .video-iframe-container { display: none; }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .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); }#ptgaKNfc4LR8ZT0aeHx1uqiCfvA8H5Fx > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktFhHOA2v5BPx93utvhgimzy6VXacHq7 { width:16.5625rem;height:6.75rem;top:1.125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Od1aT0cV6a9SMxUBLngbL39BAor6xIwg { background-color:#080808;background-image:none;display:block; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { background-color: transparent; background-image: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container > .video-iframe-container { display: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row > .video-iframe-container { display: none; }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .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); }#Od1aT0cV6a9SMxUBLngbL39BAor6xIwg > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPVUQIEu0ilMWokFtQAN32a6loZkmksE { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #C2GzTU7ebzQ6me2HHuVbODsU7nTvGoAk { width:19.75rem;height:6.5rem;top:1.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OKU1GA63n6uFwTTTTqdXmiIctN97du9X { width:17.875rem;height:2.625rem;top:3.3125rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a6hDvg0ZJsMmk7Nn8mgQ06t21sM39F8d { width:19.75rem;height:6.5rem;top:9rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Paxtb0JoPZ0wKTQr2GrTBf1vyggVMayR { width:17.6875rem;height:2.625rem;top:11.0625rem;left:1.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CQ5bumM3oK7klW8PkOivLgi25yVSJ1PN { width:19.75rem;height:6.5rem;top:17.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tQDGKOZGi1WqvIhqFOQ10Ay1Ic37cNIU { width:17.6875rem;height:2.625rem;top:19.1875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u49NWEpT2xxOTB4feFags1RRasVdDl3y { width:19.75rem;height:6.5rem;top:25.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fNH2ls5i6ocKVB0JIxDUlQ33bCXg0FMb { width:17.6875rem;height:2.625rem;top:27.1875rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XScxMXxWr4BSvdXNmqOaWAcMhRNDHrKi { width:18.875rem;height:3.3125rem;top:33.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmmJPA2TwrR5Ii5BB88xHmTldIPBn1Dq { display:block; }
 }@media only screen and (max-width: 763px) { #IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari.adaptive-delivery-prevent-bg, #IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari.lazyload, #IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari.lazyloading { background-image: none; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row .container { background-color: transparent; background-image: none; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row .container > .video-iframe-container { display: none; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row > .video-iframe-container { display: none; }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .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); }#IOZoWzwlzIVwfE3CQIli7adc4W7e8Ari > .row .container { width:20rem;height:242.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HygAdy3KT2e0m6vSGHFsMazBGPB6hJpd { width:20rem;height:34.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC { display:block; }#oQw1p02Dw1etl7bTSyWOCOOC7eiDM3bC > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTgxiqRlKJHZMLfkxhiJEwEpl8N67S7B { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #o2ESg1cXulhha9c9eZ9fuV7XvmmGcbBs { width:9.25rem;height:6.125rem;top:0.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQtSeVJZa6tuABzVEW1OCD5M6i42zUZc { width:9.25rem;height:6.125rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG17d0F8VZRnFbww2ZSLpQzo0ooZVX2e { width:9.25rem;height:6.125rem;top:8rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnJqMLTfISQ1Z5375JwIv1qvehbU8iel { width:9.25rem;height:6.125rem;top:22.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCNA4CBXlmGFClvTBsQscGAUa08cb36S { width:9.25rem;height:6.125rem;top:22.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eat6iTT300K1ZiTUAv7EqRGwDQkPJntX { width:9.25rem;height:6.125rem;top:29.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ycpQPr70VBRu3a5ANB8fVo2R0RrkXT { width:9.25rem;height:6.125rem;top:29.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am0uSu1FlKaSVvb7sQWRayHlcqcFeve3 { width:9.25rem;height:6.125rem;top:15rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buq430d74q3yrIrzpfmGZqda9TyDqcB0 { width:9.25rem;height:6.125rem;top:15rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOUioefDCyv2VSWiW50STwwIerNktAxh { width:9.25rem;height:6.125rem;top:8rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPUy17nV88sAPIT6QpGMTNOLAkgckZTT { width:9.8125rem;height:9.875rem;top:38.62353515625rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZInbvDAQSEZ1VvRrTOFbWcT81dET3R1H { width:13.125rem;height:13.3125rem;top:117.24853515625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 { display:block; }#ZFJkLTFy3XLq9hzKMpM7ONJyaoU8B2w8 > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwHte6lo68KWpUy5SQ17GminxdwdbmDm { width:20rem;height:3rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Qga61zkFiBJw8mZb4HfW4hTXdQiCsLtq { width:18.875rem;height:3.3125rem;top:5.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThF8p0tsZVPxk6tw3w5xNR9CJXlwrkbx { display:block; }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { width:14.6875rem;height:2.19140625rem;top:5.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQAysprG25b5HMV5d5cCMVFBbx9UxU8 { width:4.4375rem;height:4.4375rem;top:1.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWkS8v7T8G7OJQoVUNxhCrynhpxVshp { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { background-color: transparent; background-image: none; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container > .video-iframe-container { display: none; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row > .video-iframe-container { display: none; }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .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); }#esWkS8v7T8G7OJQoVUNxhCrynhpxVshp > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4p5gig31S1hDp9q0VbmNooxWLfnWoho { display:flex;width:3.3125rem;height:3.3125rem;top:0.75rem;left:16.6875rem; }
#c4p5gig31S1hDp9q0VbmNooxWLfnWoho > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #I7Wo5XNdfGEKWyQMzg2lonHVINe44QAT { width:14.875rem;height:3.3125rem;top:0.75rem;left:0rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #P7718OBmCHH6Li5vR0ryhfv63dWq9sPf { display:block; }
 }