.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,230,204;--color-primary-1:255,181,102;--color-primary-2:255,131,0;--color-primary-3:225,107,0;--color-primary-4:218,172,0;--color-secondary-0:217,218,224;--color-secondary-1:128,133,150;--color-secondary-2:1,11,45;--color-secondary-3:1,6,23;--color-secondary-4:0,2,7;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b58ce10b-e550-45e6-8e31-a64db72d5753/fullbanner.webp");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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;top:0rem;left:0rem;right:0rem;display:block; }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .row .container { background-color: transparent; background-image: none; }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .row .container > .video-iframe-container { display: none; }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .row > .video-iframe-container { display: none; }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .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); }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .row .container { border-width: 0; border-radius: 0; }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#zTcTRWlzdC1uzSh9mxuUKl6RoaLZHAv9 { 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.1875rem;width:8.75rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#BoAwX5p1XhdXLlH7pEC7kGQI3M7mKLLG { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:2.75rem;left:59.0625rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nphITGEfKvpFfQuyJu20MgTezLrdBueU { color:rgba(var(--color-secondary-2),1);display:block;width:9.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:1.75rem;left:59.1875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gmKUumgr2WmH3TkFRP2h5uCPIvHObcwd { position:absolute;display:block;z-index:15063;height:3.75rem;width:20rem;top:0.4375rem;left:37.849220275879rem;display:block; }
#PURhATnyrnApHB3npzkrfr0qgXVJwfMt { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),0));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { background-color: transparent; background-image: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .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); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { border-width: 0; border-radius: 0; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#wkrQP88s9e25kAJxuuCAJ02kg98XMnZE { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:26.06875038147rem;left:0rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x1l7BTqaOzWThoa2ZwXXfhFtWK29THlO { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:12.9375rem;left:0rem;height:12.16875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MfyXmnZE7G5CgtyyxtaVISO0sLOGmIs3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.1875rem;left:13.125rem;display:none; }
#HFUU9WSVdesaWKE9Cg0PabChansQtR8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MS3LuUPlp3x3k4kk5FpVXMGWogZZI5Ep { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.1875rem;left:43.1875rem;display:none; }
#Qm9JuL8fyrlT5L6nwalnApf5Cte2q4FV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uaFP7uvkoLThbFMznR3Gk62GzBUxdAML { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.1875rem;left:30.1875rem;display:none; }
#s2MzxUAFVV5b5gDPX8E4plgACJ43J3Kz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hso3vCraNRTTsiNmSXbbSDB3csCG8Qan { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.1875rem;left:56.3125rem;display:none; }
#zsCJ53UrB39gECzMEzXOgH04BNfvU3NI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVdNeNFXOxerK7y4es1aHgWR45nsvnP0 { position:absolute;display:block;z-index:15062;height:3.75rem;width:20rem;top:35.1875rem;left:0rem;display:block; }
#pX1RHR996qmaTLikKaFFVF3ZlO7kmocJ { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.1875rem;left:0.3125rem;display:block; }#pX1RHR996qmaTLikKaFFVF3ZlO7kmocJ.adaptive-delivery-prevent-bg, #pX1RHR996qmaTLikKaFFVF3ZlO7kmocJ.lazyload, #pX1RHR996qmaTLikKaFFVF3ZlO7kmocJ.lazyloading { background-image: none; }
#uiPF1KDIFZDZTPCO5w0r9kNW6F5bh9we { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.1875rem;left:19.0625rem;display:block; }#uiPF1KDIFZDZTPCO5w0r9kNW6F5bh9we.adaptive-delivery-prevent-bg, #uiPF1KDIFZDZTPCO5w0r9kNW6F5bh9we.lazyload, #uiPF1KDIFZDZTPCO5w0r9kNW6F5bh9we.lazyloading { background-image: none; }
#XJoeDLFZhxkBtkhbc6ZFMPcLzG8RFZ13 { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.1875rem;left:37.8125rem;display:block; }#XJoeDLFZhxkBtkhbc6ZFMPcLzG8RFZ13.adaptive-delivery-prevent-bg, #XJoeDLFZhxkBtkhbc6ZFMPcLzG8RFZ13.lazyload, #XJoeDLFZhxkBtkhbc6ZFMPcLzG8RFZ13.lazyloading { background-image: none; }
#Ng4T07spPdTsbppudtokurAqbNBh1IT0 { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.1875rem;left:56.5625rem;display:block; }#Ng4T07spPdTsbppudtokurAqbNBh1IT0.adaptive-delivery-prevent-bg, #Ng4T07spPdTsbppudtokurAqbNBh1IT0.lazyload, #Ng4T07spPdTsbppudtokurAqbNBh1IT0.lazyloading { background-image: none; }
#fMQVPkXPdbKf2KSx4p99A6z7OaeELlig { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.75rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOicWFSinN9OcDcxhsW27E6ealTXqT4J { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.75rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEoQOzUMovga7TbQCer9ZwuES3CB25DD { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:53.75rem;left:37.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0l3R0JeoyTuxdnIAhOFmOXC9toZDPcg { color:#1e36e9;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:53.75rem;left:56.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sa6fnUJNoLzp0LCk0FTCOOCLVsBOAUEV { color:rgba(var(--color-secondary-2),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:55.4375rem;left:1.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUxzmvkzFHXqq04zuy2c7X6GP1mbn5Tg { color:rgba(var(--color-secondary-2),1);display:block;width:15.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:55.6875rem;left:20.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAxle8ITrxHnGoRRhuiMaOyI0QAVPxNm { color:rgba(var(--color-secondary-2),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:55.6875rem;left:38.75rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTCmz0rksF0wcxOD8ETBdE2vKUucQJ3C { color:rgba(var(--color-secondary-2),1);display:block;width:15.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:55.6875rem;left:57.9375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9fI1FXALAgugE3Byc2w37thWqkuZFgx { position:absolute;display:block;z-index:15063;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:3.5625rem;width:20rem;top:41.8125rem;left:0rem;overflow:hidden;display:block; }
#PQUChhENccbEcB6UJtCTm1b6epk1i5eQ { box-sizing:content-box;height:4.625rem;width:21.125rem;position:absolute;display:block;z-index:15000;background-color:#00388b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.1875rem;left:0rem;display:none; }
#hXAprW5PHKirnZIqGOoOWAUqWCo7dwG1 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.3125rem;left:0rem;height:13.6125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#W7DUienPUmOa3qTTOiVPEuuZrvTm5TQR { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.3125rem;left:0rem;height:13.6125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LRJdiLToyDRiHG9cI62y0ufKyXUTl9BQ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.3125rem;left:0rem;height:13.6125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aWANWRF9T4UKmi9JeM3q2gKvuDIT3L2R { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#h7dEOavkr3nsCUZtBpUdDyv2Xsp2VOGe { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.75rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#h7dEOavkr3nsCUZtBpUdDyv2Xsp2VOGe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09bc1314c96749ad4b6971612121cf2.svg); }
#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { background-color: transparent; background-image: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container > .video-iframe-container { display: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container { display: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .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); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { border-width: 0; border-radius: 0; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#sc4hkBqalW0zhPoKwlSxe5SNS0HFbFBN { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:16.0625rem;left:46.1875rem;height:22.05rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#qSG6x2e9lRFx2TE3WUUFGEmJzEPrGcPf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:"product sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42.6875rem;left:4.3125rem;display:none; }
#MNFfKSAs7v6mdRtFLILrfHmUTkQ28Icx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EykIUat6d5npLuZ2h4kx5F8apC8K5URD { position:absolute;display:block;z-index:15063;height:3.75rem;width:20rem;top:38.318749189377rem;left:46.1875rem;display:block; }
#P0vbzd2rLVVSeCVlIS1Qluug1awbcySv { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.8125rem;width:44.25rem;top:9.9375rem;left:0rem;display:block; }
#uipAQFSzPsNlDuGfrimPB9pytWd4wxVZ { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.875000715256rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sc4afBQD2XNR2o9uXOqh6lDc6XVkOsOn { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:41.500000715256rem;left:0rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lIdstTGdWudhLVTmn5ycIDzNc3urpD17 { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.437500715256rem;left:0rem;display:block; }
#edgt3WrWkNzecqyi7KoaSZnU5Cz0suCO { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.437500715256rem;left:11.25rem;display:block; }
#QnKqHkywPGAWzPPlqxgoNMRhDPOkhWM2 { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.875000715256rem;left:11.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xwUhXg5aFdwysoADcghngqLTa3pApRZn { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.500000715256rem;left:11.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4I6W0hpekZowCDaMmyHMnQF8QRq48tQ { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.437500715256rem;left:22.5rem;display:block; }
#APDPiHMS4s4iPwuT88T8OWTEQSTTrJ3J { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:38.875000715256rem;left:22.5rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scTrwxDKZamLpL5FXNgqtLHxffIl8vwt { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.500000715256rem;left:22.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bl1OnTs6NmzNR7Lldyf4f6CtWQckcQid { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #fafafa);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #fafafa);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #fafafa);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #fafafa);background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.437500715256rem;left:33.6875rem;display:block; }
#dSdT7Ar2rKVCDhUnQxFylLT4T5QUa2Hr { color:#1e36e9;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:38.875000715256rem;left:33.6875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Em89lbEMLuRUlqUBsqP1ghZgGTsI0T8h { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.500000715256rem;left:33.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybp34TkSugqvVKDXyFxviSCnGMsKuu8I { color:rgba(var(--color-secondary-2),1);display:block;width:28.625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.9375rem;left:46.1875rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { background-color: transparent; background-image: none; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container > .video-iframe-container { display: none; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row > .video-iframe-container { display: none; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .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); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { border-width: 0; border-radius: 0; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#VPn5T8vT0cTcA2lV71BpQslXJgzKFNwO { position:absolute;display:block;z-index:15000;height:45.8745625rem;width:75rem;top:1.0004348754882rem;left:0rem;display:block; }
#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 { 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/a7bd8e77-fc91-43ed-a9e7-306f8c966062/tarja__tarja.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2.adaptive-delivery-prevent-bg, #NiCK90mspyqycSQPGQSUsidHuPa5lZT2.lazyload, #NiCK90mspyqycSQPGQSUsidHuPa5lZT2.lazyloading { background-image: none; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { background-color: transparent; background-image: none; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container > .video-iframe-container { display: none; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row > .video-iframe-container { display: none; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .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); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { border-width: 0; border-radius: 0; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#LW19H3dOtlPyLEKMSHWageIQyQ9m8dq7 { 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:4.3125rem;width:6.9375rem;top:1.9375rem;left:68rem;overflow:hidden;display:block; }
#RrHiBdvEO0nmDsAiTULaWSVUKR6bgOcK { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9312515258789rem;left:0rem;height:4.63125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#BSUsgxWCtA4A2tifvkGWDmgspBmh5oa2 { position:absolute;display:block;z-index:15064;height:4.375rem;width:25rem;top:1.375rem;left:42.4375rem;display:block; }
#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu { 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/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu.adaptive-delivery-prevent-bg, #xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu.lazyload, #xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu.lazyloading { background-image: none; }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .row .container { background-color: transparent; background-image: none; }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .row .container > .video-iframe-container { display: none; }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .row > .video-iframe-container { display: none; }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .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); }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .row .container { border-width: 0; border-radius: 0; }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4fd58310-26d0-4860-87ef-f4df30de81aa/Card01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.1875rem;left:0.3125rem;display:block; }#vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu.adaptive-delivery-prevent-bg, #vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu.lazyload, #vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu.lazyloading { background-image: none; }
#yt2p4ILK9T4AL4vlyDss5gTw3owgokUO { position:absolute;display:block;z-index:15001;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: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:33.625rem;width:18.125rem;top:12.1875rem;left:0.3125rem;display:block; }
#uTub5Q7yIg3mhqfPLBrRaCKJVTM6yVLI { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:32rem;left:0.3125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHLscRPVp87oHdqFSCPcIR6oUA6RJM4l { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.125rem;left:2.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xDNN6cu1cn7olgnoerpUA9TF6Nqselh1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:43.049999237061rem;left:2.15625rem;display:block; }
#QTKLWymCDDM9tguVJVm4R2yoxeF30sst { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RCIP4SMo411TX4RWzS32zwAWxsiTaIep { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRWEcuzdB5SxdxzF5lBIEagDc1XUPEOQ { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.25rem;left:0rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#memtU3ztvzXwsddcNaPNZUHuEJEu89og { position:absolute;display:block;z-index:15006;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: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:33.625rem;width:18.125rem;top:12.1875rem;left:19.0625rem;display:block; }
#QWzbX6dX057faWTNNnHwfKMThmXEnSVW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:42.9375rem;left:21.25rem;display:block; }
#iKnC9aoWyTgDOoTb3cyVceMeX2iTg4yS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NUmyMLnaHpJiIgPrIO3PvFGDTSunygF8 { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.1875rem;left:21.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RX8R6K5uzJ7GQyyV6o9TBi4m2uclEcqz { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:32rem;left:19.0625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gqes5AB8ozw3KgawATymwnSd49dyRS3G { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a72414b-4f35-4f66-ad4e-df73a7e428c8/card02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.1875rem;left:19.0625rem;display:block; }#Gqes5AB8ozw3KgawATymwnSd49dyRS3G.adaptive-delivery-prevent-bg, #Gqes5AB8ozw3KgawATymwnSd49dyRS3G.lazyload, #Gqes5AB8ozw3KgawATymwnSd49dyRS3G.lazyloading { background-image: none; }
#dG5OuLK7dnThTSVZh81oIfk1R9hhfAXv { position:absolute;display:block;z-index:15011;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: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:33.625rem;width:18.125rem;top:12.1875rem;left:37.8125rem;display:block; }
#Flvn3DhfVd7gAIZhIpproGJPoCBVEzB0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:42.9375rem;left:40rem;display:block; }
#zQ1XWBtBo2vA2b7u9pZSE8QbuEdl0Vhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTZF79avdV4eBl6WaCu57mbVGfKnA5bB { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.1875rem;left:40.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ymTcgGDQJ6agS1uhLZaq2qsBnvnxlHQK { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:32rem;left:37.8125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2xD0epvolPPCf5TFMS8o7CgT46f2XGF { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/10820027-c5f3-4a64-9f9f-c55811e451d4/card03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.1875rem;left:37.8125rem;display:block; }#c2xD0epvolPPCf5TFMS8o7CgT46f2XGF.adaptive-delivery-prevent-bg, #c2xD0epvolPPCf5TFMS8o7CgT46f2XGF.lazyload, #c2xD0epvolPPCf5TFMS8o7CgT46f2XGF.lazyloading { background-image: none; }
#QTfzIKy2qupeHROSek4fHTBVrWChIgOI { position:absolute;display:block;z-index:15016;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: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:33.625rem;width:18.125rem;top:12.1875rem;left:56.5625rem;display:block; }
#tge4KuiTX49qEby5UzXAzw1w8CUUcgh2 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:42.9375rem;left:58.75rem;display:block; }
#ZzSMPJHPyTG4vfCUrOK2rg8BagTkrxl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZlADipd2KZ1VaHmBFqHbXK6hmhxqTQH { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:36.1875rem;left:58.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oLKInsDVwzvITszBkp6GnohEW17blBTL { color:#00d8e0;display:block;width:17.5625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:32rem;left:56.84375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wl41nVxvvSAZg6VgwSvf5i9FuG5mowqr { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e37a409a-b08e-4ca5-9dc8-0da4791ba1e7/card04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.1875rem;left:56.5625rem;display:block; }#wl41nVxvvSAZg6VgwSvf5i9FuG5mowqr.adaptive-delivery-prevent-bg, #wl41nVxvvSAZg6VgwSvf5i9FuG5mowqr.lazyload, #wl41nVxvvSAZg6VgwSvf5i9FuG5mowqr.lazyloading { background-image: none; }
#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173c89;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; }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .row .container { background-color: transparent; background-image: none; }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .row .container > .video-iframe-container { display: none; }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .row > .video-iframe-container { display: none; }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .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); }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .row .container { border-width: 0; border-radius: 0; }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#iVR74M2u9a1e96ixWc3pQdAnc7DkTZrm { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bfb58380-1e75-4ce5-80eb-dbe56d4f4f2c/placeholder1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:12.0625rem;left:44.125rem;display:block; }#iVR74M2u9a1e96ixWc3pQdAnc7DkTZrm.adaptive-delivery-prevent-bg, #iVR74M2u9a1e96ixWc3pQdAnc7DkTZrm.lazyload, #iVR74M2u9a1e96ixWc3pQdAnc7DkTZrm.lazyloading { background-image: none; }
#PSc0mW3XRcc43RP7AIHCe11QDc2nTqfT { color:rgba(var(--color-tertiary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:46.3125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OvbxJONd9cPqETmuHvBgfzLSuoXqAxzy { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.625rem;left:46.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eeNZXLT8tyCNphkWw117CTENsOoW3av0 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:25.9375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lgOBVOHv2WFGdcWd7oh1pWl448hX3p9L { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13rem;left:25.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XCtVrL4csus9JwgGrcumaM7SFnNPRNEo { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/48a630cc-19f5-4327-93a5-fcc69ced6727/phonecall.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:11.625rem;left:24.125rem;display:block; }#XCtVrL4csus9JwgGrcumaM7SFnNPRNEo.adaptive-delivery-prevent-bg, #XCtVrL4csus9JwgGrcumaM7SFnNPRNEo.lazyload, #XCtVrL4csus9JwgGrcumaM7SFnNPRNEo.lazyloading { background-image: none; }
#XGt6hVTfvRZuzHLpsEkJxSEdTDS40yN8 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.625rem;left:13.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ICI4Zimo6o9AfHnbb2QUu1DwBkzFnDHU { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b48110a5-38db-4b02-9e32-854551afc675/smartphone.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:11.625rem;left:11.3125rem;display:block; }#ICI4Zimo6o9AfHnbb2QUu1DwBkzFnDHU.adaptive-delivery-prevent-bg, #ICI4Zimo6o9AfHnbb2QUu1DwBkzFnDHU.lazyload, #ICI4Zimo6o9AfHnbb2QUu1DwBkzFnDHU.lazyloading { background-image: none; }
#O2JGsVkOn94VyToJ0ppt5tgmggvozaTk { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.1875rem;left:13.5rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DxcHsxm3y0WyU7mzOFoUUhvoCEpTd9Zz { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3156280517578rem;left:11.300003051757rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CLKKTthyVBlfVxiCCe7rfZH8PI29kNtH { position:absolute;display:block;z-index:15014;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:7.5625rem;width:9.875rem;top:3.1343765258789rem;left:0rem;overflow:hidden;display:block; }
#rkzL46RmEIwgd0q25IHv7gC2IGNhoykl { position:absolute;display:block;z-index:15001;height:6.8125rem;width:37.1875rem;top:3.5093765258789rem;left:37.811721801757rem;display:block; }
#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { background-color: transparent; background-image: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container > .video-iframe-container { display: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container { display: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .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); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { border-width: 0; border-radius: 0; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#emWohCmOMkPCVHT6UwEJiQzvXCugBege { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.171875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD { display:block; }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTcTRWlzdC1uzSh9mxuUKl6RoaLZHAv9 { width:8.75rem;height:5.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoAwX5p1XhdXLlH7pEC7kGQI3M7mKLLG { width:15.9375rem;height:2.375rem;top:2.75rem;left:31.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nphITGEfKvpFfQuyJu20MgTezLrdBueU { width:9.75rem;height:1.3125rem;top:1.75rem;left:38rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmKUumgr2WmH3TkFRP2h5uCPIvHObcwd { width:20rem;height:3.75rem;top:0.4375rem;left:24.224220275879rem;display:block; }
 }@media only screen and (max-width: 763px) { #PURhATnyrnApHB3npzkrfr0qgXVJwfMt { display:block; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkrQP88s9e25kAJxuuCAJ02kg98XMnZE { width:37.1875rem;height:;top:26.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1l7BTqaOzWThoa2ZwXXfhFtWK29THlO { width:40.5625rem;height:12.125rem;top:12.9375rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfyXmnZE7G5CgtyyxtaVISO0sLOGmIs3 { width:17.0625rem;height:2.875rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFUU9WSVdesaWKE9Cg0PabChansQtR8N { display:block; }
 }@media only screen and (max-width: 763px) { #MS3LuUPlp3x3k4kk5FpVXMGWogZZI5Ep { width:11.125rem;height:2.875rem;top:0.1875rem;left:29.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qm9JuL8fyrlT5L6nwalnApf5Cte2q4FV { display:block; }
 }@media only screen and (max-width: 763px) { #uaFP7uvkoLThbFMznR3Gk62GzBUxdAML { width:11.875rem;height:2.875rem;top:0.1875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2MzxUAFVV5b5gDPX8E4plgACJ43J3Kz { display:block; }
 }@media only screen and (max-width: 763px) { #Hso3vCraNRTTsiNmSXbbSDB3csCG8Qan { width:13.625rem;height:2.875rem;top:0.1875rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsCJ53UrB39gECzMEzXOgH04BNfvU3NI { display:block; }
 }@media only screen and (max-width: 763px) { #hVdNeNFXOxerK7y4es1aHgWR45nsvnP0 { width:20rem;height:3.75rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX1RHR996qmaTLikKaFFVF3ZlO7kmocJ { width:18.125rem;height:7.5rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiPF1KDIFZDZTPCO5w0r9kNW6F5bh9we { width:18.125rem;height:7.5rem;top:52.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJoeDLFZhxkBtkhbc6ZFMPcLzG8RFZ13 { width:18.125rem;height:7.5rem;top:52.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng4T07spPdTsbppudtokurAqbNBh1IT0 { width:18.125rem;height:7.5rem;top:52.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMQVPkXPdbKf2KSx4p99A6z7OaeELlig { width:18.125rem;height:1.625rem;top:53.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOicWFSinN9OcDcxhsW27E6ealTXqT4J { width:18.125rem;height:1.625rem;top:53.75rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEoQOzUMovga7TbQCer9ZwuES3CB25DD { width:18.125rem;height:1.625rem;top:53.75rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0l3R0JeoyTuxdnIAhOFmOXC9toZDPcg { width:18.125rem;height:1.625rem;top:53.75rem;left:29.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa6fnUJNoLzp0LCk0FTCOOCLVsBOAUEV { width:16.25rem;height:2.75rem;top:55.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUxzmvkzFHXqq04zuy2c7X6GP1mbn5Tg { width:15.75rem;height:2.75rem;top:55.6875rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAxle8ITrxHnGoRRhuiMaOyI0QAVPxNm { width:16.25rem;height:2.75rem;top:55.6875rem;left:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCmz0rksF0wcxOD8ETBdE2vKUucQJ3C { width:15.4375rem;height:2.75rem;top:55.6875rem;left:32.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9fI1FXALAgugE3Byc2w37thWqkuZFgx { width:20rem;height:3.5625rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQUChhENccbEcB6UJtCTm1b6epk1i5eQ { width:21.125rem;height:4.625rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXAprW5PHKirnZIqGOoOWAUqWCo7dwG1 { width:20rem;height:;top:26.625rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7DUienPUmOa3qTTOiVPEuuZrvTm5TQR { width:20rem;height:;top:36.75rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRJdiLToyDRiHG9cI62y0ufKyXUTl9BQ { width:20rem;height:;top:11.375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWANWRF9T4UKmi9JeM3q2gKvuDIT3L2R { width:37.1875rem;height:5.1875rem;top:25.4375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7dEOavkr3nsCUZtBpUdDyv2Xsp2VOGe { width:14.4375rem;height:;top:29.6875rem;left:0rem;font-size:1.125rem;display:none; }#h7dEOavkr3nsCUZtBpUdDyv2Xsp2VOGe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09bc1314c96749ad4b6971612121cf2.svg); }
 }@media only screen and (max-width: 763px) { #ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE { display:block; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sc4hkBqalW0zhPoKwlSxe5SNS0HFbFBN { width:28.8125rem;height:22rem;top:16.0625rem;left:18.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSG6x2e9lRFx2TE3WUUFGEmJzEPrGcPf { width:25.0625rem;height:4.375rem;top:42.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNFfKSAs7v6mdRtFLILrfHmUTkQ28Icx { display:block; }
 }@media only screen and (max-width: 763px) { #EykIUat6d5npLuZ2h4kx5F8apC8K5URD { width:20rem;height:3.75rem;top:38.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0vbzd2rLVVSeCVlIS1Qluug1awbcySv { width:44.25rem;height:24.8125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uipAQFSzPsNlDuGfrimPB9pytWd4wxVZ { width:10.625rem;height:2.75rem;top:38.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc4afBQD2XNR2o9uXOqh6lDc6XVkOsOn { width:10.625rem;height:1.125rem;top:41.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIdstTGdWudhLVTmn5ycIDzNc3urpD17 { width:10.625rem;height:6.6875rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edgt3WrWkNzecqyi7KoaSZnU5Cz0suCO { width:10.625rem;height:6.6875rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnKqHkywPGAWzPPlqxgoNMRhDPOkhWM2 { width:10.625rem;height:2.75rem;top:38.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwUhXg5aFdwysoADcghngqLTa3pApRZn { width:10.625rem;height:1.125rem;top:41.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4I6W0hpekZowCDaMmyHMnQF8QRq48tQ { width:10.625rem;height:6.6875rem;top:37.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APDPiHMS4s4iPwuT88T8OWTEQSTTrJ3J { width:10.625rem;height:2.75rem;top:38.875rem;left:8.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scTrwxDKZamLpL5FXNgqtLHxffIl8vwt { width:10.625rem;height:1.125rem;top:41.5rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl1OnTs6NmzNR7Lldyf4f6CtWQckcQid { width:10.625rem;height:6.6875rem;top:37.4375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSdT7Ar2rKVCDhUnQxFylLT4T5QUa2Hr { width:10.625rem;height:2.75rem;top:38.875rem;left:20.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em89lbEMLuRUlqUBsqP1ghZgGTsI0T8h { width:10.625rem;height:1.125rem;top:41.5rem;left:20.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybp34TkSugqvVKDXyFxviSCnGMsKuu8I { width:28.625rem;height:4.8125rem;top:9.9375rem;left:19.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W { display:block; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPn5T8vT0cTcA2lV71BpQslXJgzKFNwO { width:47.75rem;height:45.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiCK90mspyqycSQPGQSUsidHuPa5lZT2 { display:block; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW19H3dOtlPyLEKMSHWageIQyQ9m8dq7 { width:6.9375rem;height:4.3125rem;top:1.9375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrHiBdvEO0nmDsAiTULaWSVUKR6bgOcK { width:38.1875rem;height:4.625rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSUsgxWCtA4A2tifvkGWDmgspBmh5oa2 { width:25rem;height:4.375rem;top:1.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu { display:block; }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu { width:18.125rem;height:18.125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt2p4ILK9T4AL4vlyDss5gTw3owgokUO { width:18.125rem;height:33.625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTub5Q7yIg3mhqfPLBrRaCKJVTM6yVLI { width:18.125rem;height:3.5625rem;top:32rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHLscRPVp87oHdqFSCPcIR6oUA6RJM4l { width:14rem;height:4.875rem;top:36.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDNN6cu1cn7olgnoerpUA9TF6Nqselh1 { width:14.4375rem;height:2.8125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKLWymCDDM9tguVJVm4R2yoxeF30sst { display:block; }
 }@media only screen and (max-width: 763px) { #RCIP4SMo411TX4RWzS32zwAWxsiTaIep { width:47.75rem;height:2.75rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRWEcuzdB5SxdxzF5lBIEagDc1XUPEOQ { width:47.75rem;height:1.6875rem;top:8.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #memtU3ztvzXwsddcNaPNZUHuEJEu89og { width:18.125rem;height:33.625rem;top:12.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWzbX6dX057faWTNNnHwfKMThmXEnSVW { width:14.4375rem;height:2.8125rem;top:42.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKnC9aoWyTgDOoTb3cyVceMeX2iTg4yS { display:block; }
 }@media only screen and (max-width: 763px) { #NUmyMLnaHpJiIgPrIO3PvFGDTSunygF8 { width:14rem;height:4.875rem;top:36.1875rem;left:9.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX8R6K5uzJ7GQyyV6o9TBi4m2uclEcqz { width:18.125rem;height:3.5625rem;top:32rem;left:5.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqes5AB8ozw3KgawATymwnSd49dyRS3G { width:18.125rem;height:18.125rem;top:12.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5OuLK7dnThTSVZh81oIfk1R9hhfAXv { width:18.125rem;height:33.625rem;top:12.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flvn3DhfVd7gAIZhIpproGJPoCBVEzB0 { width:14.4375rem;height:2.8125rem;top:42.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1XWBtBo2vA2b7u9pZSE8QbuEdl0Vhr { display:block; }
 }@media only screen and (max-width: 763px) { #QTZF79avdV4eBl6WaCu57mbVGfKnA5bB { width:14rem;height:4.875rem;top:36.1875rem;left:21.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTcgGDQJ6agS1uhLZaq2qsBnvnxlHQK { width:18.125rem;height:3.5625rem;top:32rem;left:17.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2xD0epvolPPCf5TFMS8o7CgT46f2XGF { width:18.125rem;height:18.125rem;top:12.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTfzIKy2qupeHROSek4fHTBVrWChIgOI { width:18.125rem;height:33.625rem;top:12.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tge4KuiTX49qEby5UzXAzw1w8CUUcgh2 { width:14.4375rem;height:2.8125rem;top:42.9375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSMPJHPyTG4vfCUrOK2rg8BagTkrxl8 { display:block; }
 }@media only screen and (max-width: 763px) { #GZlADipd2KZ1VaHmBFqHbXK6hmhxqTQH { width:14rem;height:4.875rem;top:36.1875rem;left:33.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLKInsDVwzvITszBkp6GnohEW17blBTL { width:17.5625rem;height:3.5625rem;top:32rem;left:30.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl41nVxvvSAZg6VgwSvf5i9FuG5mowqr { width:18.125rem;height:18.125rem;top:12.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO { display:block; }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVR74M2u9a1e96ixWc3pQdAnc7DkTZrm { width:1.875rem;height:1.875rem;top:12.0625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSc0mW3XRcc43RP7AIHCe11QDc2nTqfT { width:11.4375rem;height:1.4375rem;top:12.0625rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvbxJONd9cPqETmuHvBgfzLSuoXqAxzy { width:22.3125rem;height:1.25rem;top:13.625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeNZXLT8tyCNphkWw117CTENsOoW3av0 { width:6.1875rem;height:1.4375rem;top:11.625rem;left:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgOBVOHv2WFGdcWd7oh1pWl448hX3p9L { width:7.6875rem;height:1.1875rem;top:13rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCtVrL4csus9JwgGrcumaM7SFnNPRNEo { width:1.875rem;height:1.875rem;top:11.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGt6hVTfvRZuzHLpsEkJxSEdTDS40yN8 { width:7.25rem;height:;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICI4Zimo6o9AfHnbb2QUu1DwBkzFnDHU { width:1.875rem;height:1.875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2JGsVkOn94VyToJ0ppt5tgmggvozaTk { width:7.4375rem;height:1.1875rem;top:13.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxcHsxm3y0WyU7mzOFoUUhvoCEpTd9Zz { width:25.5rem;height:5.1875rem;top:4.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKKTthyVBlfVxiCCe7rfZH8PI29kNtH { width:9.875rem;height:7.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkzL46RmEIwgd0q25IHv7gC2IGNhoykl { width:37.1875rem;height:6.8125rem;top:3.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emWohCmOMkPCVHT6UwEJiQzvXCugBege { width:47.75rem;height:1.1875rem;top:1.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zoqXngO4/mudanca2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD { position:relative;z-index:auto;display:block; }#TKTlooTtpTuioR9fGowQ6Rx0wUhiCIhD > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTcTRWlzdC1uzSh9mxuUKl6RoaLZHAv9 { width:8.75rem;height:5.1875rem;top:0.625rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoAwX5p1XhdXLlH7pEC7kGQI3M7mKLLG { width:17.125rem;height:0;top:63.1875rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nphITGEfKvpFfQuyJu20MgTezLrdBueU { width:9.8125rem;height:0;top:62.0625rem;left:4.125rem;text-align:left;text-align-last:left;line-height:1.2;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmKUumgr2WmH3TkFRP2h5uCPIvHObcwd { width:20rem;height:3.75rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PURhATnyrnApHB3npzkrfr0qgXVJwfMt { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/09037ec8-5db5-4b74-9a86-be4a033f19c3/fullbannermobile.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt.adaptive-delivery-prevent-bg, #PURhATnyrnApHB3npzkrfr0qgXVJwfMt.lazyload, #PURhATnyrnApHB3npzkrfr0qgXVJwfMt.lazyloading { background-image: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { background-color: transparent; background-image: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .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); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { border-width: 0; border-radius: 0; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkrQP88s9e25kAJxuuCAJ02kg98XMnZE { width:18.625rem;height:0;top:36.875rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1l7BTqaOzWThoa2ZwXXfhFtWK29THlO { width:20rem;height:0;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #MfyXmnZE7G5CgtyyxtaVISO0sLOGmIs3 { width:20rem;height:2.875rem;top:24.25rem;left:0rem;z-index:15013;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #HFUU9WSVdesaWKE9Cg0PabChansQtR8N { display:block; }
 }@media only screen and (max-width: 763px) { #MS3LuUPlp3x3k4kk5FpVXMGWogZZI5Ep { width:9.875rem;height:2.875rem;top:27.4375rem;left:10.125rem;z-index:15015;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Qm9JuL8fyrlT5L6nwalnApf5Cte2q4FV { display:block; }
 }@media only screen and (max-width: 763px) { #uaFP7uvkoLThbFMznR3Gk62GzBUxdAML { width:9.875rem;height:2.875rem;top:27.4375rem;left:0rem;z-index:15014;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #s2MzxUAFVV5b5gDPX8E4plgACJ43J3Kz { display:block; }
 }@media only screen and (max-width: 763px) { #Hso3vCraNRTTsiNmSXbbSDB3csCG8Qan { width:20rem;height:2.875rem;top:30.625rem;left:0rem;z-index:15016;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #zsCJ53UrB39gECzMEzXOgH04BNfvU3NI { display:block; }
 }@media only screen and (max-width: 763px) { #hVdNeNFXOxerK7y4es1aHgWR45nsvnP0 { width:20rem;height:4.375rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX1RHR996qmaTLikKaFFVF3ZlO7kmocJ { width:20rem;height:7.375rem;top:27.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00388b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uiPF1KDIFZDZTPCO5w0r9kNW6F5bh9we { width:19.875rem;height:3.125rem;top:49.6875rem;left:-0.62500002980231rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #XJoeDLFZhxkBtkhbc6ZFMPcLzG8RFZ13 { width:19.8125rem;height:3.125rem;top:54.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Ng4T07spPdTsbppudtokurAqbNBh1IT0 { width:19.8125rem;height:3.125rem;top:58.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #fMQVPkXPdbKf2KSx4p99A6z7OaeELlig { width:18.125rem;height:0;top:33.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOicWFSinN9OcDcxhsW27E6ealTXqT4J { width:18.125rem;height:0;top:46.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEoQOzUMovga7TbQCer9ZwuES3CB25DD { width:18.125rem;height:0;top:54.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0l3R0JeoyTuxdnIAhOFmOXC9toZDPcg { width:18.125rem;height:0;top:61.312499284744rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sa6fnUJNoLzp0LCk0FTCOOCLVsBOAUEV { width:16.25rem;height:0;top:40.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUxzmvkzFHXqq04zuy2c7X6GP1mbn5Tg { width:15.75rem;height:0;top:48.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAxle8ITrxHnGoRRhuiMaOyI0QAVPxNm { width:16.25rem;height:0;top:56.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTCmz0rksF0wcxOD8ETBdE2vKUucQJ3C { width:15.4375rem;height:0;top:63.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9fI1FXALAgugE3Byc2w37thWqkuZFgx { width:20rem;height:3.5625rem;top:25.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #PQUChhENccbEcB6UJtCTm1b6epk1i5eQ { width:20rem;height:2.5625rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXAprW5PHKirnZIqGOoOWAUqWCo7dwG1 { width:20rem;height:5.775rem;top:5.1250002384186rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #W7DUienPUmOa3qTTOiVPEuuZrvTm5TQR { width:20rem;height:2.54375rem;top:2.3749997615814rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #LRJdiLToyDRiHG9cI62y0ufKyXUTl9BQ { width:20rem;height:2.54375rem;top:10.750000238419rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #aWANWRF9T4UKmi9JeM3q2gKvuDIT3L2R { width:19.25rem;height:5.11875rem;top:14.0625rem;left:0.37421876192093rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #h7dEOavkr3nsCUZtBpUdDyv2Xsp2VOGe { width:14rem;height:4.675rem;top:29.8125rem;left:3.0000000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15006;line-height:1.2;display:block; }#h7dEOavkr3nsCUZtBpUdDyv2Xsp2VOGe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h7dEOavkr3nsCUZtBpUdDyv2Xsp2VOGe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09bc1314c96749ad4b6971612121cf2.svg); }
 }@media only screen and (max-width: 763px) { #ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE { background-color:#ffffff;background-image:none;display:block; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { background-color: transparent; background-image: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container > .video-iframe-container { display: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container { display: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .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); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sc4hkBqalW0zhPoKwlSxe5SNS0HFbFBN { width:20rem;height:14.625rem;top:8rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qSG6x2e9lRFx2TE3WUUFGEmJzEPrGcPf { width:19rem;height:4.375rem;top:182.2441875rem;left:0.5rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e16b00;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #MNFfKSAs7v6mdRtFLILrfHmUTkQ28Icx { display:block; }
 }@media only screen and (max-width: 763px) { #EykIUat6d5npLuZ2h4kx5F8apC8K5URD { width:20rem;height:3.75rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0vbzd2rLVVSeCVlIS1Qluug1awbcySv { height:11.2140625rem;width:20rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uipAQFSzPsNlDuGfrimPB9pytWd4wxVZ { width:9.375rem;height:2.6rem;top:37.375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc4afBQD2XNR2o9uXOqh6lDc6XVkOsOn { width:9.375rem;height:1.1375rem;top:40rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIdstTGdWudhLVTmn5ycIDzNc3urpD17 { width:9.6875rem;height:5rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edgt3WrWkNzecqyi7KoaSZnU5Cz0suCO { width:9.6875rem;height:5rem;top:36.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnKqHkywPGAWzPPlqxgoNMRhDPOkhWM2 { width:9.375rem;height:2.6rem;top:37.375rem;left:10.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwUhXg5aFdwysoADcghngqLTa3pApRZn { width:9.375rem;height:1.1375rem;top:40rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4I6W0hpekZowCDaMmyHMnQF8QRq48tQ { width:9.6875rem;height:5rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APDPiHMS4s4iPwuT88T8OWTEQSTTrJ3J { width:9.375rem;height:2.6rem;top:43rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #scTrwxDKZamLpL5FXNgqtLHxffIl8vwt { width:9.375rem;height:1.1375rem;top:45.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl1OnTs6NmzNR7Lldyf4f6CtWQckcQid { width:9.6875rem;height:5rem;top:42.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSdT7Ar2rKVCDhUnQxFylLT4T5QUa2Hr { width:9.375rem;height:2.6rem;top:43rem;left:10.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em89lbEMLuRUlqUBsqP1ghZgGTsI0T8h { width:9.375rem;height:1.1375rem;top:45.625rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybp34TkSugqvVKDXyFxviSCnGMsKuu8I { width:20rem;height:3.7375rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W { display:block; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { width:20rem;height:102.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPn5T8vT0cTcA2lV71BpQslXJgzKFNwO { width:20rem;height:45.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiCK90mspyqycSQPGQSUsidHuPa5lZT2 { display:block; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW19H3dOtlPyLEKMSHWageIQyQ9m8dq7 { width:6.9375rem;height:4.3125rem;top:14.9375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrHiBdvEO0nmDsAiTULaWSVUKR6bgOcK { width:20rem;height:8.775rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSUsgxWCtA4A2tifvkGWDmgspBmh5oa2 { width:20rem;height:4.375rem;top:11.337501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu { display:block; }#xlKBNIvzshyS31OFiH3WfKX8dWNLOeFu > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu { width:9.6875rem;height:9.6875rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt2p4ILK9T4AL4vlyDss5gTw3owgokUO { width:9.6875rem;height:24.375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTub5Q7yIg3mhqfPLBrRaCKJVTM6yVLI { width:9.6875rem;height:2.0625rem;top:21.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHLscRPVp87oHdqFSCPcIR6oUA6RJM4l { width:7.5625rem;height:5.85rem;top:24.375rem;left:1.0624999403954rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDNN6cu1cn7olgnoerpUA9TF6Nqselh1 { width:9.6875rem;height:2.8125rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKLWymCDDM9tguVJVm4R2yoxeF30sst { display:block; }
 }@media only screen and (max-width: 763px) { #RCIP4SMo411TX4RWzS32zwAWxsiTaIep { width:19.9984375rem;height:4.4rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRWEcuzdB5SxdxzF5lBIEagDc1XUPEOQ { width:20rem;height:0;top:9.7500004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #memtU3ztvzXwsddcNaPNZUHuEJEu89og { width:9.6875rem;height:24.375rem;top:10.75rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWzbX6dX057faWTNNnHwfKMThmXEnSVW { width:9.6875rem;height:2.8125rem;top:32.375rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKnC9aoWyTgDOoTb3cyVceMeX2iTg4yS { display:block; }
 }@media only screen and (max-width: 763px) { #NUmyMLnaHpJiIgPrIO3PvFGDTSunygF8 { width:7.5rem;height:6.825rem;top:24.4375rem;left:11.250000536442rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX8R6K5uzJ7GQyyV6o9TBi4m2uclEcqz { width:9.6875rem;height:2.0625rem;top:21.6875rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqes5AB8ozw3KgawATymwnSd49dyRS3G { width:9.6875rem;height:9.6875rem;top:10.75rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5OuLK7dnThTSVZh81oIfk1R9hhfAXv { width:9.6875rem;height:24.375rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flvn3DhfVd7gAIZhIpproGJPoCBVEzB0 { width:9.6875rem;height:2.8125rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1XWBtBo2vA2b7u9pZSE8QbuEdl0Vhr { display:block; }
 }@media only screen and (max-width: 763px) { #QTZF79avdV4eBl6WaCu57mbVGfKnA5bB { width:8.6875rem;height:5.85rem;top:49.3125rem;left:0.49999994039536rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTcgGDQJ6agS1uhLZaq2qsBnvnxlHQK { width:9.6875rem;height:2.0625rem;top:46.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2xD0epvolPPCf5TFMS8o7CgT46f2XGF { width:9.6875rem;height:9.6875rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTfzIKy2qupeHROSek4fHTBVrWChIgOI { width:9.6875rem;height:24.375rem;top:35.6875rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #tge4KuiTX49qEby5UzXAzw1w8CUUcgh2 { width:9.6875rem;height:2.8125rem;top:57.3125rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSMPJHPyTG4vfCUrOK2rg8BagTkrxl8 { display:block; }
 }@media only screen and (max-width: 763px) { #GZlADipd2KZ1VaHmBFqHbXK6hmhxqTQH { width:8.5rem;height:5.85rem;top:49.3125rem;left:10.875000536442rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLKInsDVwzvITszBkp6GnohEW17blBTL { width:9.6875rem;height:2.0625rem;top:46.625rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl41nVxvvSAZg6VgwSvf5i9FuG5mowqr { width:9.6875rem;height:9.6875rem;top:35.6875rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO { display:block; }#z7HdXV7tM8gpo3hAvWVw44ZaTHnDVSzO > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVR74M2u9a1e96ixWc3pQdAnc7DkTZrm { width:1.875rem;height:1.875rem;top:7.0625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSc0mW3XRcc43RP7AIHCe11QDc2nTqfT { width:9.75rem;height:0;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvbxJONd9cPqETmuHvBgfzLSuoXqAxzy { width:20rem;height:0.975rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeNZXLT8tyCNphkWw117CTENsOoW3av0 { width:9.75rem;height:1.4625rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgOBVOHv2WFGdcWd7oh1pWl448hX3p9L { width:9.75rem;height:0.975rem;top:19rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCtVrL4csus9JwgGrcumaM7SFnNPRNEo { width:1.875rem;height:1.875rem;top:14.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGt6hVTfvRZuzHLpsEkJxSEdTDS40yN8 { width:9.75rem;height:1.4625rem;top:17.625rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICI4Zimo6o9AfHnbb2QUu1DwBkzFnDHU { width:1.875rem;height:1.875rem;top:14.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2JGsVkOn94VyToJ0ppt5tgmggvozaTk { width:9.75rem;height:0.975rem;top:19rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxcHsxm3y0WyU7mzOFoUUhvoCEpTd9Zz { width:9.8125rem;height:6.25625rem;top:3.1875rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKKTthyVBlfVxiCCe7rfZH8PI29kNtH { width:8.5rem;height:6.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkzL46RmEIwgd0q25IHv7gC2IGNhoykl { width:20rem;height:6.8125rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emWohCmOMkPCVHT6UwEJiQzvXCugBege { width:20rem;height:0.975rem;top:1.068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }