.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:222,232,227;--color-primary-1:145,180,162;--color-primary-2:35,104,69;--color-primary-3:18,52,35;--color-primary-4:5,16,10;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:250,250,250;--color-secondary-3:150,150,150;--color-secondary-4:50,50,50;--color-tertiary-0:224,225,227;--color-tertiary-1:152,155,161;--color-tertiary-2:48,54,67;--color-tertiary-3:24,27,34;--color-tertiary-4:7,8,10;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Inter"; }@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-secondary-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; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .row .container { background-color: transparent; background-image: none; }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .row .container > .video-iframe-container { display: none; }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .row > .video-iframe-container { display: none; }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .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); }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .row .container { border-width: 0; border-radius: 0; }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .row .container { width:60rem;height:39.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Perr5DFe2W7dnpzJfOE0inDAE2LePnDR { display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.2867193222044rem;left:0rem;height:;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;color:rgba(var(--color-tertiary-2),1);display:block; }
#UFnTL0lSd1DqoIC0Z61fyRe5Kqqkh10l { display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:20.6875rem;left:0rem;height:5.4rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u0olPGTNssdFuRGXGiChrG4V9HJSABnn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:15.625rem;top:0.67500001192094rem;left:0rem;overflow:hidden;display:block; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-form-header {  }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:25.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .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-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:25.75rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .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:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:25.75rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-button { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#d6252e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:25.75rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .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:400;color:#fefefe;vertical-align:top;width:24.5rem;overflow:hidden;font-style:normal;float:none; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .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; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-container:first-of-type{padding-top:0;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-container:last-of-type{padding-bottom:0;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1  { background-color:#236845;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.750001907349rem;top:1.1937500238419rem;z-index:15000;position:absolute; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.75rem;display:block;vertical-align:top; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:400;color:#949494;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 {display:block;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 { background-color:#236845;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.750001907349rem;top:1.1937500238419rem;z-index:15000;position:absolute; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #AONogJLAszLCwBHNhGJkkyowZLLBRJOC { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #Cb59GX1QqEZs1xLmWtobvn3MhXkzx4Pg { position:relative;display:none; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #OJsNVecvyqPcSyXrUONgcqs8vXfS3fCI { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #FfPkhMUawzUgbmKl0xZFgpJTCWhni1As { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #hpGq3LRrx4FJlP19FXXXJJmniGOh9xgI { position:relative;display:none; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #ZThXH27Qyq8mHeaWr0r4BRS7h78ENKAE { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #SrncJ0qnuQthJZKUK7nHvds4BCmJ1tuL { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #X8GSa3NqlNetMQE9dn1yFblFR3yZOWKT { position:relative;display:none; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #asAu0Ovpb8ziVHsGkuUZQKl7cbs8oq1r { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #TimARJsNyPUWPUN0xoErEes909MZ90ew { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #QHgESpEbVJh6U09Clifll4woOzT12KV2 { position:relative;z-index:2; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #FhW49rE4WHKEIuPfMr9L2ucly2F6m9BO { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #yGAM386rMOoZTtrQ46Gb5Xg49SMran6N { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #ItOLZgsAUKG4nDcrINeovihlEe7OI4TG { position:relative;z-index:2; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #O63lBOWulXR1bwEU3EfV8QpxVqBwO6hF { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #fVlvnk1IJ95qI4V1TtpNFb49d9PuI29H { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #mUdZv3qlAfdZL8xfcUIs5uhlKsnMIGaT { position:relative;z-index:2; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #O6Fm8plKTJnavuAMhc6n5rodbQCkAUPw { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #wDJZy7sJ3zNJSCoXIBqHLPKbsI0zTUJq { position:relative; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #MW4EV3iJagSQ73TrZ1oF8fTExCap6SVn { position:relative; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:0.75rem;font-style:normal;height:auto;color:rgba(var(--color-tertiary-2),1); }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;font-family:var(--paragraphs-font-family);height:auto;color:rgba(var(--color-tertiary-2),1); }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-trigger.adaptive-delivery-prevent-bg, #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-trigger.lazyload, #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-trigger.lazyloading { background-image: none; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v { box-sizing:content-box;height:auto;width:29.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:34.187501192093rem;left:0rem; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #hhTc2ouVxkWKNgPrvbiAJtwMo2EuZvDQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #MBCvr5XbWZTafOP8X89JcIPMeqMZWEzW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #Donyr1NM5Tt3h56UpE9fX6MCaBsX7BhO { display:block;position:relative; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #SoQPUK9HOBIWTKby3g9Fk3oF3r9lv5ae {  }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #ZszO0Go7bLNoXGtl4OlQ92wx1IrkDrZg {  }
#kZN6d1lKg0afqCUWrWfLJHHGAf8org0k { display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:28.286719799042rem;left:0rem;height:5.3625rem;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;color:rgba(var(--color-tertiary-2),1);display:block; }
#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .row .container { background-color: transparent; background-image: none; }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .row .container > .video-iframe-container { display: none; }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .row > .video-iframe-container { display: none; }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .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); }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .row .container { border-width: 0; border-radius: 0; }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;position:relative;display:block; }#hoWQxGUWkilsrSWTChS4c2eVXilKiQEf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zbhPD2E2hxvuPvZwnumadQRpiuAvCT9U { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.875rem;left:1.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvQr4EUVnTbufrhUvpdJPk4OEfiEMx5C { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:16.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eB3Al8CEpCC3AwknTe96eeUvFFWsOf6Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:16.1875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2yTROt2enE28kRTEmTtTJ5n08y66TcF { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.875rem;left:31.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4qDgKWmK4PJl3NUxe8qP76hGaEJTd9c { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:31.1875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D1dEk93oXS0uhFcWuM7ql9bUltlwWLV6 { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:46.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCftKqWftUMoCW19PTMl288Eh3iMi2yk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:46.1875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dT4fvEy4xVeCk4JuPpWOthnPcVii4lX6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5rem;left:5.3125rem;display:block; }
#nVAxwzET2lO0vgsgUEyrkT7fGKeWvbq5 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5rem;left:20.3125rem;display:block; }
#EZcEyTypIohteIiSuHaR1qBpPpQpXega { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5rem;left:35.3125rem;display:block; }
#xyVzHLVpkplgAUdJsEniltvTWbP1fpN3 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5rem;left:50.3125rem;display:block; }
#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container { background-color: transparent; background-image: none; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container > .video-iframe-container { display: none; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row > .video-iframe-container { display: none; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .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); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container { border-width: 0; border-radius: 0; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#xd9zEASl88g62omczOnBsM1xfidhAGcI { display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:7.375rem;height:3.575rem;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;color:#236845;display:block; }
#cWgPuscb4FhUfbfh6i2ZlKKmpUyZDJps { display:block;width:29.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.811718463898rem;left:0rem;height:7.5rem;color:#303643;font-style:normal;display:block; }
#TqHSnKtkCxprH12AnITTcMiozz70m9bm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/64c61145-32fe-42ad-911d-188f2963680a/sekcja1.webp");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:28.125rem;position:absolute;display:block;z-index:15000;top:1.5625009536743rem;left:31.875001907349rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#TqHSnKtkCxprH12AnITTcMiozz70m9bm.adaptive-delivery-prevent-bg, #TqHSnKtkCxprH12AnITTcMiozz70m9bm.lazyload, #TqHSnKtkCxprH12AnITTcMiozz70m9bm.lazyloading { background-image: none; }
#z6zZpiJzmXLnrSh0HRbTlmqmqBGzSlCS { position:absolute;display:block;z-index:15008;background-color:#236845;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:4.9875001907349rem;left:0rem;display:block; }
#VdbxDqg5HTBsvfLnquModlueb5t0kd7n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container { background-color: transparent; background-image: none; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container > .video-iframe-container { display: none; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row > .video-iframe-container { display: none; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .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); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container { border-width: 0; border-radius: 0; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#ln9LLZ3ZvXCR4alMc5us3O7RnWrAHFLT { color:#236845;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:1.3115234375rem;left:1.6875rem;height:3.375rem;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;text-align:center;text-align-last:center;display:block; }
#teGpxT1QIQSUkH5RT0Cb1N3gPdfmlZES { color:#303643;display:block;width:18rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.0625rem;left:1.3125rem;height:3rem;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;text-align:center;text-align-last:center;display:block; }
#CWNihSrT3fMpCpRdILCslxe4p74fgCg7 { color:#236845;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:1.3115234375rem;left:21.6875rem;height:3.375rem;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;text-align:center;text-align-last:center;display:block; }
#l34ZWSSlQobIykcnkmDVnAz5231bhLX6 { color:#236845;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:1.3115234375rem;left:41.6875rem;height:3.375rem;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;text-align:center;text-align-last:center;display:block; }
#HNz7NXCbnOP9BUGey5412BHDOou5J1y1 { color:#303643;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:18.0625rem;left:21.5rem;height:4.5rem;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;text-align:center;text-align-last:center;display:block; }
#VgcayARgQtX12UF7R2fad1odMyoT7Zhc { color:#303643;display:block;width:17.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:18.0625rem;left:41.625rem;height:3rem;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;text-align:center;text-align-last:center;display:block; }
#ETcblheItO1hNtGOIabt3p2XS9AX0Hwp { position:absolute;display:block;z-index:15009;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:16.8125rem;width:12.1875rem;top:3.0810546875rem;left:3.90625rem;overflow:hidden;display:block; }
#tQctrWrUTgWRX0rNgwXWfm2UXAmIVCVi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:11.5625rem;top:3.4873046875rem;left:24.21875rem;overflow:hidden;display:block; }
#pm874csQQrVtC8o2yXUAfTd8x31oNtib { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:13.0625rem;top:2.4560546875rem;left:43.46875rem;overflow:hidden;display:block; }
#HWT5U8uM01A3T9bat2JMpX6FtmkCM2ER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#HWT5U8uM01A3T9bat2JMpX6FtmkCM2ER > .row .container { border-width: 0; border-radius: 0; }#HWT5U8uM01A3T9bat2JMpX6FtmkCM2ER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWT5U8uM01A3T9bat2JMpX6FtmkCM2ER > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:60rem;position:relative;display:none; }#vcyTeLlKwaqwkfcXf35hTgTfD5ikdbMA { color:rgba(var(--color-tertiary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:9.436718940735rem;left:32.750001907349rem;height:1.6rem;font-style:normal;display:block; }
#F2f4JzbnlxzeiWa32OwLNTpZtzaNMwQw { color:rgba(var(--color-tertiary-2),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.312500953674rem;left:32.750001907349rem;height:1.625rem;font-style:normal;display:block; }
#ThkGWImDhkS5bae0AkyiHc41TrEUhDwv { color:#000000;display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9374961853027rem;left:7.6875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XkGOK2JlwXCmmkykHmhXQ1pQT6ZUeTLT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:4.7992172241211rem;left:0.10000038146972rem;display:block; }
#HiRDhTz9EB3eMsH10htPWmSs3T0HORR4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.875rem;left:32.750001907349rem;display:block; }
#WBFWpV6pZfKMZZAEiu9iR3oN2dJsbL96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 .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; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.569375rem;padding-right:0.495625rem;padding-bottom:0.569375rem;padding-left:0.495625rem;display:block;align-items:center;width:2.975rem;min-width:2.975rem;height:3.059375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.276875rem;font-weight:700;line-height:48.95px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.355625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.966875rem;height:1.21rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.854375rem;font-weight:700;line-height:19.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 { 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:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:20.25rem;height:5.5625rem;padding-top:0.07125rem;padding-right:0.070625rem;padding-bottom:0.07125rem;padding-left:0.070625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.396094322204rem;left:32.187501907349rem;z-index:15018; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #ky15t8oGpFWEKOTvWsz17deET4ecTzNx { display:flex;position:relative;top:0rem;left:0rem; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #UClkEw8UXSTbCyI5ByrxCa0rtgzbEg7o { width:auto; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #l9NZWRkQvlDlIs4gBn4dwv2Ckfw1PXTR {  }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #IfAR0SwsNVD345lEvm1Ab8c9fkUohDhV { display:flex;position:relative;top:0rem;left:0rem; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #A6EP7DCB0NslMvpHIPMURwDnZts6CtHB {  }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #u4aEmvR1vFZdh4WgZswarTFZQ91tU051 {  }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #F27qthAqoW0W2FG1NXthD7FxlK7ORS89 { display:flex;position:relative;top:0rem;left:0rem; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #JktTm8uFGItNnwkPvoI2m6gBsGBsKlhc {  }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #zQE4S3pX0wfuRRnoWSZQgdOiriwKF9nw {  }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #Zw6ubS64SaUkQE79vhQyRwGESuP5vPxV { display:flex;position:relative;top:0rem;left:0rem; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #E1Oqv93qIKSlE5EbTGxthZJ2WDMyR6h1 {  }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #Cll6kCDoJsTkXl5W0z0s4AwbEOaGKhTz {  }
#tUJP5eXBgf99o3OVJTvDOMHZGwKODZMg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.625rem;width:29.625rem;top:9.436718940735rem;left:0rem;display:block; }
#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .row .container { background-color: transparent; background-image: none; }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .row .container > .video-iframe-container { display: none; }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .row > .video-iframe-container { display: none; }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .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); }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .row .container { border-width: 0; border-radius: 0; }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#Pf3uHq2FMsqEbWFMka0TkWD8JEu4n4X2 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.880485534668rem;left:0rem;height:1.3rem;display:block; }
#FOowSZhtzFPJZVUF5rgeKEoF8yNlWltu { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8789234161377rem;left:21.762502670288rem;height:1.3rem;display:block; }
#NLEQDqewa6sCf29PykFGEPcpiAC5puNT { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8789043426514rem;left:38.500001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ { display:block; }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Perr5DFe2W7dnpzJfOE0inDAE2LePnDR { width:27.1875rem;height:;top:8.25rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFnTL0lSd1DqoIC0Z61fyRe5Kqqkh10l { width:26.625rem;height:5.375rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0olPGTNssdFuRGXGiChrG4V9HJSABnn { top:0.625rem;left:0rem;width:15.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-regular-label { display:block;width:25.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-text { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-textarea { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-select { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-button { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-checkbox-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1  { width:25.75rem;height:auto;top:6.0625rem;left:7.5625rem; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .radio-container { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 {display:block;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 { width:25.75rem;height:auto;top:6.0625rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #AONogJLAszLCwBHNhGJkkyowZLLBRJOC {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #Cb59GX1QqEZs1xLmWtobvn3MhXkzx4Pg {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #OJsNVecvyqPcSyXrUONgcqs8vXfS3fCI {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #FfPkhMUawzUgbmKl0xZFgpJTCWhni1As {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #hpGq3LRrx4FJlP19FXXXJJmniGOh9xgI {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #ZThXH27Qyq8mHeaWr0r4BRS7h78ENKAE {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #SrncJ0qnuQthJZKUK7nHvds4BCmJ1tuL {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #X8GSa3NqlNetMQE9dn1yFblFR3yZOWKT {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #asAu0Ovpb8ziVHsGkuUZQKl7cbs8oq1r {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #TimARJsNyPUWPUN0xoErEes909MZ90ew {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #QHgESpEbVJh6U09Clifll4woOzT12KV2 {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #FhW49rE4WHKEIuPfMr9L2ucly2F6m9BO {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #yGAM386rMOoZTtrQ46Gb5Xg49SMran6N {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #ItOLZgsAUKG4nDcrINeovihlEe7OI4TG {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #O63lBOWulXR1bwEU3EfV8QpxVqBwO6hF {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #fVlvnk1IJ95qI4V1TtpNFb49d9PuI29H {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #mUdZv3qlAfdZL8xfcUIs5uhlKsnMIGaT {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #O6Fm8plKTJnavuAMhc6n5rodbQCkAUPw {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #wDJZy7sJ3zNJSCoXIBqHLPKbsI0zTUJq {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #MW4EV3iJagSQ73TrZ1oF8fTExCap6SVn {  }
 }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v { display:flex;height:auto;width:27.8125rem;top:31.3125rem;left:4.4437503814697rem; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #hhTc2ouVxkWKNgPrvbiAJtwMo2EuZvDQ {  }
 }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #MBCvr5XbWZTafOP8X89JcIPMeqMZWEzW {  }
 }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #Donyr1NM5Tt3h56UpE9fX6MCaBsX7BhO {  }
 }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #SoQPUK9HOBIWTKby3g9Fk3oF3r9lv5ae {  }
 }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #ZszO0Go7bLNoXGtl4OlQ92wx1IrkDrZg {  }
 }@media only screen and (max-width: 763px) { #kZN6d1lKg0afqCUWrWfLJHHGAf8org0k { width:27.1875rem;height:5.3125rem;top:28.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U { display:block; }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoWQxGUWkilsrSWTChS4c2eVXilKiQEf { width:12.5rem;height:3.875rem;top:1.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbhPD2E2hxvuPvZwnumadQRpiuAvCT9U { width:12.5rem;height:1.4375rem;top:7.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQr4EUVnTbufrhUvpdJPk4OEfiEMx5C { width:12.5rem;height:1.4375rem;top:7.875rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB3Al8CEpCC3AwknTe96eeUvFFWsOf6Z { width:12.5rem;height:3.875rem;top:1.8125rem;left:11.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2yTROt2enE28kRTEmTtTJ5n08y66TcF { width:12.5rem;height:1.4375rem;top:7.875rem;left:23.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4qDgKWmK4PJl3NUxe8qP76hGaEJTd9c { width:12.5rem;height:3.875rem;top:1.8125rem;left:23.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1dEk93oXS0uhFcWuM7ql9bUltlwWLV6 { width:12.5rem;height:1.4375rem;top:7.875rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCftKqWftUMoCW19PTMl288Eh3iMi2yk { width:12.5rem;height:3.875rem;top:1.8125rem;left:35.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT4fvEy4xVeCk4JuPpWOthnPcVii4lX6 { top:6.5rem;left:3.78125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVAxwzET2lO0vgsgUEyrkT7fGKeWvbq5 { top:6.5rem;left:15.71875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZcEyTypIohteIiSuHaR1qBpPpQpXega { top:6.5rem;left:27.65625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyVzHLVpkplgAUdJsEniltvTWbP1fpN3 { top:6.5rem;left:39.59375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container { background-color: transparent; background-image: none; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container > .video-iframe-container { display: none; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row > .video-iframe-container { display: none; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .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); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container { border-width: 0; border-radius: 0; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd9zEASl88g62omczOnBsM1xfidhAGcI { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;color:#236845;display:block; }
 }@media only screen and (max-width: 763px) { #cWgPuscb4FhUfbfh6i2ZlKKmpUyZDJps { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;color:#303643;display:block; }
 }@media only screen and (max-width: 763px) { #TqHSnKtkCxprH12AnITTcMiozz70m9bm { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#TqHSnKtkCxprH12AnITTcMiozz70m9bm.adaptive-delivery-prevent-bg, #TqHSnKtkCxprH12AnITTcMiozz70m9bm.lazyload, #TqHSnKtkCxprH12AnITTcMiozz70m9bm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z6zZpiJzmXLnrSh0HRbTlmqmqBGzSlCS { width:6.25rem;height:0.0625rem;top:4.9375rem;left:0rem;background-color:#236845;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VdbxDqg5HTBsvfLnquModlueb5t0kd7n { background-color:#f7f7f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container { background-color: transparent; background-image: none; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container > .video-iframe-container { display: none; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row > .video-iframe-container { display: none; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .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); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container { border-width: 0; border-radius: 0; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ln9LLZ3ZvXCR4alMc5us3O7RnWrAHFLT { width:16.625rem;height:3.375rem;top:1.25rem;left:0rem;font-size:1rem;color:#236845;display:block; }
 }@media only screen and (max-width: 763px) { #teGpxT1QIQSUkH5RT0Cb1N3gPdfmlZES { width:18rem;height:3rem;top:18.0625rem;left:0rem;font-size:0.875rem;color:#303643;display:block; }
 }@media only screen and (max-width: 763px) { #CWNihSrT3fMpCpRdILCslxe4p74fgCg7 { width:16.625rem;height:3.375rem;top:1.25rem;left:15.125rem;font-size:1rem;color:#236845;display:block; }
 }@media only screen and (max-width: 763px) { #l34ZWSSlQobIykcnkmDVnAz5231bhLX6 { width:16.625rem;height:3.375rem;top:1.25rem;left:31rem;font-size:1rem;color:#236845;display:block; }
 }@media only screen and (max-width: 763px) { #HNz7NXCbnOP9BUGey5412BHDOou5J1y1 { width:17.625rem;height:4.5rem;top:18.0625rem;left:14.125rem;font-size:0.875rem;color:#303643;display:block; }
 }@media only screen and (max-width: 763px) { #VgcayARgQtX12UF7R2fad1odMyoT7Zhc { width:17.0625rem;height:3rem;top:18.0625rem;left:30.5625rem;font-size:0.875rem;color:#303643;display:block; }
 }@media only screen and (max-width: 763px) { #ETcblheItO1hNtGOIabt3p2XS9AX0Hwp { width:12.1875rem;height:16.8125rem;top:3.0625rem;left:1.84375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tQctrWrUTgWRX0rNgwXWfm2UXAmIVCVi { width:11.5625rem;height:16rem;top:3.4375rem;left:18.03125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pm874csQQrVtC8o2yXUAfTd8x31oNtib { width:13.0625rem;height:18.0625rem;top:2.4375rem;left:33.15625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HWT5U8uM01A3T9bat2JMpX6FtmkCM2ER { display:block; }#HWT5U8uM01A3T9bat2JMpX6FtmkCM2ER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcyTeLlKwaqwkfcXf35hTgTfD5ikdbMA { width:27.25rem;height:1.5625rem;top:9.375rem;left:20.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2f4JzbnlxzeiWa32OwLNTpZtzaNMwQw { width:26.0625rem;height:1.625rem;top:12.3125rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThkGWImDhkS5bae0AkyiHc41TrEUhDwv { width:47.75rem;height:1.8125rem;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkGOK2JlwXCmmkykHmhXQ1pQT6ZUeTLT { width:6.25rem;height:0.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiRDhTz9EB3eMsH10htPWmSs3T0HORR4 { width:16.0625rem;height:3.625rem;top:21.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBFWpV6pZfKMZZAEiu9iR3oN2dJsbL96 { display:block; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 .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; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 .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; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 { width:18.5rem;height:5.1875rem;display:flex;top:17.8125rem;left:27.10000038147rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #ky15t8oGpFWEKOTvWsz17deET4ecTzNx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #UClkEw8UXSTbCyI5ByrxCa0rtgzbEg7o {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #l9NZWRkQvlDlIs4gBn4dwv2Ckfw1PXTR {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #IfAR0SwsNVD345lEvm1Ab8c9fkUohDhV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #A6EP7DCB0NslMvpHIPMURwDnZts6CtHB {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #u4aEmvR1vFZdh4WgZswarTFZQ91tU051 {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #F27qthAqoW0W2FG1NXthD7FxlK7ORS89 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #JktTm8uFGItNnwkPvoI2m6gBsGBsKlhc {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #zQE4S3pX0wfuRRnoWSZQgdOiriwKF9nw {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #Zw6ubS64SaUkQE79vhQyRwGESuP5vPxV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #E1Oqv93qIKSlE5EbTGxthZJ2WDMyR6h1 {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #Cll6kCDoJsTkXl5W0z0s4AwbEOaGKhTz {  }
 }@media only screen and (max-width: 763px) { #tUJP5eXBgf99o3OVJTvDOMHZGwKODZMg { top:9.375rem;left:0rem;width:29.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm { display:block; }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pf3uHq2FMsqEbWFMka0TkWD8JEu4n4X2 { top:1.875rem;left:0rem;width:23.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOowSZhtzFPJZVUF5rgeKEoF8yNlWltu { top:1.875rem;left:2.375rem;width:21.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLEQDqewa6sCf29PykFGEPcpiAC5puNT { top:1.875rem;left:26.25rem;width:21.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ { display:block; }#QLc6hkIOcqEvmsE0I3N0CCpOmRFPx5GZ > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Perr5DFe2W7dnpzJfOE0inDAE2LePnDR { width:18.75rem;height:7.3125rem;top:7.8617186546325rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFnTL0lSd1DqoIC0Z61fyRe5Kqqkh10l { width:20rem;height:7.125rem;top:16.5625rem;left:0rem;font-size:0.9375rem;line-height:1.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u0olPGTNssdFuRGXGiChrG4V9HJSABnn { width:16.9375rem;height:4.9375rem;top:0.44999998807907rem;left:1.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1  { width:17.5rem;height:auto;top:25.628126144409rem;left:0rem; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 {display:block;}#ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 { width:17.5rem;height:auto;top:25.628126144409rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #AONogJLAszLCwBHNhGJkkyowZLLBRJOC {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #Cb59GX1QqEZs1xLmWtobvn3MhXkzx4Pg { display:none; }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #OJsNVecvyqPcSyXrUONgcqs8vXfS3fCI {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #FfPkhMUawzUgbmKl0xZFgpJTCWhni1As {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #hpGq3LRrx4FJlP19FXXXJJmniGOh9xgI { display:none; }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #ZThXH27Qyq8mHeaWr0r4BRS7h78ENKAE {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #SrncJ0qnuQthJZKUK7nHvds4BCmJ1tuL {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #X8GSa3NqlNetMQE9dn1yFblFR3yZOWKT { display:none; }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #asAu0Ovpb8ziVHsGkuUZQKl7cbs8oq1r {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #TimARJsNyPUWPUN0xoErEes909MZ90ew {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #QHgESpEbVJh6U09Clifll4woOzT12KV2 {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #FhW49rE4WHKEIuPfMr9L2ucly2F6m9BO {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #yGAM386rMOoZTtrQ46Gb5Xg49SMran6N {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #ItOLZgsAUKG4nDcrINeovihlEe7OI4TG {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #O63lBOWulXR1bwEU3EfV8QpxVqBwO6hF {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #fVlvnk1IJ95qI4V1TtpNFb49d9PuI29H {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #mUdZv3qlAfdZL8xfcUIs5uhlKsnMIGaT {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #O6Fm8plKTJnavuAMhc6n5rodbQCkAUPw {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #wDJZy7sJ3zNJSCoXIBqHLPKbsI0zTUJq {  }
 }@media only screen and (max-width: 763px) { #ybdNVLAZRPMNMDcFe1nTCQQDD8SZUuz1 #MW4EV3iJagSQ73TrZ1oF8fTExCap6SVn {  }
 }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v { display:flex;height:auto;width:17.5rem;top:79.8125rem;left:0rem; }
#vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #hhTc2ouVxkWKNgPrvbiAJtwMo2EuZvDQ {  }
 }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #MBCvr5XbWZTafOP8X89JcIPMeqMZWEzW {  }
 }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #Donyr1NM5Tt3h56UpE9fX6MCaBsX7BhO {  }
 }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #SoQPUK9HOBIWTKby3g9Fk3oF3r9lv5ae {  }
 }@media only screen and (max-width: 763px) { #vtfXc1DeZe3yk7NZX6pSk0ky22wEfs7v #ZszO0Go7bLNoXGtl4OlQ92wx1IrkDrZg {  }
 }@media only screen and (max-width: 763px) { #kZN6d1lKg0afqCUWrWfLJHHGAf8org0k { width:20rem;height:7.8rem;top:72.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U { display:block; }#hsazvTRnHNV6mMJUdDAVGbmqn6Te4V7U > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoWQxGUWkilsrSWTChS4c2eVXilKiQEf { width:2.4375rem;height:2.6rem;top:1rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbhPD2E2hxvuPvZwnumadQRpiuAvCT9U { width:3.5rem;height:1.05625rem;top:5.4375rem;left:3rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQr4EUVnTbufrhUvpdJPk4OEfiEMx5C { width:6.75rem;height:1.05625rem;top:5.5rem;left:11.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB3Al8CEpCC3AwknTe96eeUvFFWsOf6Z { width:6.5rem;height:2.6rem;top:1rem;left:11.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2yTROt2enE28kRTEmTtTJ5n08y66TcF { width:8.0625rem;height:1.05625rem;top:13.75rem;left:0.74999994039537rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4qDgKWmK4PJl3NUxe8qP76hGaEJTd9c { width:5.625rem;height:2.6rem;top:8.6875rem;left:1.9687500596046rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1dEk93oXS0uhFcWuM7ql9bUltlwWLV6 { width:8.1875rem;height:1.05625rem;top:13.75rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCftKqWftUMoCW19PTMl288Eh3iMi2yk { width:3.6875rem;height:2.6rem;top:8.625rem;left:13.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT4fvEy4xVeCk4JuPpWOthnPcVii4lX6 { width:4.375rem;height:0.25rem;top:4.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVAxwzET2lO0vgsgUEyrkT7fGKeWvbq5 { width:4.375rem;height:0.25rem;top:4.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZcEyTypIohteIiSuHaR1qBpPpQpXega { width:4.375rem;height:0.25rem;top:12.125rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyVzHLVpkplgAUdJsEniltvTWbP1fpN3 { width:4.375rem;height:0.25rem;top:12.125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container { background-color: transparent; background-image: none; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container > .video-iframe-container { display: none; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row > .video-iframe-container { display: none; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .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); }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container { border-width: 0; border-radius: 0; }#NhogTaDPLfbT8HRq9CgChEHAc6v7a8gq > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd9zEASl88g62omczOnBsM1xfidhAGcI { width:18.75rem;height:5.85rem;top:1.5rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#236845;display:block; }
 }@media only screen and (max-width: 763px) { #cWgPuscb4FhUfbfh6i2ZlKKmpUyZDJps { width:18.75rem;height:9.1875rem;top:21.249218940735rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#303643;display:block; }
 }@media only screen and (max-width: 763px) { #TqHSnKtkCxprH12AnITTcMiozz70m9bm { width:18.75rem;height:9.8125rem;top:10.217968940735rem;left:0.62421876192093rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/64c61145-32fe-42ad-911d-188f2963680a/sekcja1.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#TqHSnKtkCxprH12AnITTcMiozz70m9bm.adaptive-delivery-prevent-bg, #TqHSnKtkCxprH12AnITTcMiozz70m9bm.lazyload, #TqHSnKtkCxprH12AnITTcMiozz70m9bm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z6zZpiJzmXLnrSh0HRbTlmqmqBGzSlCS { width:6.25rem;height:0.0625rem;top:8.4374980926512rem;left:6.8750000596044rem;background-color:#236845;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VdbxDqg5HTBsvfLnquModlueb5t0kd7n { background-color:#f7f7f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container { background-color: transparent; background-image: none; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container > .video-iframe-container { display: none; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row > .video-iframe-container { display: none; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .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); }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container { border-width: 0; border-radius: 0; }#VdbxDqg5HTBsvfLnquModlueb5t0kd7n > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ln9LLZ3ZvXCR4alMc5us3O7RnWrAHFLT { width:15rem;height:3rem;top:1.1124973297119rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#236845;display:block; }
 }@media only screen and (max-width: 763px) { #teGpxT1QIQSUkH5RT0Cb1N3gPdfmlZES { width:17rem;height:2.625rem;top:14.625rem;left:1.5000000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#303643;display:block; }
 }@media only screen and (max-width: 763px) { #CWNihSrT3fMpCpRdILCslxe4p74fgCg7 { width:16.625rem;height:3rem;top:20.22500038147rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#236845;display:block; }
 }@media only screen and (max-width: 763px) { #l34ZWSSlQobIykcnkmDVnAz5231bhLX6 { width:16.625rem;height:3rem;top:42.22500038147rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#236845;display:block; }
 }@media only screen and (max-width: 763px) { #HNz7NXCbnOP9BUGey5412BHDOou5J1y1 { width:17.625rem;height:3.9375rem;top:35.0625rem;left:1.1867187619209rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#303643;display:block; }
 }@media only screen and (max-width: 763px) { #VgcayARgQtX12UF7R2fad1odMyoT7Zhc { width:17.0625rem;height:2.625rem;top:56.8125rem;left:1.4687500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#303643;display:block; }
 }@media only screen and (max-width: 763px) { #ETcblheItO1hNtGOIabt3p2XS9AX0Hwp { width:9.75rem;height:13.4375rem;top:2.5625rem;left:5.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tQctrWrUTgWRX0rNgwXWfm2UXAmIVCVi { width:9.0625rem;height:12.5rem;top:22.625rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pm874csQQrVtC8o2yXUAfTd8x31oNtib { width:8.5rem;height:11.6875rem;top:45.224609375rem;left:5.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HWT5U8uM01A3T9bat2JMpX6FtmkCM2ER { display:none; }#HWT5U8uM01A3T9bat2JMpX6FtmkCM2ER > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vcyTeLlKwaqwkfcXf35hTgTfD5ikdbMA { width:18.4375rem;height:2.8rem;top:9.0625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2f4JzbnlxzeiWa32OwLNTpZtzaNMwQw { width:16.1875rem;height:1.3rem;top:25.812500953674rem;left:1.9062500596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThkGWImDhkS5bae0AkyiHc41TrEUhDwv { width:20rem;height:3.9rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkGOK2JlwXCmmkykHmhXQ1pQT6ZUeTLT { width:6.25rem;height:0.0625rem;top:7.3125rem;left:7.0000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiRDhTz9EB3eMsH10htPWmSs3T0HORR4 { width:16.0625rem;height:3.625rem;top:34.625000953674rem;left:1.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBFWpV6pZfKMZZAEiu9iR3oN2dJsbL96 { display:block; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 .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; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 .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; }
#AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 { width:18rem;height:5.0625rem;display:flex;top:27.687500953674rem;left:0.92812496423719rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #ky15t8oGpFWEKOTvWsz17deET4ecTzNx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #UClkEw8UXSTbCyI5ByrxCa0rtgzbEg7o {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #l9NZWRkQvlDlIs4gBn4dwv2Ckfw1PXTR {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #IfAR0SwsNVD345lEvm1Ab8c9fkUohDhV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #A6EP7DCB0NslMvpHIPMURwDnZts6CtHB {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #u4aEmvR1vFZdh4WgZswarTFZQ91tU051 {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #F27qthAqoW0W2FG1NXthD7FxlK7ORS89 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #JktTm8uFGItNnwkPvoI2m6gBsGBsKlhc {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #zQE4S3pX0wfuRRnoWSZQgdOiriwKF9nw {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #Zw6ubS64SaUkQE79vhQyRwGESuP5vPxV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #E1Oqv93qIKSlE5EbTGxthZJ2WDMyR6h1 {  }
 }@media only screen and (max-width: 763px) { #AbcAa4bI891MTDITyqXvf5vCJdKGCnO1 #Cll6kCDoJsTkXl5W0z0s4AwbEOaGKhTz {  }
 }@media only screen and (max-width: 763px) { #tUJP5eXBgf99o3OVJTvDOMHZGwKODZMg { height:11.223628691983rem;width:20rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm { display:block; }#H5dqsDrETkyT7RRy4WRicbB2BwPQtVZm > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pf3uHq2FMsqEbWFMka0TkWD8JEu4n4X2 { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOowSZhtzFPJZVUF5rgeKEoF8yNlWltu { width:20rem;height:1.3rem;top:3.8rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLEQDqewa6sCf29PykFGEPcpiAC5puNT { width:20rem;height:1.3rem;top:6.3499877929687rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }