.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:247,240,232;--color-primary-1:228,207,179;--color-primary-2:201,158,103;--color-primary-3:101,79,52;--color-primary-4:30,24,15;--color-secondary-0:246,221,223;--color-secondary-1:227,142,147;--color-secondary-2:198,28,39;--color-secondary-3:99,14,20;--color-secondary-4:30,4,6;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:209,209,209;--color-tertiary-3:125,125,125;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@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:#111111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container { display: none; }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .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); }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi { position:relative;display:block; }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi { background-color: transparent; background-image: none; }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi > .row .container > .video-iframe-container { display: none; }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi > .row > .video-iframe-container { display: none; }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi > .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); }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi { border-width: 0; border-radius: 0; }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi > .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; }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#key16NaX28gtT1uPSIXSDK6l7M3u7UTl { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3740234375rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#eAZVI6tglvL5ewvxui221rp0v74oFFnx { position:absolute;display:block;z-index:15037;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:1.9995125rem;width:13.749rem;top:1.1865234375rem;left:56.349609375rem;overflow:hidden;display:block; }
#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1907468e-2ac2-42fd-a07a-60646a19a2c5/b5eee96c1c184097b2e6149f51a92e52jpg1.crop_1920x820_0,291.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.adaptive-delivery-prevent-bg, #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.lazyload, #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.lazyloading { background-image: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { background-color: transparent; background-image: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,17,17,0.3); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,17,17,0.3); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .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); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { border-width: 0; border-radius: 0; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:75rem;height:51.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vMMRTFq0kqRLMbVd0QSs3qwvMQPMNmnn { color:#f1d8b9;display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:39.125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fsdb0TImDJEEls90THSsguITCiVngapy { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.94921875rem;left:39.125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t0C2PE7uBs2DSO6D8TIuoIRA57yfk5Sc { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:8.9700527191163rem;left:39.125rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKhVDkKozW4RbC2DBoBgKOck2Ggka5n2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:32.5625rem;left:46.0625rem;display:block; }
#qevHDiApd1JtOlG5hOnuFbUIuPdbhpiE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yT1gdDIKX7acLltC13uAdMThthJHTvCu { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:12.375rem;left:39rem;height:13.1484375rem;font-style:normal;display:block; }#yT1gdDIKX7acLltC13uAdMThthJHTvCu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yT1gdDIKX7acLltC13uAdMThthJHTvCu li:before{  }
#ffrRMCFlrbe4KIxOAmLHyRQ1ELFbuEWr { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:27.625rem;left:39.125rem;height:2.9746125rem;font-style:normal;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; }
#TTbvVL85hN0o0q8llT4uaTOMlloXdBg5 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.875rem;left:2.6875rem;height:2.4375rem;display:block; }
#dA77ZI4rzBpN28Uct9ZK9AfUsuU35VN5 { color:#f1d8b9;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:26.25rem;left:2.6875rem;height:2.92480625rem;font-style:normal;display:block; }
#ycoL1BJm3JeivULXXRqoo5FxlISXnXXF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:35.875rem;left:39.125rem;display:none; }
#tR6ZXHFAPR9VNgTlvtuaALbJslggHt4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m57G5VNoyCETITp2CItSKnSvX2o3C1oq { 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:3.125rem;width:3.25rem;top:31.375rem;left:13.3125rem;overflow:hidden;display:block; }
#Ckx5GEnk3sJO2Q0zEGb1vKB4nRB9ZT5s { position:absolute;display:block;z-index:15017;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:2.0625rem;width:6.75rem;top:31.75rem;left:17.625rem;overflow:hidden;display:block; }
#AHTrH8DgaOnTxS2s0l3Kp5Uv1rdAy2g7 { position:absolute;display:block;z-index:15013;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:3.5625rem;width:6.375rem;top:31.125rem;left:6.125rem;overflow:hidden;display:block; }
#cH99LZ55URNxQmDTyMDEgkN35b6sTbl7 { position:absolute;display:block;z-index:15016;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:3.1875rem;width:2.9375rem;top:31.375rem;left:2.75rem;overflow:hidden;display:block; }
#VxEf0qdUNFNecyFw0ZZeRlOpyesKHWtA { 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:5.625rem;width:9.5rem;top:38.125rem;left:-21.90625rem;overflow:hidden;display:none; }
#yTXoT3FGJnySDq234V8dHx5EAsgkMLBp { position:absolute;display:block;z-index:15010;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:2.375rem;width:4.1875rem;top:31.75rem;left:26.5rem;overflow:hidden;display:block; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.981875rem;padding-right:0.8625rem;padding-bottom:0.981875rem;padding-left:0.8625rem;display:block;align-items:center;width:5.168125rem;min-width:5.168125rem;height:5.265rem;position:relative;font-family:var(--headlines-font-family);font-size:3.92375rem;font-weight:700;line-height:84.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.613125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.8925rem;height:1.086875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.469375rem;font-weight:400;line-height:17.39px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 { border-top:0.7325rem solid rgba(0,0,0,0);border-left:0.728125rem solid rgba(0,0,0,0);border-right:0.728125rem solid rgba(0,0,0,0);border-bottom:0.7325rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:31.5625rem;height:8.92875rem;padding-top:0.994375rem;padding-right:0.999375rem;padding-bottom:0.994375rem;padding-left:0.999375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:35.9375rem;left:2.03125rem;z-index:15011; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #RwMD0KwPtM0SWeW4ftTLFAok31ndiNaV { display:flex;position:relative;top:0rem;left:0rem; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #pOnU0oFC6xD1AUK4bLmF9UVEpu7WusSH { width:auto; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #tEVGCRPrlwqlz75SZDMMKZUb1oBVkGP4 {  }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #xZgRNgNLnMmXMLKylXg6JLxz9CGtSu57 { display:flex;position:relative;top:0rem;left:0rem; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #vCwVofmqWOsIzysHbicT80WNlEf6QexC {  }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #RZ4PNU0Tb06CEf7D9qldsw20xKAToMiR {  }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #nEpQ9TPiDh3munaXfqktit9CSTXk4HaO { display:flex;position:relative;top:0rem;left:0rem; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #kUuCRh3EafqGFWDIocaZEVXuRCwDVZuz {  }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #Oix8qKCgwUUapUgsEOkO6nTvpL1h4pFs {  }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #cntmMtKHyweWZnV9O2L1Ve2SLG2KrVTW { display:flex;position:relative;top:0rem;left:0rem; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #SzWtE0J3zZSSsWsTlw24tJC6wVAOf1AQ {  }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #WFoJOsnkb6RO4xLFguiXKRuAT9TQ35vA {  }
#CLstuv4o358tdGtIIQNEUERvNTfTvXB4 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:8.9700527191163rem;left:39.125rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Dh2yM1wd2lLtL1WgJ4bylfaU8oBBqOrv { position:absolute;display:block;z-index:15001;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:22.1875rem;width:17.75rem;top:6rem;left:56.01904296875rem;overflow:hidden;display:none; }
#trAkhNa9d6mTVTrHnQya17x5yyd25E8X { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:35.875rem;left:39.125rem;display:none; }
#oqK3lGMbbPt4HZ9U5Tsp3AOPn6hD2WGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTohV8wCmqDXeTXpR3dREetFX1izlDge { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.25rem;width:36.0625rem;top:2rem;left:1.21728515625rem;display:block; }
#v6zCviPFIFNTKdqmhGuxLT1xzKKyzCUr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c29f20ca-6bcc-4ec1-8853-187099dd85c1/WSIKEBOOK.gif");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; }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx.adaptive-delivery-prevent-bg, #JLCL8CEPduMMfbN5THkDINUzlW3RaJIx.lazyload, #JLCL8CEPduMMfbN5THkDINUzlW3RaJIx.lazyloading { background-image: none; }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .row .container { background-color: transparent; background-image: none; }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .row .container > .video-iframe-container { display: none; }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .row > .video-iframe-container { display: none; }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .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); }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .row .container { border-width: 0; border-radius: 0; }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#mz1dyxqkAIunrdXNmHRJKs0DmMRfxmqM { position:absolute;display:block;z-index:15000;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:28.75rem;width:23rem;top:0rem;left:52rem;overflow:hidden;display:block; }
#pT414TC3llrWwWT7BVdkF9yG55Hb5ngP { box-sizing:content-box;height:11.9375rem;width:26.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#u7naLFQg0OUHMume2a6AFZQvuzRSZso8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:11.09375rem;left:1.65625rem;height:7rem;font-style:normal;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; }
#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .row .container { background-color: transparent; background-image: none; }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .row .container > .video-iframe-container { display: none; }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .row > .video-iframe-container { display: none; }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .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); }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .row .container { border-width: 0; border-radius: 0; }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#TvDXHgLNyf9a9stO3bfucKBGTTxcGnzx { color:rgba(var(--color-tertiary-0),1);display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E5O4KJDUOK07GRrJGcFkuFxQKlccX0lo { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.25rem;width:10.625rem;top:5.6875rem;left:32.1875rem;display:block; }
#UJbb2zg1GJticdbTiLVeC1OZF878z48x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .row .container { background-color: transparent; background-image: none; }#UJbb2zg1GJticdbTiLVeC1OZF878z48x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .row .container > .video-iframe-container { display: none; }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .row > .video-iframe-container { display: none; }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .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); }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .row .container { border-width: 0; border-radius: 0; }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#mtAQVculq5IJLeRLITNyg5F4fA4EIefW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:2.3125rem;left:10.5625rem;overflow:hidden;display:block; }
#Sa7wTcqLi4VE3RkAC1AoUBDTJFgsH9Um { 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:3.8125rem;width:3.8125rem;top:2.34375rem;left:35.59375rem;overflow:hidden;display:block; }
#xQrdx8gRWQnDaivFfet16aZKWXFTT6QN { 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:3.375rem;width:3.375rem;top:2.5625rem;left:60.8125rem;overflow:hidden;display:block; }
#n1W8kDh0RBTL3Ih4JV4KAX1AuSN1PXUJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:7.375rem;left:5rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQLQW5pkhXCFLt9wu28SJvyfxVXlSzGl { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:7.375rem;left:30rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKOETx8H0kHJ03AA8Fk9ynG5JfhCxAdC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.375rem;left:56.09375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ca3etiKoXQ5no20yR0TxFPzTTpu4GdUu { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.1484375rem;left:4.5rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NpXShTdvOkWocmSFr6y2zy4H18iJfTSg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:11.1484375rem;left:28.84375rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXZGZVwoL05ENKDLnGR5Sek7IJpqLgiM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11.1484375rem;left:54.03125rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .row .container { background-color: transparent; background-image: none; }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .row .container > .video-iframe-container { display: none; }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .row > .video-iframe-container { display: none; }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .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); }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .row .container { border-width: 0; border-radius: 0; }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#lHkU8AP0UdMtXzbg3a3WzLN0teNtmlUP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:2.15625rem;left:10.40625rem;overflow:hidden;display:block; }
#ddGTb46A8BC0G9wdSmXKZ4xHdfc2ws2f { 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:3.75rem;width:3.75rem;top:2.375rem;left:35.625rem;overflow:hidden;display:block; }
#oT99wnHfk0OhMIb8TSobPW8iFduSuDks { 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:3.9375rem;width:3.9375rem;top:2.28125rem;left:60.53125rem;overflow:hidden;display:block; }
#SUtOJXyhTiH3l6NPgbcTQwtfTE15f6L5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:7.375rem;left:5rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTMJFJVEgXvzH82cezhyqSyeJVbi4OUl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:7.375rem;left:30.71875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJCKk8C9ClFuIn5H0wg91s8ZfEVQu5bd { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.375rem;left:52.75rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kg6sT0HAQ0yQJxhW7hzQgm50l63MErBy { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.1484375rem;left:2.96875rem;height:6.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9NoCK5khRDDzktZdudklLUFMLw351nd { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:11.1484375rem;left:29.5rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOTBTMkmgadGg1zazWJw4tZmFFTqCGo1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11.1484375rem;left:52.28125rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .row .container { background-color: transparent; background-image: none; }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .row .container > .video-iframe-container { display: none; }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .row > .video-iframe-container { display: none; }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .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); }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .row .container { border-width: 0; border-radius: 0; }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#sp1AJhsOqTBsMf2bz1OV3O3QpiTVpnWt { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:2rem;left:28.125rem;display:block; }
#ckbnd1xldyvd2HEp3JczEMGyvHtkmqgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .row .container { background-color: transparent; background-image: none; }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .row .container > .video-iframe-container { display: none; }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .row > .video-iframe-container { display: none; }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .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); }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .row .container { border-width: 0; border-radius: 0; }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#WXgtZ77LOcPJNhoHJu9dZIEgygHXskfH { color:rgba(var(--color-tertiary-0),1);display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:13.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4nXO8cSrl6QwOoFTdBogqt1HCKsOZIF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.25rem;width:18.125rem;top:7.625rem;left:28.4375rem;display:block; }
#aWkKTe0rtuoRUPS3xG6vEEOpLLpXnqeO { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:9.75rem;left:15.625rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4HPuuXyqCiTvXUkSDba176D4AMvW5PJ { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:18.625rem;left:16.90625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#F4HPuuXyqCiTvXUkSDba176D4AMvW5PJ li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#F4HPuuXyqCiTvXUkSDba176D4AMvW5PJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2605273867b2f8c1358b409365e7139c97d8bb62.svg); }
#JF8L8KZrsRc5xN09SCIhnnR0whMt1H9d { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:9.75rem;left:15.625rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .row .container { background-color: transparent; background-image: none; }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .row .container > .video-iframe-container { display: none; }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .row > .video-iframe-container { display: none; }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .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); }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .row .container { border-width: 0; border-radius: 0; }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#RRByL6rsEPJQapEt11t1S9IRMuJk8XnQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:2rem;left:27.1875rem;display:block; }
#tdP2uJEJV7iXKmGGtdPgCSL2WW8R5SOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .row .container { background-color: transparent; background-image: none; }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .row .container > .video-iframe-container { display: none; }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .row > .video-iframe-container { display: none; }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .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); }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .row .container { border-width: 0; border-radius: 0; }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#dgGPkwTq0bLF2ptiOB1XTs18E1wM9k5P { color:rgba(var(--color-tertiary-1),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.9375rem;left:7rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hA0HOSaoWOPBQx5gTb74wAWdOv2lVr8a { color:rgba(var(--color-tertiary-1),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:7rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccQTK9KLqyqTevDmNvEvJkv8mciv7g7c { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:2rem;left:28.75rem;display:none; }
#UlnnCiobS3ZsIVg1rk0iEOkwoe5uWRyl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pnuATyVydf3ToUM09wpzVUd31ThscNF8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .row .container { background-color: transparent; background-image: none; }#pnuATyVydf3ToUM09wpzVUd31ThscNF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .row .container > .video-iframe-container { display: none; }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .row > .video-iframe-container { display: none; }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .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); }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .row .container { border-width: 0; border-radius: 0; }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#cEtG8XKI62KQfDGbBC2wS1yG7a5cKVsF { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.25rem;width:6.25rem;top:6.0625rem;left:2.625rem;display:block; }
#p03NqJLn75WqauiopqiO1klmFC3qb6Dq { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:7.5rem;left:2.625rem;height:2.4433625rem;font-style:normal;display:block; }
#NC0MaHUKnJ8QQWAmGz8IwRVOJhSGrrBv { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid #f1d8b9;border-left:0.0625rem solid #f1d8b9;border-right:0.0625rem solid #f1d8b9;border-bottom:0.0625rem solid #f1d8b9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:24.75rem;top:3.625rem;left:43.875rem;display:block; }
#z9y7kioifemf3GkJxzPycEKSAzr7LkJo { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.75rem;left:45.0625rem; }
#NlPuWOUURIh2Llsu2wURE7PdaoQN7t3A { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:27.625rem;left:47.375rem;height:1.9121125rem;font-style:italic;display:block; }
#QHnN0dze3tU8gXxWfusD1LaAMACKAVhQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:11rem;left:2.625rem;height:;font-style:normal;display:block; }#QHnN0dze3tU8gXxWfusD1LaAMACKAVhQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QHnN0dze3tU8gXxWfusD1LaAMACKAVhQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_419bcab19f7eb34c62f7c0e8e539cdf4751400c3.svg); }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-form-header {  }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:#f1d8b9;width:19.75rem;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;overflow:hidden; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .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:19.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .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; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:18.3125rem;overflow:hidden;font-style:normal; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .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; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-container:first-of-type{padding-top:0;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-container:last-of-type{padding-bottom:0;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.2216796875rem;left:45.0625rem; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.75rem; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP {display:block;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.2216796875rem;left:45.0625rem; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #PmduoLSRsetM19biFnQ0isQMNttSDhrZ { position:relative; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #TZI2pLBc22QU2U47FOltdcefpoN8w1A0 { position:relative;display:block; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #Iiv7JN7RwZw5Eupz3L12wuc4EhrHOsoI { position:relative; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #wVyJNnZ8ffvI9meIzLHJX598ZHRWJAH8 { position:relative; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #PVcP1qRsNHOh2rIORWTAqHn13A0RNt3c { position:relative;display:block; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #m9eLrF7otirAU4e1r6gPRO0Bf4Lu3dhw { position:relative; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #aT4X2TxUfhT7TMLpTa7PQqDfcCNRcHgL { position:relative; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #V5R9ncHJDEDv604rZCT3yJeVcfhowQ6b { position:relative;display:block; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #VJgV5KufaQ5KMTgcDAJWpHc0agUV4TEL { position:relative; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #hAK4gUCXzyBxgcfeKxfDQfPM0JUOlXld { position:relative; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #wr1m9p008TT3huRkkisQbLX5CXxNSaKi { position:relative;z-index:2; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #CwTSM3q8kHmBC8TpmdqVGTF8Ue0fqf52 { position:relative; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #sxN8PCZ95W6ZHOQipu1kCoZfsO3kM4iH { position:relative; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #IqQPxANuRJcPzWhTFQf90TXnvAiq9Jzp { position:relative; }
#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .row .container { background-color: transparent; background-image: none; }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .row .container > .video-iframe-container { display: none; }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .row > .video-iframe-container { display: none; }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .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); }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .row .container { border-width: 0; border-radius: 0; }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#PW041rgUpg9TqLV5ce6OzTDcOUZti1yz { color:rgba(var(--color-tertiary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.375rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#vMJRGCrwRXMLAwq2GPyrZwEL14MCJrT1 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:5.1875rem;left:43.75rem;display:block; }
#aIKQSvJs5A0KOEedOSvUuTHWUZsqihPJ { color:rgba(var(--color-tertiary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.875rem;left:43.75rem;height:1.2246125rem;font-style:normal;display:block; }
#twvaZn49vIUvDdbl05tWaw4Q533lmIpc { color:#f1d8b9;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.375rem;left:43.75rem;height:2.2749rem;font-style:normal;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; }
#XvdNhDzhTLpF6Tk95TQPqXSdtvMHTSn7 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20rem;top:5.1875rem;left:0rem;display:block; }
#TAsTvZuAF69E1D9MhPNVUAFulgbPIzTF { position:absolute;display:block;z-index:15033;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:1.9375rem;width:14.75rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#pnIUbLS2sSoaTI44qrJWmCQGa23x99Tw { color:#f1d8b9;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:6.375rem;left:56.3125rem;height:2.2749rem;font-style:normal;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; }
#PDt8VGOwpch675ccoUnv8Ckd93tyuV0e { color:rgba(var(--color-tertiary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:8.875rem;left:56.3125rem;height:1.2246125rem;font-style:normal;display:block; }
#hH7MluhIiMQSPPMKi8mCeAnNU2eotxxp { color:rgba(var(--color-tertiary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:10.1875rem;left:56.3125rem;height:1.2246125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi { display:block; }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #key16NaX28gtT1uPSIXSDK6l7M3u7UTl { width:16.9375rem;height:1.625rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAZVI6tglvL5ewvxui221rp0v74oFFnx { top:1.125rem;left:34rem;width:13.6875rem;height:1.9905685754419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMMRTFq0kqRLMbVd0QSs3qwvMQPMNmnn { width:25.75rem;height:1.9375rem;top:2rem;left:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsdb0TImDJEEls90THSsguITCiVngapy { width:35.875rem;height:2.0625rem;top:5.9375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0C2PE7uBs2DSO6D8TIuoIRA57yfk5Sc { width:24.9375rem;height:1.875rem;top:8.9375rem;left:22.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKhVDkKozW4RbC2DBoBgKOck2Ggka5n2 { width:20.625rem;height:3.4375rem;top:32.5625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qevHDiApd1JtOlG5hOnuFbUIuPdbhpiE { display:block; }
 }@media only screen and (max-width: 763px) { #yT1gdDIKX7acLltC13uAdMThthJHTvCu { width:36rem;height:13.125rem;top:12.375rem;left:11.75rem;font-size:1.0625rem;display:block; }#yT1gdDIKX7acLltC13uAdMThthJHTvCu li:before{  }
 }@media only screen and (max-width: 763px) { #ffrRMCFlrbe4KIxOAmLHyRQ1ELFbuEWr { width:34.5rem;height:2.9375rem;top:27.625rem;left:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbvVL85hN0o0q8llT4uaTOMlloXdBg5 { width:27.875rem;height:2.4375rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA77ZI4rzBpN28Uct9ZK9AfUsuU35VN5 { width:35rem;height:2.875rem;top:26.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycoL1BJm3JeivULXXRqoo5FxlISXnXXF { width:20.625rem;height:3.4375rem;top:35.875rem;left:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tR6ZXHFAPR9VNgTlvtuaALbJslggHt4W { display:block; }
 }@media only screen and (max-width: 763px) { #m57G5VNoyCETITp2CItSKnSvX2o3C1oq { top:31.375rem;left:0rem;width:3.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckx5GEnk3sJO2Q0zEGb1vKB4nRB9ZT5s { top:31.75rem;left:4rem;width:6.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHTrH8DgaOnTxS2s0l3Kp5Uv1rdAy2g7 { top:31.125rem;left:0rem;width:6.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH99LZ55URNxQmDTyMDEgkN35b6sTbl7 { top:31.375rem;left:0rem;width:2.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxEf0qdUNFNecyFw0ZZeRlOpyesKHWtA { top:38.75rem;left:0rem;width:9.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTXoT3FGJnySDq234V8dHx5EAsgkMLBp { top:31.75rem;left:12.875rem;width:4.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 { display:flex;width:18rem;height:5.0625rem;top:31.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #RwMD0KwPtM0SWeW4ftTLFAok31ndiNaV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #pOnU0oFC6xD1AUK4bLmF9UVEpu7WusSH {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #tEVGCRPrlwqlz75SZDMMKZUb1oBVkGP4 {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #xZgRNgNLnMmXMLKylXg6JLxz9CGtSu57 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #vCwVofmqWOsIzysHbicT80WNlEf6QexC {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #RZ4PNU0Tb06CEf7D9qldsw20xKAToMiR {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #nEpQ9TPiDh3munaXfqktit9CSTXk4HaO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #kUuCRh3EafqGFWDIocaZEVXuRCwDVZuz {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #Oix8qKCgwUUapUgsEOkO6nTvpL1h4pFs {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #cntmMtKHyweWZnV9O2L1Ve2SLG2KrVTW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #SzWtE0J3zZSSsWsTlw24tJC6wVAOf1AQ {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #WFoJOsnkb6RO4xLFguiXKRuAT9TQ35vA {  }
 }@media only screen and (max-width: 763px) { #CLstuv4o358tdGtIIQNEUERvNTfTvXB4 { width:20rem;height:3.125rem;top:31.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dh2yM1wd2lLtL1WgJ4bylfaU8oBBqOrv { top:6rem;left:30rem;width:17.75rem;height:22.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #trAkhNa9d6mTVTrHnQya17x5yyd25E8X { width:20.625rem;height:3.4375rem;top:35.875rem;left:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqK3lGMbbPt4HZ9U5Tsp3AOPn6hD2WGs { display:block; }
 }@media only screen and (max-width: 763px) { #PTohV8wCmqDXeTXpR3dREetFX1izlDge { top:2rem;left:0rem;width:36.0625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6zCviPFIFNTKdqmhGuxLT1xzKKyzCUr { display:none; }
 }@media only screen and (max-width: 763px) { #JLCL8CEPduMMfbN5THkDINUzlW3RaJIx { display:block; }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mz1dyxqkAIunrdXNmHRJKs0DmMRfxmqM { top:0rem;left:24.75rem;width:23rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT414TC3llrWwWT7BVdkF9yG55Hb5ngP { top:9.5rem;left:0rem;width:26.5625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7naLFQg0OUHMume2a6AFZQvuzRSZso8 { width:23.25rem;height:7rem;top:11.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 { display:block; }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvDXHgLNyf9a9stO3bfucKBGTTxcGnzx { width:47.75rem;height:2.5625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5O4KJDUOK07GRrJGcFkuFxQKlccX0lo { width:10.625rem;height:0.25rem;top:5.6875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJbb2zg1GJticdbTiLVeC1OZF878z48x { display:block; }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtAQVculq5IJLeRLITNyg5F4fA4EIefW { top:2.3125rem;left:6rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7wTcqLi4VE3RkAC1AoUBDTJFgsH9Um { top:2.3125rem;left:21.90625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQrdx8gRWQnDaivFfet16aZKWXFTT6QN { top:2.5625rem;left:38rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1W8kDh0RBTL3Ih4JV4KAX1AuSN1PXUJ { width:15rem;height:3.125rem;top:7.375rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQLQW5pkhXCFLt9wu28SJvyfxVXlSzGl { width:15rem;height:3.125rem;top:7.375rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKOETx8H0kHJ03AA8Fk9ynG5JfhCxAdC { width:12.8125rem;height:3.125rem;top:7.375rem;left:33.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca3etiKoXQ5no20yR0TxFPzTTpu4GdUu { width:16rem;height:4.6875rem;top:11.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpXShTdvOkWocmSFr6y2zy4H18iJfTSg { width:17.3125rem;height:4.6875rem;top:11.125rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXZGZVwoL05ENKDLnGR5Sek7IJpqLgiM { width:16.9375rem;height:4.6875rem;top:11.125rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX { display:block; }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHkU8AP0UdMtXzbg3a3WzLN0teNtmlUP { top:2.125rem;left:5.84375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddGTb46A8BC0G9wdSmXKZ4xHdfc2ws2f { top:2.375rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT99wnHfk0OhMIb8TSobPW8iFduSuDks { top:2.25rem;left:37.71875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUtOJXyhTiH3l6NPgbcTQwtfTE15f6L5 { width:15rem;height:3.125rem;top:7.375rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTMJFJVEgXvzH82cezhyqSyeJVbi4OUl { width:13.5625rem;height:3.125rem;top:7.375rem;left:17.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJCKk8C9ClFuIn5H0wg91s8ZfEVQu5bd { width:19.5rem;height:3.125rem;top:7.375rem;left:28.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg6sT0HAQ0yQJxhW7hzQgm50l63MErBy { width:19.0625rem;height:6.25rem;top:11.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9NoCK5khRDDzktZdudklLUFMLw351nd { width:16rem;height:4.6875rem;top:11.125rem;left:15.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOTBTMkmgadGg1zazWJw4tZmFFTqCGo1 { width:20.4375rem;height:4.6875rem;top:11.125rem;left:27.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N13nKNEGSTZXR8odGcrrSa2gSATeTE3B { display:block; }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp1AJhsOqTBsMf2bz1OV3O3QpiTVpnWt { width:18.75rem;height:3.4375rem;top:2rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckbnd1xldyvd2HEp3JczEMGyvHtkmqgM { display:block; }
 }@media only screen and (max-width: 763px) { #r8sACtmEFyy63PMgT6zpF17RMuJKlDbT { display:block; }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXgtZ77LOcPJNhoHJu9dZIEgygHXskfH { width:47.75rem;height:2.5625rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4nXO8cSrl6QwOoFTdBogqt1HCKsOZIF { width:18.125rem;height:0.25rem;top:7.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkKTe0rtuoRUPS3xG6vEEOpLLpXnqeO { width:43.75rem;height:6.25rem;top:9.75rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4HPuuXyqCiTvXUkSDba176D4AMvW5PJ { width:41.1875rem;height:;top:18.625rem;left:3.2812490463257rem;font-size:1.0625rem;display:block; }#F4HPuuXyqCiTvXUkSDba176D4AMvW5PJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2605273867b2f8c1358b409365e7139c97d8bb62.svg); }
 }@media only screen and (max-width: 763px) { #JF8L8KZrsRc5xN09SCIhnnR0whMt1H9d { width:19.25rem;height:11.875rem;top:8.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt { display:block; }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRByL6rsEPJQapEt11t1S9IRMuJk8XnQ { width:20.625rem;height:3.4375rem;top:2rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdP2uJEJV7iXKmGGtdPgCSL2WW8R5SOs { display:block; }
 }@media only screen and (max-width: 763px) { #rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ { display:block; }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgGPkwTq0bLF2ptiOB1XTs18E1wM9k5P { width:47.75rem;height:4.5rem;top:4.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA0HOSaoWOPBQx5gTb74wAWdOv2lVr8a { width:47.75rem;height:1.9375rem;top:11.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccQTK9KLqyqTevDmNvEvJkv8mciv7g7c { width:17.5rem;height:3.4375rem;top:2rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlnnCiobS3ZsIVg1rk0iEOkwoe5uWRyl { display:block; }
 }@media only screen and (max-width: 763px) { #pnuATyVydf3ToUM09wpzVUd31ThscNF8 { display:block; }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEtG8XKI62KQfDGbBC2wS1yG7a5cKVsF { width:6.25rem;height:0.25rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p03NqJLn75WqauiopqiO1klmFC3qb6Dq { width:29.5rem;height:2.4375rem;top:7.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC0MaHUKnJ8QQWAmGz8IwRVOJhSGrrBv { width:24.75rem;height:27rem;top:3.625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9y7kioifemf3GkJxzPycEKSAzr7LkJo { top:27.75rem;left:24.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlPuWOUURIh2Llsu2wURE7PdaoQN7t3A { width:22.1875rem;height:1.875rem;top:27.625rem;left:25.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHnN0dze3tU8gXxWfusD1LaAMACKAVhQ { width:29.5rem;height:;top:11rem;left:0rem;font-size:1rem;display:block; }#QHnN0dze3tU8gXxWfusD1LaAMACKAVhQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_419bcab19f7eb34c62f7c0e8e539cdf4751400c3.svg); }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-checkbox-label { width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP  { width:19.75rem;height:auto;top:5.1875rem;left:24.625rem; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP {display:block;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP { width:19.75rem;height:auto;top:5.1875rem;left:24.625rem; }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #PmduoLSRsetM19biFnQ0isQMNttSDhrZ {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #TZI2pLBc22QU2U47FOltdcefpoN8w1A0 {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #Iiv7JN7RwZw5Eupz3L12wuc4EhrHOsoI {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #wVyJNnZ8ffvI9meIzLHJX598ZHRWJAH8 {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #PVcP1qRsNHOh2rIORWTAqHn13A0RNt3c {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #m9eLrF7otirAU4e1r6gPRO0Bf4Lu3dhw {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #aT4X2TxUfhT7TMLpTa7PQqDfcCNRcHgL {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #V5R9ncHJDEDv604rZCT3yJeVcfhowQ6b {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #VJgV5KufaQ5KMTgcDAJWpHc0agUV4TEL {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #hAK4gUCXzyBxgcfeKxfDQfPM0JUOlXld {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #wr1m9p008TT3huRkkisQbLX5CXxNSaKi {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #CwTSM3q8kHmBC8TpmdqVGTF8Ue0fqf52 {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #sxN8PCZ95W6ZHOQipu1kCoZfsO3kM4iH {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #IqQPxANuRJcPzWhTFQf90TXnvAiq9Jzp {  }
 }@media only screen and (max-width: 763px) { #xJcKwJCwSAWiTCyGURcz4eafWvWUTwao { display:block; }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PW041rgUpg9TqLV5ce6OzTDcOUZti1yz { top:6.375rem;left:0rem;width:19.75rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMJRGCrwRXMLAwq2GPyrZwEL14MCJrT1 { top:5.1875rem;left:16.5rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIKQSvJs5A0KOEedOSvUuTHWUZsqihPJ { top:8.875rem;left:30.125rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twvaZn49vIUvDdbl05tWaw4Q533lmIpc { top:6.375rem;left:30.125rem;width:14.125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvdNhDzhTLpF6Tk95TQPqXSdtvMHTSn7 { top:5.1875rem;left:0rem;width:20rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAsTvZuAF69E1D9MhPNVUAFulgbPIzTF { top:1.8125rem;left:0rem;width:14.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnIUbLS2sSoaTI44qrJWmCQGa23x99Tw { top:6.375rem;left:33.625rem;width:14.125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDt8VGOwpch675ccoUnv8Ckd93tyuV0e { top:8.875rem;left:37.6875rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH7MluhIiMQSPPMKi8mCeAnNU2eotxxp { top:10.1875rem;left:36.8125rem;width:10.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi { display:block; }#BwMZO75aWlkv6i5MN0xvapBbbhVlSxmi > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #key16NaX28gtT1uPSIXSDK6l7M3u7UTl { width:14.8125rem;height:1.4624rem;top:2.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAZVI6tglvL5ewvxui221rp0v74oFFnx { width:8.8725625rem;height:1.186525rem;top:0.96875rem;left:5.5634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:20rem;height:129rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMMRTFq0kqRLMbVd0QSs3qwvMQPMNmnn { width:17.375rem;height:1.4624rem;top:1.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsdb0TImDJEEls90THSsguITCiVngapy { width:20rem;height:1.625rem;top:2.64892578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t0C2PE7uBs2DSO6D8TIuoIRA57yfk5Sc { width:20rem;height:1.57470625rem;top:89.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKhVDkKozW4RbC2DBoBgKOck2Ggka5n2 { width:18.75rem;height:3.25rem;top:5.81591796875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qevHDiApd1JtOlG5hOnuFbUIuPdbhpiE { display:block; }
 }@media only screen and (max-width: 763px) { #yT1gdDIKX7acLltC13uAdMThthJHTvCu { width:20rem;height:22.07225rem;top:92.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#yT1gdDIKX7acLltC13uAdMThthJHTvCu li:before{  }
 }@media only screen and (max-width: 763px) { #ffrRMCFlrbe4KIxOAmLHyRQ1ELFbuEWr { width:20rem;height:5.94921875rem;top:115.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbvVL85hN0o0q8llT4uaTOMlloXdBg5 { width:20rem;height:1.94970625rem;top:49.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA77ZI4rzBpN28Uct9ZK9AfUsuU35VN5 { width:20rem;height:3.41161875rem;top:52rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycoL1BJm3JeivULXXRqoo5FxlISXnXXF { width:18.75rem;height:3.25rem;top:123rem;left:0.625rem;font-size:1.25rem;z-index:15036;background-color:#c61c27;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tR6ZXHFAPR9VNgTlvtuaALbJslggHt4W { display:block; }
 }@media only screen and (max-width: 763px) { #m57G5VNoyCETITp2CItSKnSvX2o3C1oq { width:2.625rem;height:2.5625rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckx5GEnk3sJO2Q0zEGb1vKB4nRB9ZT5s { width:5.125rem;height:1.5rem;top:56.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHTrH8DgaOnTxS2s0l3Kp5Uv1rdAy2g7 { width:2.875rem;height:1.5625rem;top:56.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH99LZ55URNxQmDTyMDEgkN35b6sTbl7 { width:2.1875rem;height:2.375rem;top:56.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxEf0qdUNFNecyFw0ZZeRlOpyesKHWtA { width:3.5rem;height:2.0625rem;top:56.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTXoT3FGJnySDq234V8dHx5EAsgkMLBp { width:4.1875rem;height:2.375rem;top:36.1875rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 .widget-text.counter-number { padding-top:0.37875rem;padding-right:0.335rem;padding-bottom:0.37875rem;padding-left:0.335rem;width:2.009375rem;min-width:2.009375rem;height:2.0375rem;font-size:1.516875rem;line-height:32.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.236875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.67875rem;height:0.805625rem;font-size:0.56875rem;line-height:12.89px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 { display:flex;width:14.6875rem;height:3.8375rem;top:41.125rem;left:1.6328125rem;padding-top:0.63375rem;padding-right:0.64875rem;padding-bottom:0.63375rem;padding-left:0.64875rem;border-top:0.37875rem solid rgba(0,0,0,0);border-left:0.383125rem solid rgba(0,0,0,0);border-right:0.383125rem solid rgba(0,0,0,0);border-bottom:0.37875rem solid rgba(0,0,0,0); }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #RwMD0KwPtM0SWeW4ftTLFAok31ndiNaV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #pOnU0oFC6xD1AUK4bLmF9UVEpu7WusSH {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #tEVGCRPrlwqlz75SZDMMKZUb1oBVkGP4 {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #xZgRNgNLnMmXMLKylXg6JLxz9CGtSu57 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #vCwVofmqWOsIzysHbicT80WNlEf6QexC {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #RZ4PNU0Tb06CEf7D9qldsw20xKAToMiR {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #nEpQ9TPiDh3munaXfqktit9CSTXk4HaO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #kUuCRh3EafqGFWDIocaZEVXuRCwDVZuz {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #Oix8qKCgwUUapUgsEOkO6nTvpL1h4pFs {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #cntmMtKHyweWZnV9O2L1Ve2SLG2KrVTW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #SzWtE0J3zZSSsWsTlw24tJC6wVAOf1AQ {  }
 }@media only screen and (max-width: 763px) { #x4NndnZw2TqkVL3LG2AvySLk5iLid5h4 #WFoJOsnkb6RO4xLFguiXKRuAT9TQ35vA {  }
 }@media only screen and (max-width: 763px) { #CLstuv4o358tdGtIIQNEUERvNTfTvXB4 { width:20rem;height:3.1494125rem;top:61.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Dh2yM1wd2lLtL1WgJ4bylfaU8oBBqOrv { width:13.1875rem;height:16.625rem;top:67.0625rem;left:3.71875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #trAkhNa9d6mTVTrHnQya17x5yyd25E8X { width:18.75rem;height:3.25rem;top:85.6875rem;left:0.625rem;font-size:1.25rem;z-index:15037;background-color:#c61c27;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oqK3lGMbbPt4HZ9U5Tsp3AOPn6hD2WGs { display:block; }
 }@media only screen and (max-width: 763px) { #PTohV8wCmqDXeTXpR3dREetFX1izlDge { height:11.230502599653rem;width:20rem;top:4.27392578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6zCviPFIFNTKdqmhGuxLT1xzKKyzCUr { top:11.125rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #JLCL8CEPduMMfbN5THkDINUzlW3RaJIx { display:block; }#JLCL8CEPduMMfbN5THkDINUzlW3RaJIx > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mz1dyxqkAIunrdXNmHRJKs0DmMRfxmqM { width:9.625rem;height:12.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT414TC3llrWwWT7BVdkF9yG55Hb5ngP { width:20rem;height:6.5625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7naLFQg0OUHMume2a6AFZQvuzRSZso8 { width:19.3125rem;height:4.8984375rem;top:13.01953125rem;left:0.34375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 { display:block; }#tZN3OFCVPgxIyRb1aEgRkzmWdDFXWr32 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvDXHgLNyf9a9stO3bfucKBGTTxcGnzx { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5O4KJDUOK07GRrJGcFkuFxQKlccX0lo { width:10.625rem;height:0.25rem;top:4.6933625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJbb2zg1GJticdbTiLVeC1OZF878z48x { display:block; }#UJbb2zg1GJticdbTiLVeC1OZF878z48x > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtAQVculq5IJLeRLITNyg5F4fA4EIefW { width:3.875rem;height:3.875rem;top:1.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7wTcqLi4VE3RkAC1AoUBDTJFgsH9Um { width:3.8125rem;height:3.8125rem;top:18.671875rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQrdx8gRWQnDaivFfet16aZKWXFTT6QN { width:3.375rem;height:3.375rem;top:35.71875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1W8kDh0RBTL3Ih4JV4KAX1AuSN1PXUJ { width:15rem;height:3.1494125rem;top:7.3125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQLQW5pkhXCFLt9wu28SJvyfxVXlSzGl { width:15rem;height:3.1494125rem;top:24.359375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKOETx8H0kHJ03AA8Fk9ynG5JfhCxAdC { width:12.8125rem;height:3.1494125rem;top:40.96875rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca3etiKoXQ5no20yR0TxFPzTTpu4GdUu { width:16rem;height:4.46191875rem;top:11.0859375rem;left:2rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpXShTdvOkWocmSFr6y2zy4H18iJfTSg { width:16.5rem;height:4.4619125rem;top:28.1328125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXZGZVwoL05ENKDLnGR5Sek7IJpqLgiM { width:16.9375rem;height:4.4619125rem;top:44.7421875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX { display:block; }#wt1R9LIQq5hiP6TzzG7ghNKOzFpg9xtX > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHkU8AP0UdMtXzbg3a3WzLN0teNtmlUP { width:4.1875rem;height:4.1875rem;top:3.125rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddGTb46A8BC0G9wdSmXKZ4xHdfc2ws2f { width:3.75rem;height:3.75rem;top:22.03515625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT99wnHfk0OhMIb8TSobPW8iFduSuDks { width:3.9375rem;height:3.9375rem;top:39.01953125rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUtOJXyhTiH3l6NPgbcTQwtfTE15f6L5 { width:15rem;height:3.1494125rem;top:9.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTMJFJVEgXvzH82cezhyqSyeJVbi4OUl { width:13.5625rem;height:3.1494125rem;top:27.66015625rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJCKk8C9ClFuIn5H0wg91s8ZfEVQu5bd { width:19.5rem;height:3.1494125rem;top:44.83203125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg6sT0HAQ0yQJxhW7hzQgm50l63MErBy { width:19.0625rem;height:5.949225rem;top:12.9609375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9NoCK5khRDDzktZdudklLUFMLw351nd { width:16rem;height:4.4619125rem;top:31.43359375rem;left:2rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOTBTMkmgadGg1zazWJw4tZmFFTqCGo1 { width:20rem;height:4.46191875rem;top:48.60546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N13nKNEGSTZXR8odGcrrSa2gSATeTE3B { display:block; }#N13nKNEGSTZXR8odGcrrSa2gSATeTE3B > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp1AJhsOqTBsMf2bz1OV3O3QpiTVpnWt { width:18.125rem;height:3.25rem;top:2.09375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckbnd1xldyvd2HEp3JczEMGyvHtkmqgM { display:block; }
 }@media only screen and (max-width: 763px) { #r8sACtmEFyy63PMgT6zpF17RMuJKlDbT { display:block; }#r8sACtmEFyy63PMgT6zpF17RMuJKlDbT > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXgtZ77LOcPJNhoHJu9dZIEgygHXskfH { width:20rem;height:2.19375rem;top:2.1953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4nXO8cSrl6QwOoFTdBogqt1HCKsOZIF { width:18.125rem;height:0.25rem;top:5.4453125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkKTe0rtuoRUPS3xG6vEEOpLLpXnqeO { width:19.25rem;height:0;top:8.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4HPuuXyqCiTvXUkSDba176D4AMvW5PJ { width:20rem;height:13.2109375rem;top:21.9609375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#F4HPuuXyqCiTvXUkSDba176D4AMvW5PJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2605273867b2f8c1358b409365e7139c97d8bb62.svg); }
 }@media only screen and (max-width: 763px) { #JF8L8KZrsRc5xN09SCIhnnR0whMt1H9d { width:19.25rem;height:11.8984375rem;top:8.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt { display:block; }#yglvQD1qtM4KbxvQPXV7KvUpcSTDOqSt > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRByL6rsEPJQapEt11t1S9IRMuJk8XnQ { width:18.75rem;height:3.25rem;top:2.09375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdP2uJEJV7iXKmGGtdPgCSL2WW8R5SOs { display:block; }
 }@media only screen and (max-width: 763px) { #rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ { display:block; }#rBkqUAyp9BpoPQT4SsuUu9olLvI1t1XQ > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgGPkwTq0bLF2ptiOB1XTs18E1wM9k5P { width:20rem;height:8.9355625rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA0HOSaoWOPBQx5gTb74wAWdOv2lVr8a { width:20rem;height:4.875rem;top:12.458984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccQTK9KLqyqTevDmNvEvJkv8mciv7g7c { width:18.125rem;height:3.25rem;top:19.34375rem;left:0.9375rem;font-size:1.25rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #UlnnCiobS3ZsIVg1rk0iEOkwoe5uWRyl { display:block; }
 }@media only screen and (max-width: 763px) { #pnuATyVydf3ToUM09wpzVUd31ThscNF8 { display:block; }#pnuATyVydf3ToUM09wpzVUd31ThscNF8 > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEtG8XKI62KQfDGbBC2wS1yG7a5cKVsF { width:6.25rem;height:0.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p03NqJLn75WqauiopqiO1klmFC3qb6Dq { width:20rem;height:1.80615rem;top:3.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC0MaHUKnJ8QQWAmGz8IwRVOJhSGrrBv { width:19.875rem;height:24.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9y7kioifemf3GkJxzPycEKSAzr7LkJo { display:flex;width:1.625rem;height:1.625rem;top:34.125rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #NlPuWOUURIh2Llsu2wURE7PdaoQN7t3A { width:17.9375rem;height:1.69970625rem;top:34.0625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QHnN0dze3tU8gXxWfusD1LaAMACKAVhQ { width:20rem;height:3.6494125rem;top:6.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#QHnN0dze3tU8gXxWfusD1LaAMACKAVhQ li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#QHnN0dze3tU8gXxWfusD1LaAMACKAVhQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_419bcab19f7eb34c62f7c0e8e539cdf4751400c3.svg); }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP  { width:17.5rem;height:auto;top:12rem;left:0rem; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP {display:block;}#KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP { width:17.5rem;height:auto;top:12rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #PmduoLSRsetM19biFnQ0isQMNttSDhrZ {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #TZI2pLBc22QU2U47FOltdcefpoN8w1A0 { display:block; }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #Iiv7JN7RwZw5Eupz3L12wuc4EhrHOsoI {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #wVyJNnZ8ffvI9meIzLHJX598ZHRWJAH8 {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #PVcP1qRsNHOh2rIORWTAqHn13A0RNt3c { display:block; }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #m9eLrF7otirAU4e1r6gPRO0Bf4Lu3dhw {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #aT4X2TxUfhT7TMLpTa7PQqDfcCNRcHgL {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #V5R9ncHJDEDv604rZCT3yJeVcfhowQ6b { display:block; }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #VJgV5KufaQ5KMTgcDAJWpHc0agUV4TEL {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #hAK4gUCXzyBxgcfeKxfDQfPM0JUOlXld {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #wr1m9p008TT3huRkkisQbLX5CXxNSaKi {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #CwTSM3q8kHmBC8TpmdqVGTF8Ue0fqf52 {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #sxN8PCZ95W6ZHOQipu1kCoZfsO3kM4iH {  }
 }@media only screen and (max-width: 763px) { #KopXtzl2Pa0qb4rskX4vLOJ6FTI4AuLP #IqQPxANuRJcPzWhTFQf90TXnvAiq9Jzp {  }
 }@media only screen and (max-width: 763px) { #xJcKwJCwSAWiTCyGURcz4eafWvWUTwao { display:block; }#xJcKwJCwSAWiTCyGURcz4eafWvWUTwao > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PW041rgUpg9TqLV5ce6OzTDcOUZti1yz { width:17.1875rem;height:4.8984375rem;top:6.8125rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMJRGCrwRXMLAwq2GPyrZwEL14MCJrT1 { width:18.75rem;height:0.0625rem;top:13.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIKQSvJs5A0KOEedOSvUuTHWUZsqihPJ { width:11.375rem;height:1.2246125rem;top:15.8125rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twvaZn49vIUvDdbl05tWaw4Q533lmIpc { width:20rem;height:1.4003875rem;top:14.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvdNhDzhTLpF6Tk95TQPqXSdtvMHTSn7 { width:18.75rem;height:0.0625rem;top:5.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAsTvZuAF69E1D9MhPNVUAFulgbPIzTF { width:11.4375rem;height:1.625rem;top:1.75rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnIUbLS2sSoaTI44qrJWmCQGa23x99Tw { width:14.125rem;height:1.4003875rem;top:17.5625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDt8VGOwpch675ccoUnv8Ckd93tyuV0e { width:10.0625rem;height:1.2246125rem;top:19.0625rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hH7MluhIiMQSPPMKi8mCeAnNU2eotxxp { width:10.9375rem;height:1.2246125rem;top:20.4375rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }