.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:229,241,228;--color-primary-1:168,208,164;--color-primary-2:80,160,73;--color-primary-3:40,80,37;--color-primary-4:12,24,11;--color-secondary-0:224,234,222;--color-secondary-1:151,184,147;--color-secondary-2:46,113,38;--color-secondary-3:23,57,19;--color-secondary-4:7,17,6;--color-tertiary-0:255,255,255;--color-tertiary-1:153,153,153;--color-tertiary-2:92,92,93;--color-tertiary-3:53,53,53;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container { background-color: transparent; background-image: none; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container > .video-iframe-container { display: none; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row > .video-iframe-container { display: none; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .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); }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container { border-width: 0; border-radius: 0; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#pdpdRfyvDJHTMJ2W7VfhTq5F2N97nEtH { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:0rem;left:0.53125rem;overflow:hidden;display:block; }
#ZbZy6FuZe4aTufQgyksTsxEEruBapkIy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6124999523163rem;left:51.562501907349rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gm0bAHTrwB7IoiDESshOwZlb1vs38cFK { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.125rem;left:21.250001907349rem;display:block; }
#gIROQaB3tmes0M0fzvozHxvx7w46OTPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c91c031-eca3-4c65-8f79-aa55e09f6155/WhatsAppImage20251104at153518_62c2fb1e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;overflow:visible;position:relative;display:block; }#f2P0CNVbdkxCu0d4GpNt7bsAOd8AcdCL { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:7.6375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzfIm80Qza42MSaWVch7u2Jnix55bd7I { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.71875rem;left:15.65625rem;height:1.21875rem;display:block; }
#PzqZ2OfdaMP9hMrNTirEacyonoTJRg3f { background-color:rgba(var(--color-primary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.5625rem;left:20.5625rem;display:block; }
#QDlcuv2GOFqOZcvAufTn400UAf5dzgsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { background-color: transparent; background-image: none; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container > .video-iframe-container { display: none; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row > .video-iframe-container { display: none; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .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); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { border-width: 0; border-radius: 0; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#TcQd2IQuh64OpacxvdrdZ0gmWfP6V0TX { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wpBfvMiyoFSFCFfwawF3bL8ncJudF2aE { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.505859375rem;left:0rem;height:6.9875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .row .container { background-color: transparent; background-image: none; }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .row .container > .video-iframe-container { display: none; }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .row > .video-iframe-container { display: none; }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .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); }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .row .container { border-width: 0; border-radius: 0; }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#ro6TIkE4ze6XG9cxalgB2FR2geEHyLx5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5rem;left:0.5rem;display:block; }
#U75avty1lw9mKw1MRZDISbNTHg7isVu1 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.0625rem;left:2.4375rem;display:block; }
#ZZOrMhezHqTnOgkclEEdUROFoUn2eXuk { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.875rem;left:14.5625rem;display:block; }
#FWsapWeNeMJoCh66XqnbEQfm3Gnh5isN { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.50634765625rem;left:15rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmhqzBBb87qN7ngDO5W9JQH0OmpIMMhF { position:absolute;display:block;z-index:15006;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.8125rem;width:16.9375rem;top:0.6875rem;left:1.5rem;overflow:hidden;display:block; }
#fWdMfZ0HGgvvVbnhnvBoCeSzD1f7bJ2M { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:3.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aSw14mcU0Ln5ob0wf8xdcAHgLx1TW9Rf { color:#b0b0b0;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.75rem;left:3.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rUpCGa5rfBAd6JT360P4nDua8vSWZ7i6 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.125rem;left:22.4375rem;display:block; }
#uGsWRLkUcr1TGxAdWmup3cdiVr9c3Dfv { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5625rem;left:20.5rem;display:block; }
#ZqpPxnnK3HVdJxy1Lv5a2MZKrLEx3QmJ { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.9375rem;left:34.5625rem;display:block; }
#JpzS938cmhMkRP6XvcuqBaWQcO4pBwLn { position:absolute;display:block;z-index:15014;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.75rem;width:17.25rem;top:0.90625rem;left:21.437501907349rem;overflow:hidden;display:block; }
#CFThWTHrxpqcFSAxtmvJNQUKc99V4m2V { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Si7IyXa9ZpzqFJkcO2wwg62SnMqG3W2A { color:#b0b0b0;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.0625rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BOgz5lsHI5RoDFXitF8sWMEBiZ5U7akD { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.125rem;left:42.4375rem;display:block; }
#tHcPsnSw3CZIneiaDUOPiJ6CMXHUklPa { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5rem;left:40.5rem;display:block; }
#pn7T3ge43CT0wmFRGkU0GrAFJ3KBAZUH { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.9375rem;left:54.5625rem;display:block; }
#WAZl7zu5kh9kxo7vz2G1Kdn5tZfFBp5y { color:rgba(var(--color-tertiary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:13.5625rem;left:43.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iVlpdTlTWke2QBNSx1ckbcseAxoi9WR6 { color:#b0b0b0;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:16.8125rem;left:43.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WAao8k3NLrqH0FVxzirZe56Cil4ypSCM { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:15.75rem;top:1.10546875rem;left:42.000001907349rem;overflow:hidden;display:block; }
#NnDgytMGAv1ydxLfTfxRrKKh91FqshRh { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8375rem;height:3.3375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:23.875rem;left:20.531251907349rem;display:block; }
#cfckLzVZMUREC8MlIGOqRCUdiFBsWFVa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTOT1qEFDhmPGwN49pNmtvxMGbFH3D7v { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.50634765625rem;left:35.4375rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c15HJGny68Zed9Sn13CxDNZ9ay71x0VP { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.50634765625rem;left:35rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwQikHgvqiDM3dM0a3aS1UlhsVOuLA1P { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:10.50634765625rem;left:55rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rLHuPHqsukbHnyB2NPfUDnAvEgLJPByd { position:absolute;display:block;z-index:15014;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.3125rem;width:16.4375rem;top:0.90625rem;left:21.4375rem;overflow:hidden;display:none; }
#uRtfVeNDtM844vRv7vuDktTXdeXrqwfK { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5625rem;left:20.5rem;display:none; }
#ZvKF8SGO1OveDbsZtGFkXcq5yIxlnOCH { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.125rem;left:22.4375rem;display:none; }
#ETJgsW2KaIbv9WddL54wPl9zmMa0IQNv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mQSsgRtpdtCT0JhJbZGt9nlofU6q4Kvs { color:#b0b0b0;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.0625rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ShJ4zegQaNh1QvapCUX7cv8rmtTPTvL5 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.875rem;left:14.5625rem;display:none; }
#cVvIWQQOro7BROHM4slkmSheS74pArIC { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.0625rem;left:15.000001907349rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCfK04U8UQJa8FVKuDbBUVE4yTAgFqlT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:12.0625rem;left:35.000001907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S2UlilWM2PORQZVums7TTxinGQQeueo2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.0625rem;left:54.875001907349rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRJEyacG4u5OOO3usZNGDF9EyFcdhHhw { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:12.0625rem;left:35.000001907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .row .container { background-color: transparent; background-image: none; }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .row .container > .video-iframe-container { display: none; }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .row > .video-iframe-container { display: none; }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .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); }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .row .container { border-width: 0; border-radius: 0; }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#h40TsTkFf7UACNwoWQSUEJOuXCQbUoWh { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5rem;left:0.5rem;display:block; }
#DmVNoNmBMGboFGOCtzygyGMQW3ngWKQG { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.0625rem;left:2.4375rem;display:block; }
#heJ4ynqUzP0Ix8DgsNIIOhbVPiPvLT1Z { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.875rem;left:14.5625rem;display:block; }
#dKLhPLXgc7KeQTbF5nIgrHWTlzqnvHcW { position:absolute;display:block;z-index:15006;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.25rem;width:16.9375rem;top:0.6875rem;left:1.5rem;overflow:hidden;display:block; }
#IQZpXQCQq6kNGUmPoqQs9hlbbatQ3KbK { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:3.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vmlkicbJIPQrU5eBGrEyTFxALPyMSrnZ { color:#b0b0b0;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.75rem;left:3.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U3eibTlVbKPiUvzb3wKaPBLZn4RECHeX { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.125rem;left:22.4375rem;display:block; }
#urDQFmk7po4PECc3f9sW446QPUXFQBxI { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5625rem;left:20.5rem;display:block; }
#aNwQCRKuRRTsaTcyNFb1EAMqZDQOStoF { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.9375rem;left:34.5625rem;display:block; }
#K1WtTMTM3dgtKBri7qBXPFTGzsMDU5rG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:16.4375rem;top:0.90625rem;left:21.437501907349rem;overflow:hidden;display:block; }
#te5iUTsNg0OB32CBx6Xw3k1kdTCf7IDy { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.125001907349rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#te5iUTsNg0OB32CBx6Xw3k1kdTCf7IDy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#te5iUTsNg0OB32CBx6Xw3k1kdTCf7IDy li:before{  }
#hwaWIusCZb182F6vWXxrIW1Jd72FF9MT { color:#b0b0b0;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b0JJgQOmNS9rpmpzpEvlTiH41MsTGDU3 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:13.1875rem;left:42.406251907349rem;display:block; }
#a7bFmOttBTwmUVKyvwe2bidRkp06zZT0 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5rem;left:40.5rem;display:block; }
#dNpyBo8HI1hIzLgdq8Gvwhkc3tWgKD2J { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.9375rem;left:54.5625rem;display:block; }
#XSIeNbH4VTFidyy8QRT0bABvkqStV13e { color:rgba(var(--color-tertiary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:13.5625rem;left:43.0625rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZesXG9ndZWWtMvVzxW04afVcIwGVqlqB { color:#b0b0b0;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:16.8125rem;left:43.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RltCLGtdrmg23PnbNQr3ilwXA6XbP9su { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:17rem;top:1rem;left:41.531251907349rem;overflow:hidden;display:block; }
#x91e3cR5wH9d9FCO3o9F6SD7TuLmciCn { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:22.75rem;left:20.53125rem;display:block; }
#W8PForbIF0X55Fygc1FFOFQBpMlBb3Sv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9U6Hxne1AwV4qVp6CTOeOxDzfR33TP0 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.50634765625rem;left:15rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRoHuMUSCnX6oVvJN8ODs6AeICwpnPTM { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.50634765625rem;left:35rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XiIQ1d9ZlTMUZXz2TTWnTQLTDgnsZ9cx { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.50634765625rem;left:55rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ka9irJzGqXQg31NfaOV7GeJNRgHxyenV { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5625rem;left:20.5rem;display:none; }
#L0sHPiQCnxuJlV1HyJcKVJkuEvacKlG1 { position:absolute;display:block;z-index:15014;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.3125rem;width:16.4375rem;top:0.90625rem;left:21.4375rem;overflow:hidden;display:none; }
#W7tDcdBTwDrP4eXphxNHlfELioxKiVAm { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.125rem;left:22.4375rem;display:none; }
#TieQWmVBtdZ0tyFdBmvBVtkVGihQQOA2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZAlHdQPA9SDIxFK7XMUBPqZDhL0BPoMO { color:#b0b0b0;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DPkGgbSxXCfwVXnhOePLwIbwtMfqGUWX { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.875rem;left:14.5625rem;display:none; }
#Bh5vlBVcRpzEQti8hc4dIg8OSaDcHMZ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:.8;letter-spacing:0;top:12.3125rem;left:35.000001907349rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .row .container { background-color: transparent; background-image: none; }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .row .container > .video-iframe-container { display: none; }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .row > .video-iframe-container { display: none; }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .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); }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .row .container { border-width: 0; border-radius: 0; }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#ldWxBDKVMIemEAJuC1ek32zSPNGa7d14 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5rem;left:0.5rem;display:block; }
#AuDPNAa2P0fXHf0h2WHZrOiXsIU1LOb9 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.125rem;left:1.96875rem;display:block; }
#MfTRWUmDQ7VkSDI8TTfRcsbcOghXxpuK { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.875rem;left:14.5625rem;display:block; }
#gZRneItKk4sZX9y5MDnzVNrCMIKEuTh4 { position:absolute;display:block;z-index:15006;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.8125rem;width:17.125rem;top:0.6875rem;left:1.5rem;overflow:hidden;display:block; }
#vdGeHGllf7AddV6aMWSe5M2MATe6p9i2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.543750762939rem;left:2.4375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l7pR2l8d48bpKxvVT5v9tPDNyW1CPfLy { color:#b0b0b0;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.75rem;left:3.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ReR2AswZlLgUD0aKcJxPlJ6DEce2tMiD { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.125rem;left:22.4375rem;display:block; }
#eJeDrsRCwsuUc3RPxed8TvTcHO0KGcne { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5625rem;left:20.5rem;display:block; }
#U5oXdw4n6ctwWP0xkJOWG21nwaK18eWw { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.9375rem;left:34.5625rem;display:block; }
#Ff1iebyBxpOauVZJ5k5gOxmNaGC1AJrl { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.1875rem;top:0.90625rem;left:21.4375rem;overflow:hidden;display:block; }
#QnMRyDNPDiIoprJcGP2nEl1QDub437ge { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AgSpmv3Tkufe7hw6gR9tVKS0Be9USP8s { color:#b0b0b0;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.062501907349rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xlId8pofxQ7zBEiM3Iyv6tZwyCwqbc2W { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.125rem;left:42.4375rem;display:block; }
#xRVK5KS6wy1n2gddBwBn9bt9P4zUmAbx { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5rem;left:40.5rem;display:block; }
#LAZDGp8Tlr03224eKKTbsrHNcbaBJRZP { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.9375rem;left:54.5625rem;display:block; }
#TKcrDh2gUGwEMt5RIZvUycDO39qNLJDu { color:rgba(var(--color-tertiary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:13.5625rem;left:43.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cvcwfnySxhyccpuC8kBTuIRefGfhZPOX { color:#b0b0b0;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:16.8125rem;left:43.0625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IogrHMJrE3Kp9bZH9g7E4udJ9LMG6z7N { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:17.375rem;top:0.5625rem;left:41.53125rem;overflow:hidden;display:block; }
#fQ8Mto9UfKbidoBWkZP8L0lwMbJeEbwO { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:22.75rem;left:20.53125rem;display:block; }
#mQyWRsfpe4EfnrrwQACSe4LmKhQ4WHAA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5GgxJmdxiShFhG3coZ6J3Pav2ukAIcz { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.50634765625rem;left:15rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T88edal9QVpkcV5SRaNxDizmxChEdPpC { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.50634765625rem;left:35rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#my8MfgL50FWWLtmUh3Bm5Gpo3gaBvwGM { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.50634765625rem;left:55rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qACTCrEmNkROWOSALTlnBKvFAvJy5Aa4 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19rem;top:1.5625rem;left:20.5rem;display:none; }
#X7vLFTdtz9tOA2fGRuZzh6TnElh3NLoe { position:absolute;display:block;z-index:15014;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.3125rem;width:16.4375rem;top:0.90625rem;left:21.4375rem;overflow:hidden;display:none; }
#fegnNCse0cMVhtbXDni1BKRBd2hN5XfS { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:7.125rem;width:15.1875rem;top:12.125rem;left:22.4375rem;display:none; }
#gWTpWxfZXELOZnRuMHifZF3KkMlUJtyB { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XSe765hsNJNTnfwTJgZnzivDCUwlDPht { color:#b0b0b0;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.062501907349rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sI4VaWyWxkyMO9nreKn6dvFi4wyKrlPi { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);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:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: none;height:5rem;width:5rem;top:9.875rem;left:14.5625rem;display:none; }
#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/a94ff457-d70d-43ff-894a-d9c771b517b2/demolition.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX.adaptive-delivery-prevent-bg, #KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX.lazyload, #KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX.lazyloading { background-image: none; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container { background-color: transparent; background-image: none; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container > .video-iframe-container { display: none; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row > .video-iframe-container { display: none; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .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); }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container { border-width: 0; border-radius: 0; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#sUADfsXW13922vO3lmkikzE1NcF5Radd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/c7i94Fbf/02.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:37.5625rem;top:7.4375rem;left:0rem;display:block; }#sUADfsXW13922vO3lmkikzE1NcF5Radd.adaptive-delivery-prevent-bg, #sUADfsXW13922vO3lmkikzE1NcF5Radd.lazyload, #sUADfsXW13922vO3lmkikzE1NcF5Radd.lazyloading { background-image: none; }
#FbEnFbM2x7FcdKqd7zQos9KWnRTSqBGf { color:rgba(var(--color-secondary-2),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.375rem;left:3.78125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qlTCzlJ4iayaGg66DmE9TE1ZAz8eS0rJ { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:15.9375rem;left:3.78125rem;height:11.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { background-color: transparent; background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .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); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { border-width: 0; border-radius: 0; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#BVoGzB6lX1mRFRbqM0WqKXzHyMZB7o62 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1250009536743rem;left:0rem;height:3.49375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndkHNq1PfEfTiE2sekWhmAxMpFoxRD1i { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-form-header {  }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-text {padding-top: 0; padding-bottom: 0;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-select {padding-top: 0; padding-bottom: 0;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .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; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-container:first-of-type{padding-top:0;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-container:last-of-type{padding-bottom:0;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.749219298362rem;left:20.000001907349rem; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f {display:block;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.749219298362rem;left:20.000001907349rem; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #sKSZnanWXeuniDqdETigezebP8hrGvR3 { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #pyXtQnW9Pw6m8V2Zufi2fDu33oUcFZmM { position:relative;display:block; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #frhz3dWE5zlpTObWPiOKPZkFP1TNgrTR { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #cESfBartw3ccqlewS0lEVFGpZm0CMIQH { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #rvx2CBf0y9cT9e4XBH0ynXiJJb93mJT2 { position:relative;display:block; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #G5qO2i6FpzihHhAK47hSeOMSZS6HseFF { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #ClT6B7sHzoFk0SokKkNWLktS11hNfiwN { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #eaiTFNpO3liwi8VgqMrzIfGTVMmhfJyZ { position:relative;display:block; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #emcOOko8TMxzmeqLOQ5qgrvOkRgVgKNT { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #V7nDTKi7IpTmC5uRxJ5Nf1DrKwr392NR { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #cOcWvIRPSUPnzdrJyFu9APuKwFf2MIRV { position:relative;display:block; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #cE6cv51pLVkTAJXzGaRoxoycGMAghxE9 { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #GKaOSTVhbsKUVSliDbELTDdpwPS8rH4t { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #TrmgL9Qq9cD8wnc2kQo4Tpud32NKBhF6 { position:relative;display:block; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #LSWQbBXmezXZdx0ZVDxemBTtByIVgFoP { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #a6F2kWewn5g86pgNVNxbDzEcZbTnlXPE { position:relative; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #G9TnC10TAUlfmzE0pDJRW4rJos5GcnMt { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK { display:block; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpdRfyvDJHTMJ2W7VfhTq5F2N97nEtH { top:0rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbZy6FuZe4aTufQgyksTsxEEruBapkIy { width:7.1875rem;height:1.9375rem;top:2.5625rem;left:40.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm0bAHTrwB7IoiDESshOwZlb1vs38cFK { width:17.5rem;height:3.4375rem;top:1.125rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIROQaB3tmes0M0fzvozHxvx7w46OTPq { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2P0CNVbdkxCu0d4GpNt7bsAOd8AcdCL { width:47.75rem;height:7.625rem;top:14rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzfIm80Qza42MSaWVch7u2Jnix55bd7I { width:28.6875rem;height:1.1875rem;top:11.6875rem;left:9.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzqZ2OfdaMP9hMrNTirEacyonoTJRg3f { width:18.9375rem;height:3.4375rem;top:33.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDlcuv2GOFqOZcvAufTn400UAf5dzgsl { display:block; }
 }@media only screen and (max-width: 763px) { #SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw { display:block; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcQd2IQuh64OpacxvdrdZ0gmWfP6V0TX { width:47.75rem;height:2.875rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpBfvMiyoFSFCFfwawF3bL8ncJudF2aE { width:47.75rem;height:6.9375rem;top:3.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp { display:block; }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro6TIkE4ze6XG9cxalgB2FR2geEHyLx5 { width:19rem;height:14.3125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U75avty1lw9mKw1MRZDISbNTHg7isVu1 { width:15.1875rem;height:7.125rem;top:12.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZOrMhezHqTnOgkclEEdUROFoUn2eXuk { width:5rem;height:5rem;top:9.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWsapWeNeMJoCh66XqnbEQfm3Gnh5isN { width:4.125rem;height:1.625rem;top:10.5rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmhqzBBb87qN7ngDO5W9JQH0OmpIMMhF { width:16.9375rem;height:12.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWdMfZ0HGgvvVbnhnvBoCeSzD1f7bJ2M { width:12.625rem;height:1.375rem;top:13.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSw14mcU0Ln5ob0wf8xdcAHgLx1TW9Rf { width:12.625rem;height:1.125rem;top:16.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUpCGa5rfBAd6JT360P4nDua8vSWZ7i6 { width:15.1875rem;height:7.125rem;top:12.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGsWRLkUcr1TGxAdWmup3cdiVr9c3Dfv { width:19rem;height:14.3125rem;top:1.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqpPxnnK3HVdJxy1Lv5a2MZKrLEx3QmJ { width:5rem;height:5rem;top:9.9375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpzS938cmhMkRP6XvcuqBaWQcO4pBwLn { width:17.25rem;height:12.75rem;top:0.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFThWTHrxpqcFSAxtmvJNQUKc99V4m2V { width:12.5625rem;height:1.375rem;top:13.5625rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si7IyXa9ZpzqFJkcO2wwg62SnMqG3W2A { width:12.625rem;height:2.25rem;top:16.8125rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOgz5lsHI5RoDFXitF8sWMEBiZ5U7akD { width:15.1875rem;height:7.125rem;top:12.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHcPsnSw3CZIneiaDUOPiJ6CMXHUklPa { width:19rem;height:14.3125rem;top:1.5rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn7T3ge43CT0wmFRGkU0GrAFJ3KBAZUH { width:5rem;height:5rem;top:9.9375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAZl7zu5kh9kxo7vz2G1Kdn5tZfFBp5y { width:13.0625rem;height:1.375rem;top:13.5625rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVlpdTlTWke2QBNSx1ckbcseAxoi9WR6 { width:12.9375rem;height:1.125rem;top:16.8125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAao8k3NLrqH0FVxzirZe56Cil4ypSCM { width:15.75rem;height:12.6875rem;top:1.0625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDgytMGAv1ydxLfTfxRrKKh91FqshRh { width:18.8125rem;height:3.3125rem;top:23.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfckLzVZMUREC8MlIGOqRCUdiFBsWFVa { display:block; }
 }@media only screen and (max-width: 763px) { #xTOT1qEFDhmPGwN49pNmtvxMGbFH3D7v { width:4.125rem;height:3.6875rem;top:10.5rem;left:27.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c15HJGny68Zed9Sn13CxDNZ9ay71x0VP { width:4.125rem;height:1.8125rem;top:10.5rem;left:27.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQikHgvqiDM3dM0a3aS1UlhsVOuLA1P { width:4.125rem;height:1.8125rem;top:10.5rem;left:43.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLHuPHqsukbHnyB2NPfUDnAvEgLJPByd { width:16.4375rem;height:12.3125rem;top:0.875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRtfVeNDtM844vRv7vuDktTXdeXrqwfK { width:19rem;height:14.3125rem;top:1.5625rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvKF8SGO1OveDbsZtGFkXcq5yIxlnOCH { width:15.1875rem;height:7.125rem;top:12.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETJgsW2KaIbv9WddL54wPl9zmMa0IQNv { width:14.625rem;height:1.25rem;top:65.375rem;left:0.62500005960463rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQSsgRtpdtCT0JhJbZGt9nlofU6q4Kvs { width:14.625rem;height:1.25rem;top:67.0625rem;left:0.62500005960463rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShJ4zegQaNh1QvapCUX7cv8rmtTPTvL5 { width:5rem;height:5rem;top:9.875rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVvIWQQOro7BROHM4slkmSheS74pArIC { width:4.125rem;height:2.75rem;top:12.0625rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCfK04U8UQJa8FVKuDbBUVE4yTAgFqlT { width:4.125rem;height:2.875rem;top:12.0625rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2UlilWM2PORQZVums7TTxinGQQeueo2 { width:4.125rem;height:2.75rem;top:12.0625rem;left:43.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRJEyacG4u5OOO3usZNGDF9EyFcdhHhw { width:4.125rem;height:2.875rem;top:12.0625rem;left:27.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ { display:block; }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h40TsTkFf7UACNwoWQSUEJOuXCQbUoWh { width:19rem;height:14.3125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmVNoNmBMGboFGOCtzygyGMQW3ngWKQG { width:15.1875rem;height:7.125rem;top:12.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heJ4ynqUzP0Ix8DgsNIIOhbVPiPvLT1Z { width:5rem;height:5rem;top:9.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKLhPLXgc7KeQTbF5nIgrHWTlzqnvHcW { width:16.9375rem;height:12.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQZpXQCQq6kNGUmPoqQs9hlbbatQ3KbK { width:12.625rem;height:1.375rem;top:13.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmlkicbJIPQrU5eBGrEyTFxALPyMSrnZ { width:12.625rem;height:1.125rem;top:16.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3eibTlVbKPiUvzb3wKaPBLZn4RECHeX { width:15.1875rem;height:7.125rem;top:12.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urDQFmk7po4PECc3f9sW446QPUXFQBxI { width:19rem;height:14.3125rem;top:1.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNwQCRKuRRTsaTcyNFb1EAMqZDQOStoF { width:5rem;height:5rem;top:9.9375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1WtTMTM3dgtKBri7qBXPFTGzsMDU5rG { width:16.4375rem;height:13.4375rem;top:0.875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #te5iUTsNg0OB32CBx6Xw3k1kdTCf7IDy { width:12.25rem;height:1.375rem;top:13.5625rem;left:16.937501907349rem;font-size:1rem;display:block; }#te5iUTsNg0OB32CBx6Xw3k1kdTCf7IDy li:before{  }
 }@media only screen and (max-width: 763px) { #hwaWIusCZb182F6vWXxrIW1Jd72FF9MT { width:12.625rem;height:1.125rem;top:16.8125rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0JJgQOmNS9rpmpzpEvlTiH41MsTGDU3 { width:15.1875rem;height:7.125rem;top:13.1875rem;left:32.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7bFmOttBTwmUVKyvwe2bidRkp06zZT0 { width:19rem;height:14.3125rem;top:1.5rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNpyBo8HI1hIzLgdq8Gvwhkc3tWgKD2J { width:5rem;height:5rem;top:9.9375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSIeNbH4VTFidyy8QRT0bABvkqStV13e { width:13.0625rem;height:2.75rem;top:13.5625rem;left:32.750001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZesXG9ndZWWtMvVzxW04afVcIwGVqlqB { width:12.9375rem;height:1.125rem;top:16.8125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RltCLGtdrmg23PnbNQr3ilwXA6XbP9su { width:17rem;height:12.6875rem;top:1rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x91e3cR5wH9d9FCO3o9F6SD7TuLmciCn { width:18.9375rem;height:3.4375rem;top:22.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8PForbIF0X55Fygc1FFOFQBpMlBb3Sv { display:block; }
 }@media only screen and (max-width: 763px) { #Z9U6Hxne1AwV4qVp6CTOeOxDzfR33TP0 { width:4.125rem;height:3.6875rem;top:10.5rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRoHuMUSCnX6oVvJN8ODs6AeICwpnPTM { width:4.125rem;height:1.8125rem;top:10.5rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiIQ1d9ZlTMUZXz2TTWnTQLTDgnsZ9cx { width:4.125rem;height:3.6875rem;top:10.5rem;left:43.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka9irJzGqXQg31NfaOV7GeJNRgHxyenV { width:19rem;height:14.3125rem;top:1.5625rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0sHPiQCnxuJlV1HyJcKVJkuEvacKlG1 { width:16.4375rem;height:12.3125rem;top:0.875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7tDcdBTwDrP4eXphxNHlfELioxKiVAm { width:15.1875rem;height:7.125rem;top:12.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TieQWmVBtdZ0tyFdBmvBVtkVGihQQOA2 { width:14.625rem;height:1.25rem;top:53.5rem;left:0.62500005960463rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAlHdQPA9SDIxFK7XMUBPqZDhL0BPoMO { width:12.625rem;height:1.125rem;top:16.8125rem;left:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPkGgbSxXCfwVXnhOePLwIbwtMfqGUWX { width:5rem;height:5rem;top:9.875rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bh5vlBVcRpzEQti8hc4dIg8OSaDcHMZ2 { width:4.125rem;height:1.75rem;top:12.3125rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfuaGhTyWCPvw5bfGptWc67nigroAIq5 { display:block; }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldWxBDKVMIemEAJuC1ek32zSPNGa7d14 { width:19rem;height:14.3125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuDPNAa2P0fXHf0h2WHZrOiXsIU1LOb9 { width:15.1875rem;height:7.125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfTRWUmDQ7VkSDI8TTfRcsbcOghXxpuK { width:5rem;height:5rem;top:9.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZRneItKk4sZX9y5MDnzVNrCMIKEuTh4 { width:17.125rem;height:12.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdGeHGllf7AddV6aMWSe5M2MATe6p9i2 { width:12.625rem;height:1.375rem;top:13.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7pR2l8d48bpKxvVT5v9tPDNyW1CPfLy { width:12.625rem;height:1.125rem;top:16.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReR2AswZlLgUD0aKcJxPlJ6DEce2tMiD { width:15.1875rem;height:7.125rem;top:12.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJeDrsRCwsuUc3RPxed8TvTcHO0KGcne { width:19rem;height:14.3125rem;top:1.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5oXdw4n6ctwWP0xkJOWG21nwaK18eWw { width:5rem;height:5rem;top:9.9375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff1iebyBxpOauVZJ5k5gOxmNaGC1AJrl { width:17.1875rem;height:13.4375rem;top:0.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMRyDNPDiIoprJcGP2nEl1QDub437ge { width:12.5625rem;height:1.375rem;top:13.5625rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgSpmv3Tkufe7hw6gR9tVKS0Be9USP8s { width:13.5625rem;height:1.125rem;top:16.8125rem;left:16.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlId8pofxQ7zBEiM3Iyv6tZwyCwqbc2W { width:15.1875rem;height:7.125rem;top:12.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRVK5KS6wy1n2gddBwBn9bt9P4zUmAbx { width:19rem;height:14.3125rem;top:1.5rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAZDGp8Tlr03224eKKTbsrHNcbaBJRZP { width:5rem;height:5rem;top:9.9375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcrDh2gUGwEMt5RIZvUycDO39qNLJDu { width:13.0625rem;height:1.375rem;top:13.5625rem;left:32.750001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvcwfnySxhyccpuC8kBTuIRefGfhZPOX { width:12.9375rem;height:1.125rem;top:16.8125rem;left:32.750001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IogrHMJrE3Kp9bZH9g7E4udJ9LMG6z7N { width:17.375rem;height:11.5625rem;top:0.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8Mto9UfKbidoBWkZP8L0lwMbJeEbwO { width:18.9375rem;height:3.4375rem;top:22.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQyWRsfpe4EfnrrwQACSe4LmKhQ4WHAA { display:block; }
 }@media only screen and (max-width: 763px) { #r5GgxJmdxiShFhG3coZ6J3Pav2ukAIcz { width:4.125rem;height:3.6875rem;top:10.5rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T88edal9QVpkcV5SRaNxDizmxChEdPpC { width:4.125rem;height:3.6875rem;top:10.5rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #my8MfgL50FWWLtmUh3Bm5Gpo3gaBvwGM { width:4.125rem;height:3.6875rem;top:10.5rem;left:43.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qACTCrEmNkROWOSALTlnBKvFAvJy5Aa4 { width:19rem;height:14.3125rem;top:1.5625rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7vLFTdtz9tOA2fGRuZzh6TnElh3NLoe { width:16.4375rem;height:12.3125rem;top:0.875rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fegnNCse0cMVhtbXDni1BKRBd2hN5XfS { width:15.1875rem;height:7.125rem;top:12.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWTpWxfZXELOZnRuMHifZF3KkMlUJtyB { width:14.625rem;height:1.25rem;top:54.4375rem;left:0.62500005960463rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSe765hsNJNTnfwTJgZnzivDCUwlDPht { width:15.25rem;height:1.25rem;top:56.875rem;left:0.31250005960464rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sI4VaWyWxkyMO9nreKn6dvFi4wyKrlPi { width:5rem;height:5rem;top:9.875rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX { display:block; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUADfsXW13922vO3lmkikzE1NcF5Radd { width:37.5625rem;height:24rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbEnFbM2x7FcdKqd7zQos9KWnRTSqBGf { width:30rem;height:2.4375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTCzlJ4iayaGg66DmE9TE1ZAz8eS0rJ { width:30.5rem;height:11.4375rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVoGzB6lX1mRFRbqM0WqKXzHyMZB7o62 { width:47.75rem;height:3.4375rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndkHNq1PfEfTiE2sekWhmAxMpFoxRD1i { width:47.75rem;height:1.4375rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-text {padding-top: 0; padding-bottom: 0;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-select {padding-top: 0; padding-bottom: 0;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f  { width:17.5rem;height:auto;top:10.6875rem;left:13.875001907349rem; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f {display:block;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f { width:17.5rem;height:auto;top:10.6875rem;left:13.875001907349rem; }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #sKSZnanWXeuniDqdETigezebP8hrGvR3 {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #pyXtQnW9Pw6m8V2Zufi2fDu33oUcFZmM {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #frhz3dWE5zlpTObWPiOKPZkFP1TNgrTR {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #cESfBartw3ccqlewS0lEVFGpZm0CMIQH {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #rvx2CBf0y9cT9e4XBH0ynXiJJb93mJT2 {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #G5qO2i6FpzihHhAK47hSeOMSZS6HseFF {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #ClT6B7sHzoFk0SokKkNWLktS11hNfiwN {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #eaiTFNpO3liwi8VgqMrzIfGTVMmhfJyZ {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #emcOOko8TMxzmeqLOQ5qgrvOkRgVgKNT {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #V7nDTKi7IpTmC5uRxJ5Nf1DrKwr392NR {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #cOcWvIRPSUPnzdrJyFu9APuKwFf2MIRV {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #cE6cv51pLVkTAJXzGaRoxoycGMAghxE9 {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #GKaOSTVhbsKUVSliDbELTDdpwPS8rH4t {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #TrmgL9Qq9cD8wnc2kQo4Tpud32NKBhF6 {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #LSWQbBXmezXZdx0ZVDxemBTtByIVgFoP {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #a6F2kWewn5g86pgNVNxbDzEcZbTnlXPE {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #G9TnC10TAUlfmzE0pDJRW4rJos5GcnMt {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK { display:block; }#o6CcK3rMXua24Bpa0TmMf9KxwUp98XdK > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpdRfyvDJHTMJ2W7VfhTq5F2N97nEtH { width:4.5rem;height:4.5rem;top:4.20625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbZy6FuZe4aTufQgyksTsxEEruBapkIy { width:3.625rem;height:1.05625rem;top:8.706250190735rem;left:8.1250000596044rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm0bAHTrwB7IoiDESshOwZlb1vs38cFK { width:17.5rem;height:3.4375rem;top:10.875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIROQaB3tmes0M0fzvozHxvx7w46OTPq { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c91c031-eca3-4c65-8f79-aa55e09f6155/WhatsAppImage20251104at153518_62c2fb1e.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2P0CNVbdkxCu0d4GpNt7bsAOd8AcdCL { width:20rem;height:3.4125rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzfIm80Qza42MSaWVch7u2Jnix55bd7I { width:19.375rem;height:1.95rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzqZ2OfdaMP9hMrNTirEacyonoTJRg3f { width:11.875rem;height:2.75rem;top:14.4375rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDlcuv2GOFqOZcvAufTn400UAf5dzgsl { display:block; }
 }@media only screen and (max-width: 763px) { #SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw { display:block; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcQd2IQuh64OpacxvdrdZ0gmWfP6V0TX { width:17.3125rem;height:7.3125rem;top:7.8125rem;left:1.3437500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpBfvMiyoFSFCFfwawF3bL8ncJudF2aE { width:20rem;height:5.11875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp { display:block; }#H9JgtRLpv9SWFGp7tKHPAhWnAXIOg3Rp > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro6TIkE4ze6XG9cxalgB2FR2geEHyLx5 { width:19rem;height:14.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U75avty1lw9mKw1MRZDISbNTHg7isVu1 { width:15.1875rem;height:7.125rem;top:13rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZOrMhezHqTnOgkclEEdUROFoUn2eXuk { width:5rem;height:5rem;top:10.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWsapWeNeMJoCh66XqnbEQfm3Gnh5isN { width:3.4375rem;height:1.625rem;top:10.962507247925rem;left:13.737499773503rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmhqzBBb87qN7ngDO5W9JQH0OmpIMMhF { width:16.9375rem;height:12.375rem;top:1.4054689407349rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWdMfZ0HGgvvVbnhnvBoCeSzD1f7bJ2M { width:14.625rem;height:1.3rem;top:14.0625rem;left:2.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aSw14mcU0Ln5ob0wf8xdcAHgLx1TW9Rf { width:14.1875rem;height:1.3rem;top:17.124997138977rem;left:2.4062500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rUpCGa5rfBAd6JT360P4nDua8vSWZ7i6 { width:15.1875rem;height:7.125rem;top:34.281252384186rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGsWRLkUcr1TGxAdWmup3cdiVr9c3Dfv { width:19rem;height:14.3125rem;top:24.387500762939rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZqpPxnnK3HVdJxy1Lv5a2MZKrLEx3QmJ { width:5rem;height:5rem;top:32.40625rem;left:13.125000536442rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #JpzS938cmhMkRP6XvcuqBaWQcO4pBwLn { width:17.25rem;height:12.625rem;top:23.331249713897rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFThWTHrxpqcFSAxtmvJNQUKc99V4m2V { width:14.625rem;height:1.3rem;top:35.53125rem;left:2.6875000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Si7IyXa9ZpzqFJkcO2wwg62SnMqG3W2A { width:15.125rem;height:1.3rem;top:38.40625rem;left:2.4375000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BOgz5lsHI5RoDFXitF8sWMEBiZ5U7akD { width:15.1875rem;height:7.125rem;top:134.1875rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHcPsnSw3CZIneiaDUOPiJ6CMXHUklPa { width:19rem;height:14.3125rem;top:104.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pn7T3ge43CT0wmFRGkU0GrAFJ3KBAZUH { width:5rem;height:5rem;top:142.5625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAZl7zu5kh9kxo7vz2G1Kdn5tZfFBp5y { width:14.625rem;height:0;top:135.625rem;left:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iVlpdTlTWke2QBNSx1ckbcseAxoi9WR6 { width:14.625rem;height:0;top:138.875rem;left:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WAao8k3NLrqH0FVxzirZe56Cil4ypSCM { width:6.3125rem;height:6.4375rem;top:119.9375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnDgytMGAv1ydxLfTfxRrKKh91FqshRh { width:11.5625rem;height:2.0625rem;top:66.062498331069rem;left:4.1687498688698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfckLzVZMUREC8MlIGOqRCUdiFBsWFVa { display:block; }
 }@media only screen and (max-width: 763px) { #xTOT1qEFDhmPGwN49pNmtvxMGbFH3D7v { width:4.125rem;height:2.7625rem;top:42.093748092651rem;left:4.1687498688698rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #c15HJGny68Zed9Sn13CxDNZ9ay71x0VP { width:4.125rem;height:1.7875rem;top:33.000000476837rem;left:13.437500536442rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #AwQikHgvqiDM3dM0a3aS1UlhsVOuLA1P { width:4.125rem;height:1.95rem;top:54.212500095368rem;left:13.437500536442rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #rLHuPHqsukbHnyB2NPfUDnAvEgLJPByd { width:16.875rem;height:12.25rem;top:45.487501621246rem;left:0.74921876192094rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uRtfVeNDtM844vRv7vuDktTXdeXrqwfK { width:19rem;height:14.3125rem;top:46.356250762939rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZvKF8SGO1OveDbsZtGFkXcq5yIxlnOCH { width:15.1875rem;height:7.125rem;top:55.775001525879rem;left:2.4062500596046rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ETJgsW2KaIbv9WddL54wPl9zmMa0IQNv { width:14.625rem;height:1.3rem;top:57.362499237061rem;left:2.6875000596046rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #mQSsgRtpdtCT0JhJbZGt9nlofU6q4Kvs { width:14.625rem;height:1.3rem;top:60.100002288818rem;left:2.6875000596046rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ShJ4zegQaNh1QvapCUX7cv8rmtTPTvL5 { width:5rem;height:5rem;top:53.712501525879rem;left:13.125000536442rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #cVvIWQQOro7BROHM4slkmSheS74pArIC { width:4.125rem;height:2.7625rem;top:69.375rem;left:7.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCfK04U8UQJa8FVKuDbBUVE4yTAgFqlT { width:4.125rem;height:2.025rem;top:34.862499713897rem;left:13.625000536442rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15039;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #S2UlilWM2PORQZVums7TTxinGQQeueo2 { width:4.125rem;height:1.9125rem;top:56.211719512939rem;left:13.562500536442rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15042;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #wRJEyacG4u5OOO3usZNGDF9EyFcdhHhw { width:4.125rem;height:1.8rem;top:12.687500476837rem;left:13.612499773503rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15040;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ { display:block; }#arJON90S1U6i1rUTfCnDhyHSR8VRfJkZ > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h40TsTkFf7UACNwoWQSUEJOuXCQbUoWh { width:19rem;height:14.3125rem;top:2.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmVNoNmBMGboFGOCtzygyGMQW3ngWKQG { width:15.1875rem;height:7.125rem;top:11.150002479553rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #heJ4ynqUzP0Ix8DgsNIIOhbVPiPvLT1Z { width:5rem;height:5rem;top:9.3984375rem;left:13.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKLhPLXgc7KeQTbF5nIgrHWTlzqnvHcW { width:17.0625rem;height:12.1875rem;top:1.6750030517578rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQZpXQCQq6kNGUmPoqQs9hlbbatQ3KbK { width:14.625rem;height:1.3rem;top:13.049217224121rem;left:2.6875000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vmlkicbJIPQrU5eBGrEyTFxALPyMSrnZ { width:14.1875rem;height:1.3rem;top:15.5625rem;left:2.9062500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U3eibTlVbKPiUvzb3wKaPBLZn4RECHeX { width:15.1875rem;height:7.125rem;top:31.712501525879rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #urDQFmk7po4PECc3f9sW446QPUXFQBxI { width:19rem;height:14.3125rem;top:22.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNwQCRKuRRTsaTcyNFb1EAMqZDQOStoF { width:5rem;height:5rem;top:29.4375rem;left:13.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1WtTMTM3dgtKBri7qBXPFTGzsMDU5rG { width:16.75rem;height:12.4375rem;top:21.823440551757rem;left:1.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #te5iUTsNg0OB32CBx6Xw3k1kdTCf7IDy { width:14.625rem;height:1.3rem;top:33.760936737061rem;left:2.6875000596046rem;text-align:left;text-align-last:left;display:block; }#te5iUTsNg0OB32CBx6Xw3k1kdTCf7IDy li:before{  }
 }@media only screen and (max-width: 763px) { #hwaWIusCZb182F6vWXxrIW1Jd72FF9MT { width:14.625rem;height:1.3rem;top:36rem;left:2.6875000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b0JJgQOmNS9rpmpzpEvlTiH41MsTGDU3 { width:15.1875rem;height:7.125rem;top:125.4375rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7bFmOttBTwmUVKyvwe2bidRkp06zZT0 { width:19rem;height:14.3125rem;top:95.625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNpyBo8HI1hIzLgdq8Gvwhkc3tWgKD2J { width:5rem;height:5rem;top:133.8125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSIeNbH4VTFidyy8QRT0bABvkqStV13e { width:14.625rem;height:2.75rem;top:126.875rem;left:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZesXG9ndZWWtMvVzxW04afVcIwGVqlqB { width:14.625rem;height:1.125rem;top:130.125rem;left:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RltCLGtdrmg23PnbNQr3ilwXA6XbP9su { width:8.3125rem;height:6.1875rem;top:111.1875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x91e3cR5wH9d9FCO3o9F6SD7TuLmciCn { width:11.675rem;height:2.175rem;top:60.9375rem;left:4.1125002503395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8PForbIF0X55Fygc1FFOFQBpMlBb3Sv { display:block; }
 }@media only screen and (max-width: 763px) { #Z9U6Hxne1AwV4qVp6CTOeOxDzfR33TP0 { width:4.125rem;height:3.25rem;top:10.2734375rem;left:13.518749773503rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRoHuMUSCnX6oVvJN8ODs6AeICwpnPTM { width:4.125rem;height:1.625rem;top:30.3125rem;left:13.518749773503rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiIQ1d9ZlTMUZXz2TTWnTQLTDgnsZ9cx { width:4.125rem;height:3.25rem;top:49.435148715973rem;left:13.518749773503rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Ka9irJzGqXQg31NfaOV7GeJNRgHxyenV { width:18.8125rem;height:14.3125rem;top:42.999999523163rem;left:0.59296876192093rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #L0sHPiQCnxuJlV1HyJcKVJkuEvacKlG1 { width:16.75rem;height:12.6875rem;top:41.560943603516rem;left:1.5312500596046rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W7tDcdBTwDrP4eXphxNHlfELioxKiVAm { width:15.1875rem;height:7.125rem;top:51.837501525879rem;left:2.4062500596046rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TieQWmVBtdZ0tyFdBmvBVtkVGihQQOA2 { width:14.625rem;height:1.3rem;top:53.510940551757rem;left:2.6875000596046rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ZAlHdQPA9SDIxFK7XMUBPqZDhL0BPoMO { width:14.625rem;height:1.3rem;top:56.0625rem;left:2.6875000596046rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #DPkGgbSxXCfwVXnhOePLwIbwtMfqGUWX { width:5rem;height:5rem;top:48.558596611023rem;left:13.187500536442rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Bh5vlBVcRpzEQti8hc4dIg8OSaDcHMZ2 { width:4.125rem;height:1.8rem;top:31.837501525879rem;left:13.518749773503rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #MfuaGhTyWCPvw5bfGptWc67nigroAIq5 { display:block; }#MfuaGhTyWCPvw5bfGptWc67nigroAIq5 > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldWxBDKVMIemEAJuC1ek32zSPNGa7d14 { width:19rem;height:14.3125rem;top:2.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuDPNAa2P0fXHf0h2WHZrOiXsIU1LOb9 { width:15.1875rem;height:7.125rem;top:11.7734375rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfTRWUmDQ7VkSDI8TTfRcsbcOghXxpuK { width:5rem;height:5rem;top:9.1125011444094rem;left:13.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZRneItKk4sZX9y5MDnzVNrCMIKEuTh4 { width:16.9375rem;height:13.25rem;top:0.92500305175781rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdGeHGllf7AddV6aMWSe5M2MATe6p9i2 { width:14.625rem;height:1.3rem;top:13.861721038818rem;left:2.6875000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7pR2l8d48bpKxvVT5v9tPDNyW1CPfLy { width:14.1875rem;height:1.3rem;top:16.25rem;left:2.4062500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ReR2AswZlLgUD0aKcJxPlJ6DEce2tMiD { width:15.1875rem;height:7.125rem;top:33.000001907349rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJeDrsRCwsuUc3RPxed8TvTcHO0KGcne { width:19rem;height:14.3125rem;top:22.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5oXdw4n6ctwWP0xkJOWG21nwaK18eWw { width:5rem;height:5rem;top:30.75rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff1iebyBxpOauVZJ5k5gOxmNaGC1AJrl { width:16.9375rem;height:13.4375rem;top:21.660934448243rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMRyDNPDiIoprJcGP2nEl1QDub437ge { width:14.625rem;height:1.3rem;top:34.500000953674rem;left:2.6875000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AgSpmv3Tkufe7hw6gR9tVKS0Be9USP8s { width:15.25rem;height:1.3rem;top:36.5625rem;left:2.4062500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xlId8pofxQ7zBEiM3Iyv6tZwyCwqbc2W { width:15.1875rem;height:7.125rem;top:125.4375rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRVK5KS6wy1n2gddBwBn9bt9P4zUmAbx { width:19rem;height:14.3125rem;top:95.625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAZDGp8Tlr03224eKKTbsrHNcbaBJRZP { width:5rem;height:5rem;top:133.8125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKcrDh2gUGwEMt5RIZvUycDO39qNLJDu { width:14.625rem;height:2.75rem;top:126.875rem;left:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cvcwfnySxhyccpuC8kBTuIRefGfhZPOX { width:14.625rem;height:1.125rem;top:130.125rem;left:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IogrHMJrE3Kp9bZH9g7E4udJ9LMG6z7N { width:8.625rem;height:5.75rem;top:111.1875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQ8Mto9UfKbidoBWkZP8L0lwMbJeEbwO { width:11.675rem;height:2.3625rem;top:62.56250190735rem;left:4.1125002503395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQyWRsfpe4EfnrrwQACSe4LmKhQ4WHAA { display:block; }
 }@media only screen and (max-width: 763px) { #r5GgxJmdxiShFhG3coZ6J3Pav2ukAIcz { width:4.125rem;height:3.25rem;top:9.9867210388181rem;left:13.518749773503rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #T88edal9QVpkcV5SRaNxDizmxChEdPpC { width:4.125rem;height:3.25rem;top:31.625000953674rem;left:13.518749773503rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #my8MfgL50FWWLtmUh3Bm5Gpo3gaBvwGM { width:4.125rem;height:3.25rem;top:51.022657394409rem;left:13.518749773503rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #qACTCrEmNkROWOSALTlnBKvFAvJy5Aa4 { width:19rem;height:14.3125rem;top:43.375000953674rem;left:0.49921876192093rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #X7vLFTdtz9tOA2fGRuZzh6TnElh3NLoe { width:17rem;height:13.4375rem;top:41.660934448243rem;left:1.4062500596046rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fegnNCse0cMVhtbXDni1BKRBd2hN5XfS { width:15.1875rem;height:7.125rem;top:52.800001144409rem;left:2.4062500596046rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #gWTpWxfZXELOZnRuMHifZF3KkMlUJtyB { width:14.625rem;height:1.3rem;top:54.472658157349rem;left:2.6875000596046rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #XSe765hsNJNTnfwTJgZnzivDCUwlDPht { width:15.25rem;height:1.3rem;top:56.875001907349rem;left:2.3750000596046rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #sI4VaWyWxkyMO9nreKn6dvFi4wyKrlPi { width:5rem;height:5rem;top:50.050000190735rem;left:13.187500536442rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX { display:block; }#KboVZWw1vLy5ZP4x6BR1RTDQusIhPFaX > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUADfsXW13922vO3lmkikzE1NcF5Radd { width:20rem;height:10.6875rem;top:5.0625rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0.17);background-image:url("https://images.assets-landingi.com/c7i94Fbf/02.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sUADfsXW13922vO3lmkikzE1NcF5Radd.adaptive-delivery-prevent-bg, #sUADfsXW13922vO3lmkikzE1NcF5Radd.lazyload, #sUADfsXW13922vO3lmkikzE1NcF5Radd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FbEnFbM2x7FcdKqd7zQos9KWnRTSqBGf { width:19.0625rem;height:1.625rem;top:5.3125009536743rem;left:0.46796876192093rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTCzlJ4iayaGg66DmE9TE1ZAz8eS0rJ { width:19.0625rem;height:7.0125rem;top:8.1875rem;left:0.46796876192093rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVoGzB6lX1mRFRbqM0WqKXzHyMZB7o62 { width:20rem;height:2.03125rem;top:3.5000009536743rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndkHNq1PfEfTiE2sekWhmAxMpFoxRD1i { width:20rem;height:2.4375rem;top:7.081250190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-text {padding-top: 0; padding-bottom: 0;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-select {padding-top: 0; padding-bottom: 0;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f  { width:17.5rem;height:auto;top:13.125005722046rem;left:0rem; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f {display:block;}#UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f { width:17.5rem;height:auto;top:13.125005722046rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #sKSZnanWXeuniDqdETigezebP8hrGvR3 {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #pyXtQnW9Pw6m8V2Zufi2fDu33oUcFZmM {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #frhz3dWE5zlpTObWPiOKPZkFP1TNgrTR {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #cESfBartw3ccqlewS0lEVFGpZm0CMIQH {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #rvx2CBf0y9cT9e4XBH0ynXiJJb93mJT2 {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #G5qO2i6FpzihHhAK47hSeOMSZS6HseFF {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #ClT6B7sHzoFk0SokKkNWLktS11hNfiwN {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #eaiTFNpO3liwi8VgqMrzIfGTVMmhfJyZ {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #emcOOko8TMxzmeqLOQ5qgrvOkRgVgKNT {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #V7nDTKi7IpTmC5uRxJ5Nf1DrKwr392NR {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #cOcWvIRPSUPnzdrJyFu9APuKwFf2MIRV {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #cE6cv51pLVkTAJXzGaRoxoycGMAghxE9 {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #GKaOSTVhbsKUVSliDbELTDdpwPS8rH4t {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #TrmgL9Qq9cD8wnc2kQo4Tpud32NKBhF6 {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #LSWQbBXmezXZdx0ZVDxemBTtByIVgFoP {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #a6F2kWewn5g86pgNVNxbDzEcZbTnlXPE {  }
 }@media only screen and (max-width: 763px) { #UryBZfbPEPqgfd6cvgxJWPSHduJv2Z2f #G9TnC10TAUlfmzE0pDJRW4rJos5GcnMt {  }
 }