.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:254,211,230;--color-primary-1:253,122,179;--color-primary-2:251,34,129;--color-primary-3:179,3,80;--color-primary-4:50,7,26;--color-secondary-0:224,239,246;--color-secondary-1:151,179,193;--color-secondary-2:81,129,151;--color-secondary-3:37,97,125;--color-secondary-4:16,26,30;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7f7b9a3e-9d61-4911-acc5-48533c399925/latomockupzbiorczy3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA.adaptive-delivery-prevent-bg, #MHSQLJLOZgpwascTPq9uAIHdiP419WXA.lazyload, #MHSQLJLOZgpwascTPq9uAIHdiP419WXA.lazyloading { background-image: none; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row .container { background-color: transparent; background-image: none; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row .container > .video-iframe-container { display: none; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row > .video-iframe-container { display: none; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .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); }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row .container { border-width: 0; border-radius: 0; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;overflow:visible;position:relative;display:block; }#GI1PBniThMnP7bdmXQpuqJH4Wrismh0M { color:#9e050d;display:block;width:36.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.722900390625rem;left:4.9371337890625rem;height:10.2363125rem;font-style:normal;display:block; }
#GtbmLUQmpTKUv2ccNIPwOPDTpqEbucxs { color:rgba(var(--color-tertiary-4),1);display:block;width:35.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:20.562133789062rem;left:4.9371337890625rem;height:4.72411875rem;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; }
#kk4mQZPKlSSZ4kl3kH2cxuBxvVAy3fKW { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.624755859375rem;left:8.3123779296875rem;height:1.625rem;font-style:normal;display:block; }
#ahLgXBBC3yMxAEWsB3ktU14BbV4BfvF4 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.5625rem;left:33.062133789062rem;height:1.625rem;font-style:normal;display:block; }
#BwuKnPeKqgPe0dMeApC9pef8A0mSHt8q { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.68701171875rem;left:20rem;height:1.625rem;font-style:normal;display:block; }
#PtEEvcLuGA9CWdi54LVSigsrndOvEQkF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:31.312255859375rem;left:5.999755859375rem; }
#Kd1NEZe4ug2ZSRSIRf7beuuyatHSU4RQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:31.499633789062rem;left:17.687377929688rem; }
#KxkTmiJIwGMiDdv9hx0G2EsNT1cu3PAF { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:31.37451171875rem;left:30.625rem; }
#MTGmEcb92QA8LitcA1BK9hyq4oNZczfh { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ODidacpv0HmIg6xI612fqmOxvtbIOPTV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZoM8SfadibJCctTKBE2zgOCpJLOQHems { 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:74.125rem;width:67.5rem;display:none; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-form-header {  }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.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; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.75rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .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:22.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.75rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .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; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9e050d, #590000);background-image: -moz-linear-gradient(180deg, #9e050d, #590000);background-image: -ms-linear-gradient(180deg, #9e050d, #590000);background-image: -o-linear-gradient(180deg, #9e050d, #590000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e050d', endColorstr='#590000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e050d', endColorstr='#590000' );";background-image: linear-gradient(180deg, #9e050d, #590000);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.375rem;overflow:hidden;font-style:normal; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .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; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-container:first-of-type{padding-top:0;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-container:last-of-type{padding-bottom:0;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.6689453125rem;left:45.390625rem; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.75rem; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .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; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 {display:block;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.6689453125rem;left:45.390625rem; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #cby61yJsknDunTW20TczbJPQN4VaTAZF { position:relative; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #MO8O5F9cwSdb5RauPd3nTsLHrHWhHTnx { position:relative;display:block; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #FRO6HkR9xlN820bMxJ9npE6ETNX15W1u { position:relative; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #BLmMy2hyHzBkCGQfGWEErEbi9QbDha7e { position:relative; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #ekB2GPA9a298MK0VHQRag1vyx4ayUPdV { position:relative;display:block; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #elT7OVSdJEmAuko8Uik2UerBb0y9FOd9 { position:relative; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #Nbgck01i54Mcvp4CqsXDUDOqPnBhBTUb { position:relative; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #XznNDsMnLfJvQH3rZClsaQ1LgTAsVQiO { position:relative;display:block; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #fFTdE0cNaHUFonIpKgbGgo5K6WRCobdC { position:relative; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #uZEg6kk5a4UN7STBL7dHzuNLF6KtzAaw { position:relative; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #napnqoJiePpEK7r9PnoBHwem0dJA78wn { position:relative; }
#T4oW0Gd3leMP9FyWEysGt6tTE3RNxXgV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.187rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.41015625rem;left:47.988891601562rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cav2hdgOSknxWftmOCX4ycdvSE0Nct6S { box-sizing:content-box;height:35.375rem;width:30.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1859130859375rem;left:42.520751953125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#NOg0r7bFA6A6VflGnb1trSsILrECztep { box-sizing:content-box;height:3.68713125rem;width:10.249625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.562133789062rem;left:4.9371337890625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#lHCqaNHZ8U6RIObPfrDiqQcXHlJZsm8J { box-sizing:content-box;height:3.6875rem;width:11.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.625rem;left:16.37451171875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ict1UTrkU6u9GlcAtP8CJInsPbT4P58d { box-sizing:content-box;height:3.6875rem;width:10.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.625rem;left:29.312133789062rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Nd0pmeXekREUFKsGXnHyEQiqo1feEGK9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#OACm971oTAVW7BS4van4nCwGBc2AcATp { box-sizing:content-box;height:35.37475rem;width:46.9995rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0.57);background-image:none;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1846923828125rem;left:2.7166748046875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { background-color: transparent; background-image: none; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container > .video-iframe-container { display: none; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row > .video-iframe-container { display: none; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .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); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { border-width: 0; border-radius: 0; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#ci1A9krAJMtIQfVWxPFSfPEtzJazcRTw { color:rgba(var(--color-tertiary-4),1);display:block;width:49.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.999267578125rem;left:12.5927734375rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX { color:rgba(var(--color-tertiary-4),1);display:block;width:51.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.56201171875rem;left:11.937255859375rem;height:;font-style:normal;display:block; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f4b3ea00624d276aad70bfb80a54b37a877997ac.svg); }
#eMPN5XMwl9EqgIqX3Iteh3EbrSG3SvAI { box-sizing:content-box;height:3.81225625rem;width:55.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.56);background-image:none;top:8.9991455078125rem;left:9.593505859375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TdERGaKsRdNQFB17ZfZmNtqTg7hG1GMO { box-sizing:content-box;height:4.25rem;width:55.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.56);background-image:none;top:13.24853515625rem;left:9.6949462890625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#axtnxvgazR7Mz9zyzfGnK0iaLPPmE7ku { box-sizing:content-box;height:4.125rem;width:55.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.56);background-image:none;top:17.93701171875rem;left:9.73388671875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TBtH5b6PgAOkWTGv3CQzfFACLQbQFeHh { box-sizing:content-box;height:3.9375rem;width:55.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.56);background-image:none;top:22.437255859375rem;left:9.8199462890625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { position:relative;display:block; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { background-color: transparent; background-image: none; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container > .video-iframe-container { display: none; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row > .video-iframe-container { display: none; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .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); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { border-width: 0; border-radius: 0; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .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; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;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; }#UsJHLSLL9ARhDpwOeRELXCMHT0RdTThE { 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:5.561525rem;width:5.561525rem;top:4.4375rem;left:40.9375rem;overflow:hidden;display:block; }
#zCNldESR1VBoS7QsqgIkQByeIiGty4xT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:47.625rem;height:1.950075rem;display:block; }
#QdTP7rN05Tztud0e7oQwzB8RpOhTpiVa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:47.625rem;height:1.13769375rem;display:block; }
#c3FAzvzkV5Z3w0frTyLnCdyhQfUsh5q4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:47.625rem;height:1.625rem;display:block; }
#dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { color:rgba(var(--color-tertiary-4),1);display:block;width:30.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.24951171875rem;left:40.9375rem;height:11.69825rem;display:block; }
#HwgMrDmlhOhUNtmLOByucsoL5weufPwW { color:rgba(var(--color-tertiary-4),1);display:block;width:27.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4808349609375rem;left:3.499755859375rem;height:3.412475rem;font-style:normal;display:block; }
#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5745849609375rem;left:3.499755859375rem;height:19.0224375rem;font-style:normal;display:block; }#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dee6c239ff256c655eb6a3bde040287111896af.svg); }
#rvg4IP7fs4vqBT2rTuazP3mHhgkbK52Q { box-sizing:content-box;height:28.125rem;width:0.125rem;position:absolute;display:block;z-index:15007;background-color:#9e050d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.40576171875rem;left:37.710693359375rem;display:block; }
#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9e050d, #590000);background-image: -moz-linear-gradient(180deg, #9e050d, #590000);background-image: -ms-linear-gradient(180deg, #9e050d, #590000);background-image: -o-linear-gradient(180deg, #9e050d, #590000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e050d', endColorstr='#590000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e050d', endColorstr='#590000' );";background-image: linear-gradient(180deg, #9e050d, #590000);background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .row .container { background-color: transparent; background-image: none; }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .row .container > .video-iframe-container { display: none; }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .row > .video-iframe-container { display: none; }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .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); }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .row .container { border-width: 0; border-radius: 0; }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ .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; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ .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.50875rem;padding-right:0.438125rem;padding-bottom:0.50875rem;padding-left:0.438125rem;display:block;align-items:center;width:2.63rem;min-width:2.63rem;height:2.73625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.036875rem;font-weight:700;line-height:43.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ .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.31875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5075rem;height:1.080625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.76375rem;font-weight:700;line-height:17.29px;text-align:center;text-align-last:center;text-transform:none;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ { border-bottom:0;border-left:0;border-right:0;border-top: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;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.153125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.0162353515625rem;left:53.256225585938rem;z-index:5000; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #wFaxy7qvmk5o9y8nbC35wgW9gBbp2OwN { display:flex;position:relative;top:0rem;left:0rem; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #BiUrCSmuGhJZXcQqKtafZ2KZR5I9g3Sx { width:auto; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #JR9IkQoTmHGti8Ta1AT77oMDqbk12bp6 {  }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #N57TxvOHiKScHmyEhnJSEkU5cFhHezZn { display:flex;position:relative;top:0rem;left:0rem; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #c9HElrPFmoCJ8fIF3Sc5XoFuA7e67dTK {  }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #EMl7JaVeLPngL7SScx8wcPGfAS6Hc6kG {  }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #aeZLAHH67AFTI08ATLyPlDSDzNQ83RIN { display:flex;position:relative;top:0rem;left:0rem; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #PwNUuWS29H96oKn31Jv6dto0rKkss5eC {  }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #zB3TTVbD6E3oWKRTpX16Zh9lLKOGBphx {  }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #zOnvonaP2NzqVownEw22x0VTemT5WBfk { display:flex;position:relative;top:0rem;left:0rem; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #uCBEDi9lurLqQnftk17TZKgrIpoufwMa {  }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #nvzQCyPKLo5KlikzfuiNOuNPVZHgoRZv {  }
#BmF7QoF7SNGJyv4V3pMlQtPwUs1wRnJM { color:rgba(var(--color-tertiary-0),1);display:block;width:23.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.876220703125rem;left:2.022705078125rem;height:1.625rem;display:block; }
#iA4ByDK3EnEDNHcXb82PBD20dFvlLVMe { color:rgba(var(--color-tertiary-0),0.59);display:block;width:25.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9378662109375rem;left:2.085205078125rem;height:1.381225rem;display:block; }
#eDpRhlTJxFXbkXwV4PpsKwq2BXhugTHN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#590000;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.249625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.875rem;left:27.374877929688rem;display:block; }
#nDoVGRCJhfGkzpeZZmo5ahy0w0lWNabr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MHSQLJLOZgpwascTPq9uAIHdiP419WXA { display:block; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GI1PBniThMnP7bdmXQpuqJH4Wrismh0M { top:4.6875rem;left:0rem;width:36.375rem;height:13.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtbmLUQmpTKUv2ccNIPwOPDTpqEbucxs { top:20.5rem;left:0rem;width:35.3125rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk4mQZPKlSSZ4kl3kH2cxuBxvVAy3fKW { top:31.5625rem;left:0rem;width:6.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahLgXBBC3yMxAEWsB3ktU14BbV4BfvF4 { top:31.5625rem;left:19.437133789062rem;width:5.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwuKnPeKqgPe0dMeApC9pef8A0mSHt8q { top:31.625rem;left:6.375rem;width:7.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtEEvcLuGA9CWdi54LVSigsrndOvEQkF { top:31.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd1NEZe4ug2ZSRSIRf7beuuyatHSU4RQ { top:31.4375rem;left:4.0623779296875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxkTmiJIwGMiDdv9hx0G2EsNT1cu3PAF { top:31.3125rem;left:17rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTGmEcb92QA8LitcA1BK9hyq4oNZczfh { display:none; }
 }@media only screen and (max-width: 763px) { #ODidacpv0HmIg6xI612fqmOxvtbIOPTV { display:none; }
 }@media only screen and (max-width: 763px) { #ZoM8SfadibJCctTKBE2zgOCpJLOQHems { width:47.75rem;height:52.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-regular-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-text { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-textarea { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-select { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-button { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-checkbox-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35  { width:22.75rem;height:auto;top:11.625rem;left:22.5rem; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .radio-container { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 {display:block;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 { width:22.75rem;height:auto;top:11.625rem;left:22.5rem; }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #cby61yJsknDunTW20TczbJPQN4VaTAZF {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #MO8O5F9cwSdb5RauPd3nTsLHrHWhHTnx {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #FRO6HkR9xlN820bMxJ9npE6ETNX15W1u {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #BLmMy2hyHzBkCGQfGWEErEbi9QbDha7e {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #ekB2GPA9a298MK0VHQRag1vyx4ayUPdV {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #elT7OVSdJEmAuko8Uik2UerBb0y9FOd9 {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #Nbgck01i54Mcvp4CqsXDUDOqPnBhBTUb {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #XznNDsMnLfJvQH3rZClsaQ1LgTAsVQiO {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #fFTdE0cNaHUFonIpKgbGgo5K6WRCobdC {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #uZEg6kk5a4UN7STBL7dHzuNLF6KtzAaw {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #napnqoJiePpEK7r9PnoBHwem0dJA78wn {  }
 }@media only screen and (max-width: 763px) { #T4oW0Gd3leMP9FyWEysGt6tTE3RNxXgV { top:5.375rem;left:28.625rem;width:19.125rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cav2hdgOSknxWftmOCX4ycdvSE0Nct6S { top:1.125rem;left:17.625rem;width:30.125rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOg0r7bFA6A6VflGnb1trSsILrECztep { top:30.5rem;left:0rem;width:10.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHCqaNHZ8U6RIObPfrDiqQcXHlJZsm8J { top:30.625rem;left:2.74951171875rem;width:11.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ict1UTrkU6u9GlcAtP8CJInsPbT4P58d { top:30.625rem;left:15.687133789062rem;width:10.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd0pmeXekREUFKsGXnHyEQiqo1feEGK9 { display:none; }
 }@media only screen and (max-width: 763px) { #OACm971oTAVW7BS4van4nCwGBc2AcATp { top:1.125rem;left:0rem;width:46.9375rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E { display:block; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ci1A9krAJMtIQfVWxPFSfPEtzJazcRTw { top:2.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX { top:9.5rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f4b3ea00624d276aad70bfb80a54b37a877997ac.svg); }
 }@media only screen and (max-width: 763px) { #eMPN5XMwl9EqgIqX3Iteh3EbrSG3SvAI { top:8.9375rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdERGaKsRdNQFB17ZfZmNtqTg7hG1GMO { top:13.1875rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axtnxvgazR7Mz9zyzfGnK0iaLPPmE7ku { top:17.875rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtH5b6PgAOkWTGv3CQzfFACLQbQFeHh { top:22.375rem;left:0rem;width:47.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { display:block; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsJHLSLL9ARhDpwOeRELXCMHT0RdTThE { top:4.4375rem;left:27.3125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCNldESR1VBoS7QsqgIkQByeIiGty4xT { top:6.5rem;left:31.6875rem;width:16.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTP7rN05Tztud0e7oQwzB8RpOhTpiVa { top:8.5rem;left:28.1875rem;width:19.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FAzvzkV5Z3w0frTyLnCdyhQfUsh5q4 { top:4.4375rem;left:31.6875rem;width:16.0625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { top:13.1875rem;left:17.125rem;width:30.625rem;height:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwgMrDmlhOhUNtmLOByucsoL5weufPwW { top:3.4375rem;left:0rem;width:27.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C { top:9.5625rem;left:0rem;width:31.6875rem;height:19rem;font-size:0.875rem;display:block; }#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dee6c239ff256c655eb6a3bde040287111896af.svg); }
 }@media only screen and (max-width: 763px) { #rvg4IP7fs4vqBT2rTuazP3mHhgkbK52Q { top:3.375rem;left:24.085693359375rem;width:0.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otpCTv6lVkgToq2sdZlZdhUDicUmDpsb { display:block; }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ .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; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ .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; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ { display:flex;width:18rem;height:5.0625rem;top:0.25rem;left:29.6875rem; }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #wFaxy7qvmk5o9y8nbC35wgW9gBbp2OwN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #BiUrCSmuGhJZXcQqKtafZ2KZR5I9g3Sx {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #JR9IkQoTmHGti8Ta1AT77oMDqbk12bp6 {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #N57TxvOHiKScHmyEhnJSEkU5cFhHezZn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #c9HElrPFmoCJ8fIF3Sc5XoFuA7e67dTK {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #EMl7JaVeLPngL7SScx8wcPGfAS6Hc6kG {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #aeZLAHH67AFTI08ATLyPlDSDzNQ83RIN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #PwNUuWS29H96oKn31Jv6dto0rKkss5eC {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #zB3TTVbD6E3oWKRTpX16Zh9lLKOGBphx {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #zOnvonaP2NzqVownEw22x0VTemT5WBfk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #uCBEDi9lurLqQnftk17TZKgrIpoufwMa {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #nvzQCyPKLo5KlikzfuiNOuNPVZHgoRZv {  }
 }@media only screen and (max-width: 763px) { #BmF7QoF7SNGJyv4V3pMlQtPwUs1wRnJM { top:1.875rem;left:0rem;width:23.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA4ByDK3EnEDNHcXb82PBD20dFvlLVMe { top:3.9375rem;left:0rem;width:25.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDpRhlTJxFXbkXwV4PpsKwq2BXhugTHN { width:20.1875rem;height:3.4375rem;top:1.875rem;left:13.749877929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDoVGRCJhfGkzpeZZmo5ahy0w0lWNabr { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MHSQLJLOZgpwascTPq9uAIHdiP419WXA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row .container { background-color: transparent; background-image: none; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row .container > .video-iframe-container { display: none; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row > .video-iframe-container { display: none; }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .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); }#MHSQLJLOZgpwascTPq9uAIHdiP419WXA > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GI1PBniThMnP7bdmXQpuqJH4Wrismh0M { width:18.75rem;height:6.499rem;top:2.96142578125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtbmLUQmpTKUv2ccNIPwOPDTpqEbucxs { width:18.8125rem;height:7.349875rem;top:10.810546875rem;left:0.5941162109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk4mQZPKlSSZ4kl3kH2cxuBxvVAy3fKW { width:4.6875rem;height:1.29980625rem;top:19.685668945312rem;left:3.6248779296875rem;font-size:1rem;z-index:15011;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ahLgXBBC3yMxAEWsB3ktU14BbV4BfvF4 { width:5.499875rem;height:1.4624rem;top:56.038696289062rem;left:3.2177734375rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwuKnPeKqgPe0dMeApC9pef8A0mSHt8q { width:5.3125rem;height:1.29980625rem;top:19.686401367188rem;left:12.787475585938rem;font-size:1rem;z-index:15014;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PtEEvcLuGA9CWdi54LVSigsrndOvEQkF { display:flex;width:1.25rem;height:1.25rem;top:19.70947265625rem;left:1.6246337890625rem;z-index:15012;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Kd1NEZe4ug2ZSRSIRf7beuuyatHSU4RQ { display:flex;width:1.25rem;height:1.25rem;top:19.710815429688rem;left:10.936279296875rem;z-index:15013;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #KxkTmiJIwGMiDdv9hx0G2EsNT1cu3PAF { display:flex;width:3.125rem;height:3.125rem;top:52.640258789062rem;left:4.5311279296875rem;font-size:2.1875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #MTGmEcb92QA8LitcA1BK9hyq4oNZczfh { top:18.848876953125rem;left:0.687255859375rem;width:9rem;height:3.0625rem;z-index:15010;background-color:rgba(241,236,230,0.45);background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODidacpv0HmIg6xI612fqmOxvtbIOPTV { top:18.875rem;left:10.125rem;width:9rem;height:3rem;z-index:15011;background-color:rgba(241,236,230,0.45);background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoM8SfadibJCctTKBE2zgOCpJLOQHems { top:48.551513671875rem;left:5.5633544921875rem;width:14.4360625rem;height:15.8111875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35  { width:17.5rem;height:auto;top:28.232421875rem;left:0rem; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 {display:block;}#TwKbQfKloiJFD03aluQsQcZq4xdMDt35 { width:17.5rem;height:auto;top:28.232421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #cby61yJsknDunTW20TczbJPQN4VaTAZF {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #MO8O5F9cwSdb5RauPd3nTsLHrHWhHTnx {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #FRO6HkR9xlN820bMxJ9npE6ETNX15W1u {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #BLmMy2hyHzBkCGQfGWEErEbi9QbDha7e {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #ekB2GPA9a298MK0VHQRag1vyx4ayUPdV {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #elT7OVSdJEmAuko8Uik2UerBb0y9FOd9 {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #Nbgck01i54Mcvp4CqsXDUDOqPnBhBTUb {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #XznNDsMnLfJvQH3rZClsaQ1LgTAsVQiO {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #fFTdE0cNaHUFonIpKgbGgo5K6WRCobdC {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #uZEg6kk5a4UN7STBL7dHzuNLF6KtzAaw {  }
 }@media only screen and (max-width: 763px) { #TwKbQfKloiJFD03aluQsQcZq4xdMDt35 #napnqoJiePpEK7r9PnoBHwem0dJA78wn {  }
 }@media only screen and (max-width: 763px) { #T4oW0Gd3leMP9FyWEysGt6tTE3RNxXgV { width:14.187rem;height:3.2495125rem;top:24.246215820312rem;left:2.9058837890625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cav2hdgOSknxWftmOCX4ycdvSE0Nct6S { width:20rem;height:40.9375rem;top:23.215087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOg0r7bFA6A6VflGnb1trSsILrECztep { width:10.1875rem;height:3.625rem;top:73.3111875rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHCqaNHZ8U6RIObPfrDiqQcXHlJZsm8J { width:11.625rem;height:3.625rem;top:78.1861875rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ict1UTrkU6u9GlcAtP8CJInsPbT4P58d { width:10.375rem;height:3.625rem;top:83.0611875rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nd0pmeXekREUFKsGXnHyEQiqo1feEGK9 { top:51.124267578125rem;left:1.561279296875rem;width:8.81225rem;height:8.81225rem;z-index:15015;background-color:#f1ece6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OACm971oTAVW7BS4van4nCwGBc2AcATp { width:20rem;height:35.3125rem;top:18.848876953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E { display:block; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ci1A9krAJMtIQfVWxPFSfPEtzJazcRTw { width:18.374625rem;height:1.625rem;top:1.4373779296875rem;left:0.8111572265625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX { width:17.6245rem;height:29.506375rem;top:5.1226806640625rem;left:0.8740234375rem;font-size:0.875rem;display:block; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f4b3ea00624d276aad70bfb80a54b37a877997ac.svg); }
 }@media only screen and (max-width: 763px) { #eMPN5XMwl9EqgIqX3Iteh3EbrSG3SvAI { width:20rem;height:7.1875rem;top:4.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdERGaKsRdNQFB17ZfZmNtqTg7hG1GMO { width:20rem;height:8.25rem;top:11.9736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axtnxvgazR7Mz9zyzfGnK0iaLPPmE7ku { width:20rem;height:6.9375rem;top:20.722534179688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtH5b6PgAOkWTGv3CQzfFACLQbQFeHh { width:20rem;height:7.1875rem;top:28.240966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { display:block; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsJHLSLL9ARhDpwOeRELXCMHT0RdTThE { width:4.874875rem;height:4.874875rem;top:32.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCNldESR1VBoS7QsqgIkQByeIiGty4xT { width:13.125rem;height:1.625rem;top:34rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTP7rN05Tztud0e7oQwzB8RpOhTpiVa { width:12.749625rem;height:1.7871125rem;top:35.625rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FAzvzkV5Z3w0frTyLnCdyhQfUsh5q4 { width:8.687125rem;height:1.21875rem;top:32.5625rem;left:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { width:18.4375rem;height:17.05810625rem;top:39.1875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwgMrDmlhOhUNtmLOByucsoL5weufPwW { width:17.687375rem;height:1.625rem;top:1.25rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C { width:18.624875rem;height:22.59475rem;top:4.3125rem;left:0.6875rem;font-size:0.875rem;display:block; }#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dee6c239ff256c655eb6a3bde040287111896af.svg); }
 }@media only screen and (max-width: 763px) { #rvg4IP7fs4vqBT2rTuazP3mHhgkbK52Q { width:16.875rem;height:0.125rem;top:29.937133789062rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otpCTv6lVkgToq2sdZlZdhUDicUmDpsb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#otpCTv6lVkgToq2sdZlZdhUDicUmDpsb > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ .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; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ .widget-text.counter-number { padding-top:0.38rem;padding-right:0.33rem;padding-bottom:0.38rem;padding-left:0.33rem;width:1.979375rem;min-width:1.979375rem;height:2.04125rem;font-size:1.51875rem;line-height:32.66px;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; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.64rem;height:0.806875rem;font-size:0.569375rem;line-height:12.91px;top:-17%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ { display:flex;width:14.5625rem;height:3.845625rem;top:0.7490234375rem;left:2.71728515625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #wFaxy7qvmk5o9y8nbC35wgW9gBbp2OwN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #BiUrCSmuGhJZXcQqKtafZ2KZR5I9g3Sx {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #JR9IkQoTmHGti8Ta1AT77oMDqbk12bp6 {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #N57TxvOHiKScHmyEhnJSEkU5cFhHezZn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #c9HElrPFmoCJ8fIF3Sc5XoFuA7e67dTK {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #EMl7JaVeLPngL7SScx8wcPGfAS6Hc6kG {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #aeZLAHH67AFTI08ATLyPlDSDzNQ83RIN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #PwNUuWS29H96oKn31Jv6dto0rKkss5eC {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #zB3TTVbD6E3oWKRTpX16Zh9lLKOGBphx {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #zOnvonaP2NzqVownEw22x0VTemT5WBfk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #uCBEDi9lurLqQnftk17TZKgrIpoufwMa {  }
 }@media only screen and (max-width: 763px) { #B2LT40QTkZKOHTXiuWdLfSzmKLKbcGmQ #nvzQCyPKLo5KlikzfuiNOuNPVZHgoRZv {  }
 }@media only screen and (max-width: 763px) { #BmF7QoF7SNGJyv4V3pMlQtPwUs1wRnJM { width:20rem;height:1.29980625rem;top:4.6239013671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iA4ByDK3EnEDNHcXb82PBD20dFvlLVMe { width:20rem;height:1.05615rem;top:6.234619140625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDpRhlTJxFXbkXwV4PpsKwq2BXhugTHN { width:19rem;height:3.4375rem;top:8.540037109375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDoVGRCJhfGkzpeZZmo5ahy0w0lWNabr { display:block; }
 }