.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:240,218,219;--color-primary-1:207,130,134;--color-primary-2:158,5,13;--color-primary-3:79,3,7;--color-primary-4:24,1,2;--color-secondary-0:253,252,251;--color-secondary-1:248,246,243;--color-secondary-2:241,236,230;--color-secondary-3:121,118,115;--color-secondary-4:36,35,35;--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: 959px) {
    html {
        width: 960px;
    }
}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:60rem;overflow:visible;position:relative;display:block; }#GI1PBniThMnP7bdmXQpuqJH4Wrismh0M { color:rgba(var(--color-primary-2),1);display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:2.1875rem;height:8.7744375rem;font-style:normal;display:block; }
#GtbmLUQmpTKUv2ccNIPwOPDTpqEbucxs { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;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:23.06201171875rem;left:2.1875rem;height:6.296875rem;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; }
#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:3.8115234375rem;left:2.1875rem; }
#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; }
#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:34.125rem; }
#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:34.125rem; }
#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.1865rem;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:37.15625rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cav2hdgOSknxWftmOCX4ycdvSE0Nct6S { box-sizing:content-box;height:35.375rem;width:26.5rem;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.18408203125rem;left:33.5rem;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.6875rem;width:21.75rem;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:3.0615234375rem;left:1.25rem;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; }
#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:0rem;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; }
#WxsxwF63APp3h6dQW6hBWe9meHLp9QT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8486328125rem;left:5.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;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:60rem;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:5.0625rem;height:3.4121125rem;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:4.375rem;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:2.0625rem;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:2.1875rem;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:2.1875rem;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:2.3125rem;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:60rem;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:33.4375rem;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:40.125rem;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:40.125rem;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:40.125rem;height:1.625rem;display:block; }
#dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;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:12.24951171875rem;left:33.4375rem;height:14.29785625rem;display:block; }
#HwgMrDmlhOhUNtmLOByucsoL5weufPwW { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9365rem;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.14990234375rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;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:8.44921875rem;left:0rem;height:17.722625rem;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:30.1875rem;display:block; }
#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .row .container { background-color: transparent; background-image: none; }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .row .container > .video-iframe-container { display: none; }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .row > .video-iframe-container { display: none; }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .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); }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .row .container { border-width: 0; border-radius: 0; }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#XHCu6u2r3uR8lhX0mC6UhNOfJirs49Mu { 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:1.3745125rem;width:1.3745125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#WrA5BWC1Bg6Acy2MlKteWVWCuhp4kd5W { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0rem;height:1.224975rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KdeyJTkTXcdeuvVSlEu4zVE8dzlswUb7 { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:43.0625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WkgFguvnWQKfmgQRtcPeSym5T91PbT9A { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:58.625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@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:8.75rem;left:0rem;width:30.4375rem;height:11.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtbmLUQmpTKUv2ccNIPwOPDTpqEbucxs { top:23rem;left:0rem;width:26.375rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxkTmiJIwGMiDdv9hx0G2EsNT1cu3PAF { top:3.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTGmEcb92QA8LitcA1BK9hyq4oNZczfh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZoM8SfadibJCctTKBE2zgOCpJLOQHems { width:;height:;top:0rem;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:26.5rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOg0r7bFA6A6VflGnb1trSsILrECztep { top:3rem;left:0rem;width:21.75rem;height:3.6875rem;display:block; }
 }@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) { #WxsxwF63APp3h6dQW6hBWe9meHLp9QT8 { top:3.8125rem;left:0rem;width:16.625rem;height:2.0625rem;font-size:1.25rem;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:12.1875rem;left:22.6875rem;width:25.0625rem;height:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwgMrDmlhOhUNtmLOByucsoL5weufPwW { top:3.125rem;left:0rem;width:27.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C { top:8.4375rem;left:0rem;width:25.8125rem;height:20.3125rem;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.0625rem;width:0.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt { display:block; }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHCu6u2r3uR8lhX0mC6UhNOfJirs49Mu { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrA5BWC1Bg6Acy2MlKteWVWCuhp4kd5W { width:25.9375rem;height:1.1875rem;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdeyJTkTXcdeuvVSlEu4zVE8dzlswUb7 { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkgFguvnWQKfmgQRtcPeSym5T91PbT9A { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;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) { #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:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GI1PBniThMnP7bdmXQpuqJH4Wrismh0M { width:18.75rem;height:6.5rem;top:4.77392578125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GtbmLUQmpTKUv2ccNIPwOPDTpqEbucxs { width:18.8125rem;height:7.347625rem;top:12.123046875rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@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;display:none; }
 }@media only screen and (max-width: 763px) { #MTGmEcb92QA8LitcA1BK9hyq4oNZczfh { top:0.66064453125rem;left:3.1875rem;width:13.625rem;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) { #ZoM8SfadibJCctTKBE2zgOCpJLOQHems { top:46.0009765625rem;left:2.8759765625rem;width:14.4360625rem;height:15.8110625rem;z-index:15017;overflow:hidden;display:none; }
 }@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:25.375rem;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:25.375rem;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.25rem;top:21.875rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cav2hdgOSknxWftmOCX4ycdvSE0Nct6S { width:20rem;height:25.6875rem;top:20.8125rem;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) { #OACm971oTAVW7BS4van4nCwGBc2AcATp { width:20rem;height:35.3125rem;top:18.848876953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxsxwF63APp3h6dQW6hBWe9meHLp9QT8 { width:16.625rem;height:1.625rem;top:1.37939453125rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@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:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsJHLSLL9ARhDpwOeRELXCMHT0RdTThE { width:4.874875rem;height:4.874875rem;top:29.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCNldESR1VBoS7QsqgIkQByeIiGty4xT { width:13.125rem;height:1.625rem;top:30.875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTP7rN05Tztud0e7oQwzB8RpOhTpiVa { width:12.749625rem;height:1.7871125rem;top:32.5rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FAzvzkV5Z3w0frTyLnCdyhQfUsh5q4 { width:8.687125rem;height:1.21875rem;top:29.4375rem;left:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { width:18.4375rem;height:17.05810625rem;top:36.0625rem;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:20.3203125rem;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:26.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt { display:block; }#PT1mzNpsrdrOT6HX7pw34ShgMiKCSJrt > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHCu6u2r3uR8lhX0mC6UhNOfJirs49Mu { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrA5BWC1Bg6Acy2MlKteWVWCuhp4kd5W { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdeyJTkTXcdeuvVSlEu4zVE8dzlswUb7 { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkgFguvnWQKfmgQRtcPeSym5T91PbT9A { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }