.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:221,235,247;--color-primary-1:154,194,232;--color-primary-2:87,154,216;--color-primary-3:66,113,143;--color-primary-4:17,31,43;--color-secondary-0:255,255,255;--color-secondary-1:244,244,244;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { background-color: transparent; background-image: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { border-width: 0; border-radius: 0; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#wxl658yX6KCUJGPQs42TZnwufZa6MOwI { position:absolute;display:block;z-index:15022;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:8.1875rem;top:1.9375rem;left:30rem;overflow:hidden;display:block; }
#Dm800a2OO9y9dQEHm6V9lTecLW1mnPPW { position:absolute;display:block;z-index:15023;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:5.125rem;top:1.9375rem;left:39.9375rem;overflow:hidden;display:block; }
#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fffde7b8-5d82-4bbd-93e9-14f61911c348/saladeestar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.adaptive-delivery-prevent-bg, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyload, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyloading { background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:75rem;height:45.4375rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#vKVTszVf51J6m1olu33r8Wp1kUQU0EkN { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:7.375rem;height:10.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzelWk7A0CeailJoTxOZJdSeXwcnBAnB { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.5625rem;left:11.625rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWcDbsHErh9uHnJ6iTPQVGCtZ6ntqDny { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:35.5625rem;left:17.8125rem;display:block; }
#zTKCtmWfrfyc0bCD2oaNJZQRmw6Zt6QZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OIcaDGxaoyuxcJAwwSXzFKyFKITvJOdT { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.01171875rem;left:14.9375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M2spD29ymgMfIzQEKcJ8zJ3DAr7uTJrW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.9375rem;left:28.1875rem;display:block; }
#rLsD0ONGdKeDLRH1aQRrunsCEW8wK8lG { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:35.5625rem;left:37.3125rem;display:block; }
#raena8sp4cO8QtTvE6oQWkgxOOIq8U9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOBzJfnVhUi4L4PIgFbukVOPVcVpToCv { box-sizing:content-box;height:16.875rem;width:43.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.625rem;left:14.9375rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#hrE7qqBJdJ9akA1wBnCTunfFIlTQCZdh { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:25.125rem;left:14.9375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFPwvTOqf9hzOid4vuGJT9EkyaOd9EIB { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:32.125rem;left:10.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { position:relative;display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { background-color: transparent; background-image: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { border-width: 0; border-radius: 0; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.9374980926512rem;left:0rem;height:12.15rem;font-style:normal;display:block; }
#KhkciR0J6gQomtITWVFrnfgkudf2FI3w { box-sizing:content-box;height:17.1875rem;width:32.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fa4f60e8-02e1-4ffe-9aaa-e77b013294d9/cozinha.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.187501370907rem;left:42.781252384186rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KhkciR0J6gQomtITWVFrnfgkudf2FI3w.adaptive-delivery-prevent-bg, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyload, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyloading { background-image: none; }
#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { box-sizing:content-box;height:17.1875rem;width:32.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6498fc6a-ff54-4eee-a5e6-b87443bac440/frentecityflats.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:42.750000953674rem;display:block; }#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.adaptive-delivery-prevent-bg, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyload, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyloading { background-image: none; }
#I7BF8sV4ecrrsoq0d0AwpCznTDV3bhKD { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.0625rem;left:15.224999427796rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9JmuXx6t8BrGNNZVI98U2qupTT5noK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.625rem;left:0rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRf0H4fprX8XJO85llbNqkJCDpl4eNN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27rem;left:0rem;height:8.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GD8T7FhgBeXTa3fsv7s1hFd6me3KrggL { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:37.6875rem;left:0rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWyt3ZvtkIt83quElw5B8LVM6cRWgABN { box-sizing:content-box;height:17.1875rem;width:32.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3258ff88-8adf-432c-b059-4bc17293c85a/quarto1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.375001370907rem;left:42.781252384186rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.adaptive-delivery-prevent-bg, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyload, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyloading { background-image: none; }
#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { background-color: transparent; background-image: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .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); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { border-width: 0; border-radius: 0; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;position:relative;display:block; }#cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:18.375000476837rem;left:32.687500953674rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTsiRKrG7t7n8nMidMTxqJT56LmAPrG0 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.1367197036743rem;left:13.124218940735rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGeps1JoHX6bnII74O8ztZBLtzobK0Q4 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:11.4375rem;left:21.75rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEC8iKRLUe5SmFGGNUVmI2NwvVAnF1tD { box-sizing:content-box;height:2.56145625rem;width:34.5614375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.1875rem;left:20.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SLwrnJCXLVQMRNvNwfQVmdNfismXb2T0 { box-sizing:content-box;height:18.25rem;width:60.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:12.4375rem;left:6.1874990463257rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XMG54GAq8Sv2SmEa0cVDLy0hzO4A3PBt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:22.125rem;left:32.6875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tv6dcxgpDoXTuOhBeyLsM3bq6SscprTN { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.8125rem;width:23rem;top:15.15625rem;left:7.8125rem;overflow:hidden;display:block; }
#qR8GRCwtz8xHUo68Mo7woo8UeblCdEiG { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:40.1875rem;left:32.6875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rR7lqvgQAsAH5lESnglidQOw3Jc1zmFw { box-sizing:content-box;height:18.25rem;width:60.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:34.25rem;left:6.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#B4awHsVPQMVxmEoBUk4h42PzkOS6Lxcn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:43.9375rem;left:32.6875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cleUAKyzbMpUTFfyBVIf029O3LDddMH5 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.8125rem;width:22.75rem;top:37rem;left:7.8125rem;overflow:hidden;display:block; }
#xpaD3rTBo4X6koP2muyFrclTbtEAXIS6 { box-sizing:content-box;height:2.56145625rem;width:34.5614375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;top:33rem;left:20.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ilUE9naZzUe9bEw4DEZsaObWhGseQNtn { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:33.25rem;left:21.75rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Seryg3iSup9fpleKGWxPaVmAAp8eAeXU { box-sizing:content-box;height:18.25rem;width:60.8125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:55.8125rem;left:6.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zEKiKAS5prIEvHZ6N0MEH77G4UTePRSA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:65.5rem;left:32.6875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UL3TK5HQCrDpFne89KX2vc0P81LS9E7c { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:61.75rem;left:32.6875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#spJcnMi7yeLaheUJQCB67Wi2sEFkMcM5 { box-sizing:content-box;height:2.56145625rem;width:34.5614375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;top:54.5625rem;left:20.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bNXgATTyc1ZNuithRFEhS4uPucaBVsfH { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:54.8125rem;left:21.75rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FD60Tq8OurOWNMzSsEqIxvp19TB76r56 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.75rem;width:22.75rem;top:58.5625rem;left:7.8125rem;overflow:hidden;display:block; }
#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container { background-color: transparent; background-image: none; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container > .video-iframe-container { display: none; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row > .video-iframe-container { display: none; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .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); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container { border-width: 0; border-radius: 0; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#sEiTyCtTtRKNJ7daLIMyir47QiTL1M4B { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.9;letter-spacing:0;top:20.1875rem;left:0.8125rem;height:23.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uByULDAx2TNHU6lFkMIGNeNIhJUKeFLv { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.38707447052rem;left:13.125000476837rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCRcEIVCorqnu37yNhecU1w7SmDo3yt2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:14.731250286102rem;left:1rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZdZef8ZtLTAfk17hmhgTq7s6BFiZ2Sl { box-sizing:content-box;height:4.9375rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:14.0625rem;left:0.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#OdQn035SBopLWqZk3CsNPTSPyl08pCiw { box-sizing:content-box;height:31.0625rem;width:22.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dxxVWgiD9AfTqZbJr1UHX4NG3qNEWZOz { box-sizing:content-box;height:31.0625rem;width:22.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.3125rem;left:26.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VTlIddzSKMJ6BEzR4WQwaktWwJcuMkAH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:20.1875rem;left:27.1875rem;height:17.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lqk4cpXUVt1angTTP3i2TaHXZ2SKV6b3 { box-sizing:content-box;height:4.9375rem;width:21.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;top:14.0625rem;left:27rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#lFJMO8MC8XUfQgxdhmPilfvLNF1xLAPy { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:14.75rem;left:27.375rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dS8dBtuf7e04O4Q44ef5i3Fgv59Fw3m6 { box-sizing:content-box;height:31.0625rem;width:22.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.3125rem;left:52.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UclbbTEqknppIfPydMV7T5tp2kfX1v6s { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:20.1875rem;left:53.5rem;height:19.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZy27pGVJksxTPqo23oNcgnVtxnq3wIR { box-sizing:content-box;height:4.9375rem;width:21.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:14.0625rem;left:53.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#cT9zIw3Wf1ZCCz9guWT6tq1nheAicLdL { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:14.75rem;left:53.6875rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { background-color: transparent; background-image: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .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); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { border-width: 0; border-radius: 0; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#maPiFxNzkBn7TSySRBtdr9qAm7EJ1tb5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:7.8125rem;left:0rem;height:6.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iiNtCqdGFTIhMTVVXQv21RGhLOKzrLxM { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-form-header {  }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:30.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text { 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.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:30.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-textarea { 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.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:30.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .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:30.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-button { 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:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.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;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:30.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:28.9375rem;overflow:hidden;font-style:normal; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .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; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-container:first-of-type{padding-top:0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-container:last-of-type{padding-bottom:0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15022;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:5.09375rem;left:39.812500953674rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.375rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 {display:block;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15022;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:5.09375rem;left:39.812500953674rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #LiMNTnAFgtO6SpxPKKP6wIr2gfefzryO { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #qWwb65MZOUU1VHCZHI5gmJmVTrWTKTVL { position:relative;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Lk0Z17ftD9TFOEimts9tsJkqeMGOQI0W { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #TWHEbU4ptsmrseVpyC4EggT49FaOa6Bv { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #DxJ98FB7mDMUFPMRX96TfZ4JJ73IOIPq { position:relative;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #OyUDG9lvnr7ORmwOa1ZGflwTXtAMVFOK { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #REB4AoQIpIpGEH6ab1vh4Nv9FdZClnUD { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #tUmNZkwFhEE9miCAaouXdheDDNNIbBpS { position:relative;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #RM2tytn2FRBtS2gty3cEsc8xLiVzNdp1 { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #mRvisu3l7V6bUDAKkO1ubFR2b02V7ybx { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #mRvisu3l7V6bUDAKkO1ubFR2b02V7ybx .container-column{width:100%;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #ia9GVaJdrUnZQ0hD65k5vDlTwM8DZqSw { position:relative;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #rAv1wnC8l9AKEn5EyG0hVyTiKqO69L8e { position:relative;z-index:2; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #i7BOEMVGM4ZtlaqyK44baVhq6n5ezlDN { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #u2PoCcMdL0iMHdeWhJPhvTzodeEZy0oF { position:relative;z-index:2; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #vSgchM2zSLmo0XqtXomGwirC74Zuth1A { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #xOpBtxf1x2SEhMP9sNThNu35GFQJSw0A { position:relative;z-index:2; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #N1SV9W4ETLTIv68VJxX63RtDZT9To04e { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #TrdSgJSIDTAWyfzBCpbnuzB1iV7rRvPw { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #wl4hE8V2IR4gH39zsI8Pa1A4yIMXCaHr { position:relative;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #LVhkQPKi4nKZaBZqmhTSfdTTh8VB9FTt { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #hZHohLFr9RfnIM2ps7zP3XfmR0UUVp5Q { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Dm3yh3Iq68Cup1cIpDOtqGIiw7okKXK4 { position:relative; }
#bhlzcI2FeJSmfToZ9eQicm5REtQxqvU1 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23.125rem;left:0rem;display:block; }
#va7eEIO3Jz2SFnzmbTvr4yVOCNMiu1xA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .row .container { background-color: transparent; background-image: none; }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .row .container > .video-iframe-container { display: none; }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .row > .video-iframe-container { display: none; }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .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); }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .row .container { border-width: 0; border-radius: 0; }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#rFhZUfQXPUQNENg5T6ioI6ySVPw6MCa7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:9.5625rem;left:21.6875rem;display:block; }
#u8IRniorlF02M9qOI5yfOOo7a0qAJoJm { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:9.5625rem;left:38.75rem;display:block; }
#ho9XAl28TMUxy1kEodDGy0ekbkvFXKoe { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.3125rem;top:2.75rem;left:25.3125rem;overflow:hidden;display:block; }
#eXK7IfWu0oBmfWtcxaSd84IycoGxTytg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:10.3125rem;left:22.4375rem; }
#npZGCuRHhCnWNb1WPT4TmrTxwF4fkqIg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:10.25rem;left:39.5rem; }
#FQqo0IEVvORCobXhfQVHG9AsuKFH11TB { color:rgba(var(--color-primary-0),1);display:block;width:10.875rem;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:10.25rem;left:42.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XPR5L7x03kpqA3SXncU3O82RhvEauZqJ { color:rgba(var(--color-primary-0),1);display:block;width:9.375rem;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:10.3125rem;left:25.375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OFEnxhXFEZD49JU1Idz3KO6umu9XsBTO { position:absolute;display:block;z-index:15043;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.6875rem;width:7.1875rem;top:3.6875rem;left:42.5rem;overflow:hidden;display:block; }
#LcLQKlHirvFGpEWV00KGcs4NEASSdJvB { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5rem;left:7.405468940735rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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; }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .row .container { background-color: transparent; background-image: none; }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .row .container > .video-iframe-container { display: none; }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .row > .video-iframe-container { display: none; }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .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); }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .row .container { border-width: 0; border-radius: 0; }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#UtxyfXrtyOnQTTCI6FX7csC4dnfyTUEk { color:rgba(var(--color-primary-0),1);display:block;width:40.4375rem;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:1.2250022888184rem;left:17.280468940735rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { background-color:#ffb4a2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { background-color: transparent; background-image: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { border-width: 0; border-radius: 0; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxl658yX6KCUJGPQs42TZnwufZa6MOwI { top:1.9375rem;left:16.375rem;width:8.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm800a2OO9y9dQEHm6V9lTecLW1mnPPW { top:1.9375rem;left:26.3125rem;width:5.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { position:relative;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKVTszVf51J6m1olu33r8Wp1kUQU0EkN { top:4.9375rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzelWk7A0CeailJoTxOZJdSeXwcnBAnB { top:17.5625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcDbsHErh9uHnJ6iTPQVGCtZ6ntqDny { width:18.0625rem;height:3.4375rem;top:35.5625rem;left:4.1875rem;background-color:#ffb4a2;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zTKCtmWfrfyc0bCD2oaNJZQRmw6Zt6QZ { display:block; }
 }@media only screen and (max-width: 763px) { #OIcaDGxaoyuxcJAwwSXzFKyFKITvJOdT { top:27rem;left:1.3125rem;width:43.3125rem;height:5.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2spD29ymgMfIzQEKcJ8zJ3DAr7uTJrW { top:15.9375rem;left:14.5625rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLsD0ONGdKeDLRH1aQRrunsCEW8wK8lG { width:18.0625rem;height:3.4375rem;top:35.5625rem;left:23.6875rem;background-color:#ffb4a2;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #raena8sp4cO8QtTvE6oQWkgxOOIq8U9C { display:block; }
 }@media only screen and (max-width: 763px) { #cOBzJfnVhUi4L4PIgFbukVOPVcVpToCv { top:23.625rem;left:1.3125rem;width:43.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrE7qqBJdJ9akA1wBnCTunfFIlTQCZdh { top:25.125rem;left:1.3125rem;width:43.3125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFPwvTOqf9hzOid4vuGJT9EkyaOd9EIB { top:32.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { background-color: transparent; background-image: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { border-width: 0; border-radius: 0; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { top:8.875rem;left:0rem;width:36.5625rem;height:12.125rem;font-size:3.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KhkciR0J6gQomtITWVFrnfgkudf2FI3w { top:17.1875rem;left:15.6875rem;width:32.0625rem;height:17.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/05a821c5-be41-41fd-9f43-73b1c29322b5/112790min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KhkciR0J6gQomtITWVFrnfgkudf2FI3w.adaptive-delivery-prevent-bg, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyload, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { top:0rem;left:15.625rem;width:32.125rem;height:17.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7676e93d-009b-4f0a-975b-86ebabd0bdb3/przystojnymlodyzadowolonymezczyznausmiechasieidajeprezentswojemuchlopakowispedzajacrazemczaswprzestronnympokojumin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.adaptive-delivery-prevent-bg, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyload, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I7BF8sV4ecrrsoq0d0AwpCznTDV3bhKD { top:16.6875rem;left:2.2249994277954rem;width:45.125rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9JmuXx6t8BrGNNZVI98U2qupTT5noK8 { top:21.625rem;left:0rem;width:30.375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRf0H4fprX8XJO85llbNqkJCDpl4eNN0 { top:27rem;left:0rem;width:32.125rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD8T7FhgBeXTa3fsv7s1hFd6me3KrggL { top:37.6875rem;left:0rem;width:32.125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN { top:34.375rem;left:15.6875rem;width:32.0625rem;height:17.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/05a821c5-be41-41fd-9f43-73b1c29322b5/112790min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.adaptive-delivery-prevent-bg, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyload, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { display:block; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { background-color: transparent; background-image: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .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); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { border-width: 0; border-radius: 0; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { top:18.375rem;left:17.3125rem;width:29.5rem;height:3.75rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kTsiRKrG7t7n8nMidMTxqJT56LmAPrG0 { top:4.125rem;left:0rem;width:47.75rem;height:4rem;font-size:3.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZGeps1JoHX6bnII74O8ztZBLtzobK0Q4 { top:11.4375rem;left:8.125rem;width:30.3125rem;height:2.0625rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qEC8iKRLUe5SmFGGNUVmI2NwvVAnF1tD { top:11.1875rem;left:6.625rem;width:34.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLwrnJCXLVQMRNvNwfQVmdNfismXb2T0 { top:12.4375rem;left:0rem;width:47.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMG54GAq8Sv2SmEa0cVDLy0hzO4A3PBt { top:22.125rem;left:19.0625rem;width:20.3125rem;height:2.625rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Tv6dcxgpDoXTuOhBeyLsM3bq6SscprTN { top:15.125rem;left:0rem;width:23rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR8GRCwtz8xHUo68Mo7woo8UeblCdEiG { top:40.1875rem;left:17.3125rem;width:30.4375rem;height:3.75rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rR7lqvgQAsAH5lESnglidQOw3Jc1zmFw { top:34.25rem;left:0rem;width:47.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4awHsVPQMVxmEoBUk4h42PzkOS6Lxcn { top:43.9375rem;left:19.0625rem;width:20.3125rem;height:2.625rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cleUAKyzbMpUTFfyBVIf029O3LDddMH5 { top:37rem;left:0rem;width:22.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpaD3rTBo4X6koP2muyFrclTbtEAXIS6 { top:33rem;left:6.625rem;width:34.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilUE9naZzUe9bEw4DEZsaObWhGseQNtn { top:33.25rem;left:8.125rem;width:30.3125rem;height:2.0625rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Seryg3iSup9fpleKGWxPaVmAAp8eAeXU { top:55.8125rem;left:0rem;width:47.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEKiKAS5prIEvHZ6N0MEH77G4UTePRSA { top:65.5rem;left:19.0625rem;width:20.3125rem;height:2.625rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UL3TK5HQCrDpFne89KX2vc0P81LS9E7c { top:61.75rem;left:17.3125rem;width:30.4375rem;height:3.75rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #spJcnMi7yeLaheUJQCB67Wi2sEFkMcM5 { top:54.5625rem;left:6.625rem;width:34.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNXgATTyc1ZNuithRFEhS4uPucaBVsfH { top:54.8125rem;left:8.125rem;width:30.3125rem;height:2.0625rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FD60Tq8OurOWNMzSsEqIxvp19TB76r56 { top:58.5625rem;left:0rem;width:22.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDuM1FEb1PuURiRcxB71LsQF56TQkXrM { display:block; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM { background-color: transparent; background-image: none; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container > .video-iframe-container { display: none; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row > .video-iframe-container { display: none; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .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); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM { border-width: 0; border-radius: 0; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEiTyCtTtRKNJ7daLIMyir47QiTL1M4B { top:20.1875rem;left:0rem;width:21.3125rem;height:23.5rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uByULDAx2TNHU6lFkMIGNeNIhJUKeFLv { top:5.375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kCRcEIVCorqnu37yNhecU1w7SmDo3yt2 { top:14.6875rem;left:0rem;width:20.9375rem;height:3.5625rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vZdZef8ZtLTAfk17hmhgTq7s6BFiZ2Sl { top:14.0625rem;left:0rem;width:21.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdQn035SBopLWqZk3CsNPTSPyl08pCiw { top:13.3125rem;left:0rem;width:22.3125rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxxVWgiD9AfTqZbJr1UHX4NG3qNEWZOz { top:13.3125rem;left:12.75rem;width:22.3125rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTlIddzSKMJ6BEzR4WQwaktWwJcuMkAH { top:20.1875rem;left:13.5625rem;width:21.3125rem;height:17.5rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Lqk4cpXUVt1angTTP3i2TaHXZ2SKV6b3 { top:14.0625rem;left:13.375rem;width:21.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFJMO8MC8XUfQgxdhmPilfvLNF1xLAPy { top:14.75rem;left:13.75rem;width:20.9375rem;height:3.5625rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dS8dBtuf7e04O4Q44ef5i3Fgv59Fw3m6 { top:13.3125rem;left:25.4375rem;width:22.3125rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UclbbTEqknppIfPydMV7T5tp2kfX1v6s { top:20.1875rem;left:26.4375rem;width:21.3125rem;height:19rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yZy27pGVJksxTPqo23oNcgnVtxnq3wIR { top:14.0625rem;left:26.5rem;width:21.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT9zIw3Wf1ZCCz9guWT6tq1nheAicLdL { top:14.75rem;left:26.8125rem;width:20.9375rem;height:3.5625rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { background-color: transparent; background-image: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .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); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { border-width: 0; border-radius: 0; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maPiFxNzkBn7TSySRBtdr9qAm7EJ1tb5 { top:7.8125rem;left:0rem;width:32.5rem;height:6.3125rem;font-size:2.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iiNtCqdGFTIhMTVVXQv21RGhLOKzrLxM { top:14.875rem;left:0rem;width:32.625rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-regular-label { width:30.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-textarea { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-button { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-checkbox-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9  { width:30.375rem;height:auto;top:5.0625rem;left:14.875rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .radio-container { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 {display:block;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 { width:30.375rem;height:auto;top:5.0625rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #LiMNTnAFgtO6SpxPKKP6wIr2gfefzryO {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #qWwb65MZOUU1VHCZHI5gmJmVTrWTKTVL {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Lk0Z17ftD9TFOEimts9tsJkqeMGOQI0W {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #TWHEbU4ptsmrseVpyC4EggT49FaOa6Bv {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #DxJ98FB7mDMUFPMRX96TfZ4JJ73IOIPq {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #OyUDG9lvnr7ORmwOa1ZGflwTXtAMVFOK {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #REB4AoQIpIpGEH6ab1vh4Nv9FdZClnUD {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #tUmNZkwFhEE9miCAaouXdheDDNNIbBpS {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #RM2tytn2FRBtS2gty3cEsc8xLiVzNdp1 {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #mRvisu3l7V6bUDAKkO1ubFR2b02V7ybx {  }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #mRvisu3l7V6bUDAKkO1ubFR2b02V7ybx .container-column{width:50%;} }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #ia9GVaJdrUnZQ0hD65k5vDlTwM8DZqSw {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #rAv1wnC8l9AKEn5EyG0hVyTiKqO69L8e {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #i7BOEMVGM4ZtlaqyK44baVhq6n5ezlDN {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #u2PoCcMdL0iMHdeWhJPhvTzodeEZy0oF {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #vSgchM2zSLmo0XqtXomGwirC74Zuth1A {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #xOpBtxf1x2SEhMP9sNThNu35GFQJSw0A {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #N1SV9W4ETLTIv68VJxX63RtDZT9To04e {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #TrdSgJSIDTAWyfzBCpbnuzB1iV7rRvPw {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #wl4hE8V2IR4gH39zsI8Pa1A4yIMXCaHr {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #LVhkQPKi4nKZaBZqmhTSfdTTh8VB9FTt {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #hZHohLFr9RfnIM2ps7zP3XfmR0UUVp5Q {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Dm3yh3Iq68Cup1cIpDOtqGIiw7okKXK4 {  }
 }@media only screen and (max-width: 763px) { #bhlzcI2FeJSmfToZ9eQicm5REtQxqvU1 { width:18.0625rem;height:3.4375rem;top:23.125rem;left:0rem;background-color:#ffb4a2;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #va7eEIO3Jz2SFnzmbTvr4yVOCNMiu1xA { display:block; }
 }@media only screen and (max-width: 763px) { #ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb { display:block; }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFhZUfQXPUQNENg5T6ioI6ySVPw6MCa7 { width:2.8125rem;height:2.8125rem;top:9.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8IRniorlF02M9qOI5yfOOo7a0qAJoJm { width:2.8125rem;height:2.8125rem;top:9.5625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho9XAl28TMUxy1kEodDGy0ekbkvFXKoe { top:2.75rem;left:11.6875rem;width:14.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXK7IfWu0oBmfWtcxaSd84IycoGxTytg { top:10.3125rem;left:8.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npZGCuRHhCnWNb1WPT4TmrTxwF4fkqIg { top:10.25rem;left:25.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQqo0IEVvORCobXhfQVHG9AsuKFH11TB { width:10.875rem;height:0;top:10.25rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPR5L7x03kpqA3SXncU3O82RhvEauZqJ { width:9.375rem;height:1.25rem;top:10.3125rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFEnxhXFEZD49JU1Idz3KO6umu9XsBTO { top:3.6875rem;left:28.875rem;width:7.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcLQKlHirvFGpEWV00KGcs4NEASSdJvB { top:15.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTeS01aqDwDwe4uhvbiibMk9irCSCGXX { display:block; }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtxyfXrtyOnQTTCI6FX7csC4dnfyTUEk { width:40.4375rem;height:1.25rem;top:1.1875rem;left:3.6554689407349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #579ad8, #42718f);background-image: -moz-linear-gradient(90deg, #579ad8, #42718f);background-image: -ms-linear-gradient(90deg, #579ad8, #42718f);background-image: -o-linear-gradient(90deg, #579ad8, #42718f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#579ad8', endColorstr='#42718f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#579ad8', endColorstr='#42718f' );";background-image: linear-gradient(90deg, #579ad8, #42718f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { background-color: transparent; background-image: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { border-width: 0; border-radius: 0; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxl658yX6KCUJGPQs42TZnwufZa6MOwI { width:11.4375rem;height:3.5rem;top:0.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm800a2OO9y9dQEHm6V9lTecLW1mnPPW { width:5rem;height:2.5625rem;top:1.21875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fffde7b8-5d82-4bbd-93e9-14f61911c348/saladeestar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.adaptive-delivery-prevent-bg, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyload, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyloading { background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::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; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKVTszVf51J6m1olu33r8Wp1kUQU0EkN { width:20rem;height:3.7125rem;top:3.07421875rem;left:0rem;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZzelWk7A0CeailJoTxOZJdSeXwcnBAnB { width:20rem;height:3.9rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcDbsHErh9uHnJ6iTPQVGCtZ6ntqDny { width:18.0625rem;height:3.4375rem;top:24rem;left:0.96796876192094rem;background-color:#42718f;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;box-shadow: none;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTKCtmWfrfyc0bCD2oaNJZQRmw6Zt6QZ { display:block; }
 }@media only screen and (max-width: 763px) { #OIcaDGxaoyuxcJAwwSXzFKyFKITvJOdT { width:20rem;height:3.65625rem;top:16.837500572204rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2spD29ymgMfIzQEKcJ8zJ3DAr7uTJrW { width:12.5rem;height:0.1875rem;top:7.72500038147rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLsD0ONGdKeDLRH1aQRrunsCEW8wK8lG { width:18.0625rem;height:3.4375rem;top:28.16250038147rem;left:0.96796876192094rem;background-color:#42718f;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;box-shadow: none;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raena8sp4cO8QtTvE6oQWkgxOOIq8U9C { display:block; }
 }@media only screen and (max-width: 763px) { #cOBzJfnVhUi4L4PIgFbukVOPVcVpToCv { width:20rem;height:18.75rem;top:14.162499904633rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrE7qqBJdJ9akA1wBnCTunfFIlTQCZdh { width:20rem;height:1.3rem;top:15.53750038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFPwvTOqf9hzOid4vuGJT9EkyaOd9EIB { width:16.875rem;height:2.6rem;top:20.575000762939rem;left:1.5625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { background-color: transparent; background-image: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { border-width: 0; border-radius: 0; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container { width:20rem;height:69.5625rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { width:19.0625rem;height:5.4rem;top:1.9375009536743rem;left:0rem;font-size:1.5rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhkciR0J6gQomtITWVFrnfgkudf2FI3w { width:20rem;height:12.5rem;top:44.5625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fa4f60e8-02e1-4ffe-9aaa-e77b013294d9/cozinha.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KhkciR0J6gQomtITWVFrnfgkudf2FI3w.adaptive-delivery-prevent-bg, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyload, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { width:20rem;height:12.5rem;top:32.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6498fc6a-ff54-4eee-a5e6-b87443bac440/frentecityflats.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.adaptive-delivery-prevent-bg, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyload, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I7BF8sV4ecrrsoq0d0AwpCznTDV3bhKD { width:20rem;height:4.3875rem;top:55.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9JmuXx6t8BrGNNZVI98U2qupTT5noK8 { width:20rem;height:3.9rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRf0H4fprX8XJO85llbNqkJCDpl4eNN0 { width:20rem;height:9.1rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD8T7FhgBeXTa3fsv7s1hFd6me3KrggL { width:20rem;height:6.5rem;top:24.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN { width:20rem;height:12.5rem;top:57.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3258ff88-8adf-432c-b059-4bc17293c85a/quarto1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.adaptive-delivery-prevent-bg, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyload, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { display:block; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { background-color: transparent; background-image: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .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); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { border-width: 0; border-radius: 0; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { width:20rem;height:82.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { width:20rem;height:3rem;top:10.186718940735rem;left:0rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTsiRKrG7t7n8nMidMTxqJT56LmAPrG0 { width:20rem;height:1.8rem;top:3.060546875rem;left:0rem;font-size:1.5rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGeps1JoHX6bnII74O8ztZBLtzobK0Q4 { width:9.1875rem;height:2.7rem;top:6.3125rem;left:5.5625rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEC8iKRLUe5SmFGGNUVmI2NwvVAnF1tD { width:20rem;height:3.5625rem;top:5.8812599182129rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLwrnJCXLVQMRNvNwfQVmdNfismXb2T0 { width:20rem;height:14.375rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMG54GAq8Sv2SmEa0cVDLy0hzO4A3PBt { width:20rem;height:2.625rem;top:13.186719417572rem;left:0rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv6dcxgpDoXTuOhBeyLsM3bq6SscprTN { width:20rem;height:11.140625rem;top:16.4375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR8GRCwtz8xHUo68Mo7woo8UeblCdEiG { width:20rem;height:3rem;top:35.125rem;left:0rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rR7lqvgQAsAH5lESnglidQOw3Jc1zmFw { width:20rem;height:18.25rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4awHsVPQMVxmEoBUk4h42PzkOS6Lxcn { width:20rem;height:2.625rem;top:38.125rem;left:0rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cleUAKyzbMpUTFfyBVIf029O3LDddMH5 { width:20rem;height:11.26325rem;top:41.8125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpaD3rTBo4X6koP2muyFrclTbtEAXIS6 { width:20rem;height:3.4375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilUE9naZzUe9bEw4DEZsaObWhGseQNtn { width:9.625rem;height:2.7rem;top:31.5rem;left:5.25rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Seryg3iSup9fpleKGWxPaVmAAp8eAeXU { width:20rem;height:18.25rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEKiKAS5prIEvHZ6N0MEH77G4UTePRSA { width:20rem;height:2.625rem;top:64.6875rem;left:0rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UL3TK5HQCrDpFne89KX2vc0P81LS9E7c { width:20rem;height:3rem;top:61.6875rem;left:0rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spJcnMi7yeLaheUJQCB67Wi2sEFkMcM5 { width:20rem;height:3.5rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNXgATTyc1ZNuithRFEhS4uPucaBVsfH { width:11.1875rem;height:2.7rem;top:57.6875rem;left:4.4375rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FD60Tq8OurOWNMzSsEqIxvp19TB76r56 { width:20rem;height:11.2085625rem;top:67.8125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDuM1FEb1PuURiRcxB71LsQF56TQkXrM { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container { background-color: transparent; background-image: none; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container > .video-iframe-container { display: none; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row > .video-iframe-container { display: none; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .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); }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container { border-width: 0; border-radius: 0; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HDuM1FEb1PuURiRcxB71LsQF56TQkXrM > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEiTyCtTtRKNJ7daLIMyir47QiTL1M4B { width:20rem;height:19rem;top:10.125rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uByULDAx2TNHU6lFkMIGNeNIhJUKeFLv { width:20rem;height:2.1rem;top:2.2484359741211rem;left:0rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCRcEIVCorqnu37yNhecU1w7SmDo3yt2 { width:14.125rem;height:2.7rem;top:5.6875rem;left:3rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZdZef8ZtLTAfk17hmhgTq7s6BFiZ2Sl { width:18.8125rem;height:3.25rem;top:5.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdQn035SBopLWqZk3CsNPTSPyl08pCiw { width:20rem;height:14.375rem;top:8.625rem;left:0rem;background-color:rgba(var(--color-secondary-0),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dxxVWgiD9AfTqZbJr1UHX4NG3qNEWZOz { width:20rem;height:31.0625rem;top:34.8056875rem;left:0rem;background-color:rgba(var(--color-secondary-0),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VTlIddzSKMJ6BEzR4WQwaktWwJcuMkAH { width:20rem;height:15.6rem;top:38.117970466614rem;left:0rem;font-size:1rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lqk4cpXUVt1angTTP3i2TaHXZ2SKV6b3 { width:20rem;height:3.875rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFJMO8MC8XUfQgxdhmPilfvLNF1xLAPy { width:20rem;height:2.7rem;top:32.9375rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dS8dBtuf7e04O4Q44ef5i3Fgv59Fw3m6 { width:20rem;height:13.4375rem;top:67.117971420288rem;left:0rem;background-color:rgba(var(--color-secondary-0),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UclbbTEqknppIfPydMV7T5tp2kfX1v6s { width:20rem;height:16.9rem;top:62.930469512937rem;left:0rem;font-size:1rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yZy27pGVJksxTPqo23oNcgnVtxnq3wIR { width:20rem;height:4.0625rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT9zIw3Wf1ZCCz9guWT6tq1nheAicLdL { width:20rem;height:2.7rem;top:58.3125rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz { background-color:transparent;background-image:url("https://images.assets-landingi.com/lO2fd7O7/bg2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz.adaptive-delivery-prevent-bg, #aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz.lazyload, #aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz.lazyloading { background-image: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { background-color: transparent; background-image: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .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); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { border-width: 0; border-radius: 0; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maPiFxNzkBn7TSySRBtdr9qAm7EJ1tb5 { width:20rem;height:4.4rem;top:3.5625rem;left:0rem;font-size:2rem;color:#000000;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiNtCqdGFTIhMTVVXQv21RGhLOKzrLxM { width:20rem;height:7.8rem;top:8.6875019073488rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9  { width:17.5rem;height:auto;top:23.049219489097rem;left:0rem;background-color:rgba(var(--color-secondary-1),1);background-image:none; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 {display:block;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 { width:17.5rem;height:auto;top:23.049219489097rem;left:0rem;background-color:rgba(var(--color-secondary-1),1);background-image:none; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #LiMNTnAFgtO6SpxPKKP6wIr2gfefzryO {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #qWwb65MZOUU1VHCZHI5gmJmVTrWTKTVL { display:block; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Lk0Z17ftD9TFOEimts9tsJkqeMGOQI0W {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #TWHEbU4ptsmrseVpyC4EggT49FaOa6Bv {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #DxJ98FB7mDMUFPMRX96TfZ4JJ73IOIPq { display:block; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #OyUDG9lvnr7ORmwOa1ZGflwTXtAMVFOK {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #REB4AoQIpIpGEH6ab1vh4Nv9FdZClnUD {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #tUmNZkwFhEE9miCAaouXdheDDNNIbBpS { display:block; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #RM2tytn2FRBtS2gty3cEsc8xLiVzNdp1 {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #mRvisu3l7V6bUDAKkO1ubFR2b02V7ybx {  }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #mRvisu3l7V6bUDAKkO1ubFR2b02V7ybx .container-column{width:100%;} }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #ia9GVaJdrUnZQ0hD65k5vDlTwM8DZqSw { display:block; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #rAv1wnC8l9AKEn5EyG0hVyTiKqO69L8e {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #i7BOEMVGM4ZtlaqyK44baVhq6n5ezlDN {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #u2PoCcMdL0iMHdeWhJPhvTzodeEZy0oF {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #vSgchM2zSLmo0XqtXomGwirC74Zuth1A {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #xOpBtxf1x2SEhMP9sNThNu35GFQJSw0A {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #N1SV9W4ETLTIv68VJxX63RtDZT9To04e {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #TrdSgJSIDTAWyfzBCpbnuzB1iV7rRvPw {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #wl4hE8V2IR4gH39zsI8Pa1A4yIMXCaHr { display:block; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #LVhkQPKi4nKZaBZqmhTSfdTTh8VB9FTt {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #hZHohLFr9RfnIM2ps7zP3XfmR0UUVp5Q {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Dm3yh3Iq68Cup1cIpDOtqGIiw7okKXK4 {  }
 }@media only screen and (max-width: 763px) { #bhlzcI2FeJSmfToZ9eQicm5REtQxqvU1 { width:18.0625rem;height:3.4375rem;top:17.51015663147rem;left:0.96796876192094rem;background-color:#42718f;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;box-shadow: none;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #va7eEIO3Jz2SFnzmbTvr4yVOCNMiu1xA { display:block; }
 }@media only screen and (max-width: 763px) { #ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb { display:block; }#ru0mozu7gUEmT0RO7yRNHMR8kfcZXmTb > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFhZUfQXPUQNENg5T6ioI6ySVPw6MCa7 { width:2.8125rem;height:2.8125rem;top:16.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8IRniorlF02M9qOI5yfOOo7a0qAJoJm { width:2.8125rem;height:2.8125rem;top:12.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho9XAl28TMUxy1kEodDGy0ekbkvFXKoe { width:9.75rem;height:3.1875rem;top:2.1226558685302rem;left:5.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXK7IfWu0oBmfWtcxaSd84IycoGxTytg { display:flex;width:1.375rem;height:1.375rem;top:13rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #npZGCuRHhCnWNb1WPT4TmrTxwF4fkqIg { display:flex;width:1.375rem;height:1.375rem;top:16.78125rem;left:3.5937500596046rem; }
 }@media only screen and (max-width: 763px) { #FQqo0IEVvORCobXhfQVHG9AsuKFH11TB { width:10.5rem;height:1.3rem;top:16.75rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XPR5L7x03kpqA3SXncU3O82RhvEauZqJ { width:6.4375rem;height:1.3rem;top:13.0625rem;left:8.6875rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OFEnxhXFEZD49JU1Idz3KO6umu9XsBTO { width:7.1875rem;height:3.6875rem;top:7.0609374046325rem;left:6.4062500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcLQKlHirvFGpEWV00KGcs4NEASSdJvB { width:20rem;height:2.8875rem;top:21.25rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NTeS01aqDwDwe4uhvbiibMk9irCSCGXX { display:block; }#NTeS01aqDwDwe4uhvbiibMk9irCSCGXX > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtxyfXrtyOnQTTCI6FX7csC4dnfyTUEk { width:20rem;height:1.95rem;top:0.45781135559082rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
 }