.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:224,228,227;--color-primary-1:163,173,172;--color-primary-2:102,119,117;--color-primary-3:61,71,70;--color-primary-4:0,28,25;--color-secondary-0:243,230,222;--color-secondary-1:239,226,215;--color-secondary-2:197,132,92;--color-secondary-3:182,101,51;--color-secondary-4:39,26,18;--color-tertiary-0:253,251,249;--color-tertiary-1:247,241,235;--color-tertiary-2:239,226,215;--color-tertiary-3:120,113,108;--color-tertiary-4:36,34,32;--headlines-font-family:"Poppins";--paragraphs-font-family:"Sackers"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row .container { background-color: transparent; background-image: none; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row .container > .video-iframe-container { display: none; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row > .video-iframe-container { display: none; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .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); }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row .container { border-width: 0; border-radius: 0; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:block; }#JCKXi5SbiuBNpBeRQbPibZSKAZyxxcO6 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:1.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.875rem;left:51.1875rem;display:block; }
#sbawkP4rO3IU8nb9f7yAeUyFA3OIXz2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPqzJpTsB5TZr7lQR3bqa3cV8O23lctI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.3125rem;top:0.25rem;left:0.8125rem;overflow:hidden;display:block; }
#r0vTTnIuouXcboXKdZNqMP9DA00xilay { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:60rem;display:none; }
#A7Ks339dBJQp6XBHwQNPNZptby0HlsFM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:18.75rem;display:none; }
#TDLB6Poi5Wm9RGZgChBKsSaMZttXwLFn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:0.8125rem;left:48.59375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2f9219d-5678-4664-8773-e869effd30e0/CB_CO_19020732.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.55); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.55); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:60rem;overflow:visible;position:relative;display:block; }#qHp67hKa80FVSWvmBGcKlpgkVtT0cVw3 { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:26.75rem;left:3.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wkf3ymum7kCbkx5DF9ARWqCVtNAtt83N { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:17.25rem;left:3.125rem;height:3.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lcP0ll9S55fbAuHyAix3VMJWXvOhnf1B { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.0625rem;left:3.125rem;display:block; }
#MyVNRNKNX3aGIoTarWQEqUgSahXneeIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nIl80y11FnP7sTgzhbSTQhKuSDvRBPsT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:33.25rem;left:15.84375rem;overflow:hidden;display:block; }
#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.2);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; }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .row .container { background-color: transparent; background-image: none; }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .row .container > .video-iframe-container { display: none; }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .row > .video-iframe-container { display: none; }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .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); }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .row .container { border-width: 0; border-radius: 0; }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#m8piTgTl6CxOUCRxmByCT4dcfoUBgbo9 { color:#1a090b;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hxVP5019vBl9dbFi1zTF1UFvbOLs9xMN { color:#0e0e0e;display:block;width:50.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.4375rem;left:2.0625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.2);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; }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .row .container { background-color: transparent; background-image: none; }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .row .container > .video-iframe-container { display: none; }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .row > .video-iframe-container { display: none; }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .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); }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .row .container { border-width: 0; border-radius: 0; }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#TO8eSaHv0rJz8ce9XDDI8aUOiJ7OhF64 { color:#1a090b;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10.34375rem;left:1.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ib7s6597Q0c24ED1yTzioVsBte9632ek { color:#0e0e0e;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:15.84375rem;left:1.25rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NOWht9rArPev3XRBIiLIJsQKrfTrZdxP { color:#1a090b;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.34375rem;left:16.250001907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uQBROMOfyE8TfReUkIm2S7mbTZxJDMt2 { color:#0e0e0e;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.843749046326rem;left:16.250001907349rem;height:11rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zueFOuiXyMhWAmLnF59WxrND6t9fOZU2 { color:#1a090b;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.34375rem;left:31.562501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNMxwMrPKxc8sXPmTnzD541N0SS2kP3W { color:#1a090b;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.34375rem;left:46.561719894409rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Osdf2O9gGQTaHMNx6dn7nEM4HTfK9OBV { color:#0e0e0e;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.0625rem;left:31.562501907349rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#noonwy1a2hzq3pprgLgHy3F56Kp8c15V { color:#0e0e0e;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.843749046326rem;left:46.561719894409rem;height:11rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UXJ4XnTaCXAfuAmn0MCnqBydNrc3VKli { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.0859375rem;left:1.15625rem;overflow:hidden;display:block; }
#T03bBnKRvTTpEvJ5IUqWQUGs46dRUBGP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.0859375rem;left:16.250001907349rem;overflow:hidden;display:block; }
#ZBlGrwz7iVwDM73ALKuHSrd5u4km7csI { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.2421875rem;left:31.562501907349rem;overflow:hidden;display:block; }
#XNZBMi0mpCw8rhFViMdRe75MhdoNMFQs { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.0859375rem;left:46.561388015747rem;overflow:hidden;display:block; }
#sKHwwAapxp0U5eec8xIoRtfS4z4u0DNT { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.0625rem;left:3.125rem;display:none; }
#dQrZm7pvmfo2UvJ2X2ZtiO7vn7V5hBrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/a5927264-f6c6-4147-80e0-220a1e307e4f/CitronGastronomiaEstdioCinthiaBueno420.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx.adaptive-delivery-prevent-bg, #qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx.lazyload, #qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx.lazyloading { background-image: none; }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .row .container { background-color: transparent; background-image: none; }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .row .container > .video-iframe-container { display: none; }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .row > .video-iframe-container { display: none; }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .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); }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .row .container { border-width: 0; border-radius: 0; }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#mTLrZZ7iqeMTARt7mgiHZGEL7TaPl0er { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:2.25rem;top:22.1875rem;left:57.75rem;display:none; }
#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row .container { background-color: transparent; background-image: none; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row .container > .video-iframe-container { display: none; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row > .video-iframe-container { display: none; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .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); }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row .container { border-width: 0; border-radius: 0; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#wzv7cZefdu4IQb1ZJwJBppRAO2CgSkv3 { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:5.9994354248047rem;left:7.4687519073488rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsMlLx7Rtrp6fhDTQ4iF1bDoJzvaSCbG { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.062494277954rem;left:19.968751907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .row .container { background-color: transparent; background-image: none; }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .row .container > .video-iframe-container { display: none; }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .row > .video-iframe-container { display: none; }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .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); }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .row .container { border-width: 0; border-radius: 0; }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#D7tclKpVp5vuN0pEaiPLFBAyVhvqGeLU { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:15.875rem;left:1.28125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J5D7aXn4ISl2rWzTyFnNFvDgWq7BpCGL { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.875rem;left:22.375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xWtCxgocsculmF5VwpHpFNN2if5Pzox9 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.875rem;left:44.625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNoagxP1hmrJyoPmRsHoRQbPzQDEVzEw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.4375rem;left:5.25rem;overflow:hidden;display:block; }
#tqdMIv0FsorIWgsVD95TyR7mxuE14xWE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.75rem;left:8.4375rem; }
#dohmlAx6SVnzL0tbJ2fPlMTMVBUHqscX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.4375rem;left:25.25rem;overflow:hidden;display:block; }
#wt1UPBLy4uIaUH5wFMx9T9z5V4Q8bTpO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.75rem;left:28.4375rem; }
#lpt1FE1eZ1TW1lsw0fLXuKVfKqAWKTqr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.75rem;left:48.4375rem; }
#im5FtfGlT1STZTmsnCsycweZqxVGxVXE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.4375rem;left:45.3125rem;overflow:hidden;display:block; }
#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .row .container { background-color: transparent; background-image: none; }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .row .container > .video-iframe-container { display: none; }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .row > .video-iframe-container { display: none; }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .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); }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .row .container { border-width: 0; border-radius: 0; }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#h8l23CGPxIWOGZcsNK2EVo7qhftzeZ29 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.436939239502rem;left:12.250001907349rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ze4u5uIbonMmN10g4tGv4gH75NOO2zLT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437496185302rem;left:31.437501907349rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRsRnquh7pV4D6LJE9V5T6Q71GIG3sFN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.7494392395019rem;left:15.125001907349rem;overflow:hidden;display:block; }
#kTXBhqLGg0IRD35lob0mtnbdvAGvPxx4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.348213195801rem;left:18.312501907349rem; }
#VSt9QTGz6C35bKZeWxiZPqKTGZU0GDXS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.348213195801rem;left:38.500001907349rem; }
#NdNsOWHa5hJb7grSTTRinlLrTMV8e3wG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.374375rem;width:9.374375rem;top:1.7478923797607rem;left:35.37388420105rem;overflow:hidden;display:block; }
#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .row .container { background-color: transparent; background-image: none; }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .row .container > .video-iframe-container { display: none; }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .row > .video-iframe-container { display: none; }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .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); }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .row .container { border-width: 0; border-radius: 0; }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.2);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; }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .row .container { background-color: transparent; background-image: none; }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .row .container > .video-iframe-container { display: none; }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .row > .video-iframe-container { display: none; }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .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); }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .row .container { border-width: 0; border-radius: 0; }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;position:relative;display:block; }#F5go43mfpGbCMH2SzG3NZwpXxg6w4n4x { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:9.0625rem;top:16rem;left:2.25rem;overflow:hidden;display:block; }
#yX80TvaKoy4Tnt6E2s2J4dq0bFoSCUcb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:24.0625rem;left:21.0625rem;overflow:hidden;display:block; }
#TT5r6XbnnZiTmlKTOrWQozeeHws66bbk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:16rem;left:20.875rem;overflow:hidden;display:block; }
#qpAbCdvLWbdeXoyaD01tcovCfZuhfulf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.25rem;top:24.875rem;left:3.125rem;overflow:hidden;display:block; }
#kiJ3O6R2rrBoile5uVZANnkzxwiOHite { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:2.9375rem;top:23.5625rem;left:35.75rem;overflow:hidden;display:block; }
#LrRN8htyCwsAeiGS7xTTlBGD05l5AW9Q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.4375rem;top:16rem;left:34.25rem;overflow:hidden;display:block; }
#BRnaP5Z8gyzMkqppwoChE0sGlT1KDwyH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:7.125rem;top:24.3125rem;left:49.8125rem;overflow:hidden;display:block; }
#MHIGCNhvUeZmGe0LHxES9WDh37AQGWl9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5.0625rem;top:16rem;left:51.6875rem;overflow:hidden;display:block; }
#zu7TygRec1pIQv3RJ6VzI0XRn55X67pu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:7.75rem;top:32.4375rem;left:2.875rem;overflow:hidden;display:block; }
#ibPmWXS4tRh0DTsZ4e9aI0eV1XU5M4tz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.125rem;top:32.375rem;left:20.6875rem;overflow:hidden;display:block; }
#T8bI3T7ODfSPTSmKqtrytsnvP0226MIt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2rem;top:31.75rem;left:35.9375rem;overflow:hidden;display:block; }
#io0g401fTWcl33JLzcZSFGode0T4tpxW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.4375rem;top:32.75rem;left:48.5625rem;overflow:hidden;display:block; }
#MGnztatE0bXKlPxHUdmQtmJZNXv70sJq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#wKAm9SdCFLfnHmseiJTrWtgorBBFZMau { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:55.5rem;top:119.625rem;left:2.3125rem;display:none; }
#EMszoCgPXt2iLUqT0fo9On0DcZTEq1iA { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:55.5rem;top:39.875rem;left:2.25rem;display:block; }
#Fhn3rfJXvt0zCJcDrS2dQg37FQohCxuk { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.75rem;left:24.1875rem;display:block; }
#LiUKUKGunO0pS0RkTTE53PaG4Bppeflf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HandiytfNpnPtJQVwVrXKAcL35LGMmQu { color:#00322e;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:7.8125rem;left:18rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cdsvVGfXA2I7xLDc4My9zS2WcMhF2oyR { color:#64a399;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:4.1875rem;left:11.3125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row .container { background-color: transparent; background-image: none; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row .container > .video-iframe-container { display: none; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row > .video-iframe-container { display: none; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .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); }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row .container { border-width: 0; border-radius: 0; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#FwOwbuXNiEyCWAVIPZVX2aTgThA9XoxN { color:rgba(var(--color-tertiary-2),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:6rem;left:11.375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XxQDfFN9gOZeAwxspaEyvK2KMkTxPiaH { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.75rem;left:18.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .row .container { background-color: transparent; background-image: none; }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .row .container > .video-iframe-container { display: none; }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .row > .video-iframe-container { display: none; }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .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); }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .row .container { border-width: 0; border-radius: 0; }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .row .container { font-size:0.875rem;font-family:arial;height:108.375rem;width:60rem;position:relative;display:block; }#XDy3J3gAlKGvHLSuv7nQUtP68cmXWH7A { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:15.0625rem;left:4.125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAf78c9VImGUtG4ClBUHg3Bf3cX6ycrH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:15.0625rem;left:17.125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NR11xELcNtcVCE6uBJmaoKVIBcyKGAdF { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:15.0625rem;left:30.25rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzBZFv2VTeqikq6E1Zh1DAUi2thCmP6O { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.0625rem;left:43.375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QT1EQycwHCHmAi5QlXW7rNdTAdcNJFPD { color:rgba(var(--color-tertiary-2),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15026;line-height:.9;letter-spacing:0;top:57.375rem;left:10.9375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNK0idXzyvfsXB5MArTm4NSFv2bbm6R0 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:61.1875rem;left:15.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlHHKX6EqLfdXQF7pM8MRvFGCXAyv8qs { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:85.875rem;left:2.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQRwD58yLWyI0kELltJfJvhl0X8mW8xy { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:85.875rem;left:15.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnT6WEFhytTZxPFoVoKLFtWyuZeHiHq6 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:85.875rem;left:28.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJf0lH6JLsDiBEHa5PMwRszbPlufiMBG { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:85.875rem;left:41.625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bT6yDRWm13F8N40kHwZggZx9zuhCLavr { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:31.875rem;left:4.125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pRlTH3zWadBeQaFH7w3BNxpm3PrSDGEB { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:31.875rem;left:17.125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1CCLvIvVeDEDuIOTaMEHSFtaGgzbQDx { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:31.875rem;left:30.25rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SocZzJfIXfc2dpPRB1c0eDkDcqpchWaP { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:31.875rem;left:43.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnsFqvnZKplQrlnyfrTKTq3yDczEVTpb { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:48.6875rem;left:4.1875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6e5GSfHombG9201JHLakUsBs6XglkDH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:48.6875rem;left:17.1875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHMEDBQAOA6vdOHgeFNGJ2unA4Tmpg4g { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:48.6875rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKGTxg2lFvslH7f46uyipXXfKT5u7kcP { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:48.6875rem;left:43.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNJfPKCJvku1Wq1WK1deniBLgQ1Jo7D5 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#iNJfPKCJvku1Wq1WK1deniBLgQ1Jo7D5.adaptive-delivery-prevent-bg, #iNJfPKCJvku1Wq1WK1deniBLgQ1Jo7D5.lazyload, #iNJfPKCJvku1Wq1WK1deniBLgQ1Jo7D5.lazyloading { background-image: none; }
#d0opPNxZpitiJX02Zp5li1r4aRmyoGxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TodfwNfIFgD7T7uDEl4AZzfR54bTliZ7 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#TodfwNfIFgD7T7uDEl4AZzfR54bTliZ7.adaptive-delivery-prevent-bg, #TodfwNfIFgD7T7uDEl4AZzfR54bTliZ7.lazyload, #TodfwNfIFgD7T7uDEl4AZzfR54bTliZ7.lazyloading { background-image: none; }
#CvncmBdysyLbk9CcBMsUrh9oV1DFvZGa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c2Q6nGeUrRAdmqmZ3KCC6xl1OmmyZ5Jg { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#c2Q6nGeUrRAdmqmZ3KCC6xl1OmmyZ5Jg.adaptive-delivery-prevent-bg, #c2Q6nGeUrRAdmqmZ3KCC6xl1OmmyZ5Jg.lazyload, #c2Q6nGeUrRAdmqmZ3KCC6xl1OmmyZ5Jg.lazyloading { background-image: none; }
#KBLUZRir0NTgl8VeG1kv71C0c9uFhXh1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBSm343vqvkPAreswT0HG43s0gBWuntm { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#pBSm343vqvkPAreswT0HG43s0gBWuntm.adaptive-delivery-prevent-bg, #pBSm343vqvkPAreswT0HG43s0gBWuntm.lazyload, #pBSm343vqvkPAreswT0HG43s0gBWuntm.lazyloading { background-image: none; }
#wnko4cTh9syDfU3KvzSObiQKlo3o3XUM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sso9M5uVrLco9dk8SelxEZexxPvf8EiK { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#Sso9M5uVrLco9dk8SelxEZexxPvf8EiK.adaptive-delivery-prevent-bg, #Sso9M5uVrLco9dk8SelxEZexxPvf8EiK.lazyload, #Sso9M5uVrLco9dk8SelxEZexxPvf8EiK.lazyloading { background-image: none; }
#WITzrQ9TsS2zIWxWiFrZgGdcrDpTEwUx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySNQs9adEIVzyUQ92Xn3gxWW2NvfemZP { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#ySNQs9adEIVzyUQ92Xn3gxWW2NvfemZP.adaptive-delivery-prevent-bg, #ySNQs9adEIVzyUQ92Xn3gxWW2NvfemZP.lazyload, #ySNQs9adEIVzyUQ92Xn3gxWW2NvfemZP.lazyloading { background-image: none; }
#mnhOwTJpiGXbD6VOekSAsP4QIttG7QHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lw19q8k7Td0gLfpseoAIkhItNwthqyC3 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#lw19q8k7Td0gLfpseoAIkhItNwthqyC3.adaptive-delivery-prevent-bg, #lw19q8k7Td0gLfpseoAIkhItNwthqyC3.lazyload, #lw19q8k7Td0gLfpseoAIkhItNwthqyC3.lazyloading { background-image: none; }
#Ilrtxm2v6KFyLiJWfD7pBJsPSU5lvX2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evFACzaPTBSXVee1rwZWuP3l1JzXDpS8 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#evFACzaPTBSXVee1rwZWuP3l1JzXDpS8.adaptive-delivery-prevent-bg, #evFACzaPTBSXVee1rwZWuP3l1JzXDpS8.lazyload, #evFACzaPTBSXVee1rwZWuP3l1JzXDpS8.lazyloading { background-image: none; }
#Tpc2lqZxJy81FMz1lT6fMuM89DyR55cC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TS7Q5q0kt7rHngkq6tOvFRP4Z5nM0DR9 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#TS7Q5q0kt7rHngkq6tOvFRP4Z5nM0DR9.adaptive-delivery-prevent-bg, #TS7Q5q0kt7rHngkq6tOvFRP4Z5nM0DR9.lazyload, #TS7Q5q0kt7rHngkq6tOvFRP4Z5nM0DR9.lazyloading { background-image: none; }
#kAfCf5TAVsgZTodhz8kMalITI2bZVNzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KM8rXET1H7ovJ2z2g5UlPxRgAl3hJh4R { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#KM8rXET1H7ovJ2z2g5UlPxRgAl3hJh4R.adaptive-delivery-prevent-bg, #KM8rXET1H7ovJ2z2g5UlPxRgAl3hJh4R.lazyload, #KM8rXET1H7ovJ2z2g5UlPxRgAl3hJh4R.lazyloading { background-image: none; }
#WD2lboTVWu7FNDqqf0SMvQEB0Vmncn4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TomvI4x16NkA97T9z83TyrbX21d8qKR6 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#TomvI4x16NkA97T9z83TyrbX21d8qKR6.adaptive-delivery-prevent-bg, #TomvI4x16NkA97T9z83TyrbX21d8qKR6.lazyload, #TomvI4x16NkA97T9z83TyrbX21d8qKR6.lazyloading { background-image: none; }
#GPr74yZBQkxTS4RzuwAphhxvnNmdHO1H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gg9orpVOGlySIzvc7PVexT1DvhQvI5wO { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#Gg9orpVOGlySIzvc7PVexT1DvhQvI5wO.adaptive-delivery-prevent-bg, #Gg9orpVOGlySIzvc7PVexT1DvhQvI5wO.lazyload, #Gg9orpVOGlySIzvc7PVexT1DvhQvI5wO.lazyloading { background-image: none; }
#eefvkVoHZi1oyhSyiX2NuSrUqGfZfEpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JFP2SekSdVLHHoEXkhFLXv6VXFxilD2D { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#JFP2SekSdVLHHoEXkhFLXv6VXFxilD2D.adaptive-delivery-prevent-bg, #JFP2SekSdVLHHoEXkhFLXv6VXFxilD2D.lazyload, #JFP2SekSdVLHHoEXkhFLXv6VXFxilD2D.lazyloading { background-image: none; }
#yCJSZlfBf0RDTDniVPb7PXrod9U99NeB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xiPK6ZkOzBVKB2ym8GreDRRXqiIRPlNt { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#xiPK6ZkOzBVKB2ym8GreDRRXqiIRPlNt.adaptive-delivery-prevent-bg, #xiPK6ZkOzBVKB2ym8GreDRRXqiIRPlNt.lazyload, #xiPK6ZkOzBVKB2ym8GreDRRXqiIRPlNt.lazyloading { background-image: none; }
#dzieGIdgWnmOA46J0ChSdwwuidbu8InO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTZb367CXELt4i8RP99Gfu6V0pIViWAZ { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#TTZb367CXELt4i8RP99Gfu6V0pIViWAZ.adaptive-delivery-prevent-bg, #TTZb367CXELt4i8RP99Gfu6V0pIViWAZ.lazyload, #TTZb367CXELt4i8RP99Gfu6V0pIViWAZ.lazyloading { background-image: none; }
#bupTQdmEbky3cTow65aMw5gQcQr8IQ9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6WN6Lq4G1feyu7xwbt7MsybMEHNUfNG { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/bb1cfe38-8c6a-4440-a724-d0b70ec2caa5/CHB_IN_2108143.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:72.25rem;left:2.3125rem;display:block; }#i6WN6Lq4G1feyu7xwbt7MsybMEHNUfNG.adaptive-delivery-prevent-bg, #i6WN6Lq4G1feyu7xwbt7MsybMEHNUfNG.lazyload, #i6WN6Lq4G1feyu7xwbt7MsybMEHNUfNG.lazyloading { background-image: none; }
#WnETQnemLOEaBXt8OM6ziNQECqytRlDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgapQgMqP4BwBpLAxQSfi6iZHEAEywnJ { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/a42e5ab1-4aba-4383-9073-acd63d2b0892/040523helsongomes1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:72.2500038147rem;left:15.375001907349rem;display:block; }#XgapQgMqP4BwBpLAxQSfi6iZHEAEywnJ.adaptive-delivery-prevent-bg, #XgapQgMqP4BwBpLAxQSfi6iZHEAEywnJ.lazyload, #XgapQgMqP4BwBpLAxQSfi6iZHEAEywnJ.lazyloading { background-image: none; }
#G7OMS83MbPgvQh7sTpgZrDo9H69cZ1rz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTAGwBfx25qCEz5MZtzNatnMeQlQREi6 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/845d0e4f-530e-43ac-bb68-69396429c268/InauguracaoChezBisutti18052257.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:72.2500038147rem;left:28.437501907349rem;display:block; }#aTAGwBfx25qCEz5MZtzNatnMeQlQREi6.adaptive-delivery-prevent-bg, #aTAGwBfx25qCEz5MZtzNatnMeQlQREi6.lazyload, #aTAGwBfx25qCEz5MZtzNatnMeQlQREi6.lazyloading { background-image: none; }
#LpgGsuFkJak64JQVopBJh3qVhMPlZfKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kgn5E5waw7ekaVLzCVqceSk6d533LOzp { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/ff1b21b0-f61d-4a7a-be9e-c44cddf7424a/TARDEEXTERNA05R1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:72.2500038147rem;left:41.625001907349rem;display:block; }#Kgn5E5waw7ekaVLzCVqceSk6d533LOzp.adaptive-delivery-prevent-bg, #Kgn5E5waw7ekaVLzCVqceSk6d533LOzp.lazyload, #Kgn5E5waw7ekaVLzCVqceSk6d533LOzp.lazyloading { background-image: none; }
#gpyLoq01AM5Sxta6ZdLe5DcbqLauxHDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s5Ft9uihKNXN6RJMBQDuOmIdFKpLAFeZ { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/370abee6-caed-4f17-8f89-8a41b95290c7/130323helsongomes1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:18.25rem;left:4.0625rem;display:block; }#s5Ft9uihKNXN6RJMBQDuOmIdFKpLAFeZ.adaptive-delivery-prevent-bg, #s5Ft9uihKNXN6RJMBQDuOmIdFKpLAFeZ.lazyload, #s5Ft9uihKNXN6RJMBQDuOmIdFKpLAFeZ.lazyloading { background-image: none; }
#L3FhWRcfMTh3p3raozcmF6UkBPC4vvdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2MgCDSt4QzJ9tqVaKMCrwLDloTE1S7h { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/76dc77d1-1ef0-4f16-82cf-0a2cdf951ba7/JK_CO_220831rafaelcruz_fotografia16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:18.25rem;left:17.125rem;display:block; }#r2MgCDSt4QzJ9tqVaKMCrwLDloTE1S7h.adaptive-delivery-prevent-bg, #r2MgCDSt4QzJ9tqVaKMCrwLDloTE1S7h.lazyload, #r2MgCDSt4QzJ9tqVaKMCrwLDloTE1S7h.lazyloading { background-image: none; }
#rWZKSGVbPSkdgZwbOsuxqwZVI0C0BHNn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNC0NyVLGy3TM6XPZXtx7HEqw68hqVzZ { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/45483438-f150-42cd-b63b-a5348585f2f6/20221208Tenerife_004_rafaelcruz_fotografia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:18.25rem;left:30.25rem;display:block; }#MNC0NyVLGy3TM6XPZXtx7HEqw68hqVzZ.adaptive-delivery-prevent-bg, #MNC0NyVLGy3TM6XPZXtx7HEqw68hqVzZ.lazyload, #MNC0NyVLGy3TM6XPZXtx7HEqw68hqVzZ.lazyloading { background-image: none; }
#ADMvoTb1VFRJb7dNdZUGOggtPrbJTUvM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAdNhnFTZ7grJsFfAlIrXywsygp1usE8 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/fe8ef0f6-2a4f-42a4-845b-3ca9b96008e9/E11_CO_1711293.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:18.25rem;left:43.375rem;display:block; }#CAdNhnFTZ7grJsFfAlIrXywsygp1usE8.adaptive-delivery-prevent-bg, #CAdNhnFTZ7grJsFfAlIrXywsygp1usE8.lazyload, #CAdNhnFTZ7grJsFfAlIrXywsygp1usE8.lazyloading { background-image: none; }
#tbhSXpuPEIoCwPmv37DqEFfUA7LxOQG6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMPngLS7hO45I9BSVmaaLPTTcdPE5iPz { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/021495b8-2142-4356-ad7d-a9877a8b61df/CA_CO_19042512.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:35.0625rem;left:4.125rem;display:block; }#SMPngLS7hO45I9BSVmaaLPTTcdPE5iPz.adaptive-delivery-prevent-bg, #SMPngLS7hO45I9BSVmaaLPTTcdPE5iPz.lazyload, #SMPngLS7hO45I9BSVmaaLPTTcdPE5iPz.lazyloading { background-image: none; }
#A8QS8TTBlWHlINku1mtp20hSor0sPCaf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pmb3dLfDcDEqENl1k7QHwenksHdKTJHX { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/7dcafe3e-e52d-4daf-a13c-5fea7424c7c1/BE_CO_17121213.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:35.0625rem;left:17.25rem;display:block; }#Pmb3dLfDcDEqENl1k7QHwenksHdKTJHX.adaptive-delivery-prevent-bg, #Pmb3dLfDcDEqENl1k7QHwenksHdKTJHX.lazyload, #Pmb3dLfDcDEqENl1k7QHwenksHdKTJHX.lazyloading { background-image: none; }
#MszWNTHbwhpz9HSoIeUkDy13yWzMpaR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#axurKVko1CLUkoRT0BF4vpPCKIL2X2dO { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/15e45bf4-9971-409e-a2a0-aa2b3abdead5/CM_CO_18030816.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:35.0625rem;left:30.25rem;display:block; }#axurKVko1CLUkoRT0BF4vpPCKIL2X2dO.adaptive-delivery-prevent-bg, #axurKVko1CLUkoRT0BF4vpPCKIL2X2dO.lazyload, #axurKVko1CLUkoRT0BF4vpPCKIL2X2dO.lazyloading { background-image: none; }
#z897IxSO07DdzRkMD4METp1bNc37aKlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJm5HOLKWaKA1KXKNd0CaaFVFvuqhPIh { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/2ac38bf5-fa99-4536-9ba6-1daed8bf7b1b/GC_CO_1912102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:35.0625rem;left:43.3125rem;display:block; }#RJm5HOLKWaKA1KXKNd0CaaFVFvuqhPIh.adaptive-delivery-prevent-bg, #RJm5HOLKWaKA1KXKNd0CaaFVFvuqhPIh.lazyload, #RJm5HOLKWaKA1KXKNd0CaaFVFvuqhPIh.lazyloading { background-image: none; }
#lIrXS7pv1nJCaaBN5M0eiyWHvOn0Ittl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imatbfv8pWwar8qQCBNdubb17dtn86VT { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8ce5cea0-1973-4310-a25d-d1fdf723e517/CB_CO_1909037.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:1.4375rem;left:4.0625rem;display:block; }#imatbfv8pWwar8qQCBNdubb17dtn86VT.adaptive-delivery-prevent-bg, #imatbfv8pWwar8qQCBNdubb17dtn86VT.lazyload, #imatbfv8pWwar8qQCBNdubb17dtn86VT.lazyloading { background-image: none; }
#kTxOrlTiAfTETIkz1iyqqTWB69gR2wxq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mm6wW67lTx2EMLryLK7VDPvQogQ0L7UM { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/eb138307-b297-4929-95d1-50d6584da758/CI_CO_220719rafaelcruz_fotografia21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:1.4375rem;left:17.125rem;display:block; }#Mm6wW67lTx2EMLryLK7VDPvQogQ0L7UM.adaptive-delivery-prevent-bg, #Mm6wW67lTx2EMLryLK7VDPvQogQ0L7UM.lazyload, #Mm6wW67lTx2EMLryLK7VDPvQogQ0L7UM.lazyloading { background-image: none; }
#ekHZLVkKAZwvIJABbkQq4WVrbI7aAMdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4i6NKn6EftIQk9prgWTObE6kXxwKv6G { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/295c7c00-b1f9-4691-ae4b-5b3441f44f94/CT_CO_22112853.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:1.4375rem;left:30.25rem;display:block; }#R4i6NKn6EftIQk9prgWTObE6kXxwKv6G.adaptive-delivery-prevent-bg, #R4i6NKn6EftIQk9prgWTObE6kXxwKv6G.lazyload, #R4i6NKn6EftIQk9prgWTObE6kXxwKv6G.lazyloading { background-image: none; }
#SGHr0lqFVuG62h9O1h2DLb3ubObSihAU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOTR4uFncv70gEdLeMd6Zn2RrbQRAfwE { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/5b993495-e1ae-4892-b587-b0fccb13813b/EC_CO_20012916.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:1.4375rem;left:43.375rem;display:block; }#eOTR4uFncv70gEdLeMd6Zn2RrbQRAfwE.adaptive-delivery-prevent-bg, #eOTR4uFncv70gEdLeMd6Zn2RrbQRAfwE.lazyload, #eOTR4uFncv70gEdLeMd6Zn2RrbQRAfwE.lazyloading { background-image: none; }
#teFoepttvLiktRTCiKVV2bwfF7sxp2dD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgvpRcEtIQTOiuV7X9zRdTTe2mc9QoVd { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:102.6875rem;left:15.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZAIO358eIuVvlaJWBDt52H7SSAJbKWU { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/2b20eaa9-0cc9-4fd9-85c0-d7f8bd10f496/Jardin1080x1080.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:89.0625rem;left:15.3125rem;display:block; }#WZAIO358eIuVvlaJWBDt52H7SSAJbKWU.adaptive-delivery-prevent-bg, #WZAIO358eIuVvlaJWBDt52H7SSAJbKWU.lazyload, #WZAIO358eIuVvlaJWBDt52H7SSAJbKWU.lazyloading { background-image: none; }
#nC3u8UzeWrJwf4DTd6pIds9iKlSC00U6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OU87fxeVdBxiCo8tGTzq7eTNaBe5ZTvo { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:102.6875rem;left:2.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVxvfyyOplzZrdbDT4T4aTDPp4MOI6bM { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/a77bae2e-a8a9-47d9-b833-f3ac014fa5ab/LAYOUTCORPORATIVOMESAS2Pequeno.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:89.0625rem;left:2.3125rem;display:block; }#AVxvfyyOplzZrdbDT4T4aTDPp4MOI6bM.adaptive-delivery-prevent-bg, #AVxvfyyOplzZrdbDT4T4aTDPp4MOI6bM.lazyload, #AVxvfyyOplzZrdbDT4T4aTDPp4MOI6bM.lazyloading { background-image: none; }
#oSM5Syf1E6apUof9hv6zPUTRPVxUJQcL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocAevhXHbLnlb5WsNovMa3iCtbH5NRW6 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#ocAevhXHbLnlb5WsNovMa3iCtbH5NRW6.adaptive-delivery-prevent-bg, #ocAevhXHbLnlb5WsNovMa3iCtbH5NRW6.lazyload, #ocAevhXHbLnlb5WsNovMa3iCtbH5NRW6.lazyloading { background-image: none; }
#MKT7S91EO0IWaOl3VOvuS2zI5A2eVpPz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gz1rTRDTcy6ix13EeDDq8bK1TarXSZrT { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8b030947-2743-48e8-89d1-ca9cb5b2388b/CB_CO_1909037.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:19.375rem;left:2.4375rem;display:none; }#gz1rTRDTcy6ix13EeDDq8bK1TarXSZrT.adaptive-delivery-prevent-bg, #gz1rTRDTcy6ix13EeDDq8bK1TarXSZrT.lazyload, #gz1rTRDTcy6ix13EeDDq8bK1TarXSZrT.lazyloading { background-image: none; }
#g01nAxUSxPTln8ARoCJ5UntNQCINBJTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D36DdR80AOHODf6mvzhw7lNABqN6AZSz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .row .container { background-color: transparent; background-image: none; }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .row .container > .video-iframe-container { display: none; }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .row > .video-iframe-container { display: none; }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .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); }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .row .container { border-width: 0; border-radius: 0; }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:60rem;position:relative;display:block; }#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-form-header {  }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#ffffff;width:20.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden;font-style:normal;line-height:1.3; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.1875rem;box-sizing:border-box;height:2.6875rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:400;font-style:normal;vertical-align:top; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-text {padding-top: 0; padding-bottom: 0;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.1875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:400;font-style:normal;vertical-align:top; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-select {padding-top: 0; padding-bottom: 0;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.6875rem;margin-bottom:0.25rem;margin-left:0.6875rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:rgba(var(--color-secondary-1),1);width:18.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:19rem;overflow:hidden;font-style:normal;float:none; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:middle;font-family:roboto;font-size:0.875rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.8;float:none; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-container:first-of-type{padding-top:0;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-container:last-of-type{padding-bottom:0;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.125rem;left:33.6875rem; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.1875rem;display:block;vertical-align:top; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm {display:block;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.125rem;left:33.6875rem; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #ApTMJ27ITB3nxrLHah0HXC6UzlASJaZy { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #xbK2wve7XoCpG7fTSr94qZWh1RuDTWQp { position:relative;display:none; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #al3AttJQdJP5W4gbeQxc6ZHoGIcKD1X9 { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #r61tHL3Q80wJmkWUtsd8lQka5uTilLyl { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #FzTlunLyw1xgcTsngiq9e44MQBTHSOoJ { position:relative;display:none; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #JVAK2ZsZAvcvIhxwzfcECrk8rWAoupaK { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #A53xQBSMEgTpK5IBfFTX8Cc5M83EyfaW { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #uSxX5EwKBx9oTke67aZNiNiUslnie8Tp { position:relative;display:none; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #P4U4ecD45k9tzdy4Tq2nWJsHnQaAtOoJ { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #rSGBTsrCb4MA0bkxNnqDZtzVJqFfHM6a { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #bTdr8eBSk6XUpei1TWTa5OkIx9zhWrJ9 { position:relative;display:none; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #KHrNSCIuLI2R8tKEiTvlefitlITAeItz { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #fFiSeotT4K3ii274u2GT0IIDpZnbg1I3 { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #nUU3HLVQFaOzK1ItIqnahq77LRDFiAvu { position:relative;display:block; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #RumAT8BZ4tN5yg3T0qrsSMdAHhUb35T6 { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #T8uSldNXCaVw4ccwT3GDOLpmuB7vcHX3 { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #IJHkDWXF5LtrPBklvgMtbTMGanxr7FbG { position:relative;display:none; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #dgeD05gDZa4G5hsLBCu8ymHWXtwFc0dU { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #oxN7vT2WXVrdnNVohQB8T0pMOsfgf8P2 { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #NnsSqknE91P76a6oW7xd2RM4Gnq4k0Bc { position:relative;display:none; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #tuXaNy8sLQPW4dqCSqoq9u6OpeLAihVw { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #v2TIyDhscgaKIggNXoKcadhemqwTFIro { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #JWltWRtg2vnMtU6fZPITciBd8uJozKN5 { position:relative;display:none; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #SRK71a3Toob5Uq2eaqmLJ69d4O06UQ4u { position:relative; }
#FssHpy9b67PslFb4AU48BUg6JOO86lcH { position:relative;display:block; }
#PT69kZUIv5PkEbeyHW78gIBwwc307W41 { position:relative;display:block; }
#CCtqlIMorarhnWmMCTkaHTrdpzQFeA6N { position:relative;display:block; }
#frC2kdOdbqTb4aXDX31wmNrRBCPtCcoa { position:relative;display:block; }
#pwMGMvMnkdrpmhAf5BKQodzdChwTnXPl { position:relative;display:block; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #zXaHBkBOiBA9VSF72Svzu73aKs5haJIQ { position:relative; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm #X5qT1oFZQ3Xc066n4L39ZdeG4XtyMMoK { position:relative; }
#MwN2MmRwSeTNcKe2oatzTh8hnFO9DOSJ { position:absolute;display:block;z-index:15005;background-color:#00322e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:50.125rem;width:24.5625rem;top:2.8125rem;left:32.75rem;display:block; }
#OdTXrrBUWo6J2hbxXHz62mkBxEXA7Ced { color:#ffffff;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:5.75rem;left:3.1875rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XOiLlX5S7OSDDIyv5ekyzbbdyaubXdtP { color:#ffffff;display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:24.875rem;left:3.125rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vq6pVTWrEwE8DmOfBrzDeck7VQekPpHZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.25rem;top:18.5rem;left:2.3125rem;overflow:hidden;display:block; }
#cLCEvgiKdJo1QPQ9x99E8FsPD8wJSCAc { position:absolute;display:block;z-index:15032;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25.0625rem;top:23.125rem;left:3.25rem;display:block; }
#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row .container { background-color: transparent; background-image: none; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row .container > .video-iframe-container { display: none; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row > .video-iframe-container { display: none; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .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); }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row .container { border-width: 0; border-radius: 0; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#ihxAg0P7qpE4SV6EhTSeAaNLHiR5i9u2 { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pdRVe3kTaiRQiE4q81bvJk63EPzmsJil { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:56.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL { display:block; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCKXi5SbiuBNpBeRQbPibZSKAZyxxcO6 { width:8rem;height:1.8125rem;top:0.875rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbawkP4rO3IU8nb9f7yAeUyFA3OIXz2T { display:block; }
 }@media only screen and (max-width: 763px) { #RPqzJpTsB5TZr7lQR3bqa3cV8O23lctI { top:0.25rem;left:0rem;width:8.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0vTTnIuouXcboXKdZNqMP9DA00xilay { width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7Ks339dBJQp6XBHwQNPNZptby0HlsFM { width:18.75rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDLB6Poi5Wm9RGZgChBKsSaMZttXwLFn { top:0.8125rem;left:42.46875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHp67hKa80FVSWvmBGcKlpgkVtT0cVw3 { top:26.75rem;left:0rem;width:25.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkf3ymum7kCbkx5DF9ARWqCVtNAtt83N { top:17.25rem;left:0rem;width:34.0625rem;height:7.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcP0ll9S55fbAuHyAix3VMJWXvOhnf1B { width:11.6875rem;height:2.625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyVNRNKNX3aGIoTarWQEqUgSahXneeIA { display:block; }
 }@media only screen and (max-width: 763px) { #nIl80y11FnP7sTgzhbSTQhKuSDvRBPsT { top:33.25rem;left:9.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 { display:block; }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8piTgTl6CxOUCRxmByCT4dcfoUBgbo9 { top:2.4375rem;left:0rem;width:22.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxVP5019vBl9dbFi1zTF1UFvbOLs9xMN { top:7.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc { display:block; }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO8eSaHv0rJz8ce9XDDI8aUOiJ7OhF64 { top:10.3125rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7s6597Q0c24ED1yTzioVsBte9632ek { top:15.8125rem;left:0rem;width:10.9375rem;height:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOWht9rArPev3XRBIiLIJsQKrfTrZdxP { top:10.3125rem;left:11.375rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQBROMOfyE8TfReUkIm2S7mbTZxJDMt2 { top:15.8125rem;left:11.9375rem;width:10.9375rem;height:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zueFOuiXyMhWAmLnF59WxrND6t9fOZU2 { top:10.3125rem;left:23.3125rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNMxwMrPKxc8sXPmTnzD541N0SS2kP3W { top:10.3125rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osdf2O9gGQTaHMNx6dn7nEM4HTfK9OBV { top:17.0625rem;left:23.906251907349rem;width:10.9375rem;height:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noonwy1a2hzq3pprgLgHy3F56Kp8c15V { top:15.8125rem;left:35.842969894409rem;width:10.9375rem;height:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJ4XnTaCXAfuAmn0MCnqBydNrc3VKli { top:4.0625rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03bBnKRvTTpEvJ5IUqWQUGs46dRUBGP { top:4.0625rem;left:11.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBlGrwz7iVwDM73ALKuHSrd5u4km7csI { top:4.1875rem;left:23.906251907349rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNZBMi0mpCw8rhFViMdRe75MhdoNMFQs { top:4.0625rem;left:35.842638015747rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKHwwAapxp0U5eec8xIoRtfS4z4u0DNT { width:11.6875rem;height:2.625rem;top:33.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQrZm7pvmfo2UvJ2X2ZtiO7vn7V5hBrJ { display:block; }
 }@media only screen and (max-width: 763px) { #qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx { display:block; }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTLrZZ7iqeMTARt7mgiHZGEL7TaPl0er { top:22.1875rem;left:45.5rem;width:2.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK { display:block; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzv7cZefdu4IQb1ZJwJBppRAO2CgSkv3 { top:5.9375rem;left:1.3437519073486rem;width:45.0625rem;height:6.625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsMlLx7Rtrp6fhDTQ4iF1bDoJzvaSCbG { top:15rem;left:13.843751907349rem;width:20.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 { display:block; }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7tclKpVp5vuN0pEaiPLFBAyVhvqGeLU { top:15.875rem;left:0rem;width:17.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5D7aXn4ISl2rWzTyFnNFvDgWq7BpCGL { top:15.875rem;left:16.187501907349rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWtCxgocsculmF5VwpHpFNN2if5Pzox9 { top:15.875rem;left:34.312501907349rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNoagxP1hmrJyoPmRsHoRQbPzQDEVzEw { top:3.4375rem;left:3.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqdMIv0FsorIWgsVD95TyR7mxuE14xWE { top:12.75rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dohmlAx6SVnzL0tbJ2fPlMTMVBUHqscX { top:3.4375rem;left:19.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt1UPBLy4uIaUH5wFMx9T9z5V4Q8bTpO { top:12.75rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpt1FE1eZ1TW1lsw0fLXuKVfKqAWKTqr { top:12.75rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #im5FtfGlT1STZTmsnCsycweZqxVGxVXE { top:3.4375rem;left:35rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR { display:block; }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8l23CGPxIWOGZcsNK2EVo7qhftzeZ29 { top:14.375rem;left:8.625rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze4u5uIbonMmN10g4tGv4gH75NOO2zLT { top:14.375rem;left:23.875rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRsRnquh7pV4D6LJE9V5T6Q71GIG3sFN { top:1.6875rem;left:12.062501907349rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTXBhqLGg0IRD35lob0mtnbdvAGvPxx4 { top:11.3125rem;left:15.250001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSt9QTGz6C35bKZeWxiZPqKTGZU0GDXS { top:11.3125rem;left:29.312501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdNsOWHa5hJb7grSTTRinlLrTMV8e3wG { top:1.6875rem;left:26.18638420105rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q { display:block; }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO { display:block; }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5go43mfpGbCMH2SzG3NZwpXxg6w4n4x { top:16rem;left:0rem;width:9.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX80TvaKoy4Tnt6E2s2J4dq0bFoSCUcb { top:24.0625rem;left:14.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5r6XbnnZiTmlKTOrWQozeeHws66bbk { top:16rem;left:14.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpAbCdvLWbdeXoyaD01tcovCfZuhfulf { top:24.875rem;left:0rem;width:6.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiJ3O6R2rrBoile5uVZANnkzxwiOHite { top:23.5625rem;left:29.625rem;width:2.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrRN8htyCwsAeiGS7xTTlBGD05l5AW9Q { top:16rem;left:28.125rem;width:5.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRnaP5Z8gyzMkqppwoChE0sGlT1KDwyH { top:24.3125rem;left:40.625rem;width:7.125rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHIGCNhvUeZmGe0LHxES9WDh37AQGWl9 { top:16rem;left:42.6875rem;width:5.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu7TygRec1pIQv3RJ6VzI0XRn55X67pu { top:32.4375rem;left:0rem;width:7.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibPmWXS4tRh0DTsZ4e9aI0eV1XU5M4tz { top:32.375rem;left:14.5625rem;width:3.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bI3T7ODfSPTSmKqtrytsnvP0226MIt { top:31.75rem;left:29.8125rem;width:2rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #io0g401fTWcl33JLzcZSFGode0T4tpxW { top:32.75rem;left:39.3125rem;width:8.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGnztatE0bXKlPxHUdmQtmJZNXv70sJq { display:none; }
 }@media only screen and (max-width: 763px) { #wKAm9SdCFLfnHmseiJTrWtgorBBFZMau { top:119.625rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMszoCgPXt2iLUqT0fo9On0DcZTEq1iA { top:39.875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhn3rfJXvt0zCJcDrS2dQg37FQohCxuk { width:11.6875rem;height:2.625rem;top:42.75rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiUKUKGunO0pS0RkTTE53PaG4Bppeflf { display:block; }
 }@media only screen and (max-width: 763px) { #HandiytfNpnPtJQVwVrXKAcL35LGMmQu { top:7.8125rem;left:11.875rem;width:24.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdsvVGfXA2I7xLDc4My9zS2WcMhF2oyR { top:4.1875rem;left:5.1875019073486rem;width:37.375rem;height:2.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE { display:block; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwOwbuXNiEyCWAVIPZVX2aTgThA9XoxN { top:6rem;left:5.25rem;width:37.3125rem;height:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQDfFN9gOZeAwxspaEyvK2KMkTxPiaH { top:9.75rem;left:12.8125rem;width:22.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT { display:block; }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDy3J3gAlKGvHLSuv7nQUtP68cmXWH7A { top:15.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAf78c9VImGUtG4ClBUHg3Bf3cX6ycrH { top:15.0625rem;left:11rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR11xELcNtcVCE6uBJmaoKVIBcyKGAdF { top:15.0625rem;left:24.125rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBZFv2VTeqikq6E1Zh1DAUi2thCmP6O { top:15.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT1EQycwHCHmAi5QlXW7rNdTAdcNJFPD { top:57.375rem;left:4.8125rem;width:39.25rem;height:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNK0idXzyvfsXB5MArTm4NSFv2bbm6R0 { top:61.1875rem;left:9.375rem;width:30.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlHHKX6EqLfdXQF7pM8MRvFGCXAyv8qs { top:85.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQRwD58yLWyI0kELltJfJvhl0X8mW8xy { top:85.875rem;left:9.1875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnT6WEFhytTZxPFoVoKLFtWyuZeHiHq6 { top:85.875rem;left:22.3125rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJf0lH6JLsDiBEHa5PMwRszbPlufiMBG { top:85.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT6yDRWm13F8N40kHwZggZx9zuhCLavr { top:31.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRlTH3zWadBeQaFH7w3BNxpm3PrSDGEB { top:31.875rem;left:11rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1CCLvIvVeDEDuIOTaMEHSFtaGgzbQDx { top:31.875rem;left:24.125rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SocZzJfIXfc2dpPRB1c0eDkDcqpchWaP { top:31.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnsFqvnZKplQrlnyfrTKTq3yDczEVTpb { top:48.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6e5GSfHombG9201JHLakUsBs6XglkDH { top:48.6875rem;left:11.0625rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHMEDBQAOA6vdOHgeFNGJ2unA4Tmpg4g { top:48.6875rem;left:24.1875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGTxg2lFvslH7f46uyipXXfKT5u7kcP { top:48.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJfPKCJvku1Wq1WK1deniBLgQ1Jo7D5 { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0opPNxZpitiJX02Zp5li1r4aRmyoGxt { display:block; }
 }@media only screen and (max-width: 763px) { #TodfwNfIFgD7T7uDEl4AZzfR54bTliZ7 { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvncmBdysyLbk9CcBMsUrh9oV1DFvZGa { display:block; }
 }@media only screen and (max-width: 763px) { #c2Q6nGeUrRAdmqmZ3KCC6xl1OmmyZ5Jg { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBLUZRir0NTgl8VeG1kv71C0c9uFhXh1 { display:block; }
 }@media only screen and (max-width: 763px) { #pBSm343vqvkPAreswT0HG43s0gBWuntm { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnko4cTh9syDfU3KvzSObiQKlo3o3XUM { display:block; }
 }@media only screen and (max-width: 763px) { #Sso9M5uVrLco9dk8SelxEZexxPvf8EiK { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WITzrQ9TsS2zIWxWiFrZgGdcrDpTEwUx { display:block; }
 }@media only screen and (max-width: 763px) { #ySNQs9adEIVzyUQ92Xn3gxWW2NvfemZP { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnhOwTJpiGXbD6VOekSAsP4QIttG7QHD { display:block; }
 }@media only screen and (max-width: 763px) { #lw19q8k7Td0gLfpseoAIkhItNwthqyC3 { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ilrtxm2v6KFyLiJWfD7pBJsPSU5lvX2M { display:block; }
 }@media only screen and (max-width: 763px) { #evFACzaPTBSXVee1rwZWuP3l1JzXDpS8 { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpc2lqZxJy81FMz1lT6fMuM89DyR55cC { display:block; }
 }@media only screen and (max-width: 763px) { #TS7Q5q0kt7rHngkq6tOvFRP4Z5nM0DR9 { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAfCf5TAVsgZTodhz8kMalITI2bZVNzD { display:block; }
 }@media only screen and (max-width: 763px) { #KM8rXET1H7ovJ2z2g5UlPxRgAl3hJh4R { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WD2lboTVWu7FNDqqf0SMvQEB0Vmncn4I { display:block; }
 }@media only screen and (max-width: 763px) { #TomvI4x16NkA97T9z83TyrbX21d8qKR6 { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPr74yZBQkxTS4RzuwAphhxvnNmdHO1H { display:block; }
 }@media only screen and (max-width: 763px) { #Gg9orpVOGlySIzvc7PVexT1DvhQvI5wO { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eefvkVoHZi1oyhSyiX2NuSrUqGfZfEpV { display:block; }
 }@media only screen and (max-width: 763px) { #JFP2SekSdVLHHoEXkhFLXv6VXFxilD2D { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCJSZlfBf0RDTDniVPb7PXrod9U99NeB { display:block; }
 }@media only screen and (max-width: 763px) { #xiPK6ZkOzBVKB2ym8GreDRRXqiIRPlNt { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzieGIdgWnmOA46J0ChSdwwuidbu8InO { display:block; }
 }@media only screen and (max-width: 763px) { #TTZb367CXELt4i8RP99Gfu6V0pIViWAZ { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bupTQdmEbky3cTow65aMw5gQcQr8IQ9n { display:block; }
 }@media only screen and (max-width: 763px) { #i6WN6Lq4G1feyu7xwbt7MsybMEHNUfNG { width:12.4375rem;height:13rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnETQnemLOEaBXt8OM6ziNQECqytRlDr { display:block; }
 }@media only screen and (max-width: 763px) { #XgapQgMqP4BwBpLAxQSfi6iZHEAEywnJ { width:12.4375rem;height:13rem;top:72.25rem;left:9.2500019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7OMS83MbPgvQh7sTpgZrDo9H69cZ1rz { display:block; }
 }@media only screen and (max-width: 763px) { #aTAGwBfx25qCEz5MZtzNatnMeQlQREi6 { width:12.4375rem;height:13rem;top:72.25rem;left:22.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpgGsuFkJak64JQVopBJh3qVhMPlZfKR { display:block; }
 }@media only screen and (max-width: 763px) { #Kgn5E5waw7ekaVLzCVqceSk6d533LOzp { width:12.4375rem;height:13rem;top:72.25rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpyLoq01AM5Sxta6ZdLe5DcbqLauxHDf { display:block; }
 }@media only screen and (max-width: 763px) { #s5Ft9uihKNXN6RJMBQDuOmIdFKpLAFeZ { width:12.4375rem;height:13rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3FhWRcfMTh3p3raozcmF6UkBPC4vvdA { display:block; }
 }@media only screen and (max-width: 763px) { #r2MgCDSt4QzJ9tqVaKMCrwLDloTE1S7h { width:12.4375rem;height:13rem;top:18.25rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWZKSGVbPSkdgZwbOsuxqwZVI0C0BHNn { display:block; }
 }@media only screen and (max-width: 763px) { #MNC0NyVLGy3TM6XPZXtx7HEqw68hqVzZ { width:12.4375rem;height:13rem;top:18.25rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADMvoTb1VFRJb7dNdZUGOggtPrbJTUvM { display:block; }
 }@media only screen and (max-width: 763px) { #CAdNhnFTZ7grJsFfAlIrXywsygp1usE8 { width:12.4375rem;height:13rem;top:18.25rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbhSXpuPEIoCwPmv37DqEFfUA7LxOQG6 { display:block; }
 }@media only screen and (max-width: 763px) { #SMPngLS7hO45I9BSVmaaLPTTcdPE5iPz { width:12.4375rem;height:13rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8QS8TTBlWHlINku1mtp20hSor0sPCaf { display:block; }
 }@media only screen and (max-width: 763px) { #Pmb3dLfDcDEqENl1k7QHwenksHdKTJHX { width:12.4375rem;height:13rem;top:35.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MszWNTHbwhpz9HSoIeUkDy13yWzMpaR9 { display:block; }
 }@media only screen and (max-width: 763px) { #axurKVko1CLUkoRT0BF4vpPCKIL2X2dO { width:12.4375rem;height:13rem;top:35.0625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z897IxSO07DdzRkMD4METp1bNc37aKlV { display:block; }
 }@media only screen and (max-width: 763px) { #RJm5HOLKWaKA1KXKNd0CaaFVFvuqhPIh { width:12.4375rem;height:13rem;top:35.0625rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIrXS7pv1nJCaaBN5M0eiyWHvOn0Ittl { display:block; }
 }@media only screen and (max-width: 763px) { #imatbfv8pWwar8qQCBNdubb17dtn86VT { width:12.4375rem;height:13rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxOrlTiAfTETIkz1iyqqTWB69gR2wxq { display:block; }
 }@media only screen and (max-width: 763px) { #Mm6wW67lTx2EMLryLK7VDPvQogQ0L7UM { width:12.4375rem;height:13rem;top:1.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekHZLVkKAZwvIJABbkQq4WVrbI7aAMdI { display:block; }
 }@media only screen and (max-width: 763px) { #R4i6NKn6EftIQk9prgWTObE6kXxwKv6G { width:12.4375rem;height:13rem;top:1.4375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGHr0lqFVuG62h9O1h2DLb3ubObSihAU { display:block; }
 }@media only screen and (max-width: 763px) { #eOTR4uFncv70gEdLeMd6Zn2RrbQRAfwE { width:12.4375rem;height:13rem;top:1.4375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teFoepttvLiktRTCiKVV2bwfF7sxp2dD { display:block; }
 }@media only screen and (max-width: 763px) { #bgvpRcEtIQTOiuV7X9zRdTTe2mc9QoVd { top:102.6875rem;left:9.1875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZAIO358eIuVvlaJWBDt52H7SSAJbKWU { width:12.4375rem;height:13rem;top:89.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC3u8UzeWrJwf4DTd6pIds9iKlSC00U6 { display:block; }
 }@media only screen and (max-width: 763px) { #OU87fxeVdBxiCo8tGTzq7eTNaBe5ZTvo { top:102.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVxvfyyOplzZrdbDT4T4aTDPp4MOI6bM { width:12.4375rem;height:13rem;top:89.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSM5Syf1E6apUof9hv6zPUTRPVxUJQcL { display:block; }
 }@media only screen and (max-width: 763px) { #ocAevhXHbLnlb5WsNovMa3iCtbH5NRW6 { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKT7S91EO0IWaOl3VOvuS2zI5A2eVpPz { display:block; }
 }@media only screen and (max-width: 763px) { #gz1rTRDTcy6ix13EeDDq8bK1TarXSZrT { width:12.4375rem;height:13rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g01nAxUSxPTln8ARoCJ5UntNQCINBJTx { display:block; }
 }@media only screen and (max-width: 763px) { #D36DdR80AOHODf6mvzhw7lNABqN6AZSz { display:block; }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-regular-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-text { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-text {padding-top: 0; padding-bottom: 0;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-textarea { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-select { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-select {padding-top: 0; padding-bottom: 0;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.6875rem; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-checkbox-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm  { width:20.1875rem;height:auto;top:4.125rem;left:24.5rem; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .radio-container { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm {display:block;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm { width:20.1875rem;height:auto;top:4.125rem;left:24.5rem; }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #ApTMJ27ITB3nxrLHah0HXC6UzlASJaZy {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #xbK2wve7XoCpG7fTSr94qZWh1RuDTWQp {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #al3AttJQdJP5W4gbeQxc6ZHoGIcKD1X9 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #r61tHL3Q80wJmkWUtsd8lQka5uTilLyl {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #FzTlunLyw1xgcTsngiq9e44MQBTHSOoJ {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #JVAK2ZsZAvcvIhxwzfcECrk8rWAoupaK {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #A53xQBSMEgTpK5IBfFTX8Cc5M83EyfaW {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #uSxX5EwKBx9oTke67aZNiNiUslnie8Tp {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #P4U4ecD45k9tzdy4Tq2nWJsHnQaAtOoJ {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #rSGBTsrCb4MA0bkxNnqDZtzVJqFfHM6a {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #bTdr8eBSk6XUpei1TWTa5OkIx9zhWrJ9 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #KHrNSCIuLI2R8tKEiTvlefitlITAeItz {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #fFiSeotT4K3ii274u2GT0IIDpZnbg1I3 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #nUU3HLVQFaOzK1ItIqnahq77LRDFiAvu {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #RumAT8BZ4tN5yg3T0qrsSMdAHhUb35T6 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #T8uSldNXCaVw4ccwT3GDOLpmuB7vcHX3 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #IJHkDWXF5LtrPBklvgMtbTMGanxr7FbG {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #dgeD05gDZa4G5hsLBCu8ymHWXtwFc0dU {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #oxN7vT2WXVrdnNVohQB8T0pMOsfgf8P2 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #NnsSqknE91P76a6oW7xd2RM4Gnq4k0Bc {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #tuXaNy8sLQPW4dqCSqoq9u6OpeLAihVw {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #v2TIyDhscgaKIggNXoKcadhemqwTFIro {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #JWltWRtg2vnMtU6fZPITciBd8uJozKN5 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #SRK71a3Toob5Uq2eaqmLJ69d4O06UQ4u {  }
 }@media only screen and (max-width: 763px) { #FssHpy9b67PslFb4AU48BUg6JOO86lcH { display:block; }
 }@media only screen and (max-width: 763px) { #PT69kZUIv5PkEbeyHW78gIBwwc307W41 { display:block; }
 }@media only screen and (max-width: 763px) { #CCtqlIMorarhnWmMCTkaHTrdpzQFeA6N { display:block; }
 }@media only screen and (max-width: 763px) { #frC2kdOdbqTb4aXDX31wmNrRBCPtCcoa { display:block; }
 }@media only screen and (max-width: 763px) { #pwMGMvMnkdrpmhAf5BKQodzdChwTnXPl { display:block; }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #zXaHBkBOiBA9VSF72Svzu73aKs5haJIQ {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #X5qT1oFZQ3Xc066n4L39ZdeG4XtyMMoK {  }
 }@media only screen and (max-width: 763px) { #MwN2MmRwSeTNcKe2oatzTh8hnFO9DOSJ { top:2.8125rem;left:23.1875rem;width:24.5rem;height:50.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTXrrBUWo6J2hbxXHz62mkBxEXA7Ced { top:5.75rem;left:0.125rem;width:22rem;height:5.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOiLlX5S7OSDDIyv5ekyzbbdyaubXdtP { top:24.875rem;left:0.0625rem;width:21rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq6pVTWrEwE8DmOfBrzDeck7VQekPpHZ { top:18.5rem;left:0rem;width:10.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLCEvgiKdJo1QPQ9x99E8FsPD8wJSCAc { top:23.125rem;left:0rem;width:25.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU { display:block; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihxAg0P7qpE4SV6EhTSeAaNLHiR5i9u2 { top:1.4375rem;left:0rem;width:27.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdRVe3kTaiRQiE4q81bvJk63EPzmsJil { top:1.0625rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL { background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row .container { background-color: transparent; background-image: none; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row .container > .video-iframe-container { display: none; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row > .video-iframe-container { display: none; }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .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); }#nMqWw95BrHmCdcGVoUGn6bk9F1ko73KL > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCKXi5SbiuBNpBeRQbPibZSKAZyxxcO6 { width:6.6875rem;height:1.75rem;top:0.875rem;left:10.875rem;font-size:0.8125rem;color:#ffffff;background-color:#64a399;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;display:block; }
 }@media only screen and (max-width: 763px) { #sbawkP4rO3IU8nb9f7yAeUyFA3OIXz2T { display:block; }
 }@media only screen and (max-width: 763px) { #RPqzJpTsB5TZr7lQR3bqa3cV8O23lctI { width:3.5625rem;height:1.25rem;top:2.09375rem;left:8.1194667816163rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0vTTnIuouXcboXKdZNqMP9DA00xilay { top:1.25rem;left:6.375rem;width:11.0625rem;height:0.625rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #A7Ks339dBJQp6XBHwQNPNZptby0HlsFM { top:0.40625rem;left:0rem;width:7.5625rem;height:2.625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TDLB6Poi5Wm9RGZgChBKsSaMZttXwLFn { width:1.8125rem;height:1.8125rem;top:0.8125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f79ae99d-0b3c-4e96-875c-dc107693582f/FotoIntro1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHp67hKa80FVSWvmBGcKlpgkVtT0cVw3 { width:15.1875rem;height:4.4619125rem;top:21.375rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkf3ymum7kCbkx5DF9ARWqCVtNAtt83N { width:20rem;height:4.375rem;top:15.625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcP0ll9S55fbAuHyAix3VMJWXvOhnf1B { width:9.4375rem;height:2rem;top:27.5rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyVNRNKNX3aGIoTarWQEqUgSahXneeIA { display:block; }
 }@media only screen and (max-width: 763px) { #nIl80y11FnP7sTgzhbSTQhKuSDvRBPsT { width:2.25rem;height:2.25rem;top:27.375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 { display:block; }#ercwhe2RXVRVdDsMyoKvS7hvO8tbLKG7 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8piTgTl6CxOUCRxmByCT4dcfoUBgbo9 { width:18.75rem;height:2.5998875rem;top:4.625rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxVP5019vBl9dbFi1zTF1UFvbOLs9xMN { width:18.875rem;height:7.3125rem;top:8.5625rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc { display:block; }#UtrVdrQ70NbSh67mwDNSiTRPImOu8qbc > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO8eSaHv0rJz8ce9XDDI8aUOiJ7OhF64 { width:20rem;height:1.625rem;top:4.5625019073486rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7s6597Q0c24ED1yTzioVsBte9632ek { width:20rem;height:2.923825rem;top:7.4375004768369rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOWht9rArPev3XRBIiLIJsQKrfTrZdxP { width:20rem;height:1.625rem;top:17.424110412597rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQBROMOfyE8TfReUkIm2S7mbTZxJDMt2 { width:19.375rem;height:3.8984375rem;top:20.299108028412rem;left:0.31250005960464rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zueFOuiXyMhWAmLnF59WxrND6t9fOZU2 { width:20rem;height:1.625rem;top:31.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNMxwMrPKxc8sXPmTnzD541N0SS2kP3W { width:20rem;height:1.625rem;top:43.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Osdf2O9gGQTaHMNx6dn7nEM4HTfK9OBV { width:20rem;height:1.94921875rem;top:34.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noonwy1a2hzq3pprgLgHy3F56Kp8c15V { width:18.8125rem;height:3.8984375rem;top:46rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXJ4XnTaCXAfuAmn0MCnqBydNrc3VKli { width:3.9375rem;height:3.9375rem;top:0rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03bBnKRvTTpEvJ5IUqWQUGs46dRUBGP { width:3.9375rem;height:3.9375rem;top:12.861608505249rem;left:8.0312505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBlGrwz7iVwDM73ALKuHSrd5u4km7csI { width:3.9375rem;height:3.9375rem;top:26.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNZBMi0mpCw8rhFViMdRe75MhdoNMFQs { width:3.9375rem;height:3.9375rem;top:38.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKHwwAapxp0U5eec8xIoRtfS4z4u0DNT { width:9.4375rem;height:2rem;top:52.446432113647rem;left:5.2812500596046rem;font-size:0.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dQrZm7pvmfo2UvJ2X2ZtiO7vn7V5hBrJ { display:block; }
 }@media only screen and (max-width: 763px) { #qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx { display:block; }#qiTqTHoV8u96Sm6BZZzP4hnHunsztAcx > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTLrZZ7iqeMTARt7mgiHZGEL7TaPl0er { width:2.25rem;height:12.5rem;top:1.25rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK { background-color:#000000;background-image:none;display:block; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row .container { background-color: transparent; background-image: none; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row .container > .video-iframe-container { display: none; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row > .video-iframe-container { display: none; }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .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); }#OUTxntI0SHVK5rzmkEP7FzQy8O5a17vK > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzv7cZefdu4IQb1ZJwJBppRAO2CgSkv3 { width:20rem;height:3.5996125rem;top:3.2488842010498rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsMlLx7Rtrp6fhDTQ4iF1bDoJzvaSCbG { width:16.5625rem;height:2.4375rem;top:8.0982151031494rem;left:1.7187500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 { display:block; }#o74l1GBGVc4F6FbfyITSrh4eMGaTLT34 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7tclKpVp5vuN0pEaiPLFBAyVhvqGeLU { width:17.625rem;height:2.5996125rem;top:13.687501907349rem;left:1.1875000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5D7aXn4ISl2rWzTyFnNFvDgWq7BpCGL { width:15.25rem;height:2.5996125rem;top:31.224331021309rem;left:2.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWtCxgocsculmF5VwpHpFNN2if5Pzox9 { width:10.75rem;height:2.5996125rem;top:48.761161923409rem;left:4.6250000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNoagxP1hmrJyoPmRsHoRQbPzQDEVzEw { width:9.375rem;height:9.375rem;top:1.25rem;left:5.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tqdMIv0FsorIWgsVD95TyR7mxuE14xWE { display:flex;width:3.125rem;height:3.125rem;top:10.5625rem;left:8.4375019073488rem; }
 }@media only screen and (max-width: 763px) { #dohmlAx6SVnzL0tbJ2fPlMTMVBUHqscX { width:9.375rem;height:9.375rem;top:18.78683125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt1UPBLy4uIaUH5wFMx9T9z5V4Q8bTpO { display:flex;width:3.125rem;height:3.125rem;top:28.09933125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lpt1FE1eZ1TW1lsw0fLXuKVfKqAWKTqr { display:flex;width:3.125rem;height:3.125rem;top:45.6361625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #im5FtfGlT1STZTmsnCsycweZqxVGxVXE { width:9.375rem;height:9.375rem;top:36.3232421875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR { display:block; }#sW3c3S1hK3MCI1Zvgx3FG4SudCK0uGKR > .row .container { width:20rem;height:48.322265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8l23CGPxIWOGZcsNK2EVo7qhftzeZ29 { width:15.25rem;height:2.5996125rem;top:13.750000953674rem;left:2.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ze4u5uIbonMmN10g4tGv4gH75NOO2zLT { width:11.25rem;height:3.8994125rem;top:32.635047912597rem;left:4.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRsRnquh7pV4D6LJE9V5T6Q71GIG3sFN { width:9.375rem;height:9.375rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTXBhqLGg0IRD35lob0mtnbdvAGvPxx4 { display:flex;width:3.125rem;height:3.125rem;top:10.625000953674rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #VSt9QTGz6C35bKZeWxiZPqKTGZU0GDXS { display:flex;width:3.125rem;height:3.125rem;top:29.510046005249rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #NdNsOWHa5hJb7grSTTRinlLrTMV8e3wG { width:9.3125rem;height:9.3125rem;top:37.759765625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q { display:block; }#zhcPBErrCOTUCHbGVlwTcQKRKWTF8a0Q > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO { display:block; }#m6EGzDpu1WkhrgxC93rInhqaEfDRV5vO > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5go43mfpGbCMH2SzG3NZwpXxg6w4n4x { width:7rem;height:1.9375rem;top:17.6875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX80TvaKoy4Tnt6E2s2J4dq0bFoSCUcb { width:2.375rem;height:2.375rem;top:14.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5r6XbnnZiTmlKTOrWQozeeHws66bbk { width:2.125rem;height:2.125rem;top:14.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpAbCdvLWbdeXoyaD01tcovCfZuhfulf { width:5.25rem;height:1.3125rem;top:18.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiJ3O6R2rrBoile5uVZANnkzxwiOHite { width:2.5rem;height:2.75rem;top:13.9375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrRN8htyCwsAeiGS7xTTlBGD05l5AW9Q { width:4.75rem;height:1.875rem;top:6.968192100525rem;left:0.75000005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRnaP5Z8gyzMkqppwoChE0sGlT1KDwyH { width:7.125rem;height:1.1875rem;top:16.874442100525rem;left:0.96875005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHIGCNhvUeZmGe0LHxES9WDh37AQGWl9 { width:3.9375rem;height:1.125rem;top:8.375rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zu7TygRec1pIQv3RJ6VzI0XRn55X67pu { width:7.75rem;height:1.8125rem;top:21.093749046326rem;left:0.65625005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibPmWXS4tRh0DTsZ4e9aI0eV1XU5M4tz { width:3.125rem;height:2.375rem;top:15.218192100525rem;left:13.191964685917rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8bI3T7ODfSPTSmKqtrytsnvP0226MIt { width:2rem;height:2.6875rem;top:13.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io0g401fTWcl33JLzcZSFGode0T4tpxW { width:8.4375rem;height:1.25rem;top:26.031249046326rem;left:0.66071432828906rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGnztatE0bXKlPxHUdmQtmJZNXv70sJq { top:55.8125rem;left:3.75rem;width:12.5rem;height:2.375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #wKAm9SdCFLfnHmseiJTrWtgorBBFZMau { width:20rem;height:0.125rem;top:59rem;left:0rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #EMszoCgPXt2iLUqT0fo9On0DcZTEq1iA { width:20rem;height:0.125rem;top:39.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fhn3rfJXvt0zCJcDrS2dQg37FQohCxuk { width:11.6875rem;height:2.625rem;top:24.562499761581rem;left:4.1562500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiUKUKGunO0pS0RkTTE53PaG4Bppeflf { display:block; }
 }@media only screen and (max-width: 763px) { #HandiytfNpnPtJQVwVrXKAcL35LGMmQu { width:11.5625rem;height:2.4375rem;top:7.25rem;left:4.2187500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdsvVGfXA2I7xLDc4My9zS2WcMhF2oyR { width:14.125rem;height:3.5996125rem;top:2.4375009536743rem;left:2.9375000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE { background-color:#000000;background-image:none;display:block; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row .container { background-color: transparent; background-image: none; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row .container > .video-iframe-container { display: none; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row > .video-iframe-container { display: none; }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .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); }#k9xzeqD0i5lvXJfQ6vfhDIJJmAkiGzFE > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwOwbuXNiEyCWAVIPZVX2aTgThA9XoxN { width:19.5rem;height:1.6875rem;top:4.125rem;left:0.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxQDfFN9gOZeAwxspaEyvK2KMkTxPiaH { width:17.8125rem;height:2.4375rem;top:7rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT { display:block; }#LdQqEpVhN9Kh2doBXOXrb2BK6R0esOdT > .row .container { width:20rem;height:306.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDy3J3gAlKGvHLSuv7nQUtP68cmXWH7A { width:12.5rem;height:1.05615rem;top:14.25rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAf78c9VImGUtG4ClBUHg3Bf3cX6ycrH { width:12.5rem;height:1.05615rem;top:30.25rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NR11xELcNtcVCE6uBJmaoKVIBcyKGAdF { width:12.5rem;height:1.05615rem;top:46.312499523163rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzBZFv2VTeqikq6E1Zh1DAUi2thCmP6O { width:12.5rem;height:1.05615rem;top:62.375000953674rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QT1EQycwHCHmAi5QlXW7rNdTAdcNJFPD { width:20rem;height:4.125rem;top:194.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HNK0idXzyvfsXB5MArTm4NSFv2bbm6R0 { width:18.5rem;height:4.875rem;top:199.5625rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlHHKX6EqLfdXQF7pM8MRvFGCXAyv8qs { width:12.5rem;height:1.05615rem;top:222.375rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RQRwD58yLWyI0kELltJfJvhl0X8mW8xy { width:12.5rem;height:1.05615rem;top:238.4375rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnT6WEFhytTZxPFoVoKLFtWyuZeHiHq6 { width:12.5rem;height:1.05615rem;top:254.5rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJf0lH6JLsDiBEHa5PMwRszbPlufiMBG { width:12.5rem;height:1.05615rem;top:270.5625rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bT6yDRWm13F8N40kHwZggZx9zuhCLavr { width:12.5rem;height:1.05615rem;top:78.43750190735rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRlTH3zWadBeQaFH7w3BNxpm3PrSDGEB { width:12.5rem;height:1.05615rem;top:94.5rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1CCLvIvVeDEDuIOTaMEHSFtaGgzbQDx { width:12.5rem;height:1.05615rem;top:110.56250572204rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SocZzJfIXfc2dpPRB1c0eDkDcqpchWaP { width:12.5rem;height:1.05615rem;top:126.625rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hnsFqvnZKplQrlnyfrTKTq3yDczEVTpb { width:12.5rem;height:1.05615rem;top:142.68750953674rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6e5GSfHombG9201JHLakUsBs6XglkDH { width:12.5rem;height:1.05615rem;top:158.56250953674rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHMEDBQAOA6vdOHgeFNGJ2unA4Tmpg4g { width:12.5rem;height:1.05615rem;top:174.62500190735rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKGTxg2lFvslH7f46uyipXXfKT5u7kcP { width:12.5rem;height:1.05615rem;top:190.68750190735rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNJfPKCJvku1Wq1WK1deniBLgQ1Jo7D5 { width:20rem;height:13rem;top:17.25rem;left:0rem;z-index:15059;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/40ef543e-d76d-4fab-b1e6-a3b061b3d76c/CI_CO_220719rafaelcruz_fotografia21.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iNJfPKCJvku1Wq1WK1deniBLgQ1Jo7D5.adaptive-delivery-prevent-bg, #iNJfPKCJvku1Wq1WK1deniBLgQ1Jo7D5.lazyload, #iNJfPKCJvku1Wq1WK1deniBLgQ1Jo7D5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d0opPNxZpitiJX02Zp5li1r4aRmyoGxt { display:block; }
 }@media only screen and (max-width: 763px) { #TodfwNfIFgD7T7uDEl4AZzfR54bTliZ7 { width:20rem;height:13rem;top:33.3125rem;left:0rem;z-index:15060;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/2281e503-e52a-4f8a-b79b-0e40b45e2cf0/CT_CO_22112853.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TodfwNfIFgD7T7uDEl4AZzfR54bTliZ7.adaptive-delivery-prevent-bg, #TodfwNfIFgD7T7uDEl4AZzfR54bTliZ7.lazyload, #TodfwNfIFgD7T7uDEl4AZzfR54bTliZ7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CvncmBdysyLbk9CcBMsUrh9oV1DFvZGa { display:block; }
 }@media only screen and (max-width: 763px) { #c2Q6nGeUrRAdmqmZ3KCC6xl1OmmyZ5Jg { width:20rem;height:13rem;top:49.375rem;left:0rem;z-index:15061;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/c7cd83f1-532c-4bcf-950e-772d67e3de1d/EC_CO_20012916.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c2Q6nGeUrRAdmqmZ3KCC6xl1OmmyZ5Jg.adaptive-delivery-prevent-bg, #c2Q6nGeUrRAdmqmZ3KCC6xl1OmmyZ5Jg.lazyload, #c2Q6nGeUrRAdmqmZ3KCC6xl1OmmyZ5Jg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KBLUZRir0NTgl8VeG1kv71C0c9uFhXh1 { display:block; }
 }@media only screen and (max-width: 763px) { #pBSm343vqvkPAreswT0HG43s0gBWuntm { width:20rem;height:13rem;top:209.375rem;left:0rem;z-index:15062;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/94b724dd-959e-4571-b036-00a9b809f1a8/CHB_IN_2108143.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pBSm343vqvkPAreswT0HG43s0gBWuntm.adaptive-delivery-prevent-bg, #pBSm343vqvkPAreswT0HG43s0gBWuntm.lazyload, #pBSm343vqvkPAreswT0HG43s0gBWuntm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wnko4cTh9syDfU3KvzSObiQKlo3o3XUM { display:block; }
 }@media only screen and (max-width: 763px) { #Sso9M5uVrLco9dk8SelxEZexxPvf8EiK { width:20rem;height:13rem;top:225.4375rem;left:0rem;z-index:15063;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/198963cc-68ce-4cdd-9ed9-df3eaaa95daf/040523helsongomes1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Sso9M5uVrLco9dk8SelxEZexxPvf8EiK.adaptive-delivery-prevent-bg, #Sso9M5uVrLco9dk8SelxEZexxPvf8EiK.lazyload, #Sso9M5uVrLco9dk8SelxEZexxPvf8EiK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WITzrQ9TsS2zIWxWiFrZgGdcrDpTEwUx { display:block; }
 }@media only screen and (max-width: 763px) { #ySNQs9adEIVzyUQ92Xn3gxWW2NvfemZP { width:20rem;height:13rem;top:241.5rem;left:0rem;z-index:15064;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/3bdec418-dc8a-4838-a32d-80d3bc67ba53/InauguracaoChezBisutti18052257.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ySNQs9adEIVzyUQ92Xn3gxWW2NvfemZP.adaptive-delivery-prevent-bg, #ySNQs9adEIVzyUQ92Xn3gxWW2NvfemZP.lazyload, #ySNQs9adEIVzyUQ92Xn3gxWW2NvfemZP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mnhOwTJpiGXbD6VOekSAsP4QIttG7QHD { display:block; }
 }@media only screen and (max-width: 763px) { #lw19q8k7Td0gLfpseoAIkhItNwthqyC3 { width:20rem;height:13rem;top:257.5625rem;left:0rem;z-index:15065;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/4013b1fd-955b-41e2-b40c-6c80c82308ee/TARDESALAOINTERNO03R1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lw19q8k7Td0gLfpseoAIkhItNwthqyC3.adaptive-delivery-prevent-bg, #lw19q8k7Td0gLfpseoAIkhItNwthqyC3.lazyload, #lw19q8k7Td0gLfpseoAIkhItNwthqyC3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ilrtxm2v6KFyLiJWfD7pBJsPSU5lvX2M { display:block; }
 }@media only screen and (max-width: 763px) { #evFACzaPTBSXVee1rwZWuP3l1JzXDpS8 { width:20rem;height:13rem;top:65.4375rem;left:0rem;z-index:15066;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/40825635-b57d-407b-82ea-14cc0dd04e3d/130323helsongomes1.JPEG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#evFACzaPTBSXVee1rwZWuP3l1JzXDpS8.adaptive-delivery-prevent-bg, #evFACzaPTBSXVee1rwZWuP3l1JzXDpS8.lazyload, #evFACzaPTBSXVee1rwZWuP3l1JzXDpS8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tpc2lqZxJy81FMz1lT6fMuM89DyR55cC { display:block; }
 }@media only screen and (max-width: 763px) { #TS7Q5q0kt7rHngkq6tOvFRP4Z5nM0DR9 { width:20rem;height:13rem;top:81.5rem;left:0rem;z-index:15067;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/78ce80eb-cb27-4579-8e13-9cbc969754b8/JK_CO_220831rafaelcruz_fotografia16.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TS7Q5q0kt7rHngkq6tOvFRP4Z5nM0DR9.adaptive-delivery-prevent-bg, #TS7Q5q0kt7rHngkq6tOvFRP4Z5nM0DR9.lazyload, #TS7Q5q0kt7rHngkq6tOvFRP4Z5nM0DR9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kAfCf5TAVsgZTodhz8kMalITI2bZVNzD { display:block; }
 }@media only screen and (max-width: 763px) { #KM8rXET1H7ovJ2z2g5UlPxRgAl3hJh4R { width:20rem;height:13rem;top:97.5625rem;left:0rem;z-index:15068;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/b1ac7215-be48-40d6-9897-ea4cc132bad4/20221208Tenerife_004_rafaelcruz_fotografia.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KM8rXET1H7ovJ2z2g5UlPxRgAl3hJh4R.adaptive-delivery-prevent-bg, #KM8rXET1H7ovJ2z2g5UlPxRgAl3hJh4R.lazyload, #KM8rXET1H7ovJ2z2g5UlPxRgAl3hJh4R.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WD2lboTVWu7FNDqqf0SMvQEB0Vmncn4I { display:block; }
 }@media only screen and (max-width: 763px) { #TomvI4x16NkA97T9z83TyrbX21d8qKR6 { width:20rem;height:13rem;top:113.625rem;left:0rem;z-index:15069;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/9b872a59-2713-4477-b028-c9cecd4d82ee/E11_CO_1711293.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TomvI4x16NkA97T9z83TyrbX21d8qKR6.adaptive-delivery-prevent-bg, #TomvI4x16NkA97T9z83TyrbX21d8qKR6.lazyload, #TomvI4x16NkA97T9z83TyrbX21d8qKR6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GPr74yZBQkxTS4RzuwAphhxvnNmdHO1H { display:block; }
 }@media only screen and (max-width: 763px) { #Gg9orpVOGlySIzvc7PVexT1DvhQvI5wO { width:20rem;height:13rem;top:129.6875rem;left:0rem;z-index:15070;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/6767196a-ea55-4c80-9881-b6cfe125de12/CA_CO_19042512.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Gg9orpVOGlySIzvc7PVexT1DvhQvI5wO.adaptive-delivery-prevent-bg, #Gg9orpVOGlySIzvc7PVexT1DvhQvI5wO.lazyload, #Gg9orpVOGlySIzvc7PVexT1DvhQvI5wO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eefvkVoHZi1oyhSyiX2NuSrUqGfZfEpV { display:block; }
 }@media only screen and (max-width: 763px) { #JFP2SekSdVLHHoEXkhFLXv6VXFxilD2D { width:20rem;height:13rem;top:145.5625rem;left:0rem;z-index:15073;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/6ac4e3d5-5f4f-47bf-aa79-c3571bced277/BE_CO_17121213.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JFP2SekSdVLHHoEXkhFLXv6VXFxilD2D.adaptive-delivery-prevent-bg, #JFP2SekSdVLHHoEXkhFLXv6VXFxilD2D.lazyload, #JFP2SekSdVLHHoEXkhFLXv6VXFxilD2D.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yCJSZlfBf0RDTDniVPb7PXrod9U99NeB { display:block; }
 }@media only screen and (max-width: 763px) { #xiPK6ZkOzBVKB2ym8GreDRRXqiIRPlNt { width:20rem;height:13rem;top:161.625rem;left:0rem;z-index:15074;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/86e21808-c187-49e9-83b1-8df54b3827df/CM_CO_18030816.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xiPK6ZkOzBVKB2ym8GreDRRXqiIRPlNt.adaptive-delivery-prevent-bg, #xiPK6ZkOzBVKB2ym8GreDRRXqiIRPlNt.lazyload, #xiPK6ZkOzBVKB2ym8GreDRRXqiIRPlNt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dzieGIdgWnmOA46J0ChSdwwuidbu8InO { display:block; }
 }@media only screen and (max-width: 763px) { #TTZb367CXELt4i8RP99Gfu6V0pIViWAZ { width:20rem;height:13rem;top:177.6875rem;left:0rem;z-index:15075;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/04375478-0b4c-4e8d-84b7-12c3a4255f85/GC_CO_21120921.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TTZb367CXELt4i8RP99Gfu6V0pIViWAZ.adaptive-delivery-prevent-bg, #TTZb367CXELt4i8RP99Gfu6V0pIViWAZ.lazyload, #TTZb367CXELt4i8RP99Gfu6V0pIViWAZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bupTQdmEbky3cTow65aMw5gQcQr8IQ9n { display:block; }
 }@media only screen and (max-width: 763px) { #i6WN6Lq4G1feyu7xwbt7MsybMEHNUfNG { width:12.4375rem;height:13rem;top:401.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WnETQnemLOEaBXt8OM6ziNQECqytRlDr { display:block; }
 }@media only screen and (max-width: 763px) { #XgapQgMqP4BwBpLAxQSfi6iZHEAEywnJ { width:12.4375rem;height:13rem;top:415.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7OMS83MbPgvQh7sTpgZrDo9H69cZ1rz { display:block; }
 }@media only screen and (max-width: 763px) { #aTAGwBfx25qCEz5MZtzNatnMeQlQREi6 { width:12.4375rem;height:13rem;top:429.6875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpgGsuFkJak64JQVopBJh3qVhMPlZfKR { display:block; }
 }@media only screen and (max-width: 763px) { #Kgn5E5waw7ekaVLzCVqceSk6d533LOzp { width:12.4375rem;height:13rem;top:443.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpyLoq01AM5Sxta6ZdLe5DcbqLauxHDf { display:block; }
 }@media only screen and (max-width: 763px) { #s5Ft9uihKNXN6RJMBQDuOmIdFKpLAFeZ { width:12.4375rem;height:13rem;top:458.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3FhWRcfMTh3p3raozcmF6UkBPC4vvdA { display:block; }
 }@media only screen and (max-width: 763px) { #r2MgCDSt4QzJ9tqVaKMCrwLDloTE1S7h { width:12.4375rem;height:13rem;top:472.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWZKSGVbPSkdgZwbOsuxqwZVI0C0BHNn { display:block; }
 }@media only screen and (max-width: 763px) { #MNC0NyVLGy3TM6XPZXtx7HEqw68hqVzZ { width:12.4375rem;height:13rem;top:486.6875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADMvoTb1VFRJb7dNdZUGOggtPrbJTUvM { display:block; }
 }@media only screen and (max-width: 763px) { #CAdNhnFTZ7grJsFfAlIrXywsygp1usE8 { width:12.4375rem;height:13rem;top:500.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbhSXpuPEIoCwPmv37DqEFfUA7LxOQG6 { display:block; }
 }@media only screen and (max-width: 763px) { #SMPngLS7hO45I9BSVmaaLPTTcdPE5iPz { width:12.4375rem;height:13rem;top:515.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8QS8TTBlWHlINku1mtp20hSor0sPCaf { display:block; }
 }@media only screen and (max-width: 763px) { #Pmb3dLfDcDEqENl1k7QHwenksHdKTJHX { width:12.4375rem;height:13rem;top:557.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MszWNTHbwhpz9HSoIeUkDy13yWzMpaR9 { display:block; }
 }@media only screen and (max-width: 763px) { #axurKVko1CLUkoRT0BF4vpPCKIL2X2dO { width:12.4375rem;height:13rem;top:572.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z897IxSO07DdzRkMD4METp1bNc37aKlV { display:block; }
 }@media only screen and (max-width: 763px) { #RJm5HOLKWaKA1KXKNd0CaaFVFvuqhPIh { width:12.4375rem;height:13rem;top:586.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIrXS7pv1nJCaaBN5M0eiyWHvOn0Ittl { display:block; }
 }@media only screen and (max-width: 763px) { #imatbfv8pWwar8qQCBNdubb17dtn86VT { width:20rem;height:13rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxOrlTiAfTETIkz1iyqqTWB69gR2wxq { display:block; }
 }@media only screen and (max-width: 763px) { #Mm6wW67lTx2EMLryLK7VDPvQogQ0L7UM { width:12.4375rem;height:13rem;top:358.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekHZLVkKAZwvIJABbkQq4WVrbI7aAMdI { display:block; }
 }@media only screen and (max-width: 763px) { #R4i6NKn6EftIQk9prgWTObE6kXxwKv6G { width:12.4375rem;height:13rem;top:372.6875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGHr0lqFVuG62h9O1h2DLb3ubObSihAU { display:block; }
 }@media only screen and (max-width: 763px) { #eOTR4uFncv70gEdLeMd6Zn2RrbQRAfwE { width:12.4375rem;height:13rem;top:386.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #teFoepttvLiktRTCiKVV2bwfF7sxp2dD { display:block; }
 }@media only screen and (max-width: 763px) { #bgvpRcEtIQTOiuV7X9zRdTTe2mc9QoVd { width:12.5rem;height:1.05615rem;top:302.9375rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WZAIO358eIuVvlaJWBDt52H7SSAJbKWU { width:12.4375rem;height:13rem;top:89.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nC3u8UzeWrJwf4DTd6pIds9iKlSC00U6 { display:block; }
 }@media only screen and (max-width: 763px) { #OU87fxeVdBxiCo8tGTzq7eTNaBe5ZTvo { width:12.5rem;height:1.05615rem;top:286.75rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AVxvfyyOplzZrdbDT4T4aTDPp4MOI6bM { width:12.4375rem;height:13rem;top:89.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSM5Syf1E6apUof9hv6zPUTRPVxUJQcL { display:block; }
 }@media only screen and (max-width: 763px) { #ocAevhXHbLnlb5WsNovMa3iCtbH5NRW6 { width:20rem;height:13rem;top:273.75rem;left:0rem;z-index:15066;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/a77bae2e-a8a9-47d9-b833-f3ac014fa5ab/LAYOUTCORPORATIVOMESAS2Pequeno.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ocAevhXHbLnlb5WsNovMa3iCtbH5NRW6.adaptive-delivery-prevent-bg, #ocAevhXHbLnlb5WsNovMa3iCtbH5NRW6.lazyload, #ocAevhXHbLnlb5WsNovMa3iCtbH5NRW6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MKT7S91EO0IWaOl3VOvuS2zI5A2eVpPz { display:block; }
 }@media only screen and (max-width: 763px) { #gz1rTRDTcy6ix13EeDDq8bK1TarXSZrT { width:20rem;height:13rem;top:289.9375rem;left:0rem;z-index:15067;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/2b20eaa9-0cc9-4fd9-85c0-d7f8bd10f496/Jardin1080x1080.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gz1rTRDTcy6ix13EeDDq8bK1TarXSZrT.adaptive-delivery-prevent-bg, #gz1rTRDTcy6ix13EeDDq8bK1TarXSZrT.lazyload, #gz1rTRDTcy6ix13EeDDq8bK1TarXSZrT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #g01nAxUSxPTln8ARoCJ5UntNQCINBJTx { display:block; }
 }@media only screen and (max-width: 763px) { #D36DdR80AOHODf6mvzhw7lNABqN6AZSz { display:block; }#D36DdR80AOHODf6mvzhw7lNABqN6AZSz > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden;color:#ffffff;font-family:sackers; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-text {padding-top: 0; padding-bottom: 0;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden;color:#ffffff;font-family:sackers; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-select {padding-top: 0; padding-bottom: 0;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0.625rem;margin-bottom:0.25rem;margin-left:0.625rem;height:3rem;text-align:center;text-align-last:center;font-size:1.3125rem;overflow:hidden; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm [class*="-text"]:-moz-placeholder { color:#ffffff; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm [class*="-text"]::-moz-placeholder { color:#ffffff; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm [class*="-text"]:-ms-input-placeholder { color:#ffffff; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm [class*="-text"]::-webkit-input-placeholder { color:#ffffff; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm  { width:17.5rem;height:auto;top:23.272705078125rem;left:0rem; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#INTyXplXTneKmaPZMnLANk4yv1C3sGZm {display:block;}#INTyXplXTneKmaPZMnLANk4yv1C3sGZm { width:17.5rem;height:auto;top:23.272705078125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #ApTMJ27ITB3nxrLHah0HXC6UzlASJaZy {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #xbK2wve7XoCpG7fTSr94qZWh1RuDTWQp {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #al3AttJQdJP5W4gbeQxc6ZHoGIcKD1X9 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #r61tHL3Q80wJmkWUtsd8lQka5uTilLyl {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #FzTlunLyw1xgcTsngiq9e44MQBTHSOoJ {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #JVAK2ZsZAvcvIhxwzfcECrk8rWAoupaK {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #A53xQBSMEgTpK5IBfFTX8Cc5M83EyfaW {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #uSxX5EwKBx9oTke67aZNiNiUslnie8Tp {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #P4U4ecD45k9tzdy4Tq2nWJsHnQaAtOoJ {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #rSGBTsrCb4MA0bkxNnqDZtzVJqFfHM6a {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #bTdr8eBSk6XUpei1TWTa5OkIx9zhWrJ9 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #KHrNSCIuLI2R8tKEiTvlefitlITAeItz {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #fFiSeotT4K3ii274u2GT0IIDpZnbg1I3 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #nUU3HLVQFaOzK1ItIqnahq77LRDFiAvu {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #RumAT8BZ4tN5yg3T0qrsSMdAHhUb35T6 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #T8uSldNXCaVw4ccwT3GDOLpmuB7vcHX3 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #IJHkDWXF5LtrPBklvgMtbTMGanxr7FbG {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #dgeD05gDZa4G5hsLBCu8ymHWXtwFc0dU {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #oxN7vT2WXVrdnNVohQB8T0pMOsfgf8P2 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #NnsSqknE91P76a6oW7xd2RM4Gnq4k0Bc {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #tuXaNy8sLQPW4dqCSqoq9u6OpeLAihVw {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #v2TIyDhscgaKIggNXoKcadhemqwTFIro {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #JWltWRtg2vnMtU6fZPITciBd8uJozKN5 {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #SRK71a3Toob5Uq2eaqmLJ69d4O06UQ4u {  }
 }@media only screen and (max-width: 763px) { #FssHpy9b67PslFb4AU48BUg6JOO86lcH { display:block; }
 }@media only screen and (max-width: 763px) { #PT69kZUIv5PkEbeyHW78gIBwwc307W41 { display:block; }
 }@media only screen and (max-width: 763px) { #CCtqlIMorarhnWmMCTkaHTrdpzQFeA6N { display:block; }
 }@media only screen and (max-width: 763px) { #frC2kdOdbqTb4aXDX31wmNrRBCPtCcoa { display:block; }
 }@media only screen and (max-width: 763px) { #pwMGMvMnkdrpmhAf5BKQodzdChwTnXPl { display:block; }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #zXaHBkBOiBA9VSF72Svzu73aKs5haJIQ {  }
 }@media only screen and (max-width: 763px) { #INTyXplXTneKmaPZMnLANk4yv1C3sGZm #X5qT1oFZQ3Xc066n4L39ZdeG4XtyMMoK {  }
 }@media only screen and (max-width: 763px) { #MwN2MmRwSeTNcKe2oatzTh8hnFO9DOSJ { width:20rem;height:49.6875rem;top:21.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTXrrBUWo6J2hbxXHz62mkBxEXA7Ced { width:15.8125rem;height:3.75rem;top:7.875rem;left:0.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XOiLlX5S7OSDDIyv5ekyzbbdyaubXdtP { width:18.875rem;height:6.09375rem;top:13.0625rem;left:0.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vq6pVTWrEwE8DmOfBrzDeck7VQekPpHZ { width:6.625rem;height:2.3125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLCEvgiKdJo1QPQ9x99E8FsPD8wJSCAc { width:20rem;height:0.125rem;top:23.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU { background-color:#000000;background-image:none;display:block; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row .container { background-color: transparent; background-image: none; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row .container > .video-iframe-container { display: none; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row > .video-iframe-container { display: none; }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .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); }#zgRkpSUSzd1dFz81xfRIe4S5KHHW1rEU > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihxAg0P7qpE4SV6EhTSeAaNLHiR5i9u2 { width:9.375rem;height:1.625rem;top:0.125rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdRVe3kTaiRQiE4q81bvJk63EPzmsJil { width:1.8125rem;height:1.8125rem;top:0rem;left:18.1875rem;display:block; }
 }