.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:247,247,225;--color-primary-1:228,229,154;--color-primary-2:200,203,52;--color-primary-3:100,102,26;--color-primary-4:30,30,8;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--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:open sans;--paragraphs-font-family:open sans; }@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;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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { 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; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#TKHSIMvoShqsi0mTZff9MpxbLTQ3IVKs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1248125rem;height:3.43656875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:2.6562502384186rem;left:60.876120090484rem;display:block; }
#AQyG4uFWTre6G4SzM7Wn0fF2TyAF99AD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n04sTb4KTu1xTd71u6ZL5pqOTqmTxp2d { 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:5.62406875rem;width:14.8744375rem;top:1.5606399774551rem;left:4.1034231185913rem;overflow:hidden;display:block; }
#aXbJgLgioaUhwtvA8ZwlQlM3STELRBxs { box-sizing:content-box;color:#333333;font-size:1.375rem;font-weight:400;line-height:1;height:1.999625rem;width:1.999625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:3.3751862049102rem;left:60.876120090484rem;display:block; }
#E3XHIZPBUwISDxEOiug366LTc1iyFAxS { box-sizing:content-box;height:31.9375rem;width:41.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:8.7495349645612rem;left:0rem;display:block; }
#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/26f30cab-6fc1-4603-ac5a-46b2d9cd5c40/DJI_0852.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;width:75rem;height:42.9375rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container.lazyloading { background-image: none; }#i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { color:rgba(var(--color-primary-2),1);display:block;width:24.31175rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.0579892396925rem;left:3.5214376449585rem;height:11.4571875rem;font-style:normal;display:block; }
#In4DZ0BCF2Kwr3HGfalIPvr1lCdEUTUR { box-sizing:content-box;height:2.68694375rem;width:16.4369375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.867047905922rem;left:3.5249242782592rem;display:block; }
#UXRrn3IElqfH62N88xzAv3XzRTrr9EKt { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.442521691323rem;left:3.9341516494751rem;height:1.5427375rem;text-align:left;text-align-last:left;display:block; }
#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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:46.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.0625rem;left:10.5rem;height:3.150575rem;display:block; }
#kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:block; }
#sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:26.75rem;left:2.5625rem;display:block; }
#FcrcizfhIXzGIzgz95Hv3tno26JB57DL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:22.125rem;left:10.5rem;height:1.5752875rem;display:block; }
#iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:37.375rem;top:21.684337615967rem;left:37.653180122376rem;overflow:hidden;display:block; }
#MQ58xboWX490i7l3FDVDwHV0aCVyAWao { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:30.5625rem;left:10.5rem;height:6.301125rem;display:block; }
#nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:1.8125rem; }
#epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:37.3125rem;top:0.62197875976562rem;left:37.704290189526rem;overflow:hidden;display:block; }
#FiIr3Anap4gKNiEG4gGuMs3JaVtEWB28 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:none; }
#f8HU6KTP8hVTGJM80hBVhGagZuiXu7Ao { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { position:relative;display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4d8a99b9-cac4-4d00-bffc-7fa3bf2e8899/IMG_3448min.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:20.5625rem;top:5.6873168945312rem;left:4.3750004768372rem;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.adaptive-delivery-prevent-bg, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyload, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyloading { background-image: none; }
#SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:41.875rem;top:9rem;left:27.75rem;display:block; }
#h4optaO8pV62lcoVG2etbd9FT6dhkdgF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:30.5625rem;height:1.29975625rem;font-style:normal;display:block; }
#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:13.125rem;left:30.5625rem;height:2.79948125rem;display:block; }
#MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/865ca0f7-849d-414a-a2d1-2d60e886ac93/20241113_135120min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:20.6875rem;top:23.436569213868rem;left:4.3750004768372rem;display:block; }#MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.adaptive-delivery-prevent-bg, #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.lazyload, #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.lazyloading { background-image: none; }
#ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:41.875rem;top:26.75rem;left:27.75rem;display:block; }
#A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:30.875rem;left:30.5625rem;height:2.79948125rem;display:block; }
#eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.125rem;left:30.5625rem;height:1.29975625rem;font-style:normal;display:block; }
#BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:5.375rem;left:72.5625rem;display:block; }
#Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:26.3125rem;left:72.5625rem;display:block; }
#uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { box-sizing:content-box;height:46.875rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.53125rem;left:71.8125rem; }
#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.875rem;left:8.6875rem;height:5.84775rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.9375rem;left:8.6875rem;height:2.5995125rem;text-align:right;text-align-last:right;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-form-header {  }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.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-primary-2),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-moz-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-moz-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-ms-input-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-webkit-input-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal;float:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container:first-of-type{padding-top:0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container:last-of-type{padding-bottom:0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.4361977577209rem;left:46.622719764709rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.4361977577209rem;left:46.622719764709rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { position:relative;display:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { position:relative;display:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { position:relative;display:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA { position:relative; }
#zfkdyudrbiDIamwcNzsD9T6PKvnq8LAk { position:relative;display:block; }
#wMZPxI3TyCkZ4kTRudUNk5PcvhWGdOSI { position:relative;display:block; }
#CSZDugomUntTT2CdSKFSVhFEvouBEeMI { position:relative;display:block; }
#s6GBWGTO8V5RUHo66kl4Fz9gvyzq1vil { position:relative;display:block; }
#X4xCg1D5ce5Ict8bNzhBVeE5ndgyzNEW { position:relative;display:block; }
#toQtbBbX94KPiPdJ93tTFSwKsoARPTz3 { position:relative;display:block; }
#lKDE3OLfp4kMNKN1Wzi1ngXueetcw5J8 { position:relative;display:block;z-index:100000;display:block; }
#Uvc2mDDNEwsic9gMSQJ4SszciXteOyQf { position:relative;display:block;z-index:100000;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN { position:relative; }
#ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:31.25rem;left:0.625rem; }
#yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { box-sizing:content-box;height:33.4375rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:37.5rem;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) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { background-color:#6a6f83;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKHSIMvoShqsi0mTZff9MpxbLTQ3IVKs { width:14.0625rem;height:3.375rem;top:2.625rem;left:33.6875rem;background-color:transparent;background-image:none;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) { #AQyG4uFWTre6G4SzM7Wn0fF2TyAF99AD { display:block; }
 }@media only screen and (max-width: 763px) { #n04sTb4KTu1xTd71u6ZL5pqOTqmTxp2d { width:14.8125rem;height:5.6006499983193rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXbJgLgioaUhwtvA8ZwlQlM3STELRBxs { width:1.9375rem;height:1.9375rem;top:3.375rem;left:45.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { top:8.6875rem;left:0rem;width:41.8125rem;height:31.9375rem;background-color:#6a6f83;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { top:7rem;left:0rem;width:24.25rem;height:11.4375rem;font-size:2.9375rem;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #In4DZ0BCF2Kwr3HGfalIPvr1lCdEUTUR { width:16.375rem;height:2.625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRrn3IElqfH62N88xzAv3XzRTrr9EKt { width:15.625rem;height:1.5rem;top:21.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { top:11.0625rem;left:0rem;width:19.0625rem;height:3.125rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;background-color:#6a6f83;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;display:block; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { top:26.75rem;left:0rem;width:0.0625rem;height:13.75rem;background-color:#6a6f83;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;display:block; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { top:22.125rem;left:0rem;width:19.0625rem;height:1.5625rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { top:21.625rem;left:10.375rem;width:37.375rem;height:23.812233378094rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { top:30.5625rem;left:0rem;width:19.0625rem;height:6.25rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { top:22.375rem;left:0rem;width:1.5625rem;height:1.5625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { top:0.5625rem;left:10.4375rem;width:37.3125rem;height:24.687787590015rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FiIr3Anap4gKNiEG4gGuMs3JaVtEWB28 { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;background-color:#6a6f83;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;display:none; }
 }@media only screen and (max-width: 763px) { #f8HU6KTP8hVTGJM80hBVhGagZuiXu7Ao { width:0.3125rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { top:5.625rem;left:0rem;width:20.5625rem;height:15.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bJ218CXZ/design_dining_table_set_kitchen_contemporary_style_295714_3.jpg");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;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.adaptive-delivery-prevent-bg, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyload, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { top:9rem;left:5.875rem;width:41.875rem;height:9.25rem;background-color:#ffffff;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;display:block; }
 }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { top:11.3125rem;left:16.936758518219rem;width:12.4375rem;height:1.25rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { top:13.0625rem;left:9rem;width:38.75rem;height:2.75rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP { top:23.375rem;left:0rem;width:20.6875rem;height:15.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/U7zvrTqq/white_modern_design_kitchen_with_lamp_295714_7.jpg");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;display:block; }#MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.adaptive-delivery-prevent-bg, #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.lazyload, #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { top:26.75rem;left:5.875rem;width:41.875rem;height:9.25rem;background-color:#ffffff;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;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { top:30.8125rem;left:9.625rem;width:38.125rem;height:2.75rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { top:29.0625rem;left:9.625rem;width:38.125rem;height:1.25rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { top:5.375rem;left:47.6875rem;width:0.0625rem;height:13.75rem;background-color:#6a6f83;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;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { top:26.3125rem;left:47.6875rem;width:0.0625rem;height:13.75rem;background-color:#6a6f83;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;display:block; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { top:0rem;left:0rem;width:44.3125rem;height:46.875rem;background-color:#6a6f83;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { top:21.5rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { top:11.8125rem;left:1.125rem;width:22.75rem;height:5.8125rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { top:18.9375rem;left:1.125rem;width:22.75rem;height:2.5625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#161616; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#161616; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ea6111;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;color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-moz-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-moz-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-ms-input-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-webkit-input-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-radio-label { color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { width:17.5rem;height:auto;top:5.375rem;left:26.185219764709rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-info-text { color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { width:17.5rem;height:auto;top:5.375rem;left:26.185219764709rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA {  }
 }@media only screen and (max-width: 763px) { #zfkdyudrbiDIamwcNzsD9T6PKvnq8LAk { display:block; }
 }@media only screen and (max-width: 763px) { #wMZPxI3TyCkZ4kTRudUNk5PcvhWGdOSI { display:block; }
 }@media only screen and (max-width: 763px) { #CSZDugomUntTT2CdSKFSVhFEvouBEeMI { display:block; }
 }@media only screen and (max-width: 763px) { #s6GBWGTO8V5RUHo66kl4Fz9gvyzq1vil { display:block; }
 }@media only screen and (max-width: 763px) { #X4xCg1D5ce5Ict8bNzhBVeE5ndgyzNEW { display:block; }
 }@media only screen and (max-width: 763px) { #toQtbBbX94KPiPdJ93tTFSwKsoARPTz3 { display:block; }
 }@media only screen and (max-width: 763px) { #lKDE3OLfp4kMNKN1Wzi1ngXueetcw5J8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uvc2mDDNEwsic9gMSQJ4SszciXteOyQf { display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN {  }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { top:31.25rem;left:0rem;width:1.5625rem;height:1.5625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { top:0rem;left:10.25rem;width:37.5rem;height:33.4375rem;background-color:#6a6f83;background-image:none;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) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKHSIMvoShqsi0mTZff9MpxbLTQ3IVKs { width:14.124125rem;height:3.43656875rem;top:8.125rem;left:2.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AQyG4uFWTre6G4SzM7Wn0fF2TyAF99AD { display:block; }
 }@media only screen and (max-width: 763px) { #n04sTb4KTu1xTd71u6ZL5pqOTqmTxp2d { width:14.812375rem;height:5.59895625rem;top:1.8705822229386rem;left:2.5913782715797rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXbJgLgioaUhwtvA8ZwlQlM3STELRBxs { width:1.93685rem;height:1.93685rem;top:8.875rem;left:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { width:19.99975rem;height:8.1240625rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/26f30cab-6fc1-4603-ac5a-46b2d9cd5c40/DJI_0852.JPG");background-position:center left !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; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { width:14.5rem;height:5.99888125rem;top:1.6566696166993rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.84);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #In4DZ0BCF2Kwr3HGfalIPvr1lCdEUTUR { width:8.625rem;height:1.375rem;top:9.2157278060912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRrn3IElqfH62N88xzAv3XzRTrr9EKt { width:8.5rem;height:0.8126375rem;top:9.4947443008425rem;left:0.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:58.122909545898rem;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) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { width:14.9995625rem;height:2.45070625rem;top:4.875rem;left:3.8125rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;background-color:#6a6f83;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;display:none; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;background-color:#6a6f83;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;display:none; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { width:14.9995625rem;height:1.22535625rem;top:11.998883247376rem;left:3.8120816349983rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { width:20rem;height:12.75rem;top:41.678523611225rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { width:14.9995625rem;height:4.9014125rem;top:17.5625rem;left:3.8125rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { display:flex;width:1.5625rem;height:1.5625rem;top:56.56040763855rem;left:9.2180526852606rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { width:20rem;height:13.375rem;top:27.871561050415rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FiIr3Anap4gKNiEG4gGuMs3JaVtEWB28 { width:0.125rem;height:16.875rem;top:1.1257918783569rem;left:2.0480834552192rem;background-color:#6a6f83;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;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #f8HU6KTP8hVTGJM80hBVhGagZuiXu7Ao { top:4.3096630573273rem;left:2.3905785679818rem;width:0.125rem;height:18.75rem;z-index:15022;background-color:#4f4f4f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:20rem;height:0.375rem;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) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { width:20rem;height:15.875rem;top:2.5625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4d8a99b9-cac4-4d00-bffc-7fa3bf2e8899/IMG_3448min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.adaptive-delivery-prevent-bg, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyload, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { width:16.5625rem;height:10.9375rem;top:15.8125rem;left:1.71875rem;background-color:#ffffff;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;display:block; }
 }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { width:12.5rem;height:1.3rem;top:17.125rem;left:3.375rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { width:13.9375rem;height:6.12676875rem;top:19.0625rem;left:3.375rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP { width:20rem;height:15.875rem;top:28.625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/865ca0f7-849d-414a-a2d1-2d60e886ac93/20241113_135120min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.adaptive-delivery-prevent-bg, #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.lazyload, #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { width:16.5625rem;height:10.9375rem;top:41.799999237061rem;left:1.71875rem;background-color:#ffffff;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;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { width:13.9375rem;height:4.9014125rem;top:45.125rem;left:3.375rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { width:12.5rem;height:1.3rem;top:43.262500762939rem;left:3.375rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { width:0.0625rem;height:13.75rem;top:18.375rem;left:9.9375rem;background-color:#6a6f83;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;display:none; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { width:0.0625rem;height:13.75rem;top:53.3125rem;left:9.9375rem;background-color:#6a6f83;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;display:none; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { width:20rem;height:51.3125rem;top:7.1240234375rem;left:0rem;background-color:#c8cb34;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { display:flex;width:1.5625rem;height:1.5625rem;top:55.169967651368rem;left:9.2180526852606rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { width:20rem;height:4.22479375rem;top:2.3125rem;left:0rem;font-size:1.625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { width:12.5rem;height:2.5995125rem;top:7.3614206314088rem;left:3.7481396794319rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#161616; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#161616; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;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;color:#c8cb34; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-moz-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-moz-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-ms-input-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-webkit-input-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-radio-label { color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { width:16.75rem;height:auto;top:13rem;left:0.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-info-text { color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { width:16.75rem;height:auto;top:13rem;left:0.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA {  }
 }@media only screen and (max-width: 763px) { #zfkdyudrbiDIamwcNzsD9T6PKvnq8LAk { display:block; }
 }@media only screen and (max-width: 763px) { #wMZPxI3TyCkZ4kTRudUNk5PcvhWGdOSI { display:block; }
 }@media only screen and (max-width: 763px) { #CSZDugomUntTT2CdSKFSVhFEvouBEeMI { display:block; }
 }@media only screen and (max-width: 763px) { #s6GBWGTO8V5RUHo66kl4Fz9gvyzq1vil { display:block; }
 }@media only screen and (max-width: 763px) { #X4xCg1D5ce5Ict8bNzhBVeE5ndgyzNEW { display:block; }
 }@media only screen and (max-width: 763px) { #toQtbBbX94KPiPdJ93tTFSwKsoARPTz3 { display:block; }
 }@media only screen and (max-width: 763px) { #lKDE3OLfp4kMNKN1Wzi1ngXueetcw5J8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uvc2mDDNEwsic9gMSQJ4SszciXteOyQf { display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN {  }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { display:flex;width:1.5625rem;height:1.5625rem;top:41.109793424606rem;left:9.2180526852606rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { width:20rem;height:24.125rem;top:12.248883724213rem;left:0rem;background-color:#c8cb34;background-image:none;display:block; }
 }