.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:222,221,234;--color-primary-1:144,142,184;--color-primary-2:32,28,112;--color-primary-3:16,14,56;--color-primary-4:5,4,17;--color-secondary-0:248,220,221;--color-secondary-1:231,140,143;--color-secondary-2:207,24,31;--color-secondary-3:104,12,16;--color-secondary-4:31,4,5;--color-tertiary-0:255,255,255;--color-tertiary-1:189,189,189;--color-tertiary-2:36,36,36;--color-tertiary-3:18,18,18;--color-tertiary-4:4,4,4;--headlines-font-family:"Oswald";--paragraphs-font-family:"Istok Web"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { z-index:;position:relative;display:block; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { background-color: transparent; background-image: none; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container > .video-iframe-container { display: none; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row > .video-iframe-container { display: none; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .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); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { border-width: 0; border-radius: 0; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .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; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;font-size:0.875rem;font-family:oswald;height:46.8125rem;width:75rem;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; }#I8SabE4Moy0BRUxZalTESKrI6zfMkoMV { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:13.4375rem;left:0rem;height:8.5229375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BrvDtHqyJDL39WJBkP5BwiVa568w5gpk { color:rgba(var(--color-tertiary-3),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.4375rem;left:0rem;height:4.49706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#taTWTWkkCuObT0XxePistat0yEI1TWHO { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:21.125rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-form-header {  }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.875rem;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;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .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:23.875rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-text {padding-top: 0; padding-bottom: 0;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .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:23.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-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:23.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-select {padding-top: 0; padding-bottom: 0;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .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; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .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-secondary-2),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-tertiary-0),1);width:23.875rem;height:4.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .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.4;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.5625rem;overflow:hidden;font-style:normal;float:none; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .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; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-3),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-container:first-of-type{padding-top:0;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-container:last-of-type{padding-bottom:0;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.875rem;left:46.6875rem; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem;display:block;vertical-align:top; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .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; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp {display:block;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.875rem;left:46.6875rem; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #Ol11sJId0ywoKD5TBa3unWG6AFuwcIlK { position:relative; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #NRuNoQP29EJdQIXgrbw60EUIFCL7M7XW { position:relative;display:none; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #Q6gMCCD93OTTiVcP0aeG0Teq2uOuaRGN { position:relative; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #FmSSpGwXkayAcFo6REkfgp2BmPs08csh { position:relative; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #mSS2DdBSU18NraRiCR18OelUNGP0qQtp { position:relative;display:none; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #ya9oKIT1nrI7MWpt8EKUdVspItUwfyVE { position:relative; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #SFuTyd0VpZuoI6A9XyIT1VIxKz2oytwD { position:relative; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #Mg6mJBlnTk9AppPwsQuWvUEStoUWJcFE { position:relative;display:none; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #iwl9RxfDAJM8zVD5tcx9E7pBiTUxRvWf { position:relative; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #BEU82MOe5ykdZvIJyL6oED8C6EXhezcd { position:relative; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #pMtHZlWZ99aDsnhPDWdyhBEylsuhfMiv { position:relative;display:none; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #KPVUC8TIwOb1oRe7tcc07TpNZHTqiNfH { position:relative; }
#F2UDDI1bJXkrRusDTlMspmnPPLItPgJ4 { position:relative;display:block;z-index:100000;display:block; }
#SlVdD3BeUfZtefqndR4PHzJr7I79JDrw { position:relative;display:block;z-index:100000;display:block; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #tEQ4lyDGaT5ES1wuQX4NzwWhslzLmMRe { position:relative; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp #vFAIpb30AOPHExGtwUfTM05Hq0ISgdF7 { position:relative; }
#psmSwBVgEP15v8Rl5F0qT7vKTJI7xyGG { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.1875rem;left:47.8125rem;height:5.39795rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qDSGLzEkM1zpAVdIgd7XQvOKpIgnIQR5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:37rem;left:0rem; }
#ZbSOcUTqyRLa0uVHZ84EdSaDKOl7MVpf { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4rem;top:37.25rem;left:19.8125rem;overflow:hidden;display:block; }
#fVSp7QD7su8ieyiRla4WeWE0D41aduBM { color:rgba(var(--color-primary-2),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:37.375rem;left:5.125rem;height:4.05029375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d7XtkV5TavsttHiHKbBvodniiIEM2pF7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:37.75rem;left:15.75rem; }
#D9NRArnWb6TPcTxWSL2PQZJwwENFA6Jy { color:rgba(var(--color-secondary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:29.125rem;left:0rem;height:5.96875rem;font-style:normal;display:block; }#D9NRArnWb6TPcTxWSL2PQZJwwENFA6Jy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D9NRArnWb6TPcTxWSL2PQZJwwENFA6Jy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0160c1dfb4de10ae7d04c4a64775fcfb51d8c5b9.svg); }
#XT71cs6Zf29RBiFE7GIvUSUTQIdIAyWR { color:rgba(var(--color-secondary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:5.2124996185303rem;left:24.4375rem;height:2.17529375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rfpwrKyVLI3Xn2VeTLOfJr8KZSdJnHnN { box-sizing:content-box;height:46.875rem;width:30.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af6ab5d3-a29d-43da-b22d-9a9cdcbf00f8/kitchen2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:44.6875rem;display:block; }#rfpwrKyVLI3Xn2VeTLOfJr8KZSdJnHnN.adaptive-delivery-prevent-bg, #rfpwrKyVLI3Xn2VeTLOfJr8KZSdJnHnN.lazyload, #rfpwrKyVLI3Xn2VeTLOfJr8KZSdJnHnN.lazyloading { background-image: none; }
#rfpwrKyVLI3Xn2VeTLOfJr8KZSdJnHnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.45); }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.35);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; }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .row .container { background-color: transparent; background-image: none; }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .row .container > .video-iframe-container { display: none; }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .row > .video-iframe-container { display: none; }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .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); }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .row .container { border-width: 0; border-radius: 0; }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#JrnwlK4dat9EJPPWut7Nmx0AH047NW1u { color:rgba(var(--color-primary-2),1);display:block;width:74.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:4.75rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UN67xWEfSa7X4ezoKl0tgqCTbft90zsT { box-sizing:content-box;height:12.5rem;width:17.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/53caa108-1800-409e-b0a6-74b6ef2ce940/BarDownstairs.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:0rem;display:block; }#UN67xWEfSa7X4ezoKl0tgqCTbft90zsT.adaptive-delivery-prevent-bg, #UN67xWEfSa7X4ezoKl0tgqCTbft90zsT.lazyload, #UN67xWEfSa7X4ezoKl0tgqCTbft90zsT.lazyloading { background-image: none; }
#OTG8qeSTKv6aCLfl9T6ic6sQoDQAVgeG { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:28.75rem;left:0rem;height:7.495125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KNhWNaEbnUkHPkuFdwWp5OabQDu0GD2s { color:rgba(var(--color-secondary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:25.375rem;left:0rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#h7rOamSLTb2UvXTBhIrlg5nb4XnBS0C1 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:28.75rem;left:18.75rem;height:7.495125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SbmJKtLJqTmVsF8docXoLp1J97A5Tpo7 { color:rgba(var(--color-secondary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:25.375rem;left:18.75rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GpK43HTZUe8JWQf5BCTtauxVnlsT3Xq9 { box-sizing:content-box;height:12.5rem;width:17.6875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fb41e295-5c3a-4b47-8d6b-49947bbd82bc/Kitchen1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:18.75rem;display:block; }#GpK43HTZUe8JWQf5BCTtauxVnlsT3Xq9.adaptive-delivery-prevent-bg, #GpK43HTZUe8JWQf5BCTtauxVnlsT3Xq9.lazyload, #GpK43HTZUe8JWQf5BCTtauxVnlsT3Xq9.lazyloading { background-image: none; }
#e5rBDCiwI2CUTHPzuKTK37bN3p3pwyFp { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.75rem;left:37.5rem;height:4.49706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LCvXs4epKhprf8FsvOPkdtFZTfq8QpCr { color:rgba(var(--color-secondary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:25.375rem;left:37.5rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VO1TlPE0yoyvQ5FtfRTExRHVHGsx5ZaD { box-sizing:content-box;height:12.5rem;width:17.6875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b4d38da4-eddd-498d-a6de-721c1b188019/GreyColor.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:37.5rem;display:block; }#VO1TlPE0yoyvQ5FtfRTExRHVHGsx5ZaD.adaptive-delivery-prevent-bg, #VO1TlPE0yoyvQ5FtfRTExRHVHGsx5ZaD.lazyload, #VO1TlPE0yoyvQ5FtfRTExRHVHGsx5ZaD.lazyloading { background-image: none; }
#eDJEPzB1ez9WonctPVARBlrIDsLNtTWp { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:28.75rem;left:56.25rem;height:4.49706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ALL1GPG3PWWASFUUuSkFyyUapHwUiHgE { color:rgba(var(--color-secondary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:25.375rem;left:56.25rem;height:2.69986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VOIopMysKyh4mFAvPfIebKu7DpLWdlAm { box-sizing:content-box;height:12.5rem;width:17.6875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/505ea3ba-63a0-413e-89c6-8cb9628d9ab9/LRoom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:56.25rem;display:block; }#VOIopMysKyh4mFAvPfIebKu7DpLWdlAm.adaptive-delivery-prevent-bg, #VOIopMysKyh4mFAvPfIebKu7DpLWdlAm.lazyload, #VOIopMysKyh4mFAvPfIebKu7DpLWdlAm.lazyloading { background-image: none; }
#qrOcU92E4sDGxrcGh32EOZCrr9maxopT { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.5rem;left:38.0625rem;display:block; }
#omcfsLCp9MtSCbEGKKeu1hfHaFL1hlz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvQtvJgdavRhb1U3SWou8g3sVyNDkJhO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.5rem;left:23.6875rem;display:block; }
#WM4fhAtwQvQuTQMkGOdHMD4ErfGFkqqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container { background-color: transparent; background-image: none; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container > .video-iframe-container { display: none; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row > .video-iframe-container { display: none; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .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); }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container { border-width: 0; border-radius: 0; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container { font-size:0.875rem;font-family:oswald;height:51.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#vMQlC8P6JRy7p3J08tXyUJiTmnTQs8C7 { color:rgba(var(--color-primary-2),1);display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:5.6875rem;left:25.0625rem;height:13.4985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S2D2eDJk12vLiog7utD6uJVaS5L4aulP { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:24.1875rem;left:28.1875rem;height:4.49706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yAqcmr0szGXsLyF8dBXH05rA945ZZwv4 { color:rgba(var(--color-secondary-2),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:21.3125rem;left:28.1875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qWzR6dGOvBGccHnWNvqBtv3E9dZkX2eA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.1875rem;left:25.0625rem; }
#kThPtLrRwsFWTei2gsTSm4Jo0kztNhAZ { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:33.5625rem;left:28.125rem;height:2.99805rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UV5th6NqumREt0hihUkqVxpa6r20fqaR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:30.5625rem;left:25rem; }
#G1VlLIwqES8KK3ltNMR4g55EMzDvwTQT { color:rgba(var(--color-secondary-2),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:30.6875rem;left:28.125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A1y83GvoxmnX4itwG2ByA53rowmC0plU { color:rgba(var(--color-tertiary-3),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:42rem;left:28.125rem;height:4.49706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cxZgMLbfAEkTNK7IZC2eTDfacnHARMMb { color:rgba(var(--color-secondary-2),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:39.125rem;left:28.125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTvawWZbaf3SO3d8kJwqVffgy90d4x2t { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:39rem;left:25rem; }
#TCkP0pkrhELV0VLPIWOqhgT1aXzoAtBq { box-sizing:content-box;height:26.6875rem;width:22.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0758a35c-5a29-407c-8213-2ba7908c9954/kitchenwhite.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75rem;left:0rem;display:block; }#TCkP0pkrhELV0VLPIWOqhgT1aXzoAtBq.adaptive-delivery-prevent-bg, #TCkP0pkrhELV0VLPIWOqhgT1aXzoAtBq.lazyload, #TCkP0pkrhELV0VLPIWOqhgT1aXzoAtBq.lazyloading { background-image: none; }
#bTanxCLGkJE0hi0tSZT4L2QXNJvgLIMr { box-sizing:content-box;height:15.1875rem;width:22.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/c9d2caeb-806b-4975-81b4-60442db6374c/bathroom2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6875rem;left:0rem;display:block; }#bTanxCLGkJE0hi0tSZT4L2QXNJvgLIMr.adaptive-delivery-prevent-bg, #bTanxCLGkJE0hi0tSZT4L2QXNJvgLIMr.lazyload, #bTanxCLGkJE0hi0tSZT4L2QXNJvgLIMr.lazyloading { background-image: none; }
#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 { position:relative;display:block; }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 { background-color: transparent; background-image: none; }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 > .row .container > .video-iframe-container { display: none; }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 > .row > .video-iframe-container { display: none; }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 > .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); }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 { border-width: 0; border-radius: 0; }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 > .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; }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;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; }#GByFpyH7xWrn33DPW8d5sZ7XJ2MTBmdy { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.875rem;left:45.125rem;display:block; }
#I3TeboBMpnGl9qVoaO9RzwJuhErheqxG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tF4RoC3nQO8UJmMWkcgvudAwc2HtSg1b { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.875rem;left:59.5rem;display:block; }
#FVOCQG4cxJr2ck0fTr5ya2LKDrR5FrpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEAmJdORpF5VJs4akbG6fBTIfRsB9tzU { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.5874996185302rem;left:2.9375rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi { position:relative;display:block; }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi { background-color: transparent; background-image: none; }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi > .row .container > .video-iframe-container { display: none; }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi > .row > .video-iframe-container { display: none; }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi > .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); }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi { border-width: 0; border-radius: 0; }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi > .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; }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi > .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:43.375rem;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; }#xlcKc60A8pqB2G39gobsV02KES8UB6WI { color:rgba(var(--color-primary-2),1);display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:4.3125rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FBUlgq7RqD0KU9ormQM6KsSHJtlGSHLZ { box-sizing:content-box;height:14.75rem;width:24.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ed2ebcc6-23e4-415c-921f-76dc322f5f3a/BarDownstair.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:0rem;display:block; }#FBUlgq7RqD0KU9ormQM6KsSHJtlGSHLZ.adaptive-delivery-prevent-bg, #FBUlgq7RqD0KU9ormQM6KsSHJtlGSHLZ.lazyload, #FBUlgq7RqD0KU9ormQM6KsSHJtlGSHLZ.lazyloading { background-image: none; }
#KXXlZ0TnEh4ThPc723L83wyt5P3DU4Bk { box-sizing:content-box;height:14.75rem;width:24.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/24717530-c39f-4799-813b-32a15d9efd4b/sideview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:25rem;display:block; }#KXXlZ0TnEh4ThPc723L83wyt5P3DU4Bk.adaptive-delivery-prevent-bg, #KXXlZ0TnEh4ThPc723L83wyt5P3DU4Bk.lazyload, #KXXlZ0TnEh4ThPc723L83wyt5P3DU4Bk.lazyloading { background-image: none; }
#qeHqcW278gLA471nbuJdQLu44CcENECt { box-sizing:content-box;height:14.75rem;width:24.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/af6ab5d3-a29d-43da-b22d-9a9cdcbf00f8/kitchen2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:50rem;display:block; }#qeHqcW278gLA471nbuJdQLu44CcENECt.adaptive-delivery-prevent-bg, #qeHqcW278gLA471nbuJdQLu44CcENECt.lazyload, #qeHqcW278gLA471nbuJdQLu44CcENECt.lazyloading { background-image: none; }
#dUBv8wvOgg3BAlJzdcNRewQiP0Gsu1e8 { box-sizing:content-box;height:14.75rem;width:24.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4e5e7c91-7f3c-4497-b82b-e75d7df58839/Fireplacesides.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:25rem;display:block; }#dUBv8wvOgg3BAlJzdcNRewQiP0Gsu1e8.adaptive-delivery-prevent-bg, #dUBv8wvOgg3BAlJzdcNRewQiP0Gsu1e8.lazyload, #dUBv8wvOgg3BAlJzdcNRewQiP0Gsu1e8.lazyloading { background-image: none; }
#MuTku0WL4MRilg8wsTDPbWbTPfdmK5e7 { box-sizing:content-box;height:14.75rem;width:24.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/97c9b65a-aba3-44ae-9ca6-39f65b601cc6/otherkitchenview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:50rem;display:block; }#MuTku0WL4MRilg8wsTDPbWbTPfdmK5e7.adaptive-delivery-prevent-bg, #MuTku0WL4MRilg8wsTDPbWbTPfdmK5e7.lazyload, #MuTku0WL4MRilg8wsTDPbWbTPfdmK5e7.lazyloading { background-image: none; }
#rWKuWCL3EG2dWckUVbod7PCXFqANLuFA { box-sizing:content-box;height:14.75rem;width:24.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/35412085-0489-48a9-a300-91b7b0818427/OpenViewKitchen.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:0rem;display:block; }#rWKuWCL3EG2dWckUVbod7PCXFqANLuFA.adaptive-delivery-prevent-bg, #rWKuWCL3EG2dWckUVbod7PCXFqANLuFA.lazyload, #rWKuWCL3EG2dWckUVbod7PCXFqANLuFA.lazyloading { background-image: none; }
#y8TMdoVRrTz280Ja1iUfSpqStM8TUb1f { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:1.3501rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .row .container { background-color: transparent; background-image: none; }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .row .container > .video-iframe-container { display: none; }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .row > .video-iframe-container { display: none; }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .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); }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .row .container { border-width: 0; border-radius: 0; }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .row .container { font-size:0.875rem;font-family:oswald;height:64.375rem;width:75rem;overflow:visible;position:relative;display:block; }#p8Af9kyIA4ZPJdKaGr4fmbl4gUvArrfW { color:rgba(var(--color-primary-2),1);display:block;width:74.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6875rem;left:0.125rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tFSJeqETsTLckad8rcMqXTI1LyLZ5yk4 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.5)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.5)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.0625rem;width:35.4375rem;top:13.0625rem;left:0rem;display:block; }
#Zz2Bs63nFyHIG7SV5BKFW9G57oWqmQTK { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:31rem;left:1.5rem;height:1.79948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dChDxQAWasOgVT6el16CTC86prCbf4P9 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:15.050000190735rem;left:1.6875rem;height:10.80325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#MZLTw7Cpl94esZdnI5rXRV9DkolqP9e8 { color:#efc614;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:29.8125rem;left:6.375rem;height:3.06274375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fGT0ytOA6BTbZ8JJJeOP7hpZvpW33WGs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:29.75rem;left:30.5rem; }
#aSnNUm8T14cHDTwiI9ayA7xL8c5JR4CM { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.5)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.5)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.0625rem;width:35.4375rem;top:13.0625rem;left:39.5625rem;display:block; }
#bTpxis9SGPE9KmT3RUCfEWi4bUewopd1 { color:#efc614;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:29.799999237061rem;left:47.875rem;height:3.06274375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c3vhfbsVunIgmGRuCaHKshmaNv4ooE09 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:29.75rem;left:70.0625rem; }
#S5mBsGI4dNoybdV2VioUx3rhLEHToXFv { color:rgba(var(--color-tertiary-3),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:15.0625rem;left:41.25rem;height:10.80325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#wKnGudzkk1UmoHWWZkB2xpCOTTbBVc8x { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:31rem;left:41.0625rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nngi7n8xXAVdFVIzZ282hOqZWJyQRrST { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.5)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.5)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.0625rem;width:35.4375rem;top:37.4375rem;left:0rem;display:block; }
#J28KDUDGQ5ZdLE8hRmOImt6E6yrnQER5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:54.125rem;left:30.5rem; }
#InP2XsTi7ppCxVeTscyf5Duc5OlCH3cf { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.5)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.5)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),0.5), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.0625rem;width:35.4375rem;top:37.4375rem;left:39.5625rem;display:block; }
#zBTIgxQEGwUJ17y5gi6cTGvDzGE6BgkE { color:#efc614;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:54.1875rem;left:47.875rem;height:3.06274375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTztqEMzeg3HFsL4H2wMCyS1NPUqCt0N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:54.125rem;left:70.0625rem; }
#ougcOMuW7hMk0666mTa4IkmwTk7SDfVQ { color:rgba(var(--color-tertiary-3),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:39.4375rem;left:41.25rem;height:9.0026875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#B5Otucy2SA8LCWVvpRBSNsfJDet9tl0N { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:55.375rem;left:41.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hnp4d4HWQvEVPX2xvwOkf8Q4N7PAFMA6 { color:#efc614;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:54.1875rem;left:6.375rem;height:3.06274375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ce1TihaX2T7rMeUlmtppAmDqCPHMxCbP { color:rgba(var(--color-tertiary-3),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:39.4375rem;left:1.6875rem;height:7.202125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#xqHQRlza2eHoA6otNv2dSM6w0O9ifwaH { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:55.512500762939rem;left:1.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mFZCdmOSgPwBeymFOpiKNXgFkEHXfvZF { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:5.9375rem;top:3.8374996185302rem;left:67.875rem;overflow:hidden;display:block; }
#QU1npHdAgmtIvS3yBsVACHk6aD6kAXrL { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.2749996185302rem;left:0rem;height:1.3501rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dUw42CTZOctaBuiUOInNJmNr8y6tspdL { background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .row .container { background-color: transparent; background-image: none; }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .row .container > .video-iframe-container { display: none; }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .row > .video-iframe-container { display: none; }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .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); }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .row .container { border-width: 0; border-radius: 0; }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .row .container { font-size:0.875rem;font-family:oswald;height:22.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#qZbKFDPM8HMOWDXbrMWIXJ0pP6Z0pbBn { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:4.07421875rem;left:0rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d2NUhv1TtKKTVchbeAnTHQbawU6romew { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:9.5625rem;left:0rem;height:3.3764625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BC0F56HdigWZd9v78W9m0DzldRdvtEyM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.9375rem;left:23.75rem;display:block; }
#kSlPefqXovNCmybrGp6HdkbueWym2ert { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ju1o2PgIoJTInRvOc2WFKIc4tyy7FJPR { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.9375rem;left:38.125rem;display:block; }
#kK5FubdLIdHvfXipqBqemz0KKv9oFGZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL { background-color:rgba(var(--color-tertiary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { background-color: transparent; background-image: none; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container > .video-iframe-container { display: none; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row > .video-iframe-container { display: none; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .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); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { border-width: 0; border-radius: 0; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { font-size:0.875rem;font-family:oswald;height:13.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#hA3zMcNdvyT15HiIWXzD6Vw8PTgtETml { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.09375rem;left:0rem;height:8.99415rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { display:block; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8SabE4Moy0BRUxZalTESKrI6zfMkoMV { top:13.4375rem;left:0rem;width:42.6875rem;height:8.5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrvDtHqyJDL39WJBkP5BwiVa568w5gpk { top:23.4375rem;left:0rem;width:34.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTWTWkkCuObT0XxePistat0yEI1TWHO { top:2.3125rem;left:0rem;width:21.125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-regular-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-text {padding-top: 0; padding-bottom: 0;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-select {padding-top: 0; padding-bottom: 0;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-button { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-checkbox-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp  { width:23.875rem;height:28.5625rem;top:14.875rem;left:21.375rem; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp {display:block;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp { width:23.875rem;height:28.5625rem;top:14.875rem;left:21.375rem; }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #Ol11sJId0ywoKD5TBa3unWG6AFuwcIlK {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #NRuNoQP29EJdQIXgrbw60EUIFCL7M7XW {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #Q6gMCCD93OTTiVcP0aeG0Teq2uOuaRGN {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #FmSSpGwXkayAcFo6REkfgp2BmPs08csh {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #mSS2DdBSU18NraRiCR18OelUNGP0qQtp {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #ya9oKIT1nrI7MWpt8EKUdVspItUwfyVE {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #SFuTyd0VpZuoI6A9XyIT1VIxKz2oytwD {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #Mg6mJBlnTk9AppPwsQuWvUEStoUWJcFE {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #iwl9RxfDAJM8zVD5tcx9E7pBiTUxRvWf {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #BEU82MOe5ykdZvIJyL6oED8C6EXhezcd {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #pMtHZlWZ99aDsnhPDWdyhBEylsuhfMiv {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #KPVUC8TIwOb1oRe7tcc07TpNZHTqiNfH {  }
 }@media only screen and (max-width: 763px) { #F2UDDI1bJXkrRusDTlMspmnPPLItPgJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #SlVdD3BeUfZtefqndR4PHzJr7I79JDrw { display:block; }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #tEQ4lyDGaT5ES1wuQX4NzwWhslzLmMRe {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #vFAIpb30AOPHExGtwUfTM05Hq0ISgdF7 {  }
 }@media only screen and (max-width: 763px) { #psmSwBVgEP15v8Rl5F0qT7vKTJI7xyGG { top:9.1875rem;left:23.625rem;width:24.125rem;height:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDSGLzEkM1zpAVdIgd7XQvOKpIgnIQR5 { top:37rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbSOcUTqyRLa0uVHZ84EdSaDKOl7MVpf { top:37.25rem;left:6.1875rem;width:4rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVSp7QD7su8ieyiRla4WeWE0D41aduBM { top:37.375rem;left:0rem;width:7.6875rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7XtkV5TavsttHiHKbBvodniiIEM2pF7 { top:37.75rem;left:2.125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9NRArnWb6TPcTxWSL2PQZJwwENFA6Jy { top:29.125rem;left:0rem;width:34.8125rem;height:5.9375rem;font-size:1.1875rem;display:block; }#D9NRArnWb6TPcTxWSL2PQZJwwENFA6Jy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0160c1dfb4de10ae7d04c4a64775fcfb51d8c5b9.svg); }
 }@media only screen and (max-width: 763px) { #XT71cs6Zf29RBiFE7GIvUSUTQIdIAyWR { top:5.1875rem;left:10.8125rem;width:17.75rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfpwrKyVLI3Xn2VeTLOfJr8KZSdJnHnN { top:0rem;left:17.4375rem;width:30.3125rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ { display:block; }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnwlK4dat9EJPPWut7Nmx0AH047NW1u { top:4.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN67xWEfSa7X4ezoKl0tgqCTbft90zsT { top:11.75rem;left:0rem;width:17.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTG8qeSTKv6aCLfl9T6ic6sQoDQAVgeG { top:28.75rem;left:0rem;width:17.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNhWNaEbnUkHPkuFdwWp5OabQDu0GD2s { top:25.375rem;left:0rem;width:17.75rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7rOamSLTb2UvXTBhIrlg5nb4XnBS0C1 { top:28.75rem;left:6.25rem;width:17.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbmJKtLJqTmVsF8docXoLp1J97A5Tpo7 { top:25.375rem;left:6.125rem;width:17.75rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpK43HTZUe8JWQf5BCTtauxVnlsT3Xq9 { top:11.75rem;left:6.1875rem;width:17.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5rBDCiwI2CUTHPzuKTK37bN3p3pwyFp { top:28.75rem;left:18.1875rem;width:17.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCvXs4epKhprf8FsvOPkdtFZTfq8QpCr { top:25.375rem;left:18.0625rem;width:17.75rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO1TlPE0yoyvQ5FtfRTExRHVHGsx5ZaD { top:11.75rem;left:18.125rem;width:17.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDJEPzB1ez9WonctPVARBlrIDsLNtTWp { top:28.75rem;left:30.125rem;width:17.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALL1GPG3PWWASFUUuSkFyyUapHwUiHgE { top:25.375rem;left:30rem;width:17.75rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOIopMysKyh4mFAvPfIebKu7DpLWdlAm { top:11.75rem;left:30.0625rem;width:17.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrOcU92E4sDGxrcGh32EOZCrr9maxopT { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omcfsLCp9MtSCbEGKKeu1hfHaFL1hlz5 { display:block; }
 }@media only screen and (max-width: 763px) { #BvQtvJgdavRhb1U3SWou8g3sVyNDkJhO { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM4fhAtwQvQuTQMkGOdHMD4ErfGFkqqD { display:block; }
 }@media only screen and (max-width: 763px) { #y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt { display:block; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMQlC8P6JRy7p3J08tXyUJiTmnTQs8C7 { top:5.6875rem;left:0rem;width:47.75rem;height:13.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2D2eDJk12vLiog7utD6uJVaS5L4aulP { top:24.1875rem;left:1.0625rem;width:46.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAqcmr0szGXsLyF8dBXH05rA945ZZwv4 { top:21.3125rem;left:0.875rem;width:46.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWzR6dGOvBGccHnWNvqBtv3E9dZkX2eA { top:21.1875rem;left:11.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThPtLrRwsFWTei2gsTSm4Jo0kztNhAZ { top:33.5625rem;left:1.0625rem;width:46.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV5th6NqumREt0hihUkqVxpa6r20fqaR { top:30.5625rem;left:11.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1VlLIwqES8KK3ltNMR4g55EMzDvwTQT { top:30.6875rem;left:0.875rem;width:46.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1y83GvoxmnX4itwG2ByA53rowmC0plU { top:42rem;left:1.0625rem;width:46.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxZgMLbfAEkTNK7IZC2eTDfacnHARMMb { top:39.125rem;left:0.875rem;width:46.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvawWZbaf3SO3d8kJwqVffgy90d4x2t { top:39rem;left:11.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCkP0pkrhELV0VLPIWOqhgT1aXzoAtBq { top:20.75rem;left:0rem;width:22.4375rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTanxCLGkJE0hi0tSZT4L2QXNJvgLIMr { top:5.6875rem;left:0rem;width:22.4375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 { display:block; }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GByFpyH7xWrn33DPW8d5sZ7XJ2MTBmdy { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3TeboBMpnGl9qVoaO9RzwJuhErheqxG { display:block; }
 }@media only screen and (max-width: 763px) { #tF4RoC3nQO8UJmMWkcgvudAwc2HtSg1b { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVOCQG4cxJr2ck0fTr5ya2LKDrR5FrpS { display:block; }
 }@media only screen and (max-width: 763px) { #JEAmJdORpF5VJs4akbG6fBTIfRsB9tzU { top:3.5625rem;left:0rem;width:42.25rem;height:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi { display:block; }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlcKc60A8pqB2G39gobsV02KES8UB6WI { top:4.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBUlgq7RqD0KU9ormQM6KsSHJtlGSHLZ { top:10.125rem;left:0rem;width:24.0625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXXlZ0TnEh4ThPc723L83wyt5P3DU4Bk { top:10.125rem;left:7.6875rem;width:24.0625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHqcW278gLA471nbuJdQLu44CcENECt { top:10.125rem;left:23.5625rem;width:24.0625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUBv8wvOgg3BAlJzdcNRewQiP0Gsu1e8 { top:25.6875rem;left:7.6875rem;width:24.0625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuTku0WL4MRilg8wsTDPbWbTPfdmK5e7 { top:25.6875rem;left:23.5625rem;width:24.0625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWKuWCL3EG2dWckUVbod7PCXFqANLuFA { top:25.6875rem;left:0rem;width:24.0625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8TMdoVRrTz280Ja1iUfSpqStM8TUb1f { top:3rem;left:0rem;width:15.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F { display:block; }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8Af9kyIA4ZPJdKaGr4fmbl4gUvArrfW { top:4.6875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFSJeqETsTLckad8rcMqXTI1LyLZ5yk4 { top:13.0625rem;left:0rem;width:35.4375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2Bs63nFyHIG7SV5BKFW9G57oWqmQTK { top:31rem;left:0rem;width:4.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dChDxQAWasOgVT6el16CTC86prCbf4P9 { top:15rem;left:0rem;width:32.0625rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZLTw7Cpl94esZdnI5rXRV9DkolqP9e8 { top:29.8125rem;left:0rem;width:20rem;height:3.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGT0ytOA6BTbZ8JJJeOP7hpZvpW33WGs { top:29.75rem;left:16.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSnNUm8T14cHDTwiI9ayA7xL8c5JR4CM { top:13.0625rem;left:12.3125rem;width:35.4375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTpxis9SGPE9KmT3RUCfEWi4bUewopd1 { top:29.75rem;left:27.75rem;width:20rem;height:3.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3vhfbsVunIgmGRuCaHKshmaNv4ooE09 { top:29.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5mBsGI4dNoybdV2VioUx3rhLEHToXFv { top:15.0625rem;left:15.6875rem;width:32.0625rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKnGudzkk1UmoHWWZkB2xpCOTTbBVc8x { top:31rem;left:27.4375rem;width:6.8125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nngi7n8xXAVdFVIzZ282hOqZWJyQRrST { top:37.4375rem;left:0rem;width:35.4375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J28KDUDGQ5ZdLE8hRmOImt6E6yrnQER5 { top:54.125rem;left:16.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InP2XsTi7ppCxVeTscyf5Duc5OlCH3cf { top:37.4375rem;left:12.3125rem;width:35.4375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTIgxQEGwUJ17y5gi6cTGvDzGE6BgkE { top:54.1875rem;left:27.75rem;width:20rem;height:3.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTztqEMzeg3HFsL4H2wMCyS1NPUqCt0N { top:54.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ougcOMuW7hMk0666mTa4IkmwTk7SDfVQ { top:39.4375rem;left:15.6875rem;width:32.0625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Otucy2SA8LCWVvpRBSNsfJDet9tl0N { top:55.375rem;left:27.4375rem;width:6.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnp4d4HWQvEVPX2xvwOkf8Q4N7PAFMA6 { top:54.1875rem;left:0rem;width:20rem;height:3.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce1TihaX2T7rMeUlmtppAmDqCPHMxCbP { top:39.4375rem;left:0rem;width:32.0625rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqHQRlza2eHoA6otNv2dSM6w0O9ifwaH { top:55.5rem;left:0rem;width:4.5rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFZCdmOSgPwBeymFOpiKNXgFkEHXfvZF { top:3.8125rem;left:41.8125rem;width:5.9375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1npHdAgmtIvS3yBsVACHk6aD6kAXrL { top:3.25rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUw42CTZOctaBuiUOInNJmNr8y6tspdL { display:block; }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZbKFDPM8HMOWDXbrMWIXJ0pP6Z0pbBn { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2NUhv1TtKKTVchbeAnTHQbawU6romew { top:9.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC0F56HdigWZd9v78W9m0DzldRdvtEyM { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSlPefqXovNCmybrGp6HdkbueWym2ert { display:block; }
 }@media only screen and (max-width: 763px) { #Ju1o2PgIoJTInRvOc2WFKIc4tyy7FJPR { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK5FubdLIdHvfXipqBqemz0KKv9oFGZP { display:block; }
 }@media only screen and (max-width: 763px) { #Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL { display:block; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA3zMcNdvyT15HiIWXzD6Vw8PTgtETml { top:2.0625rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { display:block; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8SabE4Moy0BRUxZalTESKrI6zfMkoMV { width:20rem;height:6.597625rem;top:13.371875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BrvDtHqyJDL39WJBkP5BwiVa568w5gpk { width:20rem;height:7.5rem;top:21.221875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #taTWTWkkCuObT0XxePistat0yEI1TWHO { width:20rem;height:8.046875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-text {padding-top: 0; padding-bottom: 0;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-select {padding-top: 0; padding-bottom: 0;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:4.375rem;margin-bottom:0.25rem;margin-left:0;height:3.4375rem;font-size:1.125rem;overflow:hidden; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp  { width:17.5rem;height:auto;top:49.6875rem;left:0rem; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QwhKuydcgcClpQ40aArTOJMV1g4slqVp {display:block;}#QwhKuydcgcClpQ40aArTOJMV1g4slqVp { width:17.5rem;height:auto;top:49.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #Ol11sJId0ywoKD5TBa3unWG6AFuwcIlK {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #NRuNoQP29EJdQIXgrbw60EUIFCL7M7XW {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #Q6gMCCD93OTTiVcP0aeG0Teq2uOuaRGN {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #FmSSpGwXkayAcFo6REkfgp2BmPs08csh {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #mSS2DdBSU18NraRiCR18OelUNGP0qQtp {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #ya9oKIT1nrI7MWpt8EKUdVspItUwfyVE {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #SFuTyd0VpZuoI6A9XyIT1VIxKz2oytwD {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #Mg6mJBlnTk9AppPwsQuWvUEStoUWJcFE {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #iwl9RxfDAJM8zVD5tcx9E7pBiTUxRvWf {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #BEU82MOe5ykdZvIJyL6oED8C6EXhezcd {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #pMtHZlWZ99aDsnhPDWdyhBEylsuhfMiv {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #KPVUC8TIwOb1oRe7tcc07TpNZHTqiNfH {  }
 }@media only screen and (max-width: 763px) { #F2UDDI1bJXkrRusDTlMspmnPPLItPgJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #SlVdD3BeUfZtefqndR4PHzJr7I79JDrw { display:block; }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #tEQ4lyDGaT5ES1wuQX4NzwWhslzLmMRe {  }
 }@media only screen and (max-width: 763px) { #QwhKuydcgcClpQ40aArTOJMV1g4slqVp #vFAIpb30AOPHExGtwUfTM05Hq0ISgdF7 {  }
 }@media only screen and (max-width: 763px) { #psmSwBVgEP15v8Rl5F0qT7vKTJI7xyGG { width:17.3125rem;height:3.8984375rem;top:45.5625rem;left:1.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDSGLzEkM1zpAVdIgd7XQvOKpIgnIQR5 { display:flex;width:3.5rem;height:3.5rem;top:38.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZbSOcUTqyRLa0uVHZ84EdSaDKOl7MVpf { width:4rem;height:4.4375rem;top:37.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVSp7QD7su8ieyiRla4WeWE0D41aduBM { width:6.25rem;height:3.59765625rem;top:38.125rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d7XtkV5TavsttHiHKbBvodniiIEM2pF7 { display:flex;width:3.3125rem;height:3.3125rem;top:38.3125rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #D9NRArnWb6TPcTxWSL2PQZJwwENFA6Jy { width:20rem;height:5.96875rem;top:29.971875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#D9NRArnWb6TPcTxWSL2PQZJwwENFA6Jy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0160c1dfb4de10ae7d04c4a64775fcfb51d8c5b9.svg); }
 }@media only screen and (max-width: 763px) { #XT71cs6Zf29RBiFE7GIvUSUTQIdIAyWR { width:17.75rem;height:1.575rem;top:10.546875rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfpwrKyVLI3Xn2VeTLOfJr8KZSdJnHnN { width:20rem;height:29.125rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ { display:block; }#uzpbOe68Uxz903LTPwbWmWI2p47f2qwZ > .row .container { width:20rem;height:119.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrnwlK4dat9EJPPWut7Nmx0AH047NW1u { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UN67xWEfSa7X4ezoKl0tgqCTbft90zsT { width:17.6875rem;height:12.5rem;top:9.7rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTG8qeSTKv6aCLfl9T6ic6sQoDQAVgeG { width:17.625rem;height:7.5rem;top:25.287498474121rem;left:1.1875rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #KNhWNaEbnUkHPkuFdwWp5OabQDu0GD2s { width:17.75rem;height:1.65rem;top:23.45rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7rOamSLTb2UvXTBhIrlg5nb4XnBS0C1 { width:17.625rem;height:7.5rem;top:50.6875rem;left:1.1875rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SbmJKtLJqTmVsF8docXoLp1J97A5Tpo7 { width:17.75rem;height:1.65rem;top:48.85rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpK43HTZUe8JWQf5BCTtauxVnlsT3Xq9 { width:17.6875rem;height:12.5rem;top:35.1rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5rBDCiwI2CUTHPzuKTK37bN3p3pwyFp { width:17.625rem;height:4.5rem;top:76.899993896488rem;left:1.1875rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #LCvXs4epKhprf8FsvOPkdtFZTfq8QpCr { width:17.75rem;height:1.65rem;top:75.0625rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO1TlPE0yoyvQ5FtfRTExRHVHGsx5ZaD { width:17.6875rem;height:12.5rem;top:61.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDJEPzB1ez9WonctPVARBlrIDsLNtTWp { width:17.625rem;height:4.5rem;top:100.27499389649rem;left:1.1875rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ALL1GPG3PWWASFUUuSkFyyUapHwUiHgE { width:17.75rem;height:1.65rem;top:98.4375rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOIopMysKyh4mFAvPfIebKu7DpLWdlAm { width:17.6875rem;height:12.5rem;top:84.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrOcU92E4sDGxrcGh32EOZCrr9maxopT { width:13.125rem;height:4.375rem;top:113.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omcfsLCp9MtSCbEGKKeu1hfHaFL1hlz5 { display:block; }
 }@media only screen and (max-width: 763px) { #BvQtvJgdavRhb1U3SWou8g3sVyNDkJhO { width:13.125rem;height:4.375rem;top:107.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM4fhAtwQvQuTQMkGOdHMD4ErfGFkqqD { display:block; }
 }@media only screen and (max-width: 763px) { #y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt { display:block; }#y4oEeLVJnwqyMxbnZ4HpHTGhSsNg1XZt > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMQlC8P6JRy7p3J08tXyUJiTmnTQs8C7 { width:20rem;height:11.9970625rem;top:20.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2D2eDJk12vLiog7utD6uJVaS5L4aulP { width:20rem;height:10.5rem;top:38.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAqcmr0szGXsLyF8dBXH05rA945ZZwv4 { width:20rem;height:1.6875rem;top:36.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qWzR6dGOvBGccHnWNvqBtv3E9dZkX2eA { display:flex;width:2.5rem;height:2.5rem;top:34.125rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #kThPtLrRwsFWTei2gsTSm4Jo0kztNhAZ { width:20rem;height:6rem;top:55.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UV5th6NqumREt0hihUkqVxpa6r20fqaR { display:flex;width:2.5rem;height:2.5rem;top:51.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #G1VlLIwqES8KK3ltNMR4g55EMzDvwTQT { width:20rem;height:1.6875rem;top:53.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1y83GvoxmnX4itwG2ByA53rowmC0plU { width:20rem;height:12rem;top:69.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxZgMLbfAEkTNK7IZC2eTDfacnHARMMb { width:16.6875rem;height:3.375rem;top:66.25rem;left:1.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTvawWZbaf3SO3d8kJwqVffgy90d4x2t { display:flex;width:2.5rem;height:2.5rem;top:63.6875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TCkP0pkrhELV0VLPIWOqhgT1aXzoAtBq { width:20rem;height:26.6875rem;top:51rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTanxCLGkJE0hi0tSZT4L2QXNJvgLIMr { width:20rem;height:15.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 { display:block; }#DtU8Ne5EfQtixlQITnklVRIxgiNxyrJ8 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GByFpyH7xWrn33DPW8d5sZ7XJ2MTBmdy { width:13.125rem;height:4.375rem;top:6.4rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3TeboBMpnGl9qVoaO9RzwJuhErheqxG { display:block; }
 }@media only screen and (max-width: 763px) { #tF4RoC3nQO8UJmMWkcgvudAwc2HtSg1b { width:13.125rem;height:4.375rem;top:12.025rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVOCQG4cxJr2ck0fTr5ya2LKDrR5FrpS { display:block; }
 }@media only screen and (max-width: 763px) { #JEAmJdORpF5VJs4akbG6fBTIfRsB9tzU { width:18.25rem;height:3.8984375rem;top:1.3125rem;left:0.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi { display:block; }#Qh6za3uH7LyJF56avPWD7ixUwUMdDZWi > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlcKc60A8pqB2G39gobsV02KES8UB6WI { width:20rem;height:4.798825rem;top:3.85rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBUlgq7RqD0KU9ormQM6KsSHJtlGSHLZ { width:20rem;height:14.75rem;top:9.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXXlZ0TnEh4ThPc723L83wyt5P3DU4Bk { width:20rem;height:14.75rem;top:41.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHqcW278gLA471nbuJdQLu44CcENECt { width:20rem;height:14.75rem;top:73.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUBv8wvOgg3BAlJzdcNRewQiP0Gsu1e8 { width:20rem;height:14.75rem;top:57.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuTku0WL4MRilg8wsTDPbWbTPfdmK5e7 { width:20rem;height:14.75rem;top:89.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWKuWCL3EG2dWckUVbod7PCXFqANLuFA { width:20rem;height:14.75rem;top:25.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8TMdoVRrTz280Ja1iUfSpqStM8TUb1f { width:15.625rem;height:1.35rem;top:2.5624980926514rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F { display:block; }#oGLa9B1f0Zthlac9QD4zBEHJXMQQsg7F > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8Af9kyIA4ZPJdKaGr4fmbl4gUvArrfW { width:20rem;height:4.798825rem;top:3.85rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFSJeqETsTLckad8rcMqXTI1LyLZ5yk4 { width:20rem;height:17.375rem;top:17.65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zz2Bs63nFyHIG7SV5BKFW9G57oWqmQTK { width:7.5rem;height:1.65rem;top:34.66250038147rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dChDxQAWasOgVT6el16CTC86prCbf4P9 { width:20rem;height:14.3965rem;top:18.75rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZLTw7Cpl94esZdnI5rXRV9DkolqP9e8 { width:11.375rem;height:2rem;top:34.375rem;left:5.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGT0ytOA6BTbZ8JJJeOP7hpZvpW33WGs { display:flex;width:3.125rem;height:3.125rem;top:33.925000190735rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #aSnNUm8T14cHDTwiI9ayA7xL8c5JR4CM { width:20rem;height:22.0625rem;top:38.7125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTpxis9SGPE9KmT3RUCfEWi4bUewopd1 { width:13.375rem;height:2rem;top:57.25rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3vhfbsVunIgmGRuCaHKshmaNv4ooE09 { display:flex;width:3.125rem;height:3.125rem;top:56.6875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #S5mBsGI4dNoybdV2VioUx3rhLEHToXFv { width:20rem;height:15.996125rem;top:40.7125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKnGudzkk1UmoHWWZkB2xpCOTTbBVc8x { width:6.8125rem;height:1.65rem;top:57.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nngi7n8xXAVdFVIzZ282hOqZWJyQRrST { width:20rem;height:22.0625rem;top:62.025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J28KDUDGQ5ZdLE8hRmOImt6E6yrnQER5 { display:flex;width:3.125rem;height:3.125rem;top:72.9375rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #InP2XsTi7ppCxVeTscyf5Duc5OlCH3cf { width:20rem;height:22.0625rem;top:85.3375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBTIgxQEGwUJ17y5gi6cTGvDzGE6BgkE { width:13.125rem;height:2rem;top:92.5rem;left:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTztqEMzeg3HFsL4H2wMCyS1NPUqCt0N { display:flex;width:3.125rem;height:3.125rem;top:91.9375rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #ougcOMuW7hMk0666mTa4IkmwTk7SDfVQ { width:20rem;height:12.796875rem;top:78.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Otucy2SA8LCWVvpRBSNsfJDet9tl0N { width:6.8125rem;height:1.65rem;top:92.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnp4d4HWQvEVPX2xvwOkf8Q4N7PAFMA6 { width:9.375rem;height:2rem;top:73.5rem;left:6.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce1TihaX2T7rMeUlmtppAmDqCPHMxCbP { width:20rem;height:9.597625rem;top:62.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqHQRlza2eHoA6otNv2dSM6w0O9ifwaH { width:4.5rem;height:1.65rem;top:73.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFZCdmOSgPwBeymFOpiKNXgFkEHXfvZF { width:5.9375rem;height:6.5rem;top:9.9rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1npHdAgmtIvS3yBsVACHk6aD6kAXrL { width:15.625rem;height:1.35rem;top:1.8125076293945rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUw42CTZOctaBuiUOInNJmNr8y6tspdL { display:block; }#dUw42CTZOctaBuiUOInNJmNr8y6tspdL > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZbKFDPM8HMOWDXbrMWIXJ0pP6Z0pbBn { width:20rem;height:2.4rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2NUhv1TtKKTVchbeAnTHQbawU6romew { width:18.75rem;height:6rem;top:6.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC0F56HdigWZd9v78W9m0DzldRdvtEyM { width:13.125rem;height:4.375rem;top:13.6875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSlPefqXovNCmybrGp6HdkbueWym2ert { display:block; }
 }@media only screen and (max-width: 763px) { #Ju1o2PgIoJTInRvOc2WFKIc4tyy7FJPR { width:13.125rem;height:4.375rem;top:19.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK5FubdLIdHvfXipqBqemz0KKv9oFGZP { display:block; }
 }@media only screen and (max-width: 763px) { #Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL { display:block; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA3zMcNdvyT15HiIWXzD6Vw8PTgtETml { width:18.5625rem;height:9rem;top:1.6749992370606rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }