.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,227,227;--color-primary-1:145,162,163;--color-primary-2:35,68,70;--color-primary-3:18,34,35;--color-primary-4:5,10,11;--color-secondary-0:255,248,232;--color-secondary-1:255,231,179;--color-secondary-2:255,207,102;--color-secondary-3:128,104,51;--color-secondary-4:38,31,15;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:#f7f5f2;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d72e491c-0edd-4d6c-baef-1a1da3fc419d/Pixl_at_85CameraAngle20A.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5.adaptive-delivery-prevent-bg, #vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5.lazyload, #vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5.lazyloading { background-image: none; }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .row .container { background-color: transparent; background-image: none; }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,31,15,0.51); }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .row .container > .video-iframe-container { display: none; }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,31,15,0.51); }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .row > .video-iframe-container { display: none; }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .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); }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .row .container { border-width: 0; border-radius: 0; }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#usixBvOTWOIOCiTilThnC8n1uOFTHsBs { color:#e8e4d9;display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:27.050001144409rem;left:0rem;height:7.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FJHBfskl7pErMPJNKbgQz4pLJDNSvlCM { color:#e8e4d9;display:block;width:34.5rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:36.58749961853rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#odviTgn2J5Te5HmyuQSNxKfTQzMKynKo { position:absolute;display:block;z-index:15002;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:9.25rem;width:9.3125rem;top:15.800000190735rem;left:0rem;overflow:hidden;display:block; }
#p7ToOFCLmyfwAWNNOTVMCThKkuBnrli1 { box-sizing:content-box;height:30.1875rem;width:37.3125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(75deg, rgba(54,43,29,0.72), rgba(54,43,29,0.43));background-image: -moz-linear-gradient(75deg, rgba(54,43,29,0.72), rgba(54,43,29,0.43));background-image: -ms-linear-gradient(75deg, rgba(54,43,29,0.72), rgba(54,43,29,0.43));background-image: -o-linear-gradient(75deg, rgba(54,43,29,0.72), rgba(54,43,29,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#362b1db7', endColorstr='#362b1d6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#362b1db7', endColorstr='#362b1d6d' );";background-image: linear-gradient(75deg, rgba(54,43,29,0.72), rgba(54,43,29,0.43));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:10.8125rem;left:37.5rem;display:block; }
#hPS3kubFq5C8eCAUVBAEqe94p8iwt88V { z-index:15003;top:35.375rem;left:49.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #d1d2d4;border-left:0.0625rem solid #d1d2d4;border-right:0.0625rem solid #d1d2d4;border-bottom:0.0625rem solid #d1d2d4;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:#d0d0d1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6625rem;height:3.0375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hx7BbUFmK29bx0o6Mb0KJMSKTiGUkciE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B7xIW9AMC2Z4tNcw3XFJW6c4TpJwRzKp { color:#e8e4d9;display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.125rem;left:40.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgyNuVD42qtiTrH19AKIvGfbtOI3gKi4 { color:#e8e4d9;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.625rem;left:40.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uKEo6CbqDc110B2seDAeb6Cy5OkygsET { color:#e8e4d9;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.1875rem;left:40.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6kTDs0bitkvQ2hvb6sA6gOPayex1lDS { color:#e8e4d9;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.0625rem;left:40.875rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWcPkPdZq5gMKqUq4GOAFuMkCmsvrsey { box-sizing:content-box;height:0.125rem;width:28.125rem;position:absolute;display:block;z-index:15009;background-color:#e8e4d9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:42.1875rem;display:block; }
#FCvPtpzGnxmUK8uXioniFFvqGDlLqBhq { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#e8e4d9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.5rem;left:56.1875rem;display:block; }
#FiSVATy0pJ8hLWPyZCOXUB0EQKt8fQX8 { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15011;background-color:#e8e4d9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:42.1875rem;display:block; }
#uS0GfWCgWuRDOWPiDfZFd7T8q0hHWP02 { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15012;background-color:#e8e4d9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:56.125rem;display:block; }
#PkSizI97OmHZOm1HzzuT7ThbnHcSvyJz { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:#e8e4d9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.375rem;left:70.25rem;display:block; }
#Sdm6QJ5gC8K1iF2v0zKSDDoF7gWuP35b { color:#e8e4d9;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:30.3125rem;left:38.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCv6IPzkCgoO0TURBkFiEP3vpGJdRMy5 { color:#e8e4d9;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:30.3125rem;left:51.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sx0Gnbzf0rNaiN9FGprMvBaxD7RUBV3v { color:#e8e4d9;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:30.3125rem;left:65.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJflTEGvdTnvom5GcAcv61kXhz2q1Wmb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:32.6875rem;left:0rem;display:none; }
#x7mNufoC4JtedREQAiCC7TpsHppn8blR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:32.8125rem;left:9.9375rem;display:none; }
#DPA8yGCGoNgCvVFuO62Jz2lWuHzGX3oz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:35.25rem;left:9.9375rem;display:none; }
#p9BsiKV7hE5VeL0oPAs4bvokVCxEyQLJ { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ZqSsfUzTJHv2Ch7gOwLT0wwIx5Al4ADa { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#BHNZilxkUd3koK3ANqxTmu6n78pxwmUy { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#oICApJ5P7a9Wz1kizlWLoiM4adFuGWPl { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#T7ygtbbTJsJiTsoh6TcCCV6whvUeKRKI { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ { position:relative;display:block; }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ { background-color: transparent; background-image: none; }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ > .row .container > .video-iframe-container { display: none; }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ > .row > .video-iframe-container { display: none; }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ > .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); }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ { border-width: 0; border-radius: 0; }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ > .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; }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f5f2;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yXtVuImFZcKIHvKFpT2S2wemQe9EdPXI { color:#6e5d4e;display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.90625rem;height:3.65625rem;font-style:normal;display:block; }
#P6iqtHVDZbmyeLHZKFosHHyAdnhD7zCh { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.125rem;left:1.9375rem;height:7.475rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SQlCV65w6w92tUDrMfIxc84H3SIi29Kx { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:29.25rem;left:1.9375rem;height:3.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mLxblTUSd4MbzV19KBOI060LHbHbETD2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:37.5625rem;width:32.125rem;top:3.09375rem;left:40.187500953674rem;overflow:hidden;display:block; }
#J17ZEz0XJei77uITGSQFmy5S42nooZWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2bd7de3-4d33-4559-afff-e117419d2309/Pixl_at_85CameraAngle09.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI.adaptive-delivery-prevent-bg, #J17ZEz0XJei77uITGSQFmy5S42nooZWI.lazyload, #J17ZEz0XJei77uITGSQFmy5S42nooZWI.lazyloading { background-image: none; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .row .container { background-color: transparent; background-image: none; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.39); }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .row .container > .video-iframe-container { display: none; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.39); }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .row > .video-iframe-container { display: none; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .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); }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .row .container { border-width: 0; border-radius: 0; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp { position:relative;display:block; }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp { background-color: transparent; background-image: none; }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp > .row .container > .video-iframe-container { display: none; }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp > .row > .video-iframe-container { display: none; }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp > .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); }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp { border-width: 0; border-radius: 0; }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp > .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; }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f5f2;background-image:none;font-size:0.875rem;font-family:arial;height:49.6875rem;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; }#yUBKvblg6yzNC2o97KX9AUczwhJwpiml { color:#6e5d4e;display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:16.936718940735rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGdX0zMECM4TTrx8AIw0LR7sCyySOQ2M { position:absolute;display:block;z-index:15002;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:37.1875rem;width:58.625rem;top:9.875rem;left:8.186718940735rem;overflow:hidden;display:block; }
#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r { position:relative;display:block; }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r { background-color: transparent; background-image: none; }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r > .row .container > .video-iframe-container { display: none; }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r > .row > .video-iframe-container { display: none; }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r > .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); }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r { border-width: 0; border-radius: 0; }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r > .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; }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f5f2;background-image:none;font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pdSRFKFGotV1vTdkTXRvJRwRBshX24C2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.375rem;height:3.9rem;display:block; }#pdSRFKFGotV1vTdkTXRvJRwRBshX24C2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pdSRFKFGotV1vTdkTXRvJRwRBshX24C2 li:before{  }
#agnrHbx7zdiuNfVzCe3zHiKGJi4xMKkG { position:absolute;display:block;z-index:15010;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:38rem;width:37.5rem;top:4.6562497615814rem;left:37.500000953674rem;overflow:hidden;display:block; }
#thzte1OAyiEUCT0FxT7RinbCkTzme80M { color:#6e5d4e;display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0617189407349rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NrZVMS2LD5uOoMAwvT6zTp4NJVvh8aAr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.562499761581rem;left:1.375rem;height:2.6rem;display:block; }#NrZVMS2LD5uOoMAwvT6zTp4NJVvh8aAr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NrZVMS2LD5uOoMAwvT6zTp4NJVvh8aAr li:before{  }
#qtgm1t4LCHA04QyG4C1mKNlTa4gOplzt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.687499761581rem;left:1.375rem;height:;display:block; }#qtgm1t4LCHA04QyG4C1mKNlTa4gOplzt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qtgm1t4LCHA04QyG4C1mKNlTa4gOplzt li:before{  }
#FgCtF83vMFmvL7ToRSO7fHxs09oNyop0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.000000715256rem;left:1.375rem;height:3.9rem;display:block; }#FgCtF83vMFmvL7ToRSO7fHxs09oNyop0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FgCtF83vMFmvL7ToRSO7fHxs09oNyop0 li:before{  }
#DOwGX0GGmBpNNAdmwcp6154VAk9fXGJO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.875000715256rem;left:1.375rem;height:5.2rem;display:block; }#DOwGX0GGmBpNNAdmwcp6154VAk9fXGJO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DOwGX0GGmBpNNAdmwcp6154VAk9fXGJO li:before{  }
#hinThsnFrg8bevnuP42yto7ilxwKnpMd { position:relative;display:block; }#hinThsnFrg8bevnuP42yto7ilxwKnpMd { background-color: transparent; background-image: none; }#hinThsnFrg8bevnuP42yto7ilxwKnpMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hinThsnFrg8bevnuP42yto7ilxwKnpMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hinThsnFrg8bevnuP42yto7ilxwKnpMd > .row .container > .video-iframe-container { display: none; }#hinThsnFrg8bevnuP42yto7ilxwKnpMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hinThsnFrg8bevnuP42yto7ilxwKnpMd > .row > .video-iframe-container { display: none; }#hinThsnFrg8bevnuP42yto7ilxwKnpMd > .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); }#hinThsnFrg8bevnuP42yto7ilxwKnpMd { border-width: 0; border-radius: 0; }#hinThsnFrg8bevnuP42yto7ilxwKnpMd > .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; }#hinThsnFrg8bevnuP42yto7ilxwKnpMd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f5f2;background-image:none;font-size:0.875rem;font-family:arial;height:53.125rem;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; }#R8dwz32moHCKVCr6rKv98IeSlGSZUkVq { color:#6e5d4e;display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.375rem;left:0.8125rem;height:3.65625rem;font-style:normal;display:block; }
#xBdw9y2fbB8hQDziF7BS8ORZL8Pue4uT { 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:15000;opacity:1;top:15.0625rem;left:4.125rem; }
#aW7wkTcvTP4SM7o5oxGPwLypduyOJ61l { color:#896741;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.8125rem;left:0.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ezq521UctAZwtdeI7Hic1fhOkBaUuOLc { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:14.1875rem;left:3.25rem;display:block; }
#wBPQGAFyi2JUHspXoIGtIUGkT28pS5Hh { color:#896741;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.875rem;left:12.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#XK5Nnqr2F81869TLfcpn6d5gWOGzy1IS { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:14.3125rem;left:15.25rem;display:block; }
#uUcTsleZqhwPGT8eTzAS6KdI84sfENS8 { 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:15003;opacity:1;top:15.1875rem;left:16.125rem; }
#ximuKwsQTkMUXnWxiM61LwTBqSzTuVdF { color:#896741;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.875rem;left:24.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#wWnkCKZJu3TVp9Byf5lbE1BkXz3pUaPT { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:14.3125rem;left:27.25rem;display:block; }
#CHxTScD6EnubdTxsHl8l8RXz6BrJxiKX { 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:15006;opacity:1;top:15.1875rem;left:28.125rem; }
#qeBy2Sooa7F86ZQ8SwnVIhwENPvWZzWo { color:#896741;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:30.375rem;left:12.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#drGQP5A9FM9bhiKOX2S8o91opb1xCUwG { color:#896741;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.375rem;left:24.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#vqNCaHfe9NSyIAMGNLInuNwRBwWJogMb { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:24.8125rem;left:15.25rem;display:block; }
#i0k02vcoGzWHgR8gifxRPGrTI53rTkvo { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:24.8125rem;left:27.25rem;display:block; }
#CqlATx8Jnli5Thw19HbSyDo2WIbCvQMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.6875rem;left:16.125rem; }
#g6hCuwQc6OdiPSJPicwuV9olktIA80me { 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:15015;opacity:1;top:25.6875rem;left:28.125rem; }
#RptSpispocWRk9rUu1aArNTA3FZhfUAD { color:#896741;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.3125rem;left:0.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#lr0vFfiRi6XLTkrEvKoegsRmXMDa2cn9 { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:24.6875rem;left:3.25rem;display:block; }
#M6dxBnRxKF23dTiNdhcmTspJC6y9L68c { 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:15009;opacity:1;top:25.5625rem;left:4.125rem; }
#Pf7RFQTSbcQbyO1RsVmAtsFV3NSoDP1Z { color:#896741;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:41.125rem;left:24.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#zFpTNXWluOIqO1Z8mvFzm8onmPXWOcEV { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:35.5625rem;left:27.25rem;display:block; }
#Owvw0JHJ0iOoaugsuWqUi4t4NtAP8o1E { 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:15024;opacity:1;top:36.4375rem;left:28.125rem; }
#XIKB3UcKMTz3CLrxt9ETKUM3MC4LBU9p { color:#896741;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:41.125rem;left:12.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#yaEfzybuhMcRKLLSzqnwhOtScVK2mKEm { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:35.5625rem;left:15.25rem;display:block; }
#qhf4PguQ6P0TRBt13oZzOTnqydptBcVK { 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:15021;opacity:1;top:36.4375rem;left:16.125rem; }
#u8xLvNz84aWTndqetKXWCKV2WW81RWh4 { color:#896741;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:41.0625rem;left:0.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#geTQIqu47n4FTO7cp1CwSGFxWapQuCtD { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:35.4375rem;left:3.25rem;display:block; }
#I08RdJX8eV72CfpL0ryM2EIZvg4om16f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:36.3125rem;left:4.125rem; }
#xoHaIPGbWh15EEvPw9dLPE8vdqN1VElH { z-index:15004;top:47.255462646484rem;left:10.724219322204rem;background-color:#5c4a3c;background-image:none;border-top:0.0625rem solid #d1d2d4;border-left:0.0625rem solid #d1d2d4;border-right:0.0625rem solid #d1d2d4;border-bottom:0.0625rem solid #d1d2d4;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:#d0d0d1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7625rem;height:3.1375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SRCBkqZdVq7yzIsVVlV70DET7EyZ86tR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lEkVA8VNrTIeCJARXbelQoDuT9dfKR1A { position:absolute;display:block;z-index:15009;height:33.1875rem;width:37.3125rem;top:15.0625rem;left:37.500000953674rem;display:block; }
#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu { position:relative;display:block; }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu { background-color: transparent; background-image: none; }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu > .row .container > .video-iframe-container { display: none; }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu > .row > .video-iframe-container { display: none; }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu > .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); }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu { border-width: 0; border-radius: 0; }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu > .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; }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f5f2;background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bCNS8drBURXDodmwkAywSN0oDkD6AhTT { color:#6e5d4e;display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.375rem;left:0.8125rem;height:3.65625rem;font-style:normal;display:block; }
#z8kGqDzWzpFsxJesIs1UeVkptTyORnLh { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.312502861023rem;left:1.375rem;height:2.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zc7tCkStGTfnI0JFF8Vqe7ixTEp3PWyo { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.249999761581rem;left:1.375rem;height:2.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FoE6JHHlxGrNGW8I8ZGbWDFIgsN7DSrx { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.262499809265rem;left:1.375rem;height:1.3rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wZPnvdwyNu3D7xTCOA6iAW8GewJ8dedc { box-sizing:content-box;height:22.9375rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#5c4a3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3742218017575rem;left:37.000000953674rem;display:block; }
#MCebvIlZT55qKOcMeDlKfCnh3vACREh7 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#5c4a3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.1125001907349rem;left:0.8125rem;display:block; }
#TBc4dcZJfWzzNZnLUeKKCMOpGXDsJ3Iy { position:absolute;display:block;z-index:15008;height:33.1875rem;width:37.3125rem;top:3.90625rem;left:37.500000953674rem;display:block; }
#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a3237be-1bcf-4373-b7f7-d2bab4de26d1/PixlAt85Living.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A.adaptive-delivery-prevent-bg, #QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A.lazyload, #QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A.lazyloading { background-image: none; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row .container { background-color: transparent; background-image: none; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.39); }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row .container > .video-iframe-container { display: none; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.39); }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row > .video-iframe-container { display: none; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .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); }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row .container { border-width: 0; border-radius: 0; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#cTW2zPtlbz5gV8Er203u9MgrBDiufaNC { color:#f7f5f2;display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:32.812501907349rem;left:1.125rem;height:3.65625rem;font-style:normal;display:block; }
#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 { position:relative;display:block; }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 { background-color: transparent; background-image: none; }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 > .row .container > .video-iframe-container { display: none; }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 > .row > .video-iframe-container { display: none; }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 > .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); }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 { border-width: 0; border-radius: 0; }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 > .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; }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f5f2;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; }#mZVVJP5nuOrp2iXXT8hOTueAwvyn5HUO { color:#483a2d;display:block;width:6.875rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.75rem;height:1.86875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uzgOxkPbVcq6Xx0virxRr3i6bxLRJ0Bn { color:#483a2d;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.75rem;height:1.3rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uIXGlKGFIyrTpOnBPzZ8Ossv9Ek9leMc { color:#483a2d;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.9375rem;left:3.75rem;height:1.3rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aPgSFVfgNKd915uTWM1bsdPu5p3UNpVr { color:#483a2d;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:3.75rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QctIlR6XaTktIfm5NiTVpAO5hmTLhNoF { color:#483a2d;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:3.75rem;height:2.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NXoM2UoDr0P1awtRK62QP2aFWJ2GL920 { color:#483a2d;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.8125rem;left:3.75rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FV7mscDRpJ4CJnStCbARhCSoThkJMm3c { color:#483a2d;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.1875rem;left:3.75rem;height:2.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lIe3gvsLgOzo6Kc4yX72EHMPxrVcBOf1 { color:#483a2d;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.3125rem;left:3.75rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IEJsLauEMSbM3aJiInyTGZdHU1W4DXfK { color:#483a2d;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.125rem;left:3.75rem;height:1.3rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DiOuRg3tXyuZg1cLKSTLcmewdiM7EuJT { color:#483a2d;display:block;width:19.9375rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.75rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zh9kktP37tfgvoUe2M3HwT7p8W4CBvEe { z-index:15006;top:35.940623283386rem;left:7.0054693222044rem;background-color:#5c4a3c;background-image:none;border-top:0.0625rem solid #d1d2d4;border-left:0.0625rem solid #d1d2d4;border-right:0.0625rem solid #d1d2d4;border-bottom:0.0625rem solid #d1d2d4;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:#d0d0d1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.2625rem;height:2.6375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KGcSGxWKknSEU7sBianWinsQepkV6K10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4fXbxc3Nhn99zcEqyC5n36ZTlu1zOyf { position:absolute;display:block;z-index:15009;height:33.1875rem;width:37.3125rem;top:5.0937490463257rem;left:37.687500953674rem;display:block; }
#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks { position:relative;display:block; }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks { background-color: transparent; background-image: none; }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks > .row .container > .video-iframe-container { display: none; }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks > .row > .video-iframe-container { display: none; }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks > .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); }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks { border-width: 0; border-radius: 0; }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks > .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; }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f5f2;background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TdFqum8toBwL8bv6Tte9T8UeZXu5LTCH { color:#6e5d4e;display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:40.3125rem;height:;font-style:normal;display:block; }
#p5JZZSqtNQ4GsZlBzrUOg14ghtXiorJU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.875rem;width:33.625rem;top:8.4054670333863rem;left:1.875rem;overflow:hidden;display:block; }
#Cy2DJA6rOydcps5UZWclNVZo08616Bww { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5rem;left:40.875rem;height:2.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KlDOtaxuIpstrCzFw73XzZTGeFRtz35g { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.874998092651rem;left:40.875000953674rem;height:2.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mraTBLFAkoTiXv10uUVxyFTal6RkADcw { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.75rem;left:40.875rem;height:2.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Qm2GHv2FhVbpZkTrM3z7g27KvzNnF8E8 { box-sizing:content-box;height:22.9375rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#5c4a3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.374218940735rem;left:37.437500953674rem;display:block; }
#t3uDPregMA8N8zD3DJKBHvit4qepJB6q { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#5c4a3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3117165565491rem;left:40.312500953674rem;display:block; }
#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO { position:relative;display:block; }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO { background-color: transparent; background-image: none; }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO > .row .container > .video-iframe-container { display: none; }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO > .row > .video-iframe-container { display: none; }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO > .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); }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO { border-width: 0; border-radius: 0; }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO > .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; }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f5f2;background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TKBtDlVwiXhWfMK6PsiboTyyDF6fKE4o { color:#6e5d4e;display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.9375rem;height:3.65625rem;font-style:normal;display:block; }
#m7vMGSH8gTCk5cZoWqH7L6ZNB6p2E8UQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.875rem;width:33.625rem;top:8.4054813385013rem;left:39.437500953674rem;overflow:hidden;display:block; }
#OMCxnKyuTa3vVONrnDmmFJp9avUem5KG { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.9375rem;height:2.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SsDT50cMFdNKDIHBEQdPHxO7iUCwdqLl { box-sizing:content-box;height:22.9375rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#5c4a3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.374218940735rem;left:37.437500953674rem;display:block; }
#uotMp5fmaxzTtrxlAL6Km5kPAWdiEDur { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#5c4a3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.1875rem;left:1.9375rem;display:block; }
#UWLLcBlSDTM6yqSEo4O64GhSJxPRmODH { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.000000953674rem;left:1.9375rem;height:1.3rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#llih3ZryBZ0zuDKgslxrEHJTWa6eAtdT { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.562500953674rem;left:1.9375rem;height:2.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Q3Va2wKL0nhc6bh0sNGbq9DR5vVMoP1v { color:#483a2d;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.730467796326rem;left:1.9375rem;height:2.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NhTmJwUyihTra2ZrarpTUQ1Gh3qVz2gs { z-index:15005;top:28.629699707031rem;left:9.4000005722044rem;background-color:#5c4a3c;background-image:none;border-top:0.0625rem solid #d1d2d4;border-left:0.0625rem solid #d1d2d4;border-right:0.0625rem solid #d1d2d4;border-bottom:0.0625rem solid #d1d2d4;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:#d0d0d1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6625rem;height:3.0375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bMlJrTm0yxNFghxWuHZUk2GBZwVw6wus { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68f80076-b644-42d5-8583-cf08b376f81b/Pixl_at_85CameraAngle14A.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb.adaptive-delivery-prevent-bg, #gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb.lazyload, #gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb.lazyloading { background-image: none; }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .row .container { background-color: transparent; background-image: none; }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .row .container > .video-iframe-container { display: none; }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .row > .video-iframe-container { display: none; }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .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); }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .row .container { border-width: 0; border-radius: 0; }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#wwC3za0igmgZCX5Sp6wIQ0FQDUPu2TT9 { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10.21875rem;left:7.5rem;height:17.0625rem;font-style:normal;display:block; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-form-header { font-size:0.875rem; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#ffffff;width:31.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .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:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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:31.3125rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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:31.3125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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:31.3125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .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; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5c4a3c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:31.3125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:30.125rem;overflow:hidden;font-style:normal;float:none; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .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; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-container { padding-top:0.9375rem;padding-right:0;padding-bottom:0.9375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-container:first-of-type{padding-top:0;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-container:last-of-type{padding-bottom:0;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:5.18359375rem;left:33.6875rem;font-size:0.875rem; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.3125rem;display:block;vertical-align:top; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .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; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx {display:block;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:5.18359375rem;left:33.6875rem;font-size:0.875rem; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #k9fZ4lrBB4tNNdTzIwsbmxgc4nXukyH2 { position:relative; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #vVJpoH9pv11XELV3Ov5nvpvL410PInLU { position:relative;display:block; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #SdtQFTMbkhh8IRNM8I4L2y7lqlivKXi1 { position:relative; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #E8BFkNFLgwVR8TXfQTCTTh8zps1bytOk { position:relative; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #BFehxUv66PoBXx4fhxh9dUbDnvzCX5Wn { position:relative;display:block; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #coN0Boi4n70hWmEMMSKylyMQkPsMW1qR { position:relative; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #ZGkB2NqmAzg3PKpXNdZ0EkH11KLeDfWr { position:relative; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #AykGfU8aJo1rbwFunDzw4QI3xUiUdOKA { position:relative;display:block; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #V7thGeyit6xcAJXA9NbmTqZBx8TR4JMb { position:relative; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #SSFo5NH9rT0kqyzLWNXQwUaN1zT8RUAi { position:relative; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #pDDmOgHUArse8T9UpgqMw2dIXkTUsHNz { position:relative;display:block; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #NcL02UAbm45mMgKVQo6Ai3Rp4dSXcMJ6 { position:relative; }
#xCkcRCdPqaqw9kWrCBg0gpKOiQ0f1Oy9 { position:relative;display:block; }
#tOH0hySACiUErNPVqefMoDc5FUsx7e3Z { position:relative;display:block; }
#PTUWtahECwhxItP9flKxwfNQdG562K1c { position:relative;display:block; }
#pDHUPTtyzO2GLcfK9sTnzs3IqrgD4ssP { position:relative;display:block; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #CvGS4gVS70Bit2GLCvZ0ssdwvKGmBfa9 { position:relative; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #nmMA4BInPn7QoxqL7kiXSVU32fJC6lSX { position:relative; }
#k84uIs3KNHkPO13J8yHnh9VW9sFEVrre { position:absolute;display:block;z-index:15001;height:1.3125rem;width:60rem;top:37.450000762939rem;left:7.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 { display:block; }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usixBvOTWOIOCiTilThnC8n1uOFTHsBs { top:27rem;left:0rem;width:34.5rem;height:7.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJHBfskl7pErMPJNKbgQz4pLJDNSvlCM { top:36.5625rem;left:0rem;width:34.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odviTgn2J5Te5HmyuQSNxKfTQzMKynKo { top:15.75rem;left:0rem;width:9.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7ToOFCLmyfwAWNNOTVMCThKkuBnrli1 { top:10.8125rem;left:10.1875rem;width:37.3125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPS3kubFq5C8eCAUVBAEqe94p8iwt88V { top:35.375rem;left:28.9375rem;width:13.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx7BbUFmK29bx0o6Mb0KJMSKTiGUkciE { display:block; }
 }@media only screen and (max-width: 763px) { #B7xIW9AMC2Z4tNcw3XFJW6c4TpJwRzKp { top:12.125rem;left:16.25rem;width:31.5rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgyNuVD42qtiTrH19AKIvGfbtOI3gKi4 { top:15.625rem;left:17rem;width:30.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKEo6CbqDc110B2seDAeb6Cy5OkygsET { top:19.1875rem;left:17rem;width:30.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6kTDs0bitkvQ2hvb6sA6gOPayex1lDS { top:24.0625rem;left:17rem;width:30.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWcPkPdZq5gMKqUq4GOAFuMkCmsvrsey { top:28.3125rem;left:19.625rem;width:28.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCvPtpzGnxmUK8uXioniFFvqGDlLqBhq { top:26.5rem;left:35.75rem;width:0.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiSVATy0pJ8hLWPyZCOXUB0EQKt8fQX8 { top:28.4375rem;left:23.875rem;width:0.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS0GfWCgWuRDOWPiDfZFd7T8q0hHWP02 { top:28.4375rem;left:35.6875rem;width:0.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkSizI97OmHZOm1HzzuT7ThbnHcSvyJz { top:28.375rem;left:47.6875rem;width:0.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdm6QJ5gC8K1iF2v0zKSDDoF7gWuP35b { top:30.3125rem;left:23.875rem;width:9.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCv6IPzkCgoO0TURBkFiEP3vpGJdRMy5 { top:30.3125rem;left:31rem;width:9.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx0Gnbzf0rNaiN9FGprMvBaxD7RUBV3v { top:30.3125rem;left:38.1875rem;width:9.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJflTEGvdTnvom5GcAcv61kXhz2q1Wmb { top:32.6875rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7mNufoC4JtedREQAiCC7TpsHppn8blR { top:32.8125rem;left:3.1562505364418rem;width:7.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPA8yGCGoNgCvVFuO62Jz2lWuHzGX3oz { top:35.25rem;left:3.1562505364418rem;width:7.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9BsiKV7hE5VeL0oPAs4bvokVCxEyQLJ { display:none; }
 }@media only screen and (max-width: 763px) { #ZqSsfUzTJHv2Ch7gOwLT0wwIx5Al4ADa { display:none; }
 }@media only screen and (max-width: 763px) { #BHNZilxkUd3koK3ANqxTmu6n78pxwmUy { display:none; }
 }@media only screen and (max-width: 763px) { #oICApJ5P7a9Wz1kizlWLoiM4adFuGWPl { display:none; }
 }@media only screen and (max-width: 763px) { #T7ygtbbTJsJiTsoh6TcCCV6whvUeKRKI { display:none; }
 }@media only screen and (max-width: 763px) { #Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ { display:block; }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXtVuImFZcKIHvKFpT2S2wemQe9EdPXI { top:9.5rem;left:0rem;width:33.6875rem;height:7.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6iqtHVDZbmyeLHZKFosHHyAdnhD7zCh { top:19.125rem;left:0rem;width:28.6875rem;height:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQlCV65w6w92tUDrMfIxc84H3SIi29Kx { top:29.25rem;left:0rem;width:28.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLxblTUSd4MbzV19KBOI060LHbHbETD2 { top:3.0625rem;left:15.625rem;width:32.125rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17ZEz0XJei77uITGSQFmy5S42nooZWI { display:block; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp { display:block; }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUBKvblg6yzNC2o97KX9AUczwhJwpiml { top:4rem;left:3.3117189407349rem;width:41.125rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGdX0zMECM4TTrx8AIw0LR7sCyySOQ2M { top:9.875rem;left:0rem;width:47.75rem;height:30.289179104478rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRbmDPsXxKy79qB4IrMrPJbQfzXX841r { display:block; }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdSRFKFGotV1vTdkTXRvJRwRBshX24C2 { top:13.25rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }#pdSRFKFGotV1vTdkTXRvJRwRBshX24C2 li:before{  }
 }@media only screen and (max-width: 763px) { #agnrHbx7zdiuNfVzCe3zHiKGJi4xMKkG { top:4.625rem;left:10.25rem;width:37.5rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #thzte1OAyiEUCT0FxT7RinbCkTzme80M { top:4rem;left:0rem;width:41.125rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrZVMS2LD5uOoMAwvT6zTp4NJVvh8aAr { top:18.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }#NrZVMS2LD5uOoMAwvT6zTp4NJVvh8aAr li:before{  }
 }@media only screen and (max-width: 763px) { #qtgm1t4LCHA04QyG4C1mKNlTa4gOplzt { top:22.6875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }#qtgm1t4LCHA04QyG4C1mKNlTa4gOplzt li:before{  }
 }@media only screen and (max-width: 763px) { #FgCtF83vMFmvL7ToRSO7fHxs09oNyop0 { top:28rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }#FgCtF83vMFmvL7ToRSO7fHxs09oNyop0 li:before{  }
 }@media only screen and (max-width: 763px) { #DOwGX0GGmBpNNAdmwcp6154VAk9fXGJO { top:33.875rem;left:0rem;width:19.0625rem;height:5.1875rem;font-size:1rem;display:block; }#DOwGX0GGmBpNNAdmwcp6154VAk9fXGJO li:before{  }
 }@media only screen and (max-width: 763px) { #hinThsnFrg8bevnuP42yto7ilxwKnpMd { display:block; }#hinThsnFrg8bevnuP42yto7ilxwKnpMd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8dwz32moHCKVCr6rKv98IeSlGSZUkVq { top:6.375rem;left:0rem;width:33.6875rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBdw9y2fbB8hQDziF7BS8ORZL8Pue4uT { top:15.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW7wkTcvTP4SM7o5oxGPwLypduyOJ61l { top:19.8125rem;left:0rem;width:9.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezq521UctAZwtdeI7Hic1fhOkBaUuOLc { top:14.1875rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBPQGAFyi2JUHspXoIGtIUGkT28pS5Hh { top:19.875rem;left:6rem;width:9.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK5Nnqr2F81869TLfcpn6d5gWOGzy1IS { top:14.3125rem;left:8.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUcTsleZqhwPGT8eTzAS6KdI84sfENS8 { top:15.1875rem;left:9.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximuKwsQTkMUXnWxiM61LwTBqSzTuVdF { top:19.875rem;left:14.125rem;width:9.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWnkCKZJu3TVp9Byf5lbE1BkXz3pUaPT { top:14.3125rem;left:18.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHxTScD6EnubdTxsHl8l8RXz6BrJxiKX { top:15.1875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeBy2Sooa7F86ZQ8SwnVIhwENPvWZzWo { top:30.375rem;left:6rem;width:9.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drGQP5A9FM9bhiKOX2S8o91opb1xCUwG { top:30.375rem;left:14.125rem;width:9.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqNCaHfe9NSyIAMGNLInuNwRBwWJogMb { top:24.8125rem;left:8.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0k02vcoGzWHgR8gifxRPGrTI53rTkvo { top:24.8125rem;left:18.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqlATx8Jnli5Thw19HbSyDo2WIbCvQMy { top:25.6875rem;left:9.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6hCuwQc6OdiPSJPicwuV9olktIA80me { top:25.6875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RptSpispocWRk9rUu1aArNTA3FZhfUAD { top:30.3125rem;left:0rem;width:9.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr0vFfiRi6XLTkrEvKoegsRmXMDa2cn9 { top:24.6875rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6dxBnRxKF23dTiNdhcmTspJC6y9L68c { top:25.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf7RFQTSbcQbyO1RsVmAtsFV3NSoDP1Z { top:41.125rem;left:14.125rem;width:9.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFpTNXWluOIqO1Z8mvFzm8onmPXWOcEV { top:35.5625rem;left:18.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owvw0JHJ0iOoaugsuWqUi4t4NtAP8o1E { top:36.4375rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIKB3UcKMTz3CLrxt9ETKUM3MC4LBU9p { top:41.125rem;left:6rem;width:9.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaEfzybuhMcRKLLSzqnwhOtScVK2mKEm { top:35.5625rem;left:8.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhf4PguQ6P0TRBt13oZzOTnqydptBcVK { top:36.4375rem;left:9.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xLvNz84aWTndqetKXWCKV2WW81RWh4 { top:41.0625rem;left:0rem;width:9.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geTQIqu47n4FTO7cp1CwSGFxWapQuCtD { top:35.4375rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I08RdJX8eV72CfpL0ryM2EIZvg4om16f { top:36.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoHaIPGbWh15EEvPw9dLPE8vdqN1VElH { top:47.25rem;left:3.9117193222046rem;width:13.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRCBkqZdVq7yzIsVVlV70DET7EyZ86tR { display:block; }
 }@media only screen and (max-width: 763px) { #lEkVA8VNrTIeCJARXbelQoDuT9dfKR1A { top:15.0625rem;left:10.4375rem;width:37.3125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu { display:block; }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCNS8drBURXDodmwkAywSN0oDkD6AhTT { top:6.375rem;left:0rem;width:33.6875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8kGqDzWzpFsxJesIs1UeVkptTyORnLh { top:12.3125rem;left:0rem;width:28.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc7tCkStGTfnI0JFF8Vqe7ixTEp3PWyo { top:18.1875rem;left:0rem;width:28.6875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoE6JHHlxGrNGW8I8ZGbWDFIgsN7DSrx { top:23.25rem;left:0rem;width:28.6875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZPnvdwyNu3D7xTCOA6iAW8GewJ8dedc { top:6.3125rem;left:23.75rem;width:0.125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCebvIlZT55qKOcMeDlKfCnh3vACREh7 { top:5.0625rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBc4dcZJfWzzNZnLUeKKCMOpGXDsJ3Iy { top:3.875rem;left:10.4375rem;width:37.3125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A { display:block; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTW2zPtlbz5gV8Er203u9MgrBDiufaNC { top:32.8125rem;left:0rem;width:33.6875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 { display:block; }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZVVJP5nuOrp2iXXT8hOTueAwvyn5HUO { top:3.25rem;left:0rem;width:6.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzgOxkPbVcq6Xx0virxRr3i6bxLRJ0Bn { top:5.125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIXGlKGFIyrTpOnBPzZ8Ossv9Ek9leMc { top:30.9375rem;left:0rem;width:19.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPgSFVfgNKd915uTWM1bsdPu5p3UNpVr { top:29.0625rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QctIlR6XaTktIfm5NiTVpAO5hmTLhNoF { top:10.6875rem;left:0rem;width:19.875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXoM2UoDr0P1awtRK62QP2aFWJ2GL920 { top:8.8125rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV7mscDRpJ4CJnStCbARhCSoThkJMm3c { top:24.1875rem;left:0rem;width:19.875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIe3gvsLgOzo6Kc4yX72EHMPxrVcBOf1 { top:22.3125rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEJsLauEMSbM3aJiInyTGZdHU1W4DXfK { top:18.125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiOuRg3tXyuZg1cLKSTLcmewdiM7EuJT { top:16.25rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh9kktP37tfgvoUe2M3HwT7p8W4CBvEe { top:35.9375rem;left:0rem;width:13.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGcSGxWKknSEU7sBianWinsQepkV6K10 { display:block; }
 }@media only screen and (max-width: 763px) { #B4fXbxc3Nhn99zcEqyC5n36ZTlu1zOyf { top:5.0625rem;left:10.4375rem;width:37.3125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLokciS5E1RRw1wxl2KyRuwbVXCvMuks { display:block; }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdFqum8toBwL8bv6Tte9T8UeZXu5LTCH { top:5.5625rem;left:14.0625rem;width:33.6875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5JZZSqtNQ4GsZlBzrUOg14ghtXiorJU { top:8.375rem;left:0rem;width:33.625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy2DJA6rOydcps5UZWclNVZo08616Bww { top:11.5rem;left:19.0625rem;width:28.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlDOtaxuIpstrCzFw73XzZTGeFRtz35g { top:16.8125rem;left:19.0625rem;width:28.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mraTBLFAkoTiXv10uUVxyFTal6RkADcw { top:22.75rem;left:19.0625rem;width:28.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm2GHv2FhVbpZkTrM3z7g27KvzNnF8E8 { top:6.3125rem;left:23.75rem;width:0.125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3uDPregMA8N8zD3DJKBHvit4qepJB6q { top:4.25rem;left:23.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO { display:block; }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKBtDlVwiXhWfMK6PsiboTyyDF6fKE4o { top:5.4375rem;left:0rem;width:33.6875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7vMGSH8gTCk5cZoWqH7L6ZNB6p2E8UQ { top:8.375rem;left:14.125rem;width:33.625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMCxnKyuTa3vVONrnDmmFJp9avUem5KG { top:14.25rem;left:0rem;width:28.6875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsDT50cMFdNKDIHBEQdPHxO7iUCwdqLl { top:6.3125rem;left:23.75rem;width:0.125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uotMp5fmaxzTtrxlAL6Km5kPAWdiEDur { top:4.1875rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWLLcBlSDTM6yqSEo4O64GhSJxPRmODH { top:18rem;left:0rem;width:28.6875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llih3ZryBZ0zuDKgslxrEHJTWa6eAtdT { top:20.5625rem;left:0rem;width:28.6875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Va2wKL0nhc6bh0sNGbq9DR5vVMoP1v { top:24.6875rem;left:0rem;width:28.6875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhTmJwUyihTra2ZrarpTUQ1Gh3qVz2gs { top:28.625rem;left:2.5875005722046rem;width:13.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMlJrTm0yxNFghxWuHZUk2GBZwVw6wus { display:block; }
 }@media only screen and (max-width: 763px) { #gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb { display:block; }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwC3za0igmgZCX5Sp6wIQ0FQDUPu2TT9 { top:10.1875rem;left:0rem;width:21.875rem;height:17.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-regular-label { width:31.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-text { width:31.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-textarea { width:31.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-select { width:31.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-button { width:31.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-checkbox-label { width:30.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx  { width:31.3125rem;height:auto;top:5.125rem;left:13.9375rem; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .radio-container { width:31.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx {display:block;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx { width:31.3125rem;height:auto;top:5.125rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #k9fZ4lrBB4tNNdTzIwsbmxgc4nXukyH2 {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #vVJpoH9pv11XELV3Ov5nvpvL410PInLU {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #SdtQFTMbkhh8IRNM8I4L2y7lqlivKXi1 {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #E8BFkNFLgwVR8TXfQTCTTh8zps1bytOk {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #BFehxUv66PoBXx4fhxh9dUbDnvzCX5Wn {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #coN0Boi4n70hWmEMMSKylyMQkPsMW1qR {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #ZGkB2NqmAzg3PKpXNdZ0EkH11KLeDfWr {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #AykGfU8aJo1rbwFunDzw4QI3xUiUdOKA {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #V7thGeyit6xcAJXA9NbmTqZBx8TR4JMb {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #SSFo5NH9rT0kqyzLWNXQwUaN1zT8RUAi {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #pDDmOgHUArse8T9UpgqMw2dIXkTUsHNz {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #NcL02UAbm45mMgKVQo6Ai3Rp4dSXcMJ6 {  }
 }@media only screen and (max-width: 763px) { #xCkcRCdPqaqw9kWrCBg0gpKOiQ0f1Oy9 { display:block; }
 }@media only screen and (max-width: 763px) { #tOH0hySACiUErNPVqefMoDc5FUsx7e3Z { display:block; }
 }@media only screen and (max-width: 763px) { #PTUWtahECwhxItP9flKxwfNQdG562K1c { display:block; }
 }@media only screen and (max-width: 763px) { #pDHUPTtyzO2GLcfK9sTnzs3IqrgD4ssP { display:block; }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #CvGS4gVS70Bit2GLCvZ0ssdwvKGmBfa9 {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #nmMA4BInPn7QoxqL7kiXSVU32fJC6lSX {  }
 }@media only screen and (max-width: 763px) { #k84uIs3KNHkPO13J8yHnh9VW9sFEVrre { top:37.4375rem;left:0rem;width:47.75rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f7f5f2;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 { display:block; }#vyeraQKOp8a3HSX2mdxhacK8sMST6Ck5 > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usixBvOTWOIOCiTilThnC8n1uOFTHsBs { width:20rem;height:4.7125rem;top:6.9375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJHBfskl7pErMPJNKbgQz4pLJDNSvlCM { width:20rem;height:3.575rem;top:12.199999809265rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odviTgn2J5Te5HmyuQSNxKfTQzMKynKo { width:5.25rem;height:5.1875rem;top:1.1750000715256rem;left:7.4124999642375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7ToOFCLmyfwAWNNOTVMCThKkuBnrli1 { width:19.75rem;height:29.25rem;top:18.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPS3kubFq5C8eCAUVBAEqe94p8iwt88V { top:42.875rem;left:3.125rem;width:13.7125rem;height:3.0875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx7BbUFmK29bx0o6Mb0KJMSKTiGUkciE { display:block; }
 }@media only screen and (max-width: 763px) { #B7xIW9AMC2Z4tNcw3XFJW6c4TpJwRzKp { width:20rem;height:1.625rem;top:21.3125rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OgyNuVD42qtiTrH19AKIvGfbtOI3gKi4 { width:20rem;height:1.625rem;top:24rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uKEo6CbqDc110B2seDAeb6Cy5OkygsET { width:20rem;height:1.625rem;top:26.75rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D6kTDs0bitkvQ2hvb6sA6gOPayex1lDS { width:7.125rem;height:1.4625rem;top:34.75rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWcPkPdZq5gMKqUq4GOAFuMkCmsvrsey { width:20rem;height:0.125rem;top:36.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCvPtpzGnxmUK8uXioniFFvqGDlLqBhq { width:0.0625rem;height:1.875rem;top:30.375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiSVATy0pJ8hLWPyZCOXUB0EQKt8fQX8 { width:0.0625rem;height:1.875rem;top:81.343751335144rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uS0GfWCgWuRDOWPiDfZFd7T8q0hHWP02 { width:0.0625rem;height:1.875rem;top:37.4375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkSizI97OmHZOm1HzzuT7ThbnHcSvyJz { width:0.0625rem;height:1.875rem;top:33.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sdm6QJ5gC8K1iF2v0zKSDDoF7gWuP35b { width:9.5625rem;height:0;top:32.25rem;left:5.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCv6IPzkCgoO0TURBkFiEP3vpGJdRMy5 { width:9.5625rem;height:0;top:35.875rem;left:5.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sx0Gnbzf0rNaiN9FGprMvBaxD7RUBV3v { width:9.5625rem;height:0;top:39.4375rem;left:5.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJflTEGvdTnvom5GcAcv61kXhz2q1Wmb { top:31.199999809265rem;left:10.656250536442rem;width:7.4375rem;height:1.3rem;z-index:15014;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#e8e4d9;font-family:comfortaa;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7mNufoC4JtedREQAiCC7TpsHppn8blR { top:34.831250190735rem;left:10.656250536442rem;width:7.4375rem;height:1.3rem;z-index:15015;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#e8e4d9;font-family:comfortaa;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPA8yGCGoNgCvVFuO62Jz2lWuHzGX3oz { top:38.575000762939rem;left:10.656250536442rem;width:7.4375rem;height:1.3rem;z-index:15016;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#e8e4d9;font-family:comfortaa;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9BsiKV7hE5VeL0oPAs4bvokVCxEyQLJ { top:31.418749809265rem;left:9.0374999642375rem;width:0.0625rem;height:7.875rem;z-index:15017;background-color:#e8e4d9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZqSsfUzTJHv2Ch7gOwLT0wwIx5Al4ADa { top:35.450000762939rem;left:7.4124999642375rem;width:1.6875rem;height:0.0625rem;z-index:15018;background-color:#e8e4d9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BHNZilxkUd3koK3ANqxTmu6n78pxwmUy { top:39.19375038147rem;left:9.0937505364419rem;width:1.6875rem;height:0.0625rem;z-index:15019;background-color:#e8e4d9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oICApJ5P7a9Wz1kizlWLoiM4adFuGWPl { top:31.44375038147rem;left:9.0937505364419rem;width:1.6875rem;height:0.0625rem;z-index:15020;background-color:#e8e4d9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T7ygtbbTJsJiTsoh6TcCCV6whvUeKRKI { top:35.450000762939rem;left:9.1562505364419rem;width:1.6875rem;height:0.0625rem;z-index:15021;background-color:#e8e4d9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ { display:block; }#Fca3CwsNydrm9yIszIDB0ldwLgCZzRtJ > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXtVuImFZcKIHvKFpT2S2wemQe9EdPXI { width:20rem;height:5.6875rem;top:4.5187544822693rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6iqtHVDZbmyeLHZKFosHHyAdnhD7zCh { width:18.875rem;height:9.75rem;top:12.46875rem;left:0.56171876192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQlCV65w6w92tUDrMfIxc84H3SIi29Kx { width:19.3125rem;height:4.225rem;top:23.71875rem;left:0.34296876192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLxblTUSd4MbzV19KBOI060LHbHbETD2 { width:20rem;height:23.4375rem;top:32.122657299042rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17ZEz0XJei77uITGSQFmy5S42nooZWI { background-color:rgba(var(--color-primary-4),0.57);background-image:url("https://images.assets-landingi.com/uc/a2bd7de3-4d33-4559-afff-e117419d2309/Pixl_at_85CameraAngle09.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI.adaptive-delivery-prevent-bg, #J17ZEz0XJei77uITGSQFmy5S42nooZWI.lazyload, #J17ZEz0XJei77uITGSQFmy5S42nooZWI.lazyloading { background-image: none; }#J17ZEz0XJei77uITGSQFmy5S42nooZWI > .row .container { width:20rem;height:12.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp { display:block; }#TeXWlVw03ceJRq8cefxAk7Kf4w9nIyEp > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUBKvblg6yzNC2o97KX9AUczwhJwpiml { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGdX0zMECM4TTrx8AIw0LR7sCyySOQ2M { width:20rem;height:12.686567164179rem;top:7.7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRbmDPsXxKy79qB4IrMrPJbQfzXX841r { display:block; }#DRbmDPsXxKy79qB4IrMrPJbQfzXX841r > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdSRFKFGotV1vTdkTXRvJRwRBshX24C2 { width:12.5rem;height:3.9rem;top:14.0625rem;left:0.9375rem;font-size:1rem;display:block; }#pdSRFKFGotV1vTdkTXRvJRwRBshX24C2 li:before{  }
 }@media only screen and (max-width: 763px) { #agnrHbx7zdiuNfVzCe3zHiKGJi4xMKkG { width:19.1875rem;height:19.5625rem;top:42.999224662781rem;left:0.40546876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #thzte1OAyiEUCT0FxT7RinbCkTzme80M { width:20rem;height:7.8rem;top:2.3750002384186rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrZVMS2LD5uOoMAwvT6zTp4NJVvh8aAr { width:12.5rem;height:2.6rem;top:19.0625rem;left:0.9375rem;font-size:1rem;display:block; }#NrZVMS2LD5uOoMAwvT6zTp4NJVvh8aAr li:before{  }
 }@media only screen and (max-width: 763px) { #qtgm1t4LCHA04QyG4C1mKNlTa4gOplzt { width:12.5rem;height:3.9rem;top:23.5rem;left:0.9375rem;font-size:1rem;display:block; }#qtgm1t4LCHA04QyG4C1mKNlTa4gOplzt li:before{  }
 }@media only screen and (max-width: 763px) { #FgCtF83vMFmvL7ToRSO7fHxs09oNyop0 { width:12.5rem;height:3.9rem;top:28.5625rem;left:0.9375rem;font-size:1rem;display:block; }#FgCtF83vMFmvL7ToRSO7fHxs09oNyop0 li:before{  }
 }@media only screen and (max-width: 763px) { #DOwGX0GGmBpNNAdmwcp6154VAk9fXGJO { width:19.0625rem;height:5.2rem;top:33.75rem;left:0.9375rem;font-size:1rem;display:block; }#DOwGX0GGmBpNNAdmwcp6154VAk9fXGJO li:before{  }
 }@media only screen and (max-width: 763px) { #hinThsnFrg8bevnuP42yto7ilxwKnpMd { display:block; }#hinThsnFrg8bevnuP42yto7ilxwKnpMd > .row .container { width:20rem;height:86.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8dwz32moHCKVCr6rKv98IeSlGSZUkVq { width:20rem;height:2.84375rem;top:4.5187544822693rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBdw9y2fbB8hQDziF7BS8ORZL8Pue4uT { display:flex;width:3.125rem;height:3.125rem;top:10.9375rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #aW7wkTcvTP4SM7o5oxGPwLypduyOJ61l { width:7.75rem;height:2.6rem;top:15.625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezq521UctAZwtdeI7Hic1fhOkBaUuOLc { width:4.8125rem;height:4.8125rem;top:10.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBPQGAFyi2JUHspXoIGtIUGkT28pS5Hh { width:7.625rem;height:2.6rem;top:15.625rem;left:10.768749773503rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XK5Nnqr2F81869TLfcpn6d5gWOGzy1IS { width:4.8125rem;height:4.8125rem;top:20.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUcTsleZqhwPGT8eTzAS6KdI84sfENS8 { display:flex;width:3.125rem;height:3.125rem;top:21.5rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #ximuKwsQTkMUXnWxiM61LwTBqSzTuVdF { width:7.6875rem;height:2.6rem;top:26.1875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWnkCKZJu3TVp9Byf5lbE1BkXz3pUaPT { width:4.8125rem;height:4.8125rem;top:10.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHxTScD6EnubdTxsHl8l8RXz6BrJxiKX { display:flex;width:3.125rem;height:3.125rem;top:10.9375rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #qeBy2Sooa7F86ZQ8SwnVIhwENPvWZzWo { width:7.625rem;height:1.3rem;top:36.6875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drGQP5A9FM9bhiKOX2S8o91opb1xCUwG { width:8.3125rem;height:1.3rem;top:36.6875rem;left:10.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqNCaHfe9NSyIAMGNLInuNwRBwWJogMb { width:4.8125rem;height:4.8125rem;top:31.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0k02vcoGzWHgR8gifxRPGrTI53rTkvo { width:4.8125rem;height:4.8125rem;top:31.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqlATx8Jnli5Thw19HbSyDo2WIbCvQMy { display:flex;width:3.125rem;height:3.125rem;top:32.0625rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #g6hCuwQc6OdiPSJPicwuV9olktIA80me { display:flex;width:3.125rem;height:3.125rem;top:32.125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #RptSpispocWRk9rUu1aArNTA3FZhfUAD { width:7.9375rem;height:2.6rem;top:26.187500953674rem;left:10.593750536442rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lr0vFfiRi6XLTkrEvKoegsRmXMDa2cn9 { width:4.8125rem;height:4.8125rem;top:20.5625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6dxBnRxKF23dTiNdhcmTspJC6y9L68c { display:flex;width:3.125rem;height:3.125rem;top:21.4375rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #Pf7RFQTSbcQbyO1RsVmAtsFV3NSoDP1Z { width:9.75rem;height:0;top:56.1875rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zFpTNXWluOIqO1Z8mvFzm8onmPXWOcEV { width:4.8125rem;height:4.8125rem;top:50.375rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Owvw0JHJ0iOoaugsuWqUi4t4NtAP8o1E { display:flex;width:3.125rem;height:3.125rem;top:51.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIKB3UcKMTz3CLrxt9ETKUM3MC4LBU9p { width:6.625rem;height:2.6rem;top:46.125001907349rem;left:11.268749773503rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yaEfzybuhMcRKLLSzqnwhOtScVK2mKEm { width:4.8125rem;height:4.8125rem;top:40.5625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhf4PguQ6P0TRBt13oZzOTnqydptBcVK { display:flex;width:3.125rem;height:3.125rem;top:41.4375rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #u8xLvNz84aWTndqetKXWCKV2WW81RWh4 { width:7.75rem;height:2.6rem;top:46.125001907349rem;left:1.0187500119209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #geTQIqu47n4FTO7cp1CwSGFxWapQuCtD { width:4.8125rem;height:4.8125rem;top:40.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I08RdJX8eV72CfpL0ryM2EIZvg4om16f { display:flex;width:3.125rem;height:3.125rem;top:41.4375rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #xoHaIPGbWh15EEvPw9dLPE8vdqN1VElH { top:80.560157775881rem;left:3.2249999642372rem;width:13.55rem;height:2.925rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRCBkqZdVq7yzIsVVlV70DET7EyZ86tR { display:block; }
 }@media only screen and (max-width: 763px) { #lEkVA8VNrTIeCJARXbelQoDuT9dfKR1A { width:20rem;height:25rem;top:51.735157728195rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu { display:block; }#yJZcyXg1Zx2OXblKg3ntbeb1akeoqKPu > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCNS8drBURXDodmwkAywSN0oDkD6AhTT { width:20rem;height:5.6875rem;top:6.0187501907349rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8kGqDzWzpFsxJesIs1UeVkptTyORnLh { width:19rem;height:3.16875rem;top:13.562500190921rem;left:0.49921876192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc7tCkStGTfnI0JFF8Vqe7ixTEp3PWyo { width:19.25rem;height:3.16875rem;top:17.875013351441rem;left:0.37421876192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoE6JHHlxGrNGW8I8ZGbWDFIgsN7DSrx { width:19.1875rem;height:2.1125rem;top:22.375001072884rem;left:0.40546876192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZPnvdwyNu3D7xTCOA6iAW8GewJ8dedc { width:0.125rem;height:22.9375rem;top:45.635155677796rem;left:9.9375005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCebvIlZT55qKOcMeDlKfCnh3vACREh7 { width:18.75rem;height:0.125rem;top:4.4976568222046rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBc4dcZJfWzzNZnLUeKKCMOpGXDsJ3Iy { width:20rem;height:25rem;top:26.662500500679rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A { background-color:rgba(var(--color-primary-4),0.57);background-image:url("https://images.assets-landingi.com/uc/a5d96146-90be-4b8b-addb-0cbaee0f18f8/PixlAt85ReceptionView021.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A.adaptive-delivery-prevent-bg, #QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A.lazyload, #QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A.lazyloading { background-image: none; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row .container { background-color: transparent; background-image: none; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row .container > .video-iframe-container { display: none; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row > .video-iframe-container { display: none; }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .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); }#QvnvMukAdk6K8QsfyuNAq0Qtsqcm5x4A > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTW2zPtlbz5gV8Er203u9MgrBDiufaNC { width:20rem;height:2.4375rem;top:4.90625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 { display:block; }#qTygQvIGtR83GnaDTGiqN42mXZNzM0v2 > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZVVJP5nuOrp2iXXT8hOTueAwvyn5HUO { width:6.875rem;height:1.625rem;top:2.625rem;left:6.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzgOxkPbVcq6Xx0virxRr3i6bxLRJ0Bn { width:19.875rem;height:1.05625rem;top:4.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIXGlKGFIyrTpOnBPzZ8Ossv9Ek9leMc { width:19.875rem;height:1.05625rem;top:20.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPgSFVfgNKd915uTWM1bsdPu5p3UNpVr { width:19.9375rem;height:1.625rem;top:18.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QctIlR6XaTktIfm5NiTVpAO5hmTLhNoF { width:19.875rem;height:2.1125rem;top:9.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXoM2UoDr0P1awtRK62QP2aFWJ2GL920 { width:19.9375rem;height:1.625rem;top:7rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FV7mscDRpJ4CJnStCbARhCSoThkJMm3c { width:19.875rem;height:2.1125rem;top:27.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIe3gvsLgOzo6Kc4yX72EHMPxrVcBOf1 { width:19.9375rem;height:1.625rem;top:24.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEJsLauEMSbM3aJiInyTGZdHU1W4DXfK { width:19.875rem;height:1.05625rem;top:15.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiOuRg3tXyuZg1cLKSTLcmewdiM7EuJT { width:19.9375rem;height:1.625rem;top:12.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zh9kktP37tfgvoUe2M3HwT7p8W4CBvEe { top:63.037502288819rem;left:3.3312502503395rem;width:13.3375rem;height:2.7125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGcSGxWKknSEU7sBianWinsQepkV6K10 { display:block; }
 }@media only screen and (max-width: 763px) { #B4fXbxc3Nhn99zcEqyC5n36ZTlu1zOyf { width:20rem;height:25rem;top:32.537502288818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLokciS5E1RRw1wxl2KyRuwbVXCvMuks { display:block; }#vLokciS5E1RRw1wxl2KyRuwbVXCvMuks > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdFqum8toBwL8bv6Tte9T8UeZXu5LTCH { width:20rem;height:5.6875rem;top:4rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5JZZSqtNQ4GsZlBzrUOg14ghtXiorJU { width:18.75rem;height:10.5rem;top:26.435156822204rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy2DJA6rOydcps5UZWclNVZo08616Bww { width:19rem;height:3.16875rem;top:11.75rem;left:0.49921876192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlDOtaxuIpstrCzFw73XzZTGeFRtz35g { width:19.25rem;height:3.16875rem;top:16.125000953674rem;left:0.37421876192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mraTBLFAkoTiXv10uUVxyFTal6RkADcw { width:19.1875rem;height:3.16875rem;top:20.509375572204rem;left:0.40546876192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm2GHv2FhVbpZkTrM3z7g27KvzNnF8E8 { width:0.125rem;height:22.9375rem;top:45.635155677796rem;left:9.9375005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3uDPregMA8N8zD3DJKBHvit4qepJB6q { width:18.75rem;height:0.125rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO { display:block; }#Uu1XcS3WBLzeSPATM1Ti182VnXCdycBO > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKBtDlVwiXhWfMK6PsiboTyyDF6fKE4o { width:20rem;height:5.6875rem;top:3.9375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7vMGSH8gTCk5cZoWqH7L6ZNB6p2E8UQ { width:18.75rem;height:10.5rem;top:26.122657060623rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMCxnKyuTa3vVONrnDmmFJp9avUem5KG { width:19rem;height:2.1125rem;top:11.1875rem;left:0.5rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SsDT50cMFdNKDIHBEQdPHxO7iUCwdqLl { width:0.125rem;height:22.9375rem;top:45.635155677796rem;left:9.9375005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #uotMp5fmaxzTtrxlAL6Km5kPAWdiEDur { width:18.75rem;height:0.125rem;top:2.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWLLcBlSDTM6yqSEo4O64GhSJxPRmODH { width:19.0625rem;height:2.1125rem;top:14.31015586853rem;left:0.46796876192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llih3ZryBZ0zuDKgslxrEHJTWa6eAtdT { width:19.4375rem;height:2.1125rem;top:17.561719894409rem;left:0.28046876192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Va2wKL0nhc6bh0sNGbq9DR5vVMoP1v { width:19.5625rem;height:2.1125rem;top:21.000000953674rem;left:0.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhTmJwUyihTra2ZrarpTUQ1Gh3qVz2gs { top:40.059375047684rem;left:3.1875000596046rem;width:13.525rem;height:2.9rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMlJrTm0yxNFghxWuHZUk2GBZwVw6wus { display:block; }
 }@media only screen and (max-width: 763px) { #gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb { display:block; }#gHUouZK5MybKpBpOLeiVGT0MVlLmqMnb > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwC3za0igmgZCX5Sp6wIQ0FQDUPu2TT9 { width:20rem;height:5.2rem;top:4.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#ffffff; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#ffffff; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx  { width:17.5rem;height:auto;top:12.450000286102rem;left:0rem; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx {display:block;}#ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx { width:17.5rem;height:auto;top:12.450000286102rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #k9fZ4lrBB4tNNdTzIwsbmxgc4nXukyH2 {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #vVJpoH9pv11XELV3Ov5nvpvL410PInLU {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #SdtQFTMbkhh8IRNM8I4L2y7lqlivKXi1 {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #E8BFkNFLgwVR8TXfQTCTTh8zps1bytOk {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #BFehxUv66PoBXx4fhxh9dUbDnvzCX5Wn {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #coN0Boi4n70hWmEMMSKylyMQkPsMW1qR {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #ZGkB2NqmAzg3PKpXNdZ0EkH11KLeDfWr {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #AykGfU8aJo1rbwFunDzw4QI3xUiUdOKA {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #V7thGeyit6xcAJXA9NbmTqZBx8TR4JMb {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #SSFo5NH9rT0kqyzLWNXQwUaN1zT8RUAi {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #pDDmOgHUArse8T9UpgqMw2dIXkTUsHNz {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #NcL02UAbm45mMgKVQo6Ai3Rp4dSXcMJ6 {  }
 }@media only screen and (max-width: 763px) { #xCkcRCdPqaqw9kWrCBg0gpKOiQ0f1Oy9 { display:block; }
 }@media only screen and (max-width: 763px) { #tOH0hySACiUErNPVqefMoDc5FUsx7e3Z { display:block; }
 }@media only screen and (max-width: 763px) { #PTUWtahECwhxItP9flKxwfNQdG562K1c { display:block; }
 }@media only screen and (max-width: 763px) { #pDHUPTtyzO2GLcfK9sTnzs3IqrgD4ssP { display:block; }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #CvGS4gVS70Bit2GLCvZ0ssdwvKGmBfa9 {  }
 }@media only screen and (max-width: 763px) { #ZTOZfR1TlGUZ3Q2xct1VDMnWcIilJFxx #nmMA4BInPn7QoxqL7kiXSVU32fJC6lSX {  }
 }@media only screen and (max-width: 763px) { #k84uIs3KNHkPO13J8yHnh9VW9sFEVrre { width:20rem;height:6.8125rem;top:44.575012207031rem;left:0rem;display:block; }
 }