.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:raleway;--paragraphs-font-family:open sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek8kRf0570BIefC4rAstkG5wulMhTntE { z-index:;position:relative;display:block; }#ek8kRf0570BIefC4rAstkG5wulMhTntE { background-color: transparent; background-image: none; }#ek8kRf0570BIefC4rAstkG5wulMhTntE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row .container > .video-iframe-container { display: none; }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row > .video-iframe-container { display: none; }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .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); }#ek8kRf0570BIefC4rAstkG5wulMhTntE { border-width: 0; border-radius: 0; }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#RTrZAp3L2rpI8wwtkG8RnuUBf3QzLRfx { position:absolute;display:block;z-index:15028;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:6.4375rem;width:6.375rem;top:0rem;left:1.6617183685302rem;overflow:hidden;display:block; }
#J9aSgNfEy6yEQFgPq1nuIK2lphL9w1SW { color:#00314c;display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:2.328125rem;left:8.598437309265rem;height:1.96875rem;font-style:normal;display:block; }
#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a901b5bc-63ec-434b-baf1-c85f0613d75e/Progettosenzatitolo20251031T185235477.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp.adaptive-delivery-prevent-bg, #yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp.lazyload, #yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp.lazyloading { background-image: none; }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .row .container { background-color: transparent; background-image: none; }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,30,0.66); }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .row .container > .video-iframe-container { display: none; }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,30,0.66); }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .row > .video-iframe-container { display: none; }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .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); }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .row .container { border-width: 0; border-radius: 0; }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#bwTIBHARcP5deVWMR2XZWy61krXnq3ts { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:21.625rem;width:32.5rem;top:4.03125rem;left:2.5rem;overflow:hidden;display:block; }
#qNL8tKBpk2x9tN1W4Tr0TTOzGGKEQhKo { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"playfairdisplay regular";font-size:2.6875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(20,12,214,0.11);top:3.03125rem;left:39.0625rem;height:10.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGAp9dqKe63cN6I8JfEn54sm31ofKseq { color:rgba(var(--color-primary-0),1);display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:16.34375rem;left:41.09375rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z3OTiSbsvEVHmIZUnKRQw7zef2uCTZ29 { background-color:#5c4de0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.65625rem;left:47.46875rem;display:block; }
#b3DlqrDRSqwk1TfIWuze2zXnKkxyu4mg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W366MOzbXVmKwMOJWMxbGccFkVOiQIUq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:25.65625rem;left:47.75rem; }
#Erwr5TcovJ0vMbecQ9xHuzKgSzzAsTik { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.6875rem;left:63.40625rem; }
#V4JyIr2D7tAdc4iJ3VhDv4IcA8Gq0Bzc { box-sizing:content-box;height:0.125rem;width:68.4375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:30.1875rem;left:2.90625rem;border-top:0.0625rem dashed #1e1e1e;border-left:0.0625rem dashed #1e1e1e;border-right:0.0625rem dashed #1e1e1e;border-bottom:0.0625rem dashed #1e1e1e;display:block; }
#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA { position:relative;display:block; }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA { background-color: transparent; background-image: none; }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA > .row .container > .video-iframe-container { display: none; }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA > .row > .video-iframe-container { display: none; }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA > .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); }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA { border-width: 0; border-radius: 0; }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kONswaIc9JVeLWy9NUHHo8Nn3yC5g6m1 { box-sizing:content-box;height:37.9375rem;width:21.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.25rem;left:47.750000953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#DC1CPWoryaT8zPkTUgZ1TJiURsH2krsv { color:#5c4de0;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:8.875rem;left:49.3125rem;height:6.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-form-header {  }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-regular-label { height:auto;display:block;font-family:inter;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:18.0625rem;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;font-style:normal; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .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:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),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:18.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:arial; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .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 rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),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:18.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:arial; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .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; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .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:#ffaa33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.0625rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.5;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.625rem;overflow:hidden;font-style:normal; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .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; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-container:first-of-type{padding-top:0;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-container:last-of-type{padding-bottom:0;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC  { 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:18.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:14.924999237061rem;left:48.118748664856rem; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.0625rem; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC {display:block;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC { 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:18.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:14.924999237061rem;left:48.118748664856rem; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #hiobSBap1t9R9XMeHiJph06df1Se2240 { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #HnGJLOe24ds4gPAlcUW3rXBsaCDHoVgk { position:relative;display:block; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #GzBJv61iwRKXQWaa2i3WQHZT89lOKtty { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #oZM47i6bvibuDRZ9o9lAzLzxMgHy0EGQ { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #RUDbaWIgTi4kCQlOFaEOSCt7w12uk648 { position:relative;display:block; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #eSS1WyMTP4M1fdVRXRvdliunFAX8ofdN { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #wkxgRmwVIo0bwRghuHQLQ3z5nVOEv99B { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #yZ7LZAqGqBcGyoexrz0QTStTGcJJxvox { position:relative;display:block; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #XLp4ckzXansiCLEQ3qUEhppgticwepZG { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #kNRNBo4LHFw4DbA0HxiwSqTPrT4D2G7B { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #XDXDVQbL1gcwo2itSfeRDXlggfwpGMMq { position:relative;display:block; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #KHe4czaVTsDFXbCTLcNXaD9OkCf2pthl { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #EyWgGDfGO3rSWJxO2yvxWTnDgmntWw0t { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #EyWgGDfGO3rSWJxO2yvxWTnDgmntWw0t .container-column{width:50%;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #u90qp8Bedq5A0hxA4EvwDGql6VSnhZe9 { position:relative;display:block; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #Pc5OJ9TtHe8G83Wxia9oavn7t7PbT58t { position:relative;z-index:2; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #J7RhuhyIP3GCCkETantkgBT2LDvuycUK { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #G1Qb4H5CnrtRsO7v9P0aFLmZqBz79SCz { position:relative;z-index:2; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #C6kOU37ohKvPiTW8ponKknCAVpZmh0v0 { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #AyxvFhfqubR4HUSRmUapWHZ6Ju9ZbaBx { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #AyxvFhfqubR4HUSRmUapWHZ6Ju9ZbaBx .container-column{width:33%;;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #zC0KEtevLcCFckSgJ3M8vK5mv29t0TGU { position:relative;display:block; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #z5umf4QByF1ThSfmxDtiC73ulzf8u5bh { position:relative;z-index:2; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #pltMmNvJVm5orsdxTe1KyXSCIcoi3zRg { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #K6fwuVvmgK8REKJ9A7Q1IEFQXpnT96rA { position:relative;z-index:2; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #T04xQpltTpZB6BXDNzU66FNh7dvXruCE { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #avIa5ugabvgbMtsqDTIJzdEI9Jod7461 { position:relative;z-index:2; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #dcXQwiWb54wAHmeIrSJQUa8c87kEZRGr { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #sopEiepB4XaBthc2QUHhxorGf91kMEOr { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #OE800KcEvTfi2BW7FuDtsvaAsWk0V2Ix { position:relative;z-index:2; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #ySnKSsV4LZMZFTMBLpgSUyoVK7mryhW1 { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #TLJN8vEQnlTVPmE13fpoJPx26CEMeaSy { position:relative; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #Mg1UQkdh0RZDKhtta0UJyl9dt62Mlfee { position:relative; }
#Dptsx9s8nkKrXVlU2c8tWfMEk09soPui { box-sizing:content-box;height:9.5625rem;width:9.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:1.46875rem;left:41.031250953674rem;box-shadow: 0.375rem 0.375rem 0.5rem rgba(0,0,0,0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#uEvx4Opg9U2kOH7zgaOT2GlUIZV2gw9d { color:#ffaa33;display:block;width:10.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(20,12,214,0.11);top:4.8125rem;left:40.875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oq67tXKVk1ZBIsADbg2HIBlDXywQoMzc { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:7.25rem;left:0rem;height:12.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlNZ8ItIPpQWJPElaQ51TDvFcIkDL0Lw { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.2177734375rem;left:0rem;height:16.6796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TlNZ8ItIPpQWJPElaQ51TDvFcIkDL0Lw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TlNZ8ItIPpQWJPElaQ51TDvFcIkDL0Lw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_960c06b6a9e29ec6d2225c1e83ddba83.svg); }
#h6hAT1QvsQBR0o9xOIuwzKPGvkwp9bXN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:43.9560546875rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iWl3aSqeCSms2fN9QGCoxUXEdtH9ExST { position:absolute;display:block;z-index:15015;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:8.5625rem;width:8.5625rem;top:39.4677734375rem;left:35.1435546875rem;overflow:hidden;display:block; }
#ZSNNeT0bcBbGPmSRrQHSgtKQNKHVkMxn { box-sizing:content-box;height:0.125rem;width:68.4375rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:49.5625rem;left:3.25rem;border-top:0.0625rem dashed #1e1e1e;border-left:0.0625rem dashed #1e1e1e;border-right:0.0625rem dashed #1e1e1e;border-bottom:0.0625rem dashed #1e1e1e;display:block; }
#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G { 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; }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .row .container { background-color: transparent; background-image: none; }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .row .container > .video-iframe-container { display: none; }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .row > .video-iframe-container { display: none; }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .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); }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .row .container { border-width: 0; border-radius: 0; }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#l8HA8rTHl0FuNdP2o9CyKxNto5M0Ho8i { color:rgba(var(--color-tertiary-4),1);display:block;width:55.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:1.5rem;left:9.9375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F { 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; }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .row .container { background-color: transparent; background-image: none; }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .row .container > .video-iframe-container { display: none; }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .row > .video-iframe-container { display: none; }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .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); }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .row .container { border-width: 0; border-radius: 0; }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#kcPalwKMsHSeDlPAsKoVR7Ci5wEBK5se { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:2.5625rem;left:4.03125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQFQOyHTNndgbCH7MPQIQlZlyNAlm5S9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:2.5625rem;left:41.0625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U72ZuD48htmGDTrIHSIlFhGMa6NZgT7T { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:16.875rem;top:5.5625rem;left:8.21875rem;overflow:hidden;display:block; }
#G7eAsTir8VvEkoXvUsmWoxbShBg0EseK { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:3.8125rem;left:50.4375rem;overflow:hidden;display:block; }
#WAo08lOyrq0eb8ZtbyV6bQh9swXJz6yr { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:14.3125rem;left:4.03125rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LKn0mGqWzabzT1pNb1RTFJ8J0J9lXGRU { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:14.9375rem;left:45.5rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(92,77,224,0.15);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; }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .row .container { background-color: transparent; background-image: none; }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .row .container > .video-iframe-container { display: none; }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .row > .video-iframe-container { display: none; }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .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); }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .row .container { border-width: 0; border-radius: 0; }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#EWOaRovmXAoBq6ylT5vLZcEwsxAwI1zt { color:rgba(var(--color-tertiary-4),1);display:block;width:71.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:2.361328125rem;left:1.96875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTRJeoqDLVWzdtEpxmn0ldPavN8yt0LQ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:6.5625rem;left:19.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1hC0u4yusgJmLpUKw5ccfMUc0ZQnM0i { box-sizing:content-box;height:3.9375rem;width:49.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(51,51,51,0.94);background-image:none;top:6.1875rem;left:12.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(92,77,224,0.15);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .row .container { background-color: transparent; background-image: none; }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .row .container > .video-iframe-container { display: none; }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .row > .video-iframe-container { display: none; }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .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); }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .row .container { border-width: 0; border-radius: 0; }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#VxDCNQ52QBXV0tRd5iobqfy8rqWaHo6L { position:absolute;display:block;z-index:15001;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:8.875rem;width:8.875rem;top:5.65625rem;left:23.6875rem;overflow:hidden;display:block; }
#sxzA2oXCcy8ueTQisLDCiz1kd6wKidHu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:6.03125rem;left:42.8125rem;overflow:hidden;display:block; }
#NTBKXTiwZwbATPTPo2VBKkHTTDLHvs3v { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:5.65625rem;left:61.625000953674rem;overflow:hidden;display:block; }
#mOHR08G6x3gmE2nXeb0KTsKXTaEt6yCh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:1.125rem;left:3.8125rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kcI5bbmRkV59UzJ7rT5Pu1IT5eJt6lsI { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.125rem;left:23.5rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePCoFJN7ZdFbpuckBqKlPSqyInkNh72i { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:1.125rem;left:42.406250953674rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vp0RMuCSSK3I5Nx5I4ILBTChiPmQ228z { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:1.125rem;left:59.656250953674rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCRBsHoNXszMneUGz37rmZ8hqxmOOu8D { color:#e64a19;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:15.4248046875rem;left:1.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pcfadeyf5OxJ2Xhwr5iW7w5cWLQfRS48 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:16.550001144409rem;left:20.217968940735rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfZnsCEOduHUAXaugNPeC2a208MS9Qbc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:16.518751144409rem;left:38.781250953674rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1Ot1TTdkTCGOLi0VDg8V0rJXUWc6Wtb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:15.9873046875rem;left:57.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZs65DFs0tsTmPuM4dM193LSthHhTZVA { box-sizing:content-box;height:16.6875rem;width:17.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:0.75rem;border-top:0.125rem dashed rgba(var(--color-tertiary-4),1);border-left:0.125rem dashed rgba(var(--color-tertiary-4),1);border-right:0.125rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-4),1);display:block; }
#WfazUOLawsdE2vUMtttDeewVqF2suPBQ { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:19.499218940735rem;border-top:0.125rem dashed rgba(var(--color-tertiary-4),1);border-left:0.125rem dashed rgba(var(--color-tertiary-4),1);border-right:0.125rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-4),1);display:block; }
#xrRHqKLQTgrxZw95UmGIIgxQCaNLZczU { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:38.250000953674rem;border-top:0.125rem dashed rgba(var(--color-tertiary-4),1);border-left:0.125rem dashed rgba(var(--color-tertiary-4),1);border-right:0.125rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-4),1);display:block; }
#aihtP0UkDfzJXWHRInSTMf10FsHs7x0v { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.0625rem;left:57.000000953674rem;border-top:0.125rem dashed rgba(var(--color-tertiary-4),1);border-left:0.125rem dashed rgba(var(--color-tertiary-4),1);border-right:0.125rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-4),1);display:block; }
#XGMIuUL03P5Nb93bRzNKxUzkEzcSe7rw { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:0.75rem;display:none; }
#VtLAZrWT6n2t2bcBbd6TmTU7CMt92kOE { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:0.75rem;display:none; }
#n2mttVyNoRSSUyWv5ZmiKSdbBU0oqH3D { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:0.75rem;display:none; }
#HTNF9o9Nu3gVXmqn1TzpH8nfQlshtJo0 { background-color:#ffaa33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:arial;font-size:1.1875rem;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:24rem;left:27.96875rem;display:block; }
#e2KtRcwuh35J7s4a3bGZ5x1lSivEFazc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KZ0IkXdc2LPZywq8IpkutQ0hNTCJJZqn { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.375rem;top:5.90625rem;left:5.1875rem;overflow:hidden;display:block; }
#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ { position:relative;display:block; }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ { background-color: transparent; background-image: none; }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ > .row .container > .video-iframe-container { display: none; }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ > .row > .video-iframe-container { display: none; }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ > .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); }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ { border-width: 0; border-radius: 0; }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wdn3pzpO1zyXUEk16mbJ2d90B9DCoKbD { color:rgba(var(--color-tertiary-4),1);display:block;width:58.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:1.96875rem;left:8.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE { position:relative;display:block; }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE { background-color: transparent; background-image: none; }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE > .row .container > .video-iframe-container { display: none; }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE > .row > .video-iframe-container { display: none; }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE > .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); }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE { border-width: 0; border-radius: 0; }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FBpVnl9ARlDLPOWwbIiZ4tAsN07Q5dqL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:4.4375rem;left:39.4375rem;height:1.4433625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oa9r7FInIQXXDzTJP1lTQ7TuQwrlcZkE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;height:21.5625rem;width:32.4375rem;top:3.15625rem;left:2.4375rem;overflow:hidden;display:block; }
#JrbqifnoooJzk2NgVcQxiWxIH2DzA4DD { background-color:#ffaa33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.34375rem;left:49.875rem;display:block; }
#pz4Aomb498V9K8T6Wg70ngN3q12tQ157 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddgcs1f2q1i9yrDaoNnp73IpJxDFTHll { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6845703125rem;left:39.46875rem;height:12.567375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ddgcs1f2q1i9yrDaoNnp73IpJxDFTHll li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ddgcs1f2q1i9yrDaoNnp73IpJxDFTHll li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_791ea937393584059b8833c34defad0b.svg); }
#hJtf6il0dV6HeDahqzne57fUP9m08DwV { position:relative;display:block; }#hJtf6il0dV6HeDahqzne57fUP9m08DwV { background-color: transparent; background-image: none; }#hJtf6il0dV6HeDahqzne57fUP9m08DwV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJtf6il0dV6HeDahqzne57fUP9m08DwV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJtf6il0dV6HeDahqzne57fUP9m08DwV > .row .container > .video-iframe-container { display: none; }#hJtf6il0dV6HeDahqzne57fUP9m08DwV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJtf6il0dV6HeDahqzne57fUP9m08DwV > .row > .video-iframe-container { display: none; }#hJtf6il0dV6HeDahqzne57fUP9m08DwV > .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); }#hJtf6il0dV6HeDahqzne57fUP9m08DwV { border-width: 0; border-radius: 0; }#hJtf6il0dV6HeDahqzne57fUP9m08DwV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hJtf6il0dV6HeDahqzne57fUP9m08DwV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CVpKKnWeUmE94GdJVzJ0wFF2VD1C24k8 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5.375rem;left:3.4375rem;height:1.4433625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FgPWcwPFUPIKM6B1OgiVxfoD3TZBC9m0 { background-color:#ffaa33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.9833984375rem;left:9.90625rem;display:block; }
#Lmie9cb8kvkaopLQZxbLzwQSZ6dorDyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MURMTUweIBlLQS24HEXqv6hV2FPov6Z7 { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.640625rem;left:3.40625rem;height:9.15525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MURMTUweIBlLQS24HEXqv6hV2FPov6Z7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MURMTUweIBlLQS24HEXqv6hV2FPov6Z7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f76ebae13292662f8ba357d89eff3f1f.svg); }
#UfOFgAM5hoJDmIvuxbvT4pTqf3fLCcVM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;height:21.5rem;width:32.3125rem;top:1.8583984375rem;left:40.09375rem;overflow:hidden;display:block; }
#vZUIsEuUbZdIG4keq413L5s72vvKiD5r { position:relative;display:block; }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r { background-color: transparent; background-image: none; }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r > .row .container > .video-iframe-container { display: none; }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r > .row > .video-iframe-container { display: none; }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r > .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); }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r { border-width: 0; border-radius: 0; }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cvnba31xXs53sVDqqJvP3Vi86d5O2IrB { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:4.5rem;left:39.1875rem;height:1.4433625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q3WAzR540Wa77e3L7VQsObvTytmXvH6N { background-color:#ffaa33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.28125rem;left:49.3125rem;display:block; }
#ZuIcxAfmfq5QJmI0dhKGqAXMKn8HxMr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bDdFKntNzUVQzw7iTL2dqi2M60Q7ozKU { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.75rem;left:39.1875rem;height:9.15525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bDdFKntNzUVQzw7iTL2dqi2M60Q7ozKU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bDdFKntNzUVQzw7iTL2dqi2M60Q7ozKU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e3ef72b42fb09b2a13cf7d4cf608594.svg); }
#fR9sHsDiJqgk6Sn7z5c5BiAgBXmS747q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;height:21.4375rem;width:32.1875rem;top:3.21875rem;left:1.625rem;overflow:hidden;display:block; }
#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(92,77,224,0.15);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; }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .row .container { background-color: transparent; background-image: none; }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .row .container > .video-iframe-container { display: none; }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .row > .video-iframe-container { display: none; }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .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); }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .row .container { border-width: 0; border-radius: 0; }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#ZQft9GMz4Wpk12T9bK1VrJE33N4fiwMJ { color:#454545;display:block;width:9.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:9.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRl4opM0DiQvSKZ5kqkzSGo7CAaEua7m { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:8.1875rem;left:9.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSaKhd2CeRxSgnP936meHtDDAOIOOpsX { color:#454545;display:block;width:7.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.9375rem;left:10.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RpCQg6uhxTOxkMNiGCwN8c78auQQn7Bt { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:16.375rem;left:10.8125rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byuUz2Kv0rthdDeDenhKl7dcUXFWlhVX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:16.3125rem;left:54.625rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TK9cuyTmvgEg7Gty3Z9TIAfgwNWf8HI4 { color:#454545;display:block;width:13.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.8125rem;left:53.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGmRtI8VnE8vTORQ6LcNkikd7pG3g8eu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:7.75rem;left:54.1875rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5pbfF8HD7u6fQC1T56Ko7sLJTLWo4Co { color:#454545;display:block;width:9.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3125rem;left:55.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbztPFJ1kq78RMMG8Aus9gaqwbBU5yFB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:12.3125rem;left:12.875rem; }
#MFqm1oc9HXxea2tVyN2yPbg4dQ3Fk67t { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:3.5625rem;left:12.5rem; }
#lXqgS2bewgCLsZwvu3BslpxBpJDGv6r1 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:4.0625rem;left:59rem; }
#hRlSHs36dKgN6pDpuiSeEn5ahnuqkyoO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.25rem 0.3125rem 0.25rem rgba(0,0,0,0.5) ;height:18.8125rem;width:28.25rem;top:2.2187490463257rem;left:23.375000953674rem;overflow:hidden;display:block; }
#ZdX0TOyxUBTQFkHuzxglTNIqB8D9vXqK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:12.4375rem;left:58.9375rem; }
#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ { 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; }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .row .container { background-color: transparent; background-image: none; }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .row .container > .video-iframe-container { display: none; }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .row > .video-iframe-container { display: none; }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .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); }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .row .container { border-width: 0; border-radius: 0; }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#S8m6mzDVbMi7fErDhBTVCRHuKgqotOdA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxPmJPa6MW7ZTAET4bBB487811HoIFmA { 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; }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .row .container { background-color: transparent; background-image: none; }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .row .container > .video-iframe-container { display: none; }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .row > .video-iframe-container { display: none; }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .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); }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .row .container { border-width: 0; border-radius: 0; }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#C8XH9swN7IfLLbqlhn6AL1b3wQrKkpZz { position:absolute;display:block;z-index:15011;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.875rem;width:12.875rem;top:1.5625rem;left:9.9375rem;overflow:hidden;display:block; }
#TI85bTSch0XLCFcT4K9OGkSpaw5BD5Te { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:3.5rem;left:42.65625rem;height:9.5625rem;text-align:left;text-align-last:left;display:block; }
#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J { position:relative;display:block; }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J { background-color: transparent; background-image: none; }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J > .row .container > .video-iframe-container { display: none; }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J > .row > .video-iframe-container { display: none; }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J > .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); }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J { border-width: 0; border-radius: 0; }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gNWnyC6yt6TdMSCdQzpKTEvOP4ezfnG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:5.4677734375rem;left:8.90625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bvfwefm7c2gUC4cgiLpfToiwzdRz1LdU { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:2.28125rem;left:14.75rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJ3FG2oaJnq2V5VQXVTm7anM57SbuomL { box-sizing:content-box;height:0.125rem;width:68.4375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:0.84375rem;left:3.28125rem;border-top:0.0625rem dashed #1e1e1e;border-left:0.0625rem dashed #1e1e1e;border-right:0.0625rem dashed #1e1e1e;border-bottom:0.0625rem dashed #1e1e1e;display:block; }
#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv { position:relative;display:block; }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv { background-color: transparent; background-image: none; }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv > .row .container > .video-iframe-container { display: none; }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv > .row > .video-iframe-container { display: none; }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv > .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); }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv { border-width: 0; border-radius: 0; }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ocUvIpwiEutbydnXCEIAygZiIqb3teMV { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:2.1875rem;left:2.53125rem;height:26.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ocUvIpwiEutbydnXCEIAygZiIqb3teMV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ocUvIpwiEutbydnXCEIAygZiIqb3teMV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_191a514cb362e4c6c0d872256a849cd5.svg); }
#khEE1PvJm71rF4AgXZW4MpZX8Sc6D4bv { box-sizing:content-box;height:21.9375rem;width:31.8125rem;position:absolute;display:block;z-index:15019;background-color:#5c4de0;background-image:none;top:4.375rem;left:40.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#orSNqMRN6nTNR0CJ5pHVeiX07fVilMil { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:20.125rem;width:30.4375rem;top:5.25rem;left:41.1875rem;overflow:hidden;display:block; }
#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,170,51,0.26);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; }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .row .container { background-color: transparent; background-image: none; }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .row .container > .video-iframe-container { display: none; }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .row > .video-iframe-container { display: none; }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .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); }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .row .container { border-width: 0; border-radius: 0; }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#euMVZHB3PuD0TnASR4wipNQn4OiamivP { color:rgba(var(--color-primary-4),1);display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:1.673828125rem;left:8.4375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VoTF6IsDzPL0FNV72GIWa87JOS0JGZor { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:7.65625rem;left:18.71875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ucs2rIcbCIv717BRXPS678nys3cKyvTM { background-color:#5c4de0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.6123046875rem;left:23.25rem;display:block; }
#JfroZWIZI6aA9lTQhAnPyMobEgzUwD66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i0ALkRT4RaxEfC7UWLgukiasFet1B4NR { background-color:#5c4de0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.6123046875rem;left:23.25rem;display:none; }
#mlFAasURZFEGyCQCu534Md1Rbw9FwVD8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row .container { background-color: transparent; background-image: none; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row .container > .video-iframe-container { display: none; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row > .video-iframe-container { display: none; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .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); }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row .container { border-width: 0; border-radius: 0; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#RZOIsa4uRScaKOQ2XSADAfc1LTD78GL6 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.54375076293945rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ek8kRf0570BIefC4rAstkG5wulMhTntE { display:block; }#ek8kRf0570BIefC4rAstkG5wulMhTntE { background-color: transparent; background-image: none; }#ek8kRf0570BIefC4rAstkG5wulMhTntE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row .container > .video-iframe-container { display: none; }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row > .video-iframe-container { display: none; }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .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); }#ek8kRf0570BIefC4rAstkG5wulMhTntE { border-width: 0; border-radius: 0; }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTrZAp3L2rpI8wwtkG8RnuUBf3QzLRfx { width:6.375rem;height:6.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9aSgNfEy6yEQFgPq1nuIK2lphL9w1SW { top:2.3125rem;left:0rem;width:17.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp { display:block; }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwTIBHARcP5deVWMR2XZWy61krXnq3ts { width:32.5rem;height:21.625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNL8tKBpk2x9tN1W4Tr0TTOzGGKEQhKo { width:34.375rem;height:10.75rem;top:3rem;left:13.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAp9dqKe63cN6I8JfEn54sm31ofKseq { width:30.3125rem;height:6.25rem;top:16.3125rem;left:17.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3OTiSbsvEVHmIZUnKRQw7zef2uCTZ29 { width:17.5625rem;height:3.4375rem;top:24.625rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3DlqrDRSqwk1TfIWuze2zXnKkxyu4mg { display:block; }
 }@media only screen and (max-width: 763px) { #W366MOzbXVmKwMOJWMxbGccFkVOiQIUq { width:1.375rem;height:1.375rem;top:25.625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erwr5TcovJ0vMbecQ9xHuzKgSzzAsTik { width:1.375rem;height:1.375rem;top:25.6875rem;left:42.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4JyIr2D7tAdc4iJ3VhDv4IcA8Gq0Bzc { width:47.625rem;height:0.125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA { display:block; }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kONswaIc9JVeLWy9NUHHo8Nn3yC5g6m1 { width:21.0625rem;height:37.9375rem;top:7.25rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC1CPWoryaT8zPkTUgZ1TJiURsH2krsv { top:8.875rem;left:28.875rem;width:18.1875rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-regular-label { width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-text { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-textarea { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-select { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC  { width:18.0625rem;height:auto;top:14.875rem;left:27.1875rem; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .radio-container { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC {display:block;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC { width:18.0625rem;height:auto;top:14.875rem;left:27.1875rem; }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #hiobSBap1t9R9XMeHiJph06df1Se2240 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #HnGJLOe24ds4gPAlcUW3rXBsaCDHoVgk {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #GzBJv61iwRKXQWaa2i3WQHZT89lOKtty {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #oZM47i6bvibuDRZ9o9lAzLzxMgHy0EGQ {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #RUDbaWIgTi4kCQlOFaEOSCt7w12uk648 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #eSS1WyMTP4M1fdVRXRvdliunFAX8ofdN {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #wkxgRmwVIo0bwRghuHQLQ3z5nVOEv99B {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #yZ7LZAqGqBcGyoexrz0QTStTGcJJxvox {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #XLp4ckzXansiCLEQ3qUEhppgticwepZG {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #kNRNBo4LHFw4DbA0HxiwSqTPrT4D2G7B {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #XDXDVQbL1gcwo2itSfeRDXlggfwpGMMq {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #KHe4czaVTsDFXbCTLcNXaD9OkCf2pthl {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #EyWgGDfGO3rSWJxO2yvxWTnDgmntWw0t {  }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #EyWgGDfGO3rSWJxO2yvxWTnDgmntWw0t .container-column{width:50%;} }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #u90qp8Bedq5A0hxA4EvwDGql6VSnhZe9 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #Pc5OJ9TtHe8G83Wxia9oavn7t7PbT58t {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #J7RhuhyIP3GCCkETantkgBT2LDvuycUK {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #G1Qb4H5CnrtRsO7v9P0aFLmZqBz79SCz {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #C6kOU37ohKvPiTW8ponKknCAVpZmh0v0 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #AyxvFhfqubR4HUSRmUapWHZ6Ju9ZbaBx {  }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #AyxvFhfqubR4HUSRmUapWHZ6Ju9ZbaBx .container-column{width:50%;} }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #zC0KEtevLcCFckSgJ3M8vK5mv29t0TGU {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #z5umf4QByF1ThSfmxDtiC73ulzf8u5bh {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #pltMmNvJVm5orsdxTe1KyXSCIcoi3zRg {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #K6fwuVvmgK8REKJ9A7Q1IEFQXpnT96rA {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #T04xQpltTpZB6BXDNzU66FNh7dvXruCE {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #avIa5ugabvgbMtsqDTIJzdEI9Jod7461 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #dcXQwiWb54wAHmeIrSJQUa8c87kEZRGr {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #sopEiepB4XaBthc2QUHhxorGf91kMEOr {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #OE800KcEvTfi2BW7FuDtsvaAsWk0V2Ix {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #ySnKSsV4LZMZFTMBLpgSUyoVK7mryhW1 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #TLJN8vEQnlTVPmE13fpoJPx26CEMeaSy {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #Mg1UQkdh0RZDKhtta0UJyl9dt62Mlfee {  }
 }@media only screen and (max-width: 763px) { #Dptsx9s8nkKrXVlU2c8tWfMEk09soPui { width:9.75rem;height:9.5625rem;top:1.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEvx4Opg9U2kOH7zgaOT2GlUIZV2gw9d { width:10.1875rem;height:2.75rem;top:4.8125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq67tXKVk1ZBIsADbg2HIBlDXywQoMzc { width:33.5625rem;height:12.375rem;top:7.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlNZ8ItIPpQWJPElaQ51TDvFcIkDL0Lw { width:30.4375rem;height:16.625rem;top:22.1875rem;left:0rem;font-size:1.0625rem;display:block; }#TlNZ8ItIPpQWJPElaQ51TDvFcIkDL0Lw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_960c06b6a9e29ec6d2225c1e83ddba83.svg); }
 }@media only screen and (max-width: 763px) { #h6hAT1QvsQBR0o9xOIuwzKPGvkwp9bXN { width:33.3125rem;height:2.75rem;top:43.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWl3aSqeCSms2fN9QGCoxUXEdtH9ExST { width:8.5625rem;height:8.5625rem;top:39.4375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSNNeT0bcBbGPmSRrQHSgtKQNKHVkMxn { width:47.625rem;height:0.125rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G { display:block; }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8HA8rTHl0FuNdP2o9CyKxNto5M0Ho8i { width:47.75rem;height:2.25rem;top:1.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F { display:block; }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcPalwKMsHSeDlPAsKoVR7Ci5wEBK5se { width:25.25rem;height:2rem;top:2.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQFQOyHTNndgbCH7MPQIQlZlyNAlm5S9 { width:30.375rem;height:2rem;top:2.5625rem;left:17.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U72ZuD48htmGDTrIHSIlFhGMa6NZgT7T { width:16.875rem;height:8.125rem;top:5.5625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7eAsTir8VvEkoXvUsmWoxbShBg0EseK { width:11.625rem;height:11.625rem;top:3.8125rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAo08lOyrq0eb8ZtbyV6bQh9swXJz6yr { width:25.25rem;height:6.25rem;top:14.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKn0mGqWzabzT1pNb1RTFJ8J0J9lXGRU { width:21.5rem;height:5rem;top:14.9375rem;left:25.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6z6FFkyvNnxgUToupCBmnGTNHELRf9V { display:block; }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWOaRovmXAoBq6ylT5vLZcEwsxAwI1zt { width:47.75rem;height:2.25rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRJeoqDLVWzdtEpxmn0ldPavN8yt0LQ { width:35.8125rem;height:3rem;top:6.5625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1hC0u4yusgJmLpUKw5ccfMUc0ZQnM0i { width:47.75rem;height:3.9375rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDUBR2el5RQF6XNKCdeKn8guVn84Wygh { display:block; }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxDCNQ52QBXV0tRd5iobqfy8rqWaHo6L { width:8.875rem;height:8.875rem;top:5.625rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxzA2oXCcy8ueTQisLDCiz1kd6wKidHu { width:8.125rem;height:8.125rem;top:6rem;left:25.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTBKXTiwZwbATPTPo2VBKkHTTDLHvs3v { width:8rem;height:8rem;top:5.625rem;left:37.781250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOHR08G6x3gmE2nXeb0KTsKXTaEt6yCh { width:11.125rem;height:2.375rem;top:1.125rem;left:0.40625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcI5bbmRkV59UzJ7rT5Pu1IT5eJt6lsI { width:9.25rem;height:3.5625rem;top:1.125rem;left:13.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePCoFJN7ZdFbpuckBqKlPSqyInkNh72i { width:8.9375rem;height:2.375rem;top:1.125rem;left:25.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp0RMuCSSK3I5Nx5I4ILBTChiPmQ228z { width:11.9375rem;height:2.375rem;top:1.125rem;left:35.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCRBsHoNXszMneUGz37rmZ8hqxmOOu8D { width:16.375rem;height:4.5rem;top:15.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcfadeyf5OxJ2Xhwr5iW7w5cWLQfRS48 { width:15.8125rem;height:2.25rem;top:16.5rem;left:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfZnsCEOduHUAXaugNPeC2a208MS9Qbc { width:16.1875rem;height:2.125rem;top:16.5rem;left:19.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Ot1TTdkTCGOLi0VDg8V0rJXUWc6Wtb { width:16.75rem;height:3.375rem;top:15.9375rem;left:31rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZs65DFs0tsTmPuM4dM193LSthHhTZVA { width:17.25rem;height:16.6875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfazUOLawsdE2vUMtttDeewVqF2suPBQ { width:17.25rem;height:16.5625rem;top:4rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrRHqKLQTgrxZw95UmGIIgxQCaNLZczU { width:17.25rem;height:16.5625rem;top:4rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aihtP0UkDfzJXWHRInSTMf10FsHs7x0v { width:17.25rem;height:16.5625rem;top:4.0625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGMIuUL03P5Nb93bRzNKxUzkEzcSe7rw { width:17.25rem;height:16.5625rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtLAZrWT6n2t2bcBbd6TmTU7CMt92kOE { width:17.25rem;height:16.5625rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2mttVyNoRSSUyWv5ZmiKSdbBU0oqH3D { width:17.25rem;height:16.5625rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTNF9o9Nu3gVXmqn1TzpH8nfQlshtJo0 { width:18.9375rem;height:3.4375rem;top:24rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2KtRcwuh35J7s4a3bGZ5x1lSivEFazc { display:block; }
 }@media only screen and (max-width: 763px) { #KZ0IkXdc2LPZywq8IpkutQ0hNTCJJZqn { width:8.375rem;height:8.375rem;top:5.875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ { display:block; }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdn3pzpO1zyXUEk16mbJ2d90B9DCoKbD { width:47.75rem;height:4.5rem;top:1.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE { display:block; }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBpVnl9ARlDLPOWwbIiZ4tAsN07Q5dqL { width:28.9375rem;height:1.4375rem;top:4.4375rem;left:18.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa9r7FInIQXXDzTJP1lTQ7TuQwrlcZkE { width:32.4375rem;height:21.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrbqifnoooJzk2NgVcQxiWxIH2DzA4DD { width:12.75rem;height:3.4375rem;top:21.3125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz4Aomb498V9K8T6Wg70ngN3q12tQ157 { display:block; }
 }@media only screen and (max-width: 763px) { #ddgcs1f2q1i9yrDaoNnp73IpJxDFTHll { width:28.875rem;height:12.5625rem;top:7.625rem;left:18.875rem;font-size:1rem;display:block; }#ddgcs1f2q1i9yrDaoNnp73IpJxDFTHll li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_791ea937393584059b8833c34defad0b.svg); }
 }@media only screen and (max-width: 763px) { #hJtf6il0dV6HeDahqzne57fUP9m08DwV { display:block; }#hJtf6il0dV6HeDahqzne57fUP9m08DwV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVpKKnWeUmE94GdJVzJ0wFF2VD1C24k8 { width:26.9375rem;height:1.4375rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgPWcwPFUPIKM6B1OgiVxfoD3TZBC9m0 { width:12.75rem;height:3.4375rem;top:19.9375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmie9cb8kvkaopLQZxbLzwQSZ6dorDyn { display:block; }
 }@media only screen and (max-width: 763px) { #MURMTUweIBlLQS24HEXqv6hV2FPov6Z7 { width:27rem;height:9.125rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }#MURMTUweIBlLQS24HEXqv6hV2FPov6Z7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f76ebae13292662f8ba357d89eff3f1f.svg); }
 }@media only screen and (max-width: 763px) { #UfOFgAM5hoJDmIvuxbvT4pTqf3fLCcVM { width:32.3125rem;height:21.5rem;top:1.8125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZUIsEuUbZdIG4keq413L5s72vvKiD5r { display:block; }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvnba31xXs53sVDqqJvP3Vi86d5O2IrB { width:23.875rem;height:1.4375rem;top:4.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WAzR540Wa77e3L7VQsObvTytmXvH6N { width:12.75rem;height:3.4375rem;top:21.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuIcxAfmfq5QJmI0dhKGqAXMKn8HxMr1 { display:block; }
 }@media only screen and (max-width: 763px) { #bDdFKntNzUVQzw7iTL2dqi2M60Q7ozKU { width:33rem;height:9.125rem;top:8.75rem;left:14.75rem;font-size:1rem;display:block; }#bDdFKntNzUVQzw7iTL2dqi2M60Q7ozKU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e3ef72b42fb09b2a13cf7d4cf608594.svg); }
 }@media only screen and (max-width: 763px) { #fR9sHsDiJqgk6Sn7z5c5BiAgBXmS747q { width:32.1875rem;height:21.4375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM { display:block; }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQft9GMz4Wpk12T9bK1VrJE33N4fiwMJ { width:9.8125rem;height:1.4375rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRl4opM0DiQvSKZ5kqkzSGo7CAaEua7m { width:9.8125rem;height:2.3125rem;top:8.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSaKhd2CeRxSgnP936meHtDDAOIOOpsX { width:7.8125rem;height:1.4375rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpCQg6uhxTOxkMNiGCwN8c78auQQn7Bt { width:6.75rem;height:2.3125rem;top:16.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byuUz2Kv0rthdDeDenhKl7dcUXFWlhVX { width:10.9375rem;height:2.3125rem;top:16.3125rem;left:36.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK9cuyTmvgEg7Gty3Z9TIAfgwNWf8HI4 { width:13.5rem;height:1.375rem;top:14.8125rem;left:34.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGmRtI8VnE8vTORQ6LcNkikd7pG3g8eu { width:11.8125rem;height:2.3125rem;top:7.75rem;left:35.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5pbfF8HD7u6fQC1T56Ko7sLJTLWo4Co { width:9.0625rem;height:1.4375rem;top:6.3125rem;left:38.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbztPFJ1kq78RMMG8Aus9gaqwbBU5yFB { top:12.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFqm1oc9HXxea2tVyN2yPbg4dQ3Fk67t { top:3.5625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqgS2bewgCLsZwvu3BslpxBpJDGv6r1 { top:4.0625rem;left:45.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlSHs36dKgN6pDpuiSeEn5ahnuqkyoO { width:28.25rem;height:18.8125rem;top:2.1875rem;left:9.7500009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdX0TOyxUBTQFkHuzxglTNIqB8D9vXqK { top:12.4375rem;left:45.3125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ { display:block; }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8m6mzDVbMi7fErDhBTVCRHuKgqotOdA { top:1.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxPmJPa6MW7ZTAET4bBB487811HoIFmA { display:block; }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8XH9swN7IfLLbqlhn6AL1b3wQrKkpZz { width:12.875rem;height:12.875rem;top:1.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI85bTSch0XLCFcT4K9OGkSpaw5BD5Te { top:2.75rem;left:24.75rem;width:23rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEoto11IB7TnuIof4KWhBIFv5BXeTf2J { display:block; }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNWnyC6yt6TdMSCdQzpKTEvOP4ezfnG5 { width:47.75rem;height:2.5rem;top:5.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvfwefm7c2gUC4cgiLpfToiwzdRz1LdU { width:45.5rem;height:2.25rem;top:2.25rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ3FG2oaJnq2V5VQXVTm7anM57SbuomL { width:47.625rem;height:0.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNtoGInPozAcGppPc1mt0OfW8tMxOxdv { display:block; }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocUvIpwiEutbydnXCEIAygZiIqb3teMV { width:35.5rem;height:26.3125rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }#ocUvIpwiEutbydnXCEIAygZiIqb3teMV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_191a514cb362e4c6c0d872256a849cd5.svg); }
 }@media only screen and (max-width: 763px) { #khEE1PvJm71rF4AgXZW4MpZX8Sc6D4bv { width:31.8125rem;height:21.9375rem;top:4.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orSNqMRN6nTNR0CJ5pHVeiX07fVilMil { width:30.4375rem;height:20.125rem;top:5.25rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL { display:block; }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euMVZHB3PuD0TnASR4wipNQn4OiamivP { width:47.75rem;height:4.5rem;top:1.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTF6IsDzPL0FNV72GIWa87JOS0JGZor { width:35.3125rem;height:2.5rem;top:7.625rem;left:5.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucs2rIcbCIv717BRXPS678nys3cKyvTM { width:26.25rem;height:3.75rem;top:11.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfroZWIZI6aA9lTQhAnPyMobEgzUwD66 { display:block; }
 }@media only screen and (max-width: 763px) { #i0ALkRT4RaxEfC7UWLgukiasFet1B4NR { width:26.25rem;height:3.75rem;top:11.5625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlFAasURZFEGyCQCu534Md1Rbw9FwVD8 { display:block; }
 }@media only screen and (max-width: 763px) { #hglxieHLSdTJCtswAgT7sO8cdKAEuqEt { display:block; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZOIsa4uRScaKOQ2XSADAfc1LTD78GL6 { top:0.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ek8kRf0570BIefC4rAstkG5wulMhTntE { display:block; }#ek8kRf0570BIefC4rAstkG5wulMhTntE { background-color: transparent; background-image: none; }#ek8kRf0570BIefC4rAstkG5wulMhTntE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row .container > .video-iframe-container { display: none; }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row > .video-iframe-container { display: none; }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .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); }#ek8kRf0570BIefC4rAstkG5wulMhTntE { border-width: 0; border-radius: 0; }#ek8kRf0570BIefC4rAstkG5wulMhTntE > .row .container { width:20rem;height:9.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTrZAp3L2rpI8wwtkG8RnuUBf3QzLRfx { width:6.375rem;height:6.4375rem;top:0rem;left:6.8125000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9aSgNfEy6yEQFgPq1nuIK2lphL9w1SW { width:17.8125rem;height:1.6875rem;top:6.4375rem;left:1.0929687619209rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#00314c;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp { display:block; }#yDHFZvRQ68C5h66KrV9LfPWQcayrMfPp > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwTIBHARcP5deVWMR2XZWy61krXnq3ts { width:19.75rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNL8tKBpk2x9tN1W4Tr0TTOzGGKEQhKo { width:18.4375rem;height:8.4375rem;top:15.75625038147rem;left:0.78046876192094rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAp9dqKe63cN6I8JfEn54sm31ofKseq { width:20rem;height:8.5rem;top:25.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3OTiSbsvEVHmIZUnKRQw7zef2uCTZ29 { width:17.5625rem;height:3.4375rem;top:36.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3DlqrDRSqwk1TfIWuze2zXnKkxyu4mg { display:block; }
 }@media only screen and (max-width: 763px) { #W366MOzbXVmKwMOJWMxbGccFkVOiQIUq { display:flex;width:1.375rem;height:1.375rem;top:37.8125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Erwr5TcovJ0vMbecQ9xHuzKgSzzAsTik { display:flex;width:1.375rem;height:1.375rem;top:37.8125rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #V4JyIr2D7tAdc4iJ3VhDv4IcA8Gq0Bzc { width:19.875rem;height:0.125rem;top:42.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA { display:block; }#AzWhHJ8M0fQkCvAiO5bUVeW4M4tWe8CA > .row .container { width:20rem;height:92.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kONswaIc9JVeLWy9NUHHo8Nn3yC5g6m1 { width:19.75rem;height:39.5625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC1CPWoryaT8zPkTUgZ1TJiURsH2krsv { width:18.1875rem;height:6.046875rem;top:11.5625rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .widget-checkbox-label { width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC  { width:16.75rem;height:auto;top:17.625rem;left:0.375rem; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC {display:block;}#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC { width:16.75rem;height:auto;top:17.625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #hiobSBap1t9R9XMeHiJph06df1Se2240 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #HnGJLOe24ds4gPAlcUW3rXBsaCDHoVgk {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #GzBJv61iwRKXQWaa2i3WQHZT89lOKtty {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #oZM47i6bvibuDRZ9o9lAzLzxMgHy0EGQ {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #RUDbaWIgTi4kCQlOFaEOSCt7w12uk648 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #eSS1WyMTP4M1fdVRXRvdliunFAX8ofdN {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #wkxgRmwVIo0bwRghuHQLQ3z5nVOEv99B {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #yZ7LZAqGqBcGyoexrz0QTStTGcJJxvox {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #XLp4ckzXansiCLEQ3qUEhppgticwepZG {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #kNRNBo4LHFw4DbA0HxiwSqTPrT4D2G7B {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #XDXDVQbL1gcwo2itSfeRDXlggfwpGMMq {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #KHe4czaVTsDFXbCTLcNXaD9OkCf2pthl {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #EyWgGDfGO3rSWJxO2yvxWTnDgmntWw0t {  }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #EyWgGDfGO3rSWJxO2yvxWTnDgmntWw0t .container-column{width:50%;} }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #u90qp8Bedq5A0hxA4EvwDGql6VSnhZe9 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #Pc5OJ9TtHe8G83Wxia9oavn7t7PbT58t {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #J7RhuhyIP3GCCkETantkgBT2LDvuycUK {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #G1Qb4H5CnrtRsO7v9P0aFLmZqBz79SCz {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #C6kOU37ohKvPiTW8ponKknCAVpZmh0v0 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #AyxvFhfqubR4HUSRmUapWHZ6Ju9ZbaBx {  }
#lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #AyxvFhfqubR4HUSRmUapWHZ6Ju9ZbaBx .container-column{width:50%;} }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #zC0KEtevLcCFckSgJ3M8vK5mv29t0TGU {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #z5umf4QByF1ThSfmxDtiC73ulzf8u5bh {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #pltMmNvJVm5orsdxTe1KyXSCIcoi3zRg {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #K6fwuVvmgK8REKJ9A7Q1IEFQXpnT96rA {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #T04xQpltTpZB6BXDNzU66FNh7dvXruCE {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #avIa5ugabvgbMtsqDTIJzdEI9Jod7461 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #dcXQwiWb54wAHmeIrSJQUa8c87kEZRGr {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #sopEiepB4XaBthc2QUHhxorGf91kMEOr {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #OE800KcEvTfi2BW7FuDtsvaAsWk0V2Ix {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #ySnKSsV4LZMZFTMBLpgSUyoVK7mryhW1 {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #TLJN8vEQnlTVPmE13fpoJPx26CEMeaSy {  }
 }@media only screen and (max-width: 763px) { #lfM28dvEOQIPbk4fMRu4W1eTByQBRKbC #Mg1UQkdh0RZDKhtta0UJyl9dt62Mlfee {  }
 }@media only screen and (max-width: 763px) { #Dptsx9s8nkKrXVlU2c8tWfMEk09soPui { width:9.1875rem;height:9rem;top:1.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEvx4Opg9U2kOH7zgaOT2GlUIZV2gw9d { width:9.75rem;height:2.5rem;top:4.25rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq67tXKVk1ZBIsADbg2HIBlDXywQoMzc { width:20rem;height:13.5rem;top:52.562501907349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlNZ8ItIPpQWJPElaQ51TDvFcIkDL0Lw { width:20rem;height:20.582rem;top:69rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#TlNZ8ItIPpQWJPElaQ51TDvFcIkDL0Lw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_960c06b6a9e29ec6d2225c1e83ddba83.svg); }
 }@media only screen and (max-width: 763px) { #h6hAT1QvsQBR0o9xOIuwzKPGvkwp9bXN { width:20rem;height:0;top:83.31250190735rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWl3aSqeCSms2fN9QGCoxUXEdtH9ExST { width:8.5625rem;height:8.5625rem;top:40.6875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSNNeT0bcBbGPmSRrQHSgtKQNKHVkMxn { width:19.875rem;height:0.125rem;top:90.8310625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G { display:block; }#TOMQFTZVNnBVMJWvCKV5zSDhDbE48a7G > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8HA8rTHl0FuNdP2o9CyKxNto5M0Ho8i { width:20rem;height:2.875rem;top:1.84375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F { display:block; }#rRgaE3L0a7iwlHT9TLxdKKn0NfdLwr1F > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcPalwKMsHSeDlPAsKoVR7Ci5wEBK5se { width:13.875rem;height:1.3125rem;top:1.875rem;left:3.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQFQOyHTNndgbCH7MPQIQlZlyNAlm5S9 { width:19.25rem;height:1.25rem;top:19.125rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U72ZuD48htmGDTrIHSIlFhGMa6NZgT7T { width:10.625rem;height:5rem;top:3.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7eAsTir8VvEkoXvUsmWoxbShBg0EseK { width:9.6875rem;height:9.6875rem;top:20.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAo08lOyrq0eb8ZtbyV6bQh9swXJz6yr { width:18.875rem;height:5.3125rem;top:8.625rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKn0mGqWzabzT1pNb1RTFJ8J0J9lXGRU { width:19.125rem;height:4.25rem;top:29.3125rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6z6FFkyvNnxgUToupCBmnGTNHELRf9V { display:block; }#F6z6FFkyvNnxgUToupCBmnGTNHELRf9V > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWOaRovmXAoBq6ylT5vLZcEwsxAwI1zt { width:19.3125rem;height:4.5rem;top:1.25rem;left:0.34296876192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTRJeoqDLVWzdtEpxmn0ldPavN8yt0LQ { width:19.9375rem;height:3rem;top:7.34375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1hC0u4yusgJmLpUKw5ccfMUc0ZQnM0i { width:20rem;height:4.0625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDUBR2el5RQF6XNKCdeKn8guVn84Wygh { display:block; }#DDUBR2el5RQF6XNKCdeKn8guVn84Wygh > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxDCNQ52QBXV0tRd5iobqfy8rqWaHo6L { width:8.875rem;height:8.875rem;top:23.75rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxzA2oXCcy8ueTQisLDCiz1kd6wKidHu { width:8.125rem;height:8.125rem;top:42.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTBKXTiwZwbATPTPo2VBKkHTTDLHvs3v { width:8rem;height:8rem;top:63.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOHR08G6x3gmE2nXeb0KTsKXTaEt6yCh { width:14.75rem;height:1.1875rem;top:1.25rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcI5bbmRkV59UzJ7rT5Pu1IT5eJt6lsI { width:9.25rem;height:3.5625rem;top:20.1875rem;left:5.3750000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePCoFJN7ZdFbpuckBqKlPSqyInkNh72i { width:8.9375rem;height:2.375rem;top:38.9375rem;left:5.5000000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp0RMuCSSK3I5Nx5I4ILBTChiPmQ228z { width:11.9375rem;height:2.375rem;top:59.125rem;left:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCRBsHoNXszMneUGz37rmZ8hqxmOOu8D { width:14.5625rem;height:4.25rem;top:12.9375rem;left:2.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcfadeyf5OxJ2Xhwr5iW7w5cWLQfRS48 { width:14.1875rem;height:2.125rem;top:33.875000953674rem;left:2.9062500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfZnsCEOduHUAXaugNPeC2a208MS9Qbc { width:15.625rem;height:2.125rem;top:52.125rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Ot1TTdkTCGOLi0VDg8V0rJXUWc6Wtb { width:16.75rem;height:3.1875rem;top:72.6875rem;left:1.6250000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZs65DFs0tsTmPuM4dM193LSthHhTZVA { width:15.6875rem;height:14.25rem;top:4.1875rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfazUOLawsdE2vUMtttDeewVqF2suPBQ { width:17.25rem;height:16.5625rem;top:101.8125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrRHqKLQTgrxZw95UmGIIgxQCaNLZczU { width:17.25rem;height:16.5625rem;top:119.625rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aihtP0UkDfzJXWHRInSTMf10FsHs7x0v { width:17.25rem;height:16.5625rem;top:137.4375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGMIuUL03P5Nb93bRzNKxUzkEzcSe7rw { width:15.6875rem;height:14.5rem;top:22.98671913147rem;left:2.1562500596046rem;z-index:15000;border-top:0.125rem dashed #1e1e1e;border-left:0.125rem dashed #1e1e1e;border-right:0.125rem dashed #1e1e1e;border-bottom:0.125rem dashed #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #VtLAZrWT6n2t2bcBbd6TmTU7CMt92kOE { width:15.6875rem;height:14.5rem;top:41.612501144409rem;left:2.1562500596046rem;z-index:15001;border-top:0.125rem dashed #1e1e1e;border-left:0.125rem dashed #1e1e1e;border-right:0.125rem dashed #1e1e1e;border-bottom:0.125rem dashed #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #n2mttVyNoRSSUyWv5ZmiKSdbBU0oqH3D { width:15.6875rem;height:14.5rem;top:62.1875rem;left:2.1562500596046rem;z-index:15002;border-top:0.125rem dashed #1e1e1e;border-left:0.125rem dashed #1e1e1e;border-right:0.125rem dashed #1e1e1e;border-bottom:0.125rem dashed #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #HTNF9o9Nu3gVXmqn1TzpH8nfQlshtJo0 { width:18.9375rem;height:3.4375rem;top:79.75rem;left:0.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2KtRcwuh35J7s4a3bGZ5x1lSivEFazc { display:block; }
 }@media only screen and (max-width: 763px) { #KZ0IkXdc2LPZywq8IpkutQ0hNTCJJZqn { width:7.4375rem;height:7.4375rem;top:5.125rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ { display:block; }#zdfKQ1N58OkoT493HwvTTg3amNXEMhCJ > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdn3pzpO1zyXUEk16mbJ2d90B9DCoKbD { width:19rem;height:5.0625rem;top:1.625rem;left:0.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE { display:block; }#XBbcSW5bpP2KSiBGAtWGzNlssLM9rtwE > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBpVnl9ARlDLPOWwbIiZ4tAsN07Q5dqL { width:14.875rem;height:2.19921875rem;top:16.89453125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oa9r7FInIQXXDzTJP1lTQ7TuQwrlcZkE { width:19rem;height:12.625rem;top:1.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrbqifnoooJzk2NgVcQxiWxIH2DzA4DD { width:12.75rem;height:3.4375rem;top:32.92578125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz4Aomb498V9K8T6Wg70ngN3q12tQ157 { display:block; }
 }@media only screen and (max-width: 763px) { #ddgcs1f2q1i9yrDaoNnp73IpJxDFTHll { width:20rem;height:11.0234375rem;top:20.71484375rem;left:0rem;font-size:1rem;display:block; }#ddgcs1f2q1i9yrDaoNnp73IpJxDFTHll li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_791ea937393584059b8833c34defad0b.svg); }
 }@media only screen and (max-width: 763px) { #hJtf6il0dV6HeDahqzne57fUP9m08DwV { display:block; }#hJtf6il0dV6HeDahqzne57fUP9m08DwV > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVpKKnWeUmE94GdJVzJ0wFF2VD1C24k8 { width:11.625rem;height:2.19921875rem;top:18.3125rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgPWcwPFUPIKM6B1OgiVxfoD3TZBC9m0 { width:12.75rem;height:3.4375rem;top:30.521093845367rem;left:3.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmie9cb8kvkaopLQZxbLzwQSZ6dorDyn { display:block; }
 }@media only screen and (max-width: 763px) { #MURMTUweIBlLQS24HEXqv6hV2FPov6Z7 { width:20rem;height:7.124rem;top:22.0830078125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#MURMTUweIBlLQS24HEXqv6hV2FPov6Z7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f76ebae13292662f8ba357d89eff3f1f.svg); }
 }@media only screen and (max-width: 763px) { #UfOFgAM5hoJDmIvuxbvT4pTqf3fLCcVM { width:20rem;height:13.306625rem;top:2.8310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZUIsEuUbZdIG4keq413L5s72vvKiD5r { display:block; }#vZUIsEuUbZdIG4keq413L5s72vvKiD5r > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvnba31xXs53sVDqqJvP3Vi86d5O2IrB { width:18.375rem;height:1.0996125rem;top:17rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WAzR540Wa77e3L7VQsObvTytmXvH6N { width:12.75rem;height:3.4375rem;top:30.521093845367rem;left:3.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuIcxAfmfq5QJmI0dhKGqAXMKn8HxMr1 { display:block; }
 }@media only screen and (max-width: 763px) { #bDdFKntNzUVQzw7iTL2dqi2M60Q7ozKU { width:20rem;height:9.723625rem;top:19.2783203125rem;left:0rem;font-size:1rem;display:block; }#bDdFKntNzUVQzw7iTL2dqi2M60Q7ozKU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e3ef72b42fb09b2a13cf7d4cf608594.svg); }
 }@media only screen and (max-width: 763px) { #fR9sHsDiJqgk6Sn7z5c5BiAgBXmS747q { width:20rem;height:13.3203125rem;top:1.0205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM { display:block; }#WWFup1JRZAJkHgEfvFNMDgNtPhbiPFRM > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQft9GMz4Wpk12T9bK1VrJE33N4fiwMJ { width:9.25rem;height:1.4625rem;top:40.620030403137rem;left:5.3750001788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRl4opM0DiQvSKZ5kqkzSGo7CAaEua7m { width:10.0625rem;height:2.3359375rem;top:42.357245445251rem;left:4.9687501788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSaKhd2CeRxSgnP936meHtDDAOIOOpsX { width:9.0625rem;height:1.4625rem;top:25.8125rem;left:5.4687501788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpCQg6uhxTOxkMNiGCwN8c78auQQn7Bt { width:10.75rem;height:1.16875rem;top:27.112212181091rem;left:4.6250001788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byuUz2Kv0rthdDeDenhKl7dcUXFWlhVX { width:10.75rem;height:2.3359375rem;top:34.487216949463rem;left:4.6250001788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TK9cuyTmvgEg7Gty3Z9TIAfgwNWf8HI4 { width:12.6875rem;height:1.38125rem;top:33.1875rem;left:3.6562501788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGmRtI8VnE8vTORQ6LcNkikd7pG3g8eu { width:10.75rem;height:3.50390625rem;top:18.625rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5pbfF8HD7u6fQC1T56Ko7sLJTLWo4Co { width:9.3125rem;height:1.4625rem;top:17.3125rem;left:5.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbztPFJ1kq78RMMG8Aus9gaqwbBU5yFB { width:2.1875rem;height:2.1875rem;top:23.675001144409rem;left:8.9062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFqm1oc9HXxea2tVyN2yPbg4dQ3Fk67t { width:3.0625rem;height:3.0625rem;top:37.607032775879rem;left:8.4687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqgS2bewgCLsZwvu3BslpxBpJDGv6r1 { width:2.1875rem;height:2.1875rem;top:14.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlSHs36dKgN6pDpuiSeEn5ahnuqkyoO { width:17.3125rem;height:11.5rem;top:1.5234375rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdX0TOyxUBTQFkHuzxglTNIqB8D9vXqK { width:2.8125rem;height:2.8125rem;top:30.425001144409rem;left:8.5937505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ { display:block; }#xGomFyEAu4STBtMPcTprXRKGIPDwyGUZ > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8m6mzDVbMi7fErDhBTVCRHuKgqotOdA { width:20rem;height:3.57421875rem;top:1.71875rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HxPmJPa6MW7ZTAET4bBB487811HoIFmA { display:block; }#HxPmJPa6MW7ZTAET4bBB487811HoIFmA > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8XH9swN7IfLLbqlhn6AL1b3wQrKkpZz { width:9.5625rem;height:9.5625rem;top:1.1875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI85bTSch0XLCFcT4K9OGkSpaw5BD5Te { width:20rem;height:12rem;top:11.625003814698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEoto11IB7TnuIof4KWhBIFv5BXeTf2J { display:block; }#UEoto11IB7TnuIof4KWhBIFv5BXeTf2J > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNWnyC6yt6TdMSCdQzpKTEvOP4ezfnG5 { width:20rem;height:6.375rem;top:6.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvfwefm7c2gUC4cgiLpfToiwzdRz1LdU { width:18.3125rem;height:2.625rem;top:2.75rem;left:0.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJ3FG2oaJnq2V5VQXVTm7anM57SbuomL { width:16.4375rem;height:0.125rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNtoGInPozAcGppPc1mt0OfW8tMxOxdv { display:block; }#fNtoGInPozAcGppPc1mt0OfW8tMxOxdv > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocUvIpwiEutbydnXCEIAygZiIqb3teMV { width:20rem;height:24.6543125rem;top:17.34375rem;left:0rem;font-size:1rem;display:block; }#ocUvIpwiEutbydnXCEIAygZiIqb3teMV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_191a514cb362e4c6c0d872256a849cd5.svg); }
 }@media only screen and (max-width: 763px) { #khEE1PvJm71rF4AgXZW4MpZX8Sc6D4bv { width:18.5rem;height:12.875rem;top:1.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orSNqMRN6nTNR0CJ5pHVeiX07fVilMil { width:17.5rem;height:11.5625rem;top:2.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL { display:block; }#p9Jy0A2doV8Vtq9XhXpRBk9hkkXyZqHL > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euMVZHB3PuD0TnASR4wipNQn4OiamivP { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoTF6IsDzPL0FNV72GIWa87JOS0JGZor { width:20rem;height:4.75rem;top:7.46875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ucs2rIcbCIv717BRXPS678nys3cKyvTM { width:16.75rem;height:2.9375rem;top:14.5625rem;left:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfroZWIZI6aA9lTQhAnPyMobEgzUwD66 { display:block; }
 }@media only screen and (max-width: 763px) { #i0ALkRT4RaxEfC7UWLgukiasFet1B4NR { width:14.75rem;height:2.9375rem;top:14.1875rem;left:2.625rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #mlFAasURZFEGyCQCu534Md1Rbw9FwVD8 { display:block; }
 }@media only screen and (max-width: 763px) { #hglxieHLSdTJCtswAgT7sO8cdKAEuqEt { background-color:#ffffff;background-image:none;display:block; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row .container { background-color: transparent; background-image: none; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row .container > .video-iframe-container { display: none; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row > .video-iframe-container { display: none; }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .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); }#hglxieHLSdTJCtswAgT7sO8cdKAEuqEt > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZOIsa4uRScaKOQ2XSADAfc1LTD78GL6 { width:20rem;height:1.05625rem;top:0.56253433227539rem;left:0rem;font-size:0.8125rem;display:block; }
 }