.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { background-color: transparent; background-image: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .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); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { border-width: 0; border-radius: 0; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { font-size:0.875rem;font-family:poppins;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#vAHImyp2SqcAQNUP9Kh0iAgxgPFOeLPi { background-color:#2b2b2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:54.9375rem;display:block; }
#kdTtBXZa9LZXPfIldOgpfK9QkPDFaOMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNFD70x675f7QlHAmqktAvaK3fUNUGTZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.6875rem;top:0.96875rem;left:2.75rem;overflow:hidden;display:block; }
#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s { background-color:#2b2b2c;background-image:url("https://images.assets-landingi.com/uc/713253ba-82b7-4421-a96c-6b2c68435bfc/BANNERLandingi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s.adaptive-delivery-prevent-bg, #l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s.lazyload, #l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s.lazyloading { background-image: none; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row .container { background-color: transparent; background-image: none; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row .container > .video-iframe-container { display: none; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row > .video-iframe-container { display: none; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .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); }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row .container { border-width: 0; border-radius: 0; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;overflow:visible;position:relative;display:block; }#ozIBlZT7bOJ91U8AUn7KiPyAaCw5GZTd { background-color:#c5d300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1c110b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.46875rem;left:29.5rem;display:none; }
#aMbMfeRWXOITIVy63BRbs5HsNqhZHHrS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZMduUvT2RiIwSqTbgfBgVsImcqM7W3Td { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.068359375rem;left:47.1875rem;height:0.82470625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Tn7gL0RXEKRHpFqr5SOybTvR0HfFLMUX { display:block;width:26.125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:14rem;left:2.375rem;height:9.6738125rem;text-align:left;text-align-last:left;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:#130f0e;font-style:normal;display:block; }
#VTmdhlCIXGXJrGEt5R5mvtwbTJSidDdN { display:block;width:26.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.6875rem;left:2.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#130f0e;display:block; }
#hP49ZHTgOhDD7yrKU0tswHf1w6mGO52g { background-color:#130f0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:31.5625rem;left:2.375rem;display:block; }
#sWMGHB36CXsdSisS7ZidOD3bAR5Tw0pF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E9mAzvQ4h1pneFGA2xw0x29sAmusAn8K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:19.125rem;display:none; }
#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .row .container { background-color: transparent; background-image: none; }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .row .container > .video-iframe-container { display: none; }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .row > .video-iframe-container { display: none; }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .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); }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .row .container { border-width: 0; border-radius: 0; }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;position:relative;display:block; }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .row .container { background-color: transparent; background-image: none; }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .row .container > .video-iframe-container { display: none; }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .row > .video-iframe-container { display: none; }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .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); }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .row .container { border-width: 0; border-radius: 0; }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#AuR5J4D7fi2TXCyKUw3sOTJ2bx64JXbt { display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.994140625rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .row .container { background-color: transparent; background-image: none; }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .row .container > .video-iframe-container { display: none; }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .row > .video-iframe-container { display: none; }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .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); }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .row .container { border-width: 0; border-radius: 0; }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#CofmmtZlIILCO1TTgA69LKreTeSc2Vbv { z-index:15008;top:34.9375rem;left:3.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff9601, #dc8100);background-image: -moz-linear-gradient(216deg, #ff9601, #dc8100);background-image: -ms-linear-gradient(216deg, #ff9601, #dc8100);background-image: -o-linear-gradient(216deg, #ff9601, #dc8100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9601', endColorstr='#dc8100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9601', endColorstr='#dc8100' );";background-image: linear-gradient(216deg, #ff9601, #dc8100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#130f0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NRnorzPVeSy5NPXIr62hla6nKQHtKG7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWgrZrcaQA14dth83UMhyEVKQV32QpCs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:18.8125rem;top:2.5625rem;left:28.125rem;overflow:hidden;display:none; }
#KsPegacr4DmgchVqzesgREiHaWLAxtvW { box-sizing:content-box;height:3.5rem;width:18.875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #130f0e, #100e0e);background-image: -moz-linear-gradient(101deg, #130f0e, #100e0e);background-image: -ms-linear-gradient(101deg, #130f0e, #100e0e);background-image: -o-linear-gradient(101deg, #130f0e, #100e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );";background-image: linear-gradient(101deg, #130f0e, #100e0e);background-size:auto !important;top:19.8125rem;left:3.0625rem;display:block; }
#bWPiFZt9iFKT8XSpLXZliQhxnHFAVnth { display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:20.9375rem;left:3rem;height:1.2744125rem;color:#ff9601;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWxZexfFaX7k7CC6mUzehzFPRumN4rav { display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:24.8125rem;left:4.25rem;height:5.125rem;color:#130f0e;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#HWxZexfFaX7k7CC6mUzehzFPRumN4rav li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#HWxZexfFaX7k7CC6mUzehzFPRumN4rav li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
#n3mSFEsZWSq3JNqCw4c5kGr4OoxasolI { box-sizing:content-box;height:18rem;width:18.875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/620bd392-fa55-4fca-8aaf-cd60f95d8b5b/L1NE_PRACA_DA_ARVORE_FACHADA_LR_RGB.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.875rem;left:3.0625rem;display:block; }#n3mSFEsZWSq3JNqCw4c5kGr4OoxasolI.adaptive-delivery-prevent-bg, #n3mSFEsZWSq3JNqCw4c5kGr4OoxasolI.lazyload, #n3mSFEsZWSq3JNqCw4c5kGr4OoxasolI.lazyloading { background-image: none; }
#FtQqwGBX0skipMyLl6CeCQgbx3qE15Zy { box-sizing:content-box;height:1.6875rem;width:8.75rem;position:absolute;display:block;z-index:15002;background-color:#ff9601;background-image:none;top:2.75rem;left:3.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#PV5uiWDWrCarFxL9zIn31Osip3HSUDuW { box-sizing:content-box;height:18rem;width:18.875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/20674db6-ff8d-4dd7-ade1-df0272a3d82e/l1ne.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.9375rem;left:28.0625rem;display:block; }#PV5uiWDWrCarFxL9zIn31Osip3HSUDuW.adaptive-delivery-prevent-bg, #PV5uiWDWrCarFxL9zIn31Osip3HSUDuW.lazyload, #PV5uiWDWrCarFxL9zIn31Osip3HSUDuW.lazyloading { background-image: none; }
#xTA6LB4egAQTt4nb3MmrixcIfhfdPMXO { box-sizing:content-box;height:3.5rem;width:18.875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #130f0e, #100e0e);background-image: -moz-linear-gradient(101deg, #130f0e, #100e0e);background-image: -ms-linear-gradient(101deg, #130f0e, #100e0e);background-image: -o-linear-gradient(101deg, #130f0e, #100e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );";background-image: linear-gradient(101deg, #130f0e, #100e0e);background-size:auto !important;top:19.875rem;left:28.0625rem;display:block; }
#stZLO5TEABwe3lJ4rB9DCs0giWRkTSt3 { display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:21rem;left:28.0625rem;height:1.2744125rem;color:#ff9601;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzXHfJJNZxkzfTcxu9bTCVJpshinRpeF { box-sizing:content-box;height:18rem;width:18.875rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/97db73b6-179d-4c75-8765-e5e43967423b/SERENA_RESIDENCIAL_FACHADA_PRELIMINAR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.9375rem;left:53.125rem;display:block; }#TzXHfJJNZxkzfTcxu9bTCVJpshinRpeF.adaptive-delivery-prevent-bg, #TzXHfJJNZxkzfTcxu9bTCVJpshinRpeF.lazyload, #TzXHfJJNZxkzfTcxu9bTCVJpshinRpeF.lazyloading { background-image: none; }
#PsDiTmAE7Tr2xZM9KRXVBsayorzcW25Q { box-sizing:content-box;height:3.5rem;width:18.875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #130f0e, #100e0e);background-image: -moz-linear-gradient(101deg, #130f0e, #100e0e);background-image: -ms-linear-gradient(101deg, #130f0e, #100e0e);background-image: -o-linear-gradient(101deg, #130f0e, #100e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );";background-image: linear-gradient(101deg, #130f0e, #100e0e);background-size:auto !important;top:19.875rem;left:53.125rem;display:block; }
#TJdAUDInAOv6vTccgNq9zz5xeHk8QL4M { display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:21rem;left:53.125rem;height:1.2744125rem;color:#ff9601;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dnptvcPaCkl3KnbspFP39irfofBGHIZA { display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:28.0625rem;height:8.75rem;color:#130f0e;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#dnptvcPaCkl3KnbspFP39irfofBGHIZA li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#dnptvcPaCkl3KnbspFP39irfofBGHIZA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
#p3ysPL36UOkpqVsGlSdJMctIvnezPeC4 { display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:24.8125rem;left:53.6875rem;height:8.75rem;color:#130f0e;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#p3ysPL36UOkpqVsGlSdJMctIvnezPeC4 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#p3ysPL36UOkpqVsGlSdJMctIvnezPeC4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
#c4G7M0a0FRT1dxZHQi5TZK7xHfVQLk9M { z-index:15009;top:34.9375rem;left:28.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff9601, #dc8100);background-image: -moz-linear-gradient(216deg, #ff9601, #dc8100);background-image: -ms-linear-gradient(216deg, #ff9601, #dc8100);background-image: -o-linear-gradient(216deg, #ff9601, #dc8100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9601', endColorstr='#dc8100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9601', endColorstr='#dc8100' );";background-image: linear-gradient(216deg, #ff9601, #dc8100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#130f0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i7w71V7ricAuZbvocFheZSevEfkilN3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMe9M1HomtnL01bQ5xbyXzbB5IzxJ7KT { z-index:15009;top:34.9375rem;left:53.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff9601, #dc8100);background-image: -moz-linear-gradient(216deg, #ff9601, #dc8100);background-image: -ms-linear-gradient(216deg, #ff9601, #dc8100);background-image: -o-linear-gradient(216deg, #ff9601, #dc8100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9601', endColorstr='#dc8100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9601', endColorstr='#dc8100' );";background-image: linear-gradient(216deg, #ff9601, #dc8100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#130f0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tu8HDqxM8srdXq46J3vwXCIT1WLvxo4n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#peiuOvOsBSHfdQkLFB8a8aE8AIkhNPeR { display:block;width:8rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:3rem;left:3.5rem;height:1.125rem;color:#130f0e;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#peiuOvOsBSHfdQkLFB8a8aE8AIkhNPeR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#peiuOvOsBSHfdQkLFB8a8aE8AIkhNPeR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
#HccGfghfVrrKHRBHvvpM0IruCtI9bzWR { display:block;width:8rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:3rem;left:28.5rem;height:1.125rem;color:#130f0e;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#HccGfghfVrrKHRBHvvpM0IruCtI9bzWR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HccGfghfVrrKHRBHvvpM0IruCtI9bzWR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
#leFZ0LRJasflrBBTPJ9pJxkc1o7i6W4D { box-sizing:content-box;height:1.6875rem;width:8.75rem;position:absolute;display:block;z-index:15004;background-color:#ff9601;background-image:none;top:2.75rem;left:28.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#VRENTSNilpKrUvvwESxtqEODSXTgulfF { display:block;width:8rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:3rem;left:53.5625rem;height:1.125rem;color:#130f0e;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#VRENTSNilpKrUvvwESxtqEODSXTgulfF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VRENTSNilpKrUvvwESxtqEODSXTgulfF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
#vc15Dvk727CLKwB2gy1ZsaaTdeNN9yXz { box-sizing:content-box;height:1.6875rem;width:8.75rem;position:absolute;display:block;z-index:15006;background-color:#ff9601;background-image:none;top:2.75rem;left:53.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#hha4ARPXZUx5Jxuv3Vn3zTs7kslwNUJN { box-sizing:content-box;height:1.6875rem;width:8.75rem;position:absolute;display:block;z-index:15006;background-color:#ff9601;background-image:none;top:2.75rem;left:53.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:none; }
#JxOXXwENLKbTNegAtc5OxbwpiwdnwAP6 { display:block;width:8rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:3rem;left:53.5625rem;height:1.125rem;color:#130f0e;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#JxOXXwENLKbTNegAtc5OxbwpiwdnwAP6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JxOXXwENLKbTNegAtc5OxbwpiwdnwAP6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
#zbD7a0rmRDZLREhw61px14oBv9VGDdth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .row .container { background-color: transparent; background-image: none; }#zbD7a0rmRDZLREhw61px14oBv9VGDdth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .row .container > .video-iframe-container { display: none; }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .row > .video-iframe-container { display: none; }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .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); }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .row .container { border-width: 0; border-radius: 0; }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#130f0e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .row .container { background-color: transparent; background-image: none; }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .row .container > .video-iframe-container { display: none; }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .row > .video-iframe-container { display: none; }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .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); }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .row .container { border-width: 0; border-radius: 0; }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .row .container { font-size:0.875rem;font-family:poppins;height:43.8125rem;width:75rem;position:relative;display:block; }#ZyKimVMc9rWP56NUO8RZct6yIaEVGTHR { color:#e9e9e9;display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:13.75rem;left:39rem;height:16.79295625rem;font-style:normal;display:block; }
#g6LhibTpXiuvg7DEXeN28v8bvqiNx751 { color:#ff9601;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:9.625rem;left:39rem;height:2.88671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QP39swphIiXuPAEytZDCbKM46yJyVmdO { z-index:15010;top:33.5625rem;left:39rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff9601, #dc8100);background-image: -moz-linear-gradient(216deg, #ff9601, #dc8100);background-image: -ms-linear-gradient(216deg, #ff9601, #dc8100);background-image: -o-linear-gradient(216deg, #ff9601, #dc8100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9601', endColorstr='#dc8100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9601', endColorstr='#dc8100' );";background-image: linear-gradient(216deg, #ff9601, #dc8100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#my3M5Jo5n1kHSmcTRSFfwJBtngTS461a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ow215VckLmV9RfDyaK1QiBEMlM6VdbWL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.4375rem;width:33.0625rem;top:3.6875rem;left:2rem;overflow:hidden;display:block; }
#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .row .container { background-color: transparent; background-image: none; }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .row .container > .video-iframe-container { display: none; }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .row > .video-iframe-container { display: none; }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .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); }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .row .container { border-width: 0; border-radius: 0; }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .row .container { font-size:0.875rem;font-family:poppins;height:29.9375rem;width:75rem;position:relative;display:block; }#podJHAenPtzemh8BuL4eyPtVOzCRKHwk { color:#130f0e;display:block;width:75rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.82421875rem;left:0rem;height:4.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T6paqRAK2WiPPo3fkGzXRanFG2FfIrqd { box-sizing:content-box;height:18rem;width:22.75rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/912ed49a-7095-4918-b7ed-6db08dd51847/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:1.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#T6paqRAK2WiPPo3fkGzXRanFG2FfIrqd.adaptive-delivery-prevent-bg, #T6paqRAK2WiPPo3fkGzXRanFG2FfIrqd.lazyload, #T6paqRAK2WiPPo3fkGzXRanFG2FfIrqd.lazyloading { background-image: none; }
#PoTaAOpNhGSBRI9OitxfRWa6ANLdTnFm { box-sizing:content-box;height:3.9375rem;width:22.75rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #130f0e, #100e0e);background-image: -moz-linear-gradient(101deg, #130f0e, #100e0e);background-image: -ms-linear-gradient(101deg, #130f0e, #100e0e);background-image: -o-linear-gradient(101deg, #130f0e, #100e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );";background-image: linear-gradient(101deg, #130f0e, #100e0e);background-size:auto !important;top:24.5625rem;left:1.9375rem;display:block; }
#UrZ3noI8G57Pg49pTOeUKL43W0NUWNLi { display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:25.3125rem;left:1.9375rem;height:1.2744125rem;color:#ff9601;font-style:normal;text-align:center;text-align-last:center;display:block; }
#syroExVi4VRJUrODT97MnCnRUIdQhkPW { display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:26.6875rem;left:10.5rem;height:1.04980625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rw9H34NWo7EKOz1KX81TKJOk1uEi9eAD { box-sizing:content-box;height:18rem;width:22.75rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/85138015-462d-4598-bdd3-ed048128118f/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:26.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Rw9H34NWo7EKOz1KX81TKJOk1uEi9eAD.adaptive-delivery-prevent-bg, #Rw9H34NWo7EKOz1KX81TKJOk1uEi9eAD.lazyload, #Rw9H34NWo7EKOz1KX81TKJOk1uEi9eAD.lazyloading { background-image: none; }
#JGOoEw3G4LftCPOLAv3PQKNS5A68sNOs { box-sizing:content-box;height:3.9375rem;width:22.75rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #130f0e, #100e0e);background-image: -moz-linear-gradient(101deg, #130f0e, #100e0e);background-image: -ms-linear-gradient(101deg, #130f0e, #100e0e);background-image: -o-linear-gradient(101deg, #130f0e, #100e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );";background-image: linear-gradient(101deg, #130f0e, #100e0e);background-size:auto !important;top:24.5625rem;left:26.0625rem;display:block; }
#rOsHXd82Vz3a5Uc9Ac2mG4KZVO8tbZqD { display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:25.3125rem;left:26.0625rem;height:1.2744125rem;color:#ff9601;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXPQ51Xq88BGUbHyLsy4ErEzBCa1xvw2 { display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:26.6875rem;left:34.625rem;height:1.04980625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZmI4oxBcTEuf41MK4lNEbEOPGhserSc { box-sizing:content-box;height:18rem;width:22.75rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/055d878c-4a2c-4475-9084-1827f5d6ab22/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:50.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#AZmI4oxBcTEuf41MK4lNEbEOPGhserSc.adaptive-delivery-prevent-bg, #AZmI4oxBcTEuf41MK4lNEbEOPGhserSc.lazyload, #AZmI4oxBcTEuf41MK4lNEbEOPGhserSc.lazyloading { background-image: none; }
#x556zsQv3BgzGLDQXLmJJHpqkgkamve7 { box-sizing:content-box;height:3.9375rem;width:22.75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #130f0e, #100e0e);background-image: -moz-linear-gradient(101deg, #130f0e, #100e0e);background-image: -ms-linear-gradient(101deg, #130f0e, #100e0e);background-image: -o-linear-gradient(101deg, #130f0e, #100e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );";background-image: linear-gradient(101deg, #130f0e, #100e0e);background-size:auto !important;top:24.5625rem;left:50.3125rem;display:block; }
#E9Il7DnfkLAFhpABbyuhhzOIVB9WImDe { display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:25.3125rem;left:50.3125rem;height:1.2744125rem;color:#ff9601;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ac0Nond3KDLaKGL17iVqwFD1TP3xv6xr { display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:26.6875rem;left:58.09375rem;height:1.04980625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .row .container { background-color: transparent; background-image: none; }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .row .container > .video-iframe-container { display: none; }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .row > .video-iframe-container { display: none; }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .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); }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .row .container { border-width: 0; border-radius: 0; }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .row .container { font-size:0.875rem;font-family:poppins;height:23.4375rem;width:75rem;position:relative;display:block; }#bswUpeNVdPLzsntQeZBls5V9MOdV2TBo { box-sizing:content-box;height:18rem;width:22.75rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/055d878c-4a2c-4475-9084-1827f5d6ab22/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:14.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#bswUpeNVdPLzsntQeZBls5V9MOdV2TBo.adaptive-delivery-prevent-bg, #bswUpeNVdPLzsntQeZBls5V9MOdV2TBo.lazyload, #bswUpeNVdPLzsntQeZBls5V9MOdV2TBo.lazyloading { background-image: none; }
#cz4GXolTQTqyHJC3ihSa5OCd7SKqoK0c { box-sizing:content-box;height:3.9375rem;width:22.75rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #130f0e, #100e0e);background-image: -moz-linear-gradient(101deg, #130f0e, #100e0e);background-image: -ms-linear-gradient(101deg, #130f0e, #100e0e);background-image: -o-linear-gradient(101deg, #130f0e, #100e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );";background-image: linear-gradient(101deg, #130f0e, #100e0e);background-size:auto !important;top:15.875rem;left:14.0625rem;display:block; }
#PehmDb1uU8Sagauh21gPoctk9X5DvJQp { display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:16.625rem;left:14.0625rem;height:1.2744125rem;color:#ff9601;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U35IiumLUMI1JFViR4FzvhDQMXfZVeu3 { display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18rem;left:22.625rem;height:1.04980625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIDW2UdMeU9Mw3GOI2F4QbpboTFrLdMt { box-sizing:content-box;height:18rem;width:22.75rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d3ec1b1f-c9df-488a-b08e-c77d6a23e4e2/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#eIDW2UdMeU9Mw3GOI2F4QbpboTFrLdMt.adaptive-delivery-prevent-bg, #eIDW2UdMeU9Mw3GOI2F4QbpboTFrLdMt.lazyload, #eIDW2UdMeU9Mw3GOI2F4QbpboTFrLdMt.lazyloading { background-image: none; }
#roS09cvveIpCnyD0NbkrTTaADAasbOUX { box-sizing:content-box;height:3.9375rem;width:22.75rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #130f0e, #100e0e);background-image: -moz-linear-gradient(101deg, #130f0e, #100e0e);background-image: -ms-linear-gradient(101deg, #130f0e, #100e0e);background-image: -o-linear-gradient(101deg, #130f0e, #100e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0e', endColorstr='#100e0e' );";background-image: linear-gradient(101deg, #130f0e, #100e0e);background-size:auto !important;top:15.875rem;left:38.1875rem;display:block; }
#o5FcrmOGdFZu8yIyNMl0XVxiOnM7mew5 { display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:16.625rem;left:38.1875rem;height:1.2744125rem;color:#ff9601;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8td145IlPoVF2fw72vkGE5gQAl6VrrX { display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:18rem;left:46.75rem;height:1.04980625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr { background-color:#2b2b2c;background-image:url("https://images.assets-landingi.com/uc/a82c32d0-eb01-41f1-a4a8-f93aecc305d3/15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr.adaptive-delivery-prevent-bg, #RE54VrepDnqZgs9RTfvmeNFkybeTkmKr.lazyload, #RE54VrepDnqZgs9RTfvmeNFkybeTkmKr.lazyloading { background-image: none; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row .container { background-color: transparent; background-image: none; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row .container > .video-iframe-container { display: none; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row > .video-iframe-container { display: none; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .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); }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row .container { border-width: 0; border-radius: 0; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#HoJU5hDQxiVtxdRSNXyFJt0LXfeMVdTX { background-color:#c5d300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1c110b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.46875rem;left:29.5rem;display:none; }
#kt4BcORRuDb34exQufogv9T8TfF7VbOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2Bi5uiDAD28tkUoFhI2ncfJRQrA0QxR { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.068359375rem;left:47.1875rem;height:0.82470625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#sGwVQ9FL8oI6xetrc2wBRRSTE4iqeCZM { display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:9.0625rem;left:7.9375rem;height:9.6738125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Per9FCKanfLT7haln7UuWX2KZpJS7fsG { display:block;width:24rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:20.4375rem;left:7.9375rem;height:6.8984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZNTynk639qS7niZskdTf7ap0vB6Jt6Eo { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:20.4375rem;width:21.4375rem;top:11.25rem;left:40rem;display:block; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-form-header {  }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:18.625rem;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; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;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:18.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:center;text-align-last:center; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-text {padding-top: 0; padding-bottom: 0;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;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:18.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:center;text-align-last:center; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-select {padding-top: 0; padding-bottom: 0;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .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; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .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:#ff9601;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#000000;width:18.625rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A [class*="-text"]:-moz-placeholder { color:#464646;font-family:arial;font-size:0.875rem;text-align:center;text-align-last:center; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A [class*="-text"]::-moz-placeholder { color:#464646;font-family:arial;font-size:0.875rem;text-align:center;text-align-last:center; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A [class*="-text"]:-ms-input-placeholder { color:#464646;font-family:arial;font-size:0.875rem;text-align:center;text-align-last:center; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A [class*="-text"]::-webkit-input-placeholder { color:#464646;font-family:arial;font-size:0.875rem;text-align:center;text-align-last:center; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.4375rem;overflow:hidden;font-style:normal;float:none; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .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; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .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:arial;font-size:0.75rem;font-weight:300;color:#3b636d;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-container:first-of-type{padding-top:0;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-container:last-of-type{padding-bottom:0;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:11.3125rem;left:40.1875rem; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.625rem;line-height:1.1;font-weight:300;color:#787878;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A {display:block;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:11.3125rem;left:40.1875rem; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #TIqVpLvWC5s8X0ipTCkz2KffgzR4fKH8 { position:relative; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #ds77WECOFs01D5HkOkV2qLdbhJwNnvxX { position:relative;display:none; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #JNuDXsWeTnZnPf9P85NwXzuEW9kKyAA1 { position:relative; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #dpy0L1WkGToxF3nK8C1H9Ja2Q10Vnf1v { position:relative; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #A32p9tkm1uKHDcLFUrkxqcLuTC02D5hP { position:relative;display:none; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #BMeTwcaPVPAhOvOilskikRP42ilWZvDu { position:relative; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #oFuWtfXsgzztZVPCw9RDL5erPMfWRq3a { position:relative; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #RWesiFaqDDO28Q2vyIq6sDS0NnvdTAhD { position:relative;display:none; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #C8mvxPszBa8ZdExeLNxkHQQGx16GOVI9 { position:relative; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #LhVpkuNLqdmy5LiyWGI61TAXOgae34B8 { position:relative; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #JTSwcfmrk1QxEWcqz3pi8ltxKgqwhM6N { position:relative;display:none; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #Fdh9ccF2AaBVEL5i0XOirnTLBh5PiKmI { position:relative; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #zSgxrJ0GDDKeEc4HZOk42TDycofpDQiA { position:relative; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #LHE45VuLlzh2IOeSUF9PxuKT1Zu1TkLT { position:relative; }
#HrkUA0TmEIQdxBFyBnQ15p1uglSchsJu { position:absolute;display:block;z-index:15014;background-color:#ff9601;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:6.6875rem;width:21.4375rem;top:4.625rem;left:40rem;display:block; }
#uSl0lQKaObFJN7v5Qbi9AKOnNmEK5DaK { color:#272526;display:block;width:19rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.0625rem;left:41.25rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030202;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { background-color: transparent; background-image: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .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); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { border-width: 0; border-radius: 0; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { font-size:0.875rem;font-family:poppins;height:3.375rem;width:75rem;position:relative;display:block; }#ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:0.943359375rem;left:0rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAHImyp2SqcAQNUP9Kh0iAgxgPFOeLPi { width:17rem;height:3rem;top:1.625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTtBXZa9LZXPfIldOgpfK9QkPDFaOMw { display:block; }
 }@media only screen and (max-width: 763px) { #yNFD70x675f7QlHAmqktAvaK3fUNUGTZ { width:6.6875rem;height:4.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s { display:block; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozIBlZT7bOJ91U8AUn7KiPyAaCw5GZTd { width:15.9375rem;height:2.25rem;top:0.4375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMbMfeRWXOITIVy63BRbs5HsNqhZHHrS { display:block; }
 }@media only screen and (max-width: 763px) { #ZMduUvT2RiIwSqTbgfBgVsImcqM7W3Td { top:1.0625rem;left:27.4375rem;width:20.3125rem;height:0.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn7gL0RXEKRHpFqr5SOybTvR0HfFLMUX { width:26.125rem;height:9.625rem;top:14rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTmdhlCIXGXJrGEt5R5mvtwbTJSidDdN { width:26.375rem;height:;top:24.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP49ZHTgOhDD7yrKU0tswHf1w6mGO52g { width:21.5rem;height:3.375rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWMGHB36CXsdSisS7ZidOD3bAR5Tw0pF { display:block; }
 }@media only screen and (max-width: 763px) { #E9mAzvQ4h1pneFGA2xw0x29sAmusAn8K { width:19.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX { display:block; }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 { display:block; }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuR5J4D7fi2TXCyKUw3sOTJ2bx64JXbt { width:47.75rem;height:2.75rem;top:0.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI5RT0XX731MC0V6hXJTHdMcBIRRqWru { display:block; }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CofmmtZlIILCO1TTgA69LKreTeSc2Vbv { top:34.9375rem;left:0rem;width:18.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnorzPVeSy5NPXIr62hla6nKQHtKG7w { display:block; }
 }@media only screen and (max-width: 763px) { #UWgrZrcaQA14dth83UMhyEVKQV32QpCs { width:18.8125rem;height:29.0625rem;top:2.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsPegacr4DmgchVqzesgREiHaWLAxtvW { top:19.8125rem;left:0rem;width:18.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWPiFZt9iFKT8XSpLXZliQhxnHFAVnth { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWxZexfFaX7k7CC6mUzehzFPRumN4rav { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }#HWxZexfFaX7k7CC6mUzehzFPRumN4rav li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #n3mSFEsZWSq3JNqCw4c5kGr4OoxasolI { top:1.875rem;left:0rem;width:18.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtQqwGBX0skipMyLl6CeCQgbx3qE15Zy { top:2.75rem;left:0rem;width:8.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV5uiWDWrCarFxL9zIn31Osip3HSUDuW { top:1.9375rem;left:12.875rem;width:18.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTA6LB4egAQTt4nb3MmrixcIfhfdPMXO { top:19.875rem;left:12.875rem;width:18.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #stZLO5TEABwe3lJ4rB9DCs0giWRkTSt3 { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzXHfJJNZxkzfTcxu9bTCVJpshinRpeF { top:1.9375rem;left:28.75rem;width:18.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsDiTmAE7Tr2xZM9KRXVBsayorzcW25Q { top:19.875rem;left:28.75rem;width:18.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJdAUDInAOv6vTccgNq9zz5xeHk8QL4M { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnptvcPaCkl3KnbspFP39irfofBGHIZA { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }#dnptvcPaCkl3KnbspFP39irfofBGHIZA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #p3ysPL36UOkpqVsGlSdJMctIvnezPeC4 { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }#p3ysPL36UOkpqVsGlSdJMctIvnezPeC4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #c4G7M0a0FRT1dxZHQi5TZK7xHfVQLk9M { top:34.9375rem;left:13.5rem;width:18.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7w71V7ricAuZbvocFheZSevEfkilN3R { display:block; }
 }@media only screen and (max-width: 763px) { #BMe9M1HomtnL01bQ5xbyXzbB5IzxJ7KT { top:34.9375rem;left:29.375rem;width:18.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu8HDqxM8srdXq46J3vwXCIT1WLvxo4n { display:block; }
 }@media only screen and (max-width: 763px) { #peiuOvOsBSHfdQkLFB8a8aE8AIkhNPeR { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }#peiuOvOsBSHfdQkLFB8a8aE8AIkhNPeR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #HccGfghfVrrKHRBHvvpM0IruCtI9bzWR { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }#HccGfghfVrrKHRBHvvpM0IruCtI9bzWR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #leFZ0LRJasflrBBTPJ9pJxkc1o7i6W4D { top:2.75rem;left:15.875rem;width:8.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRENTSNilpKrUvvwESxtqEODSXTgulfF { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }#VRENTSNilpKrUvvwESxtqEODSXTgulfF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #vc15Dvk727CLKwB2gy1ZsaaTdeNN9yXz { top:2.75rem;left:31.75rem;width:8.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hha4ARPXZUx5Jxuv3Vn3zTs7kslwNUJN { top:2.75rem;left:31.75rem;width:8.75rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxOXXwENLKbTNegAtc5OxbwpiwdnwAP6 { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:none; }#JxOXXwENLKbTNegAtc5OxbwpiwdnwAP6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #zbD7a0rmRDZLREhw61px14oBv9VGDdth { display:block; }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NESozr1LZnNmPT7Afeqn35mB4i0uuUDt { display:block; }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyKimVMc9rWP56NUO8RZct6yIaEVGTHR { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6LhibTpXiuvg7DEXeN28v8bvqiNx751 { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP39swphIiXuPAEytZDCbKM46yJyVmdO { top:33.5625rem;left:25.375rem;width:18.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #my3M5Jo5n1kHSmcTRSFfwJBtngTS461a { display:block; }
 }@media only screen and (max-width: 763px) { #Ow215VckLmV9RfDyaK1QiBEMlM6VdbWL { width:33.0625rem;height:36.4375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM { display:block; }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #podJHAenPtzemh8BuL4eyPtVOzCRKHwk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6paqRAK2WiPPo3fkGzXRanFG2FfIrqd { top:8.6875rem;left:0rem;width:22.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoTaAOpNhGSBRI9OitxfRWa6ANLdTnFm { top:24.5625rem;left:0rem;width:22.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrZ3noI8G57Pg49pTOeUKL43W0NUWNLi { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syroExVi4VRJUrODT97MnCnRUIdQhkPW { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw9H34NWo7EKOz1KX81TKJOk1uEi9eAD { top:8.6875rem;left:12.4375rem;width:22.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGOoEw3G4LftCPOLAv3PQKNS5A68sNOs { top:24.5625rem;left:12.4375rem;width:22.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOsHXd82Vz3a5Uc9Ac2mG4KZVO8tbZqD { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXPQ51Xq88BGUbHyLsy4ErEzBCa1xvw2 { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZmI4oxBcTEuf41MK4lNEbEOPGhserSc { top:8.6875rem;left:25rem;width:22.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #x556zsQv3BgzGLDQXLmJJHpqkgkamve7 { top:24.5625rem;left:25rem;width:22.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Il7DnfkLAFhpABbyuhhzOIVB9WImDe { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0Nond3KDLaKGL17iVqwFD1TP3xv6xr { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N { display:block; }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bswUpeNVdPLzsntQeZBls5V9MOdV2TBo { top:0rem;left:0.4375rem;width:22.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz4GXolTQTqyHJC3ihSa5OCd7SKqoK0c { top:15.875rem;left:0.4375rem;width:22.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PehmDb1uU8Sagauh21gPoctk9X5DvJQp { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U35IiumLUMI1JFViR4FzvhDQMXfZVeu3 { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIDW2UdMeU9Mw3GOI2F4QbpboTFrLdMt { top:0rem;left:24.5625rem;width:22.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #roS09cvveIpCnyD0NbkrTTaADAasbOUX { top:15.875rem;left:24.5625rem;width:22.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5FcrmOGdFZu8yIyNMl0XVxiOnM7mew5 { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8td145IlPoVF2fw72vkGE5gQAl6VrrX { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE54VrepDnqZgs9RTfvmeNFkybeTkmKr { display:block; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoJU5hDQxiVtxdRSNXyFJt0LXfeMVdTX { width:15.9375rem;height:2.25rem;top:0.4375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kt4BcORRuDb34exQufogv9T8TfF7VbOl { display:block; }
 }@media only screen and (max-width: 763px) { #O2Bi5uiDAD28tkUoFhI2ncfJRQrA0QxR { top:1.0625rem;left:27.4375rem;width:20.3125rem;height:0.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGwVQ9FL8oI6xetrc2wBRRSTE4iqeCZM { width:26.3125rem;height:9.625rem;top:9.0625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Per9FCKanfLT7haln7UuWX2KZpJS7fsG { width:24rem;height:6.875rem;top:20.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTynk639qS7niZskdTf7ap0vB6Jt6Eo { width:21.4375rem;height:20.4375rem;top:11.25rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-regular-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-text {padding-top: 0; padding-bottom: 0;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-select {padding-top: 0; padding-bottom: 0;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-button { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A  { width:18.625rem;height:17.375rem;top:11.3125rem;left:26.5625rem; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A {display:block;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A { width:18.625rem;height:17.375rem;top:11.3125rem;left:26.5625rem; }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #TIqVpLvWC5s8X0ipTCkz2KffgzR4fKH8 {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #ds77WECOFs01D5HkOkV2qLdbhJwNnvxX {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #JNuDXsWeTnZnPf9P85NwXzuEW9kKyAA1 {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #dpy0L1WkGToxF3nK8C1H9Ja2Q10Vnf1v {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #A32p9tkm1uKHDcLFUrkxqcLuTC02D5hP {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #BMeTwcaPVPAhOvOilskikRP42ilWZvDu {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #oFuWtfXsgzztZVPCw9RDL5erPMfWRq3a {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #RWesiFaqDDO28Q2vyIq6sDS0NnvdTAhD {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #C8mvxPszBa8ZdExeLNxkHQQGx16GOVI9 {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #LhVpkuNLqdmy5LiyWGI61TAXOgae34B8 {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #JTSwcfmrk1QxEWcqz3pi8ltxKgqwhM6N {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #Fdh9ccF2AaBVEL5i0XOirnTLBh5PiKmI {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #zSgxrJ0GDDKeEc4HZOk42TDycofpDQiA {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #LHE45VuLlzh2IOeSUF9PxuKT1Zu1TkLT {  }
 }@media only screen and (max-width: 763px) { #HrkUA0TmEIQdxBFyBnQ15p1uglSchsJu { width:21.4375rem;height:6.6875rem;top:4.625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSl0lQKaObFJN7v5Qbi9AKOnNmEK5DaK { width:19rem;height:3.6875rem;top:6.0625rem;left:27.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAHImyp2SqcAQNUP9Kh0iAgxgPFOeLPi { width:17rem;height:3rem;top:0.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTtBXZa9LZXPfIldOgpfK9QkPDFaOMw { display:block; }
 }@media only screen and (max-width: 763px) { #yNFD70x675f7QlHAmqktAvaK3fUNUGTZ { width:6.6875rem;height:4.3125rem;top:1.25rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s { background-color:#151515;background-image:url("https://images.assets-landingi.com/uc/86a59ac4-bd7c-4ee8-b90d-0f38da0f051c/BANNERLandingi1.crop_1080x2072_0,0.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s.adaptive-delivery-prevent-bg, #l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s.lazyload, #l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s.lazyloading { background-image: none; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row .container { background-color: transparent; background-image: none; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row .container > .video-iframe-container { display: none; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row > .video-iframe-container { display: none; }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .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); }#l3PoN5fln6HWn8wNgVTvCeSWygfg4W9s > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozIBlZT7bOJ91U8AUn7KiPyAaCw5GZTd { width:14.875rem;height:2.75rem;top:31.6875rem;left:2.5625rem;z-index:15001;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #aMbMfeRWXOITIVy63BRbs5HsNqhZHHrS { display:block; }
 }@media only screen and (max-width: 763px) { #ZMduUvT2RiIwSqTbgfBgVsImcqM7W3Td { width:20rem;height:0;top:34.25rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Tn7gL0RXEKRHpFqr5SOybTvR0HfFLMUX { width:20rem;height:7.19825rem;top:24.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VTmdhlCIXGXJrGEt5R5mvtwbTJSidDdN { width:19.875rem;height:3.7119125rem;top:32.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hP49ZHTgOhDD7yrKU0tswHf1w6mGO52g { width:19.625rem;height:3.375rem;top:37.3125rem;left:0rem;font-size:1rem;background-color:#ff9601;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sWMGHB36CXsdSisS7ZidOD3bAR5Tw0pF { display:block; }
 }@media only screen and (max-width: 763px) { #E9mAzvQ4h1pneFGA2xw0x29sAmusAn8K { top:4.125rem;left:7.65625rem;width:4.3125rem;height:2.75rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX { display:block; }#IEVtlIzwdfsK7TJveBdAVfTrEhXqWbdX > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 { display:block; }#yAZN8laEZMgEnXsSLmvp66QbNLu1EF19 > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuR5J4D7fi2TXCyKUw3sOTJ2bx64JXbt { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI5RT0XX731MC0V6hXJTHdMcBIRRqWru { display:block; }#RI5RT0XX731MC0V6hXJTHdMcBIRRqWru > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CofmmtZlIILCO1TTgA69LKreTeSc2Vbv { top:31.625rem;left:1rem;width:18rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnorzPVeSy5NPXIr62hla6nKQHtKG7w { display:block; }
 }@media only screen and (max-width: 763px) { #UWgrZrcaQA14dth83UMhyEVKQV32QpCs { width:19.9375rem;height:30.8125rem;top:53.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsPegacr4DmgchVqzesgREiHaWLAxtvW { width:20rem;height:3.5rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWPiFZt9iFKT8XSpLXZliQhxnHFAVnth { width:18.9375rem;height:1.2749rem;top:21.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWxZexfFaX7k7CC6mUzehzFPRumN4rav { width:16.6875rem;height:5.125rem;top:25.1875rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#HWxZexfFaX7k7CC6mUzehzFPRumN4rav li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #n3mSFEsZWSq3JNqCw4c5kGr4OoxasolI { width:19.75rem;height:18rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtQqwGBX0skipMyLl6CeCQgbx3qE15Zy { width:6.0625rem;height:6.25rem;top:2.6875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PV5uiWDWrCarFxL9zIn31Osip3HSUDuW { width:19.875rem;height:18rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTA6LB4egAQTt4nb3MmrixcIfhfdPMXO { width:20rem;height:3.5rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stZLO5TEABwe3lJ4rB9DCs0giWRkTSt3 { width:18.9375rem;height:1.2744125rem;top:53.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzXHfJJNZxkzfTcxu9bTCVJpshinRpeF { width:20rem;height:18rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsDiTmAE7Tr2xZM9KRXVBsayorzcW25Q { width:20rem;height:3.5rem;top:88.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJdAUDInAOv6vTccgNq9zz5xeHk8QL4M { width:20rem;height:1.2744125rem;top:89.75rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnptvcPaCkl3KnbspFP39irfofBGHIZA { width:16.6875rem;height:8.75rem;top:57.75rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#dnptvcPaCkl3KnbspFP39irfofBGHIZA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #p3ysPL36UOkpqVsGlSdJMctIvnezPeC4 { width:18.375rem;height:8.75rem;top:93.5rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#p3ysPL36UOkpqVsGlSdJMctIvnezPeC4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #c4G7M0a0FRT1dxZHQi5TZK7xHfVQLk9M { top:68.75rem;left:0.875rem;width:18.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7w71V7ricAuZbvocFheZSevEfkilN3R { display:block; }
 }@media only screen and (max-width: 763px) { #BMe9M1HomtnL01bQ5xbyXzbB5IzxJ7KT { top:103.5rem;left:0.875rem;width:18.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu8HDqxM8srdXq46J3vwXCIT1WLvxo4n { display:block; }
 }@media only screen and (max-width: 763px) { #peiuOvOsBSHfdQkLFB8a8aE8AIkhNPeR { width:8rem;height:0;top:101.625rem;left:6rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }#peiuOvOsBSHfdQkLFB8a8aE8AIkhNPeR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #HccGfghfVrrKHRBHvvpM0IruCtI9bzWR { width:8rem;height:1.125rem;top:76.0625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#HccGfghfVrrKHRBHvvpM0IruCtI9bzWR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #leFZ0LRJasflrBBTPJ9pJxkc1o7i6W4D { width:8.75rem;height:1.6875rem;top:75.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRENTSNilpKrUvvwESxtqEODSXTgulfF { width:8rem;height:1.125rem;top:39.25rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#VRENTSNilpKrUvvwESxtqEODSXTgulfF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #vc15Dvk727CLKwB2gy1ZsaaTdeNN9yXz { width:8.75rem;height:1.6875rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hha4ARPXZUx5Jxuv3Vn3zTs7kslwNUJN { width:8.75rem;height:1.6875rem;top:4.0625rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #JxOXXwENLKbTNegAtc5OxbwpiwdnwAP6 { width:8rem;height:1.125rem;top:4.3125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15021;display:block; }#JxOXXwENLKbTNegAtc5OxbwpiwdnwAP6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4501348e-87cc-46c6-a9f7-9bd93d8c8c50/home.png); }
 }@media only screen and (max-width: 763px) { #zbD7a0rmRDZLREhw61px14oBv9VGDdth { display:block; }#zbD7a0rmRDZLREhw61px14oBv9VGDdth > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NESozr1LZnNmPT7Afeqn35mB4i0uuUDt { display:block; }#NESozr1LZnNmPT7Afeqn35mB4i0uuUDt > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyKimVMc9rWP56NUO8RZct6yIaEVGTHR { width:17.5rem;height:27.98829375rem;top:9.974609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6LhibTpXiuvg7DEXeN28v8bvqiNx751 { width:17.5rem;height:4.3984375rem;top:3.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP39swphIiXuPAEytZDCbKM46yJyVmdO { top:62.503859375rem;left:0.5625rem;width:18.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #my3M5Jo5n1kHSmcTRSFfwJBtngTS461a { display:block; }
 }@media only screen and (max-width: 763px) { #Ow215VckLmV9RfDyaK1QiBEMlM6VdbWL { width:20rem;height:22.041587901701rem;top:39.212859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM { display:block; }#Zi2BxGrPoNOKqDwQCFGc18o8GKWEEsuM > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #podJHAenPtzemh8BuL4eyPtVOzCRKHwk { width:20rem;height:2.79980625rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6paqRAK2WiPPo3fkGzXRanFG2FfIrqd { width:20rem;height:18rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoTaAOpNhGSBRI9OitxfRWa6ANLdTnFm { width:20rem;height:3.9375rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrZ3noI8G57Pg49pTOeUKL43W0NUWNLi { width:20rem;height:1.2744125rem;top:22.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syroExVi4VRJUrODT97MnCnRUIdQhkPW { width:5.625rem;height:1.04980625rem;top:24.0625rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw9H34NWo7EKOz1KX81TKJOk1uEi9eAD { width:20rem;height:18rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGOoEw3G4LftCPOLAv3PQKNS5A68sNOs { width:20rem;height:3.9375rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOsHXd82Vz3a5Uc9Ac2mG4KZVO8tbZqD { width:20rem;height:1.2744125rem;top:44.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXPQ51Xq88BGUbHyLsy4ErEzBCa1xvw2 { width:5.625rem;height:1.04980625rem;top:45.75rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZmI4oxBcTEuf41MK4lNEbEOPGhserSc { width:20rem;height:18rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x556zsQv3BgzGLDQXLmJJHpqkgkamve7 { width:20rem;height:3.9375rem;top:65.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Il7DnfkLAFhpABbyuhhzOIVB9WImDe { width:20rem;height:1.2744125rem;top:66.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0Nond3KDLaKGL17iVqwFD1TP3xv6xr { width:7.1875rem;height:1.04980625rem;top:67.875rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N { display:block; }#lZTvf9XWVTgp81N3rHfBDWHxn2R53n1N > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bswUpeNVdPLzsntQeZBls5V9MOdV2TBo { width:20rem;height:18rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz4GXolTQTqyHJC3ihSa5OCd7SKqoK0c { width:20rem;height:3.9375rem;top:17.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PehmDb1uU8Sagauh21gPoctk9X5DvJQp { width:20rem;height:1.2744125rem;top:17.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U35IiumLUMI1JFViR4FzvhDQMXfZVeu3 { width:5.625rem;height:1.04980625rem;top:19.25rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIDW2UdMeU9Mw3GOI2F4QbpboTFrLdMt { width:20rem;height:18rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roS09cvveIpCnyD0NbkrTTaADAasbOUX { width:20rem;height:3.9375rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5FcrmOGdFZu8yIyNMl0XVxiOnM7mew5 { width:20rem;height:1.2744125rem;top:39.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8td145IlPoVF2fw72vkGE5gQAl6VrrX { width:5.625rem;height:1.04980625rem;top:40.875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE54VrepDnqZgs9RTfvmeNFkybeTkmKr { background-color:#151515;background-image:url("https://images.assets-landingi.com/uc/a439250e-850d-4db1-befa-4297e03af253/BANNERLandingi2.crop_1079x2065_0,0.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr.adaptive-delivery-prevent-bg, #RE54VrepDnqZgs9RTfvmeNFkybeTkmKr.lazyload, #RE54VrepDnqZgs9RTfvmeNFkybeTkmKr.lazyloading { background-image: none; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row .container { background-color: transparent; background-image: none; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row .container > .video-iframe-container { display: none; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row > .video-iframe-container { display: none; }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .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); }#RE54VrepDnqZgs9RTfvmeNFkybeTkmKr > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoJU5hDQxiVtxdRSNXyFJt0LXfeMVdTX { width:14.875rem;height:2.75rem;top:31.6875rem;left:2.5625rem;z-index:15001;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #kt4BcORRuDb34exQufogv9T8TfF7VbOl { display:block; }
 }@media only screen and (max-width: 763px) { #O2Bi5uiDAD28tkUoFhI2ncfJRQrA0QxR { width:20rem;height:0;top:34.25rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #sGwVQ9FL8oI6xetrc2wBRRSTE4iqeCZM { width:20rem;height:7.19825rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Per9FCKanfLT7haln7UuWX2KZpJS7fsG { width:19.875rem;height:7.90525rem;top:23.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTynk639qS7niZskdTf7ap0vB6Jt6Eo { width:20rem;height:22.25rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-text {padding-top: 0; padding-bottom: 0;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-select {padding-top: 0; padding-bottom: 0;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff9601;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.24) ; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-radio-label { font-size:0.75rem;overflow:hidden;height:16.625rem;text-align:justify;text-align-last:initial;line-height:1.2;color:#3b636d; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-container:first-of-type{padding-top:0;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .widget-container:last-of-type{padding-bottom:0;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A  { width:17.5rem;height:auto;top:39.5rem;left:0rem; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A {display:block;}#dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A { width:17.5rem;height:auto;top:39.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #TIqVpLvWC5s8X0ipTCkz2KffgzR4fKH8 {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #ds77WECOFs01D5HkOkV2qLdbhJwNnvxX {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #JNuDXsWeTnZnPf9P85NwXzuEW9kKyAA1 {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #dpy0L1WkGToxF3nK8C1H9Ja2Q10Vnf1v {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #A32p9tkm1uKHDcLFUrkxqcLuTC02D5hP {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #BMeTwcaPVPAhOvOilskikRP42ilWZvDu {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #oFuWtfXsgzztZVPCw9RDL5erPMfWRq3a {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #RWesiFaqDDO28Q2vyIq6sDS0NnvdTAhD {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #C8mvxPszBa8ZdExeLNxkHQQGx16GOVI9 {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #LhVpkuNLqdmy5LiyWGI61TAXOgae34B8 {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #JTSwcfmrk1QxEWcqz3pi8ltxKgqwhM6N {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #Fdh9ccF2AaBVEL5i0XOirnTLBh5PiKmI {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #zSgxrJ0GDDKeEc4HZOk42TDycofpDQiA {  }
 }@media only screen and (max-width: 763px) { #dI7RZZCniodyB8vD2nDAKNWmLe4Sqz4A #LHE45VuLlzh2IOeSUF9PxuKT1Zu1TkLT {  }
 }@media only screen and (max-width: 763px) { #HrkUA0TmEIQdxBFyBnQ15p1uglSchsJu { width:20rem;height:6.6875rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSl0lQKaObFJN7v5Qbi9AKOnNmEK5DaK { width:19rem;height:3.736325rem;top:34.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { width:20rem;height:3.3984375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }