.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:239,255,228;--color-primary-1:226,232,202;--color-primary-2:177,255,121;--color-primary-3:162,244,99;--color-primary-4:35,51,24;--color-secondary-0:217,233,229;--color-secondary-1:128,181,169;--color-secondary-2:0,107,82;--color-secondary-3:0,54,41;--color-secondary-4:0,16,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"notosans z dysku";--paragraphs-font-family:"NotoSans z dysku"; }body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,1);; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc5ec31d-eaaa-44e9-ad64-2d8f7f638280/landongheader.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;overflow:visible;position:relative;display:block; }#whK6HIpOJ122pLt6ROPahhrO99OEGgiB { color:rgba(var(--color-tertiary-0),1);display:block;width:44.874875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:36.311474323272rem;left:0rem;height:6.3369375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X3XsK1FeT13KTlE1np9zzCWuexMX3H56 { 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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#006b52;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.625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15.7494375rem;height:4.37355625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:45.623541355133rem;left:0rem;display:block; }
#oqTVPpNoGo7NR3QMvU8KuzTbeUFrANWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NKVv922G4kew7IZ2lidT3n0I26ACQW9S { color:rgba(var(--color-tertiary-0),1);display:block;width:49.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:25.373974323272rem;left:0rem;height:9.29975rem;font-style:normal;display:block; }
#waUGfDxffOcgNcsV1J9rMdtMWQZGBGsm { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:18.625rem;top:3.5rem;left:56.375rem;overflow:hidden;display:block; }
#P7AKdP1L9QfZw7ZHSqPufN8rNrugpH6E { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:12.4375rem;left:3.25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RdDQmhaaLmuxG6tSfgCISU6fvLxcQtnZ { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:12.510416984558rem;left:0.603515625rem;overflow:hidden;display:block; }
#KxaJ4h7TVsF9FAwxud3LcBZDd8XRgssU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:17.375rem;top:5.34375rem;left:0rem;display:block; }
#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f45d20;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; }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .row .container { background-color: transparent; background-image: none; }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .row .container > .video-iframe-container { display: none; }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .row > .video-iframe-container { display: none; }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .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); }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .row .container { border-width: 0; border-radius: 0; }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT { border-top:0;border-left:0;border-right:0;border-bottom: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; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container { background-color: transparent; background-image: none; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container > .video-iframe-container { display: none; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row > .video-iframe-container { display: none; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .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); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container { border-width: 0; border-radius: 0; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#lTRdMNTdZ9wVnilJ4euKTOd0ZzGS7uuH { color:#000000;display:block;width:32.3119375rem;position:absolute;font-family:"notosans z dysku";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:14rem;left:0rem;height:14rem;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; }
#Fpua5siCxkffp2DIcLWKKmi9TbSWT8yT { position:absolute;display:block;z-index:15007;background-color:rgba(255,101,28,0.85);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.0625rem;width:0.0625rem;top:0.5625rem;left:0rem;display:block; }
#Z8fJ846o4eTSl49ECxyZamTWDPaBCRnk { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:30.3125rem;top:5.75rem;left:44.625rem;overflow:hidden;display:block; }
#dcxyK7ESTolNEJtfhNLXWb8TRO6uKnmH { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.24925rem;width:11.24925rem;top:24.25rem;left:45.25rem;overflow:hidden;display:block; }
#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .row .container { background-color: transparent; background-image: none; }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .row .container > .video-iframe-container { display: none; }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .row > .video-iframe-container { display: none; }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .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); }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .row .container { border-width: 0; border-radius: 0; }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#pc7fA019XikvQ9Le6MI3Denuzqh9Xa6l { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4369220733642rem;left:0rem;height:3.4124375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XsSACiDtB4n08EXeTKwQZo1sUCf6PAte { color:rgba(var(--color-tertiary-0),1);display:block;width:19.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:27.1875rem;left:2.5rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qzyamwEycp2dLNqcH5BbtuhvpG325rDW { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:27.1875rem;left:27.5rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3mqqSEFRyKTd8g5N1ICPMU9dATxflTq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.1875rem;left:52.5rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PUBTH9wW1ZMO1HkM47035xtTa2XXHgZi { color:rgba(var(--color-tertiary-0),1);display:block;width:4.31206875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.125rem;left:5.375rem;height:9.75rem;display:block; }
#weIH3CaXbcDLT0F2CoU84bZvTWpo2aCw { color:rgba(var(--color-tertiary-0),1);display:block;width:4.31206875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.125rem;left:31.125rem;height:9.75rem;display:block; }
#ZA8yFMxgV4XMmglERXKCTdCWoywTETf6 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.31206875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.125rem;left:55.5rem;height:9.75rem;display:block; }
#gdCKsqWQU2gvgN6wnaskuA4XmuTIeS2Z { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4994375rem;width:9.4994375rem;top:14.4375rem;left:58.1875rem;overflow:hidden;display:block; }
#FpuHCVeBob6reJF0SwTIQlyfdDEFA3M7 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56235625rem;width:4.56235625rem;top:16.875rem;left:47.5rem;overflow:hidden;display:block; }
#pQHToobyCzxmWwB1vMTUmNUfTMXFsv2r { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:14.4375rem;left:7.75rem;overflow:hidden;display:block; }
#QnWCrZlxlzigtUe7nf0F5PFVt1HJhVoB { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.37425rem;width:9.37425rem;top:15rem;left:33.25rem;overflow:hidden;display:block; }
#hgTk4BCQJDbiDxTzOwIcvCNFQw9JoCz6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56235625rem;width:4.56235625rem;top:16.875rem;left:47.5rem;overflow:hidden;display:block; }
#TdzOMNob9HKlGzbQWQt30ZIHmk9tuSfM { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56235625rem;width:4.56235625rem;top:16.904661178589rem;left:22.497833251953rem;overflow:hidden;display:block; }
#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container { background-color: transparent; background-image: none; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container > .video-iframe-container { display: none; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row > .video-iframe-container { display: none; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .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); }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container { border-width: 0; border-radius: 0; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container { font-size:0.875rem;font-family:arial;height:91rem;width:75rem;position:relative;display:block; }#qP9x95QMdovLROWbFrBnf6RfiTy9MqxO { color:#ffffff;display:block;width:34.311375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:18.375rem;left:0rem;height:1.65003125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQ96a7yOHsPwktxnxi0L0WEFHHfXkWBl { position:absolute;display:block;z-index:15007;background-color:#006b52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.29) ;height:52.6875rem;width:34.4375rem;top:20.5625rem;left:0rem;display:block; }
#PeprSQSur25UAUd0y2MCIgLc8ara66He { background-color:#a2f463;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#006b52;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.4375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:15.6235625rem;height:3.93735625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:65.75rem;left:8.8125rem;display:block; }
#CB1tlRTskNVTgzSGPERluF7gwOwaRNik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OrgMMcZgyr57i8q56i7ChmQggzwi3pGE { color:rgba(var(--color-tertiary-0),1);display:block;width:28.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:44.5625rem;left:2.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KipbhdM9X8v0hSOD5ZKC2ef7Ag0BOHT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:31.3125rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eptc7T7UNcRCh3vrRciCWFCdd9SRT6lN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:38.8125rem;left:17.4375rem;height:1.78746875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FDUdtudXwtcWoBzokfdfw8PL6rDkgEdD { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:26.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bFfv4uxBtuVN6OaR7pS7okV6LCQkyPVT { color:#a2f463;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:24.625rem;left:0.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kme6tt4XOqrihrAgg1RxdQ8T35NZ6JyB { color:#a2f463;display:block;width:1.18706875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:32.3125rem;left:24.75rem;height:3.4124375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vZKG13IoufaTyVgTROVnKreJFz24BANH { color:#67be48;display:block;width:1.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:74.25rem;left:0rem;height:2.5999375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tNhDidQ8F0aJyu3sL9PbgkztTIDLxm9m { color:rgba(var(--color-tertiary-3),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:74.625rem;left:1.875rem;height:3.4121125rem;display:block; }
#bnGi0S2qxqxKorHJ9cNf1Gy5v1WwVheE { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:36.25rem;left:1.625rem;height:1.78746875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dds6rlEo4VJRvIHeTk1XMCdeVX5Wx77c { box-sizing:content-box;height:1.0625rem;width:0.5rem;position:absolute;display:block;z-index:15029;background-color:#a2f463;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.5rem;left:2.8125rem;display:block; }
#QVzD3suqQB7k6xEXAkeIsQTA3uk9eCmI { box-sizing:content-box;height:1.0625rem;width:0.5rem;position:absolute;display:block;z-index:15030;background-color:#a2f463;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.875rem;left:2.8125rem;display:block; }
#i0GPWtp5PQasnXOyZsyC7ofMckRH7Z30 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:51.9375rem;left:4.5rem;height:8.2486875rem;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; }
#xZUV58BLpWMzbPHak8Fdw0HAslVcv2TX { background-color:#361fc5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:15.6235625rem;height:3.93735625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:65.75rem;left:50.0625rem;display:block; }
#NBHzLQEs4qQFn2kLKAA7kCAAlpGnDzP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b08klCpBhFOLkT5LoaRZkORnwkEDzcxX { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:45.375rem;left:45.8125rem;height:17.09766875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VAO6xkzBUHsWLORRGqTLWrgShRl9cMvv { box-sizing:content-box;height:1.0612rem;width:0.499855625rem;position:absolute;display:block;z-index:15025;background-color:#361fc5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.8125rem;left:44.0625rem;display:block; }
#QQeNXCKZXUvqTNXuUo8ylgVQJc91vX1X { box-sizing:content-box;height:1.0612rem;width:0.499855625rem;position:absolute;display:block;z-index:15026;background-color:#361fc5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.125rem;left:44.0625rem;display:block; }
#Bt1PzxNp6epSPCgBZU349VeAHG9lTvCT { box-sizing:content-box;height:1.0612rem;width:0.499855625rem;position:absolute;display:block;z-index:15027;background-color:#361fc5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.4375rem;left:44.0625rem;display:block; }
#lSupVkbOPh4PMcSG9kHsEDtNTau3quDp { color:#361fc5;display:block;width:1.18706875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:74.25rem;left:40.5rem;height:2.5999375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EGu29vyt5G3IuV7SoTBoFMEL2RLwuA7u { box-sizing:content-box;height:1.06191875rem;width:0.499855625rem;position:absolute;display:block;z-index:15024;background-color:#361fc5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.5625rem;left:44.0625rem;display:block; }
#ZT7sth3wEQdEKRT3asrRHvEdvef9vkaN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:42rem;left:44.0625rem;height:2.19986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QptF4rKh72ct7oqGn5oZ7Ga2OLF2ltFi { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4994375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:31.3125rem;left:40.5rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PcZQKNCtym6ITebnTAMx8xCtvfXqT5p1 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:38.812210083007rem;left:52.312210083007rem;height:1.78746875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#d7hQPcLqWQcr6ecaIzzNzSROCTelKfhW { color:#361fc5;display:block;width:1.18706875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:32.3125rem;left:63.5rem;height:3.4124375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tNTuzv5W49iuDuIzA0Jbyl5ixvLakhg2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.75rem;left:40.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o7agyV5CJQ177Tr2nQqb4eBrtoIcUxyQ { color:#361fc5;display:block;width:34.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.625rem;left:40.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Of14llcRGCGKZJRhBbxglkqVtVFoCt4h { color:rgba(var(--color-secondary-2),1);display:block;width:43.624875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:5.1866326332092rem;left:0rem;height:6.824875rem;text-align:left;text-align-last:left;display:block; }
#Ka7B1HfENsFxhGvd29MkHo3WtJLS54g5 { position:absolute;display:block;z-index:15014;background-color:#f45d20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.87485625rem;width:34.4371875rem;top:16.75rem;left:0rem;display:block; }
#iLQp8N1OumKmEqnD5iX92AFiClpsySsO { color:#ffffff;display:block;width:34.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:17.625rem;left:40.5rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZmCIHFVTt8oTZ51KG34mi2s781DlUrO { position:absolute;display:block;z-index:15016;background-color:#006b52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:34.4375rem;top:16.6875rem;left:40.5625rem;display:block; }
#F6KBpLVNqODc0n46NrDEZ0Na1bkDw7Tz { position:absolute;display:block;z-index:15008;background-color:#f45d20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.29) ;height:52.875rem;width:34.4375rem;top:20.5625rem;left:40.5625rem;display:block; }
#JyrZ6HxVks2O57bRPntnkl1E1tdFP1fJ { box-sizing:content-box;height:1.06191875rem;width:0.499855625rem;position:absolute;display:block;z-index:15030;background-color:#a2f463;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.25rem;left:2.8125rem;display:block; }
#CPV3OWyVIi8sCq5ftT0olUrq9DZpox30 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:74.625rem;left:42.3125rem;height:2.2747375rem;display:block; }
#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .row .container { background-color: transparent; background-image: none; }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .row .container > .video-iframe-container { display: none; }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .row > .video-iframe-container { display: none; }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .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); }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .row .container { border-width: 0; border-radius: 0; }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#Cp5QwKu1MJo5qnCyph1b4TTQtH8HKJWo { background-color:#006b52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:30.25rem;height:3.375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:28.4375rem;left:1.9375rem;display:block; }
#Z23B6liTsx7gSRo5tdoDyPpQNIb7Cc2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1KG0mSJcvuqH4T3abNGHvEHsX4U8Svv { color:#ffffff;display:block;width:37.6244375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:5.2488403320312rem;left:0rem;height:6.2995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TddKnaDnIQrB3cnUaqgQbCtZbTrPNxyl { background-color:#361fc5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:30.5rem;height:3.375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:28.436778068542rem;left:42.374565124512rem;display:block; }
#qkw8FnCJnkVi8ULCs5g80heH12m3wJDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HnyyFzRmtTQav3CfXbMTmHRKF3WWQ1ye { color:rgba(var(--color-tertiary-0),1);display:block;width:25.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:24.625rem;left:45.0625rem;height:2.36230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TsLPzC7HKQ4GM7FOHet6iAdHIESQH99m { color:rgba(var(--color-tertiary-0),1);display:block;width:30.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.133245468139rem;left:42.498558044434rem;height:4.54948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QuMiDss6Q4ulW2vNhJiGgie7hFIxShbf { color:rgba(var(--color-secondary-2),1);display:block;width:25.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:20.0625rem;left:4.5rem;height:1.57486875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DnQIOoMNiVZtlkiZ9hU8QoxKHb97bBrp { color:rgba(var(--color-secondary-2),1);display:block;width:30.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:16.5625rem;left:1.9375rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZWTrL1Hm22OIHXB6B8l1gOSDeTLfrmnZ { position:absolute;display:block;z-index:15025;background-color:#f45d20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.29) ;height:18.25rem;width:34.4375rem;top:15rem;left:40.5625rem;display:block; }
#G7fuveRJtd15LvpndBuyciZqorwbbXgl { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.87355625rem;width:1.87355625rem;top:25rem;left:42.4375rem;overflow:hidden;display:block; }
#rtGu1gk3QssCsQ7azTRg0T5P2Hu9bEHp { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81206875rem;width:1.81206875rem;top:22.5rem;left:42.4375rem;overflow:hidden;display:block; }
#JAImhDZvuJGufwSnVDgpgZw2UGlhEemP { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.375rem;left:1.9375rem;overflow:hidden;display:block; }
#eCpGANCFoBPCKgJy6TRD2OpUk42dtm8f { position:absolute;display:block;z-index:15026;background-color:#a2f463;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.29) ;height:18.25rem;width:34.4375rem;top:15rem;left:0rem;display:block; }
#Osg8s6aucvDuMhsDLulw7TdRk0UhiMnf { color:rgba(var(--color-secondary-2),1);display:block;width:25.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:22.4375rem;left:4.5625rem;height:1.57486875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IXRcLVM6IxRAKZ0Xy11pxRtrTXwmrLPV { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:20.0625rem;left:1.9375rem;overflow:hidden;display:block; }
#hTxL7ye05k6AEN1iUMbEQqdEWrmGtcPC { color:rgba(var(--color-tertiary-0),1);display:block;width:25.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1.8;letter-spacing:0;top:22.1875rem;left:45rem;height:2.36230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f45d20;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; }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .row .container { background-color: transparent; background-image: none; }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .row .container > .video-iframe-container { display: none; }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .row > .video-iframe-container { display: none; }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .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); }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .row .container { border-width: 0; border-radius: 0; }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#cOoJMtHtOghXG5QAVQIC1tyL9SvNnIsE { position:relative;display:block; }#cOoJMtHtOghXG5QAVQIC1tyL9SvNnIsE > .row .container { position:relative;display:block; }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; } #caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g *:focus-visible, #caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g input[type="text"]:focus-visible, #caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g input[type="email"]:focus-visible, #caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g input[type="tel"]:focus-visible, #caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g textarea:focus-visible { outline:0.125rem solid #d5d5d5;; } #caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .row .container { background-color: transparent; background-image: none; }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .row .container > .video-iframe-container { display: none; }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .row > .video-iframe-container { display: none; }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .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); }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .row .container { border-width: 0; border-radius: 0; }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#aa0692309a90b37b21b293780270bd0b { color:rgba(var(--color-primary-2),1);display:block;width:11.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4746818542481rem;left:63.188659667969rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#f4049015778814b89d640cce9afd0962 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3932266235351rem;left:0rem;height:1.4622375rem;font-style:normal;display:block; }
#e40a0f9fe0524e2a2c637256a53ce586 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#n7932baaf16ba5bcbcaa5975c02c53b1 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06206875rem;width:0.187355625rem;top:1.5928820371627rem;left:62.216438293457rem;display:block; }
#RoTPTnTwlr3EdJqklqB8zOCXFvd26Rd6 { color:rgba(var(--color-secondary-2),1);display:block;width:15.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4746818542481rem;left:44.312789916993rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc5ec31d-eaaa-44e9-ad64-2d8f7f638280/landongheader.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #whK6HIpOJ122pLt6ROPahhrO99OEGgiB { width:33.12425rem;height:7.7995rem;top:32.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X3XsK1FeT13KTlE1np9zzCWuexMX3H56 { width:14.7496875rem;height:3.56191875rem;top:42.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oqTVPpNoGo7NR3QMvU8KuzTbeUFrANWb { display:block; }
 }@media only screen and (max-width: 1199px) { #NKVv922G4kew7IZ2lidT3n0I26ACQW9S { width:37.2496875rem;height:12.787125rem;top:18.125rem;left:0rem;font-size:3.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #waUGfDxffOcgNcsV1J9rMdtMWQZGBGsm { width:15.375rem;height:6.8125rem;top:1.4019165039062rem;left:32.25143098696rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7AKdP1L9QfZw7ZHSqPufN8rNrugpH6E { top:8.2141933441163rem;left:2.1660157442093rem;width:13.0625rem;height:1.875rem;font-size:1.5625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 1199px) { #RdDQmhaaLmuxG6tSfgCISU6fvLxcQtnZ { width:1.75rem;height:1.75rem;top:8.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KxaJ4h7TVsF9FAwxud3LcBZDd8XRgssU { top:2.8391928672791rem;left:0rem;width:14.3125rem;height:3.9375rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw { display:block; }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .row .container { width:47.75rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f0AqIQELZM1v2SVWXnc76hga4d7DvGBT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container { background-color: transparent; background-image: none; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container > .video-iframe-container { display: none; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row > .video-iframe-container { display: none; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .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); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container { border-width: 0; border-radius: 0; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container { width:47.75rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lTRdMNTdZ9wVnilJ4euKTOd0ZzGS7uuH { width:22.436375rem;height:15.7486875rem;top:6.8127918243406rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #Fpua5siCxkffp2DIcLWKKmi9TbSWT8yT { top:0.5625rem;left:0rem;width:0.0625rem;height:0.0625rem;background-color:#ce23ae;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8fJ846o4eTSl49ECxyZamTWDPaBCRnk { width:20.875rem;height:20.875rem;top:4.5098586307983rem;left:26.781993709706rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcxyK7ESTolNEJtfhNLXWb8TRO6uKnmH { width:8.998125rem;height:8.998125rem;top:16.430846214294rem;left:26.780961334706rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd { display:block; }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pc7fA019XikvQ9Le6MI3Denuzqh9Xa6l { width:19.936375rem;height:2.924625rem;top:2.873987197876rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsSACiDtB4n08EXeTKwQZo1sUCf6PAte { width:11.5610625rem;height:5.361325rem;top:20.062211990356rem;left:1.1856192946434rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qzyamwEycp2dLNqcH5BbtuhvpG325rDW { width:13.1871875rem;height:5.361325rem;top:20.0625rem;left:17.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3mqqSEFRyKTd8g5N1ICPMU9dATxflTq { width:12.6244375rem;height:5.361325rem;top:20.061487197876rem;left:33.477288544178rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PUBTH9wW1ZMO1HkM47035xtTa2XXHgZi { width:4.24985625rem;height:7.3125rem;top:8.7796573638919rem;left:1.8742766976356rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #weIH3CaXbcDLT0F2CoU84bZvTWpo2aCw { width:4.24985625rem;height:7.3125rem;top:8.7774887084963rem;left:19.373843491078rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZA8yFMxgV4XMmglERXKCTdCWoywTETf6 { width:4.24985625rem;height:7.3125rem;top:8.7774887084963rem;left:35.560620605946rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdCKsqWQU2gvgN6wnaskuA4XmuTIeS2Z { width:6.3121875rem;height:6.3121875rem;top:10.528066635132rem;left:37.374135315418rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpuHCVeBob6reJF0SwTIQlyfdDEFA3M7 { width:3.74855625rem;height:3.74855625rem;top:12.38787651062rem;left:30.248120605946rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQHToobyCzxmWwB1vMTUmNUfTMXFsv2r { width:6.8120625rem;height:6.8120625rem;top:10.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QnWCrZlxlzigtUe7nf0F5PFVt1HJhVoB { width:6.8120625rem;height:6.8120625rem;top:10.670572280884rem;left:20.935620605946rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgTk4BCQJDbiDxTzOwIcvCNFQw9JoCz6 { width:3.74855625rem;height:3.74855625rem;top:12.38787651062rem;left:12.933450043201rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #TdzOMNob9HKlGzbQWQt30ZIHmk9tuSfM { width:3.74855625rem;height:3.74855625rem;top:12.38787651062rem;left:12.933450043201rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV { display:block; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container { width:47.75rem;height:131.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qP9x95QMdovLROWbFrBnf6RfiTy9MqxO { width:31.749875rem;height:1.349825rem;top:14.4375rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQ96a7yOHsPwktxnxi0L0WEFHHfXkWBl { top:13.687067031861rem;left:7.9369214177131rem;width:31.875rem;height:45.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PeprSQSur25UAUd0y2MCIgLc8ara66He { width:16.0619375rem;height:3.8737rem;top:52.810333251953rem;left:15.915076553822rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CB1tlRTskNVTgzSGPERluF7gwOwaRNik { display:block; }
 }@media only screen and (max-width: 1199px) { #OrgMMcZgyr57i8q56i7ChmQggzwi3pGE { top:36.5625rem;left:10.875rem;width:25.5620625rem;height:4.048825rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #KipbhdM9X8v0hSOD5ZKC2ef7Ag0BOHT5 { top:25.4375rem;left:8rem;width:31.749875rem;height:6.6623125rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eptc7T7UNcRCh3vrRciCWFCdd9SRT6lN { top:31.75rem;left:22.75rem;width:6.9365rem;height:1.78746875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FDUdtudXwtcWoBzokfdfw8PL6rDkgEdD { top:21.125rem;left:7.9375rem;width:31.811375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bFfv4uxBtuVN6OaR7pS7okV6LCQkyPVT { top:19rem;left:7.875rem;width:31.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kme6tt4XOqrihrAgg1RxdQ8T35NZ6JyB { top:26.4375rem;left:30.1875rem;width:1.18706875rem;height:3.41218125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZKG13IoufaTyVgTROVnKreJFz24BANH { top:60.8125rem;left:8rem;width:1.18706875rem;height:2.599825rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNhDidQ8F0aJyu3sL9PbgkztTIDLxm9m { width:29.75rem;height:3.4121125rem;top:60.8125rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bnGi0S2qxqxKorHJ9cNf1Gy5v1WwVheE { top:29.3125rem;left:9.9375rem;width:6.9365rem;height:1.78746875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dds6rlEo4VJRvIHeTk1XMCdeVX5Wx77c { width:0.499855625rem;height:1.0612rem;top:47.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVzD3suqQB7k6xEXAkeIsQTA3uk9eCmI { width:0.499855625rem;height:1.0612rem;top:45rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0GPWtp5PQasnXOyZsyC7ofMckRH7Z30 { top:42.1875rem;left:12.5625rem;width:24.3735625rem;height:6.7480625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xZUV58BLpWMzbPHak8Fdw0HAslVcv2TX { width:15.9996875rem;height:3.87441875rem;top:114.375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBHzLQEs4qQFn2kLKAA7kCAAlpGnDzP1 { display:block; }
 }@media only screen and (max-width: 1199px) { #b08klCpBhFOLkT5LoaRZkORnwkEDzcxX { top:93.5625rem;left:12.1875rem;width:24.5rem;height:17.544925rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAO6xkzBUHsWLORRGqTLWrgShRl9cMvv { width:0.499855625rem;height:1.06191875rem;top:97.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QQeNXCKZXUvqTNXuUo8ylgVQJc91vX1X { width:0.499855625rem;height:1.06191875rem;top:101.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bt1PzxNp6epSPCgBZU349VeAHG9lTvCT { width:0.499855625rem;height:1.06191875rem;top:107.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lSupVkbOPh4PMcSG9kHsEDtNTau3quDp { top:121.625rem;left:7.875rem;width:1.18706875rem;height:2.599825rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGu29vyt5G3IuV7SoTBoFMEL2RLwuA7u { width:0.5rem;height:1.0625rem;top:93.75rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZT7sth3wEQdEKRT3asrRHvEdvef9vkaN { top:90.686494827269rem;left:10.873119652271rem;width:12.4985625rem;height:1.79976875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QptF4rKh72ct7oqGn5oZ7Ga2OLF2ltFi { top:81.5rem;left:7.875rem;width:32rem;height:6.6623125rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcZQKNCtym6ITebnTAMx8xCtvfXqT5p1 { top:87.4375rem;left:21.125rem;width:7.062375rem;height:3.57421875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7hQPcLqWQcr6ecaIzzNzSROCTelKfhW { top:82rem;left:28.25rem;width:1.18706875rem;height:3.41218125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNTuzv5W49iuDuIzA0Jbyl5ixvLakhg2 { top:77.6875rem;left:7.875rem;width:31.9371875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7agyV5CJQ177Tr2nQqb4eBrtoIcUxyQ { top:76.0625rem;left:7.9375rem;width:31.87425rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Of14llcRGCGKZJRhBbxglkqVtVFoCt4h { width:31.9371875rem;height:5.84895625rem;top:3.8729743957519rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ka7B1HfENsFxhGvd29MkHo3WtJLS54g5 { top:13.625rem;left:7.9375rem;width:31.87425rem;height:2.93691875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLQp8N1OumKmEqnD5iX92AFiClpsySsO { width:26.0619375rem;height:2.92448125rem;top:69.936779022219rem;left:10.311777412891rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mZmCIHFVTt8oTZ51KG34mi2s781DlUrO { top:69.124423980713rem;left:7.9998553395269rem;width:31.9375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6KBpLVNqODc0n46NrDEZ0Na1bkDw7Tz { top:69.125rem;left:8rem;width:31.875rem;height:51.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JyrZ6HxVks2O57bRPntnkl1E1tdFP1fJ { width:0.499855625rem;height:1.0612rem;top:42.1875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CPV3OWyVIi8sCq5ftT0olUrq9DZpox30 { width:30.25rem;height:2.2747375rem;top:121.875rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OrfkceCbCxeNUUTwVyeSgHge8OflEc3g { display:block; }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Cp5QwKu1MJo5qnCyph1b4TTQtH8HKJWo { width:20.3746875rem;height:2.8747125rem;top:24.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z23B6liTsx7gSRo5tdoDyPpQNIb7Cc2w { display:block; }
 }@media only screen and (max-width: 1199px) { #P1KG0mSJcvuqH4T3abNGHvEHsX4U8Svv { top:5.3125rem;left:0rem;width:37.5615rem;height:5.3997375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TddKnaDnIQrB3cnUaqgQbCtZbTrPNxyl { width:20.25rem;height:2.8125rem;top:24.5625rem;left:26.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qkw8FnCJnkVi8ULCs5g80heH12m3wJDt { display:block; }
 }@media only screen and (max-width: 1199px) { #HnyyFzRmtTQav3CfXbMTmHRKF3WWQ1ye { top:21.375rem;left:28.5rem;width:18.061375rem;height:2rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 1199px) { #TsLPzC7HKQ4GM7FOHet6iAdHIESQH99m { top:14.5625rem;left:26.25rem;width:20.1244375rem;height:3.8997375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QuMiDss6Q4ulW2vNhJiGgie7hFIxShbf { top:19.75rem;left:3.75rem;width:18.998875rem;height:1.5rem;font-size:1.25rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 1199px) { #DnQIOoMNiVZtlkiZ9hU8QoxKHb97bBrp { top:14.875rem;left:0.875rem;width:20.812375rem;height:3.8997375rem;font-size:1.5rem;color:rgba(var(--color-secondary-2),1);line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWTrL1Hm22OIHXB6B8l1gOSDeTLfrmnZ { top:13.0625rem;left:24.625rem;width:22.875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G7fuveRJtd15LvpndBuyciZqorwbbXgl { width:1.49956875rem;height:1.49956875rem;top:21.625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rtGu1gk3QssCsQ7azTRg0T5P2Hu9bEHp { width:1.6247125rem;height:1.6247125rem;top:19.625rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JAImhDZvuJGufwSnVDgpgZw2UGlhEemP { width:1.6875rem;height:1.6875rem;top:21.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCpGANCFoBPCKgJy6TRD2OpUk42dtm8f { top:13.0625rem;left:0rem;width:22.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Osg8s6aucvDuMhsDLulw7TdRk0UhiMnf { top:21.625rem;left:3.75rem;width:18.998875rem;height:1.5rem;font-size:1.25rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 1199px) { #IXRcLVM6IxRAKZ0Xy11pxRtrTXwmrLPV { width:1.6875rem;height:1.6875rem;top:19.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTxL7ye05k6AEN1iUMbEQqdEWrmGtcPC { top:19.375rem;left:28.5rem;width:18.061375rem;height:2rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 1199px) { #T11vQf5IntIDXZzyphTxIDcKmQgtFy1U { display:block; }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .row .container { width:47.75rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cOoJMtHtOghXG5QAVQIC1tyL9SvNnIsE { display:block; }#cOoJMtHtOghXG5QAVQIC1tyL9SvNnIsE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g { display:block; }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aa0692309a90b37b21b293780270bd0b { width:46.75rem;height:1.29948125rem;top:7.40625rem;left:0.50000005960464rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #f4049015778814b89d640cce9afd0962 { width:47.7495625rem;height:1.4622375rem;top:1.7997741699219rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #e40a0f9fe0524e2a2c637256a53ce586 { top:4.3113479614258rem;left:21.779515564442rem;width:4.18691875rem;height:0.311776875rem;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #n7932baaf16ba5bcbcaa5975c02c53b1 { width:0.125rem;height:3rem;top:1.5625rem;left:47.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RoTPTnTwlr3EdJqklqB8zOCXFvd26Rd6 { width:47.49925rem;height:1.29948125rem;top:5.5280685424805rem;left:0rem;font-size:1rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc5ec31d-eaaa-44e9-ad64-2d8f7f638280/landongheader.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whK6HIpOJ122pLt6ROPahhrO99OEGgiB { width:19.99925rem;height:4.5rem;top:20.5rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X3XsK1FeT13KTlE1np9zzCWuexMX3H56 { width:9.625rem;height:2.75rem;top:27rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqTVPpNoGo7NR3QMvU8KuzTbeUFrANWb { display:block; }
 }@media only screen and (max-width: 763px) { #NKVv922G4kew7IZ2lidT3n0I26ACQW9S { width:19.99925rem;height:6.6rem;top:12.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #waUGfDxffOcgNcsV1J9rMdtMWQZGBGsm { width:8.9375rem;height:3.9375rem;top:0.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7AKdP1L9QfZw7ZHSqPufN8rNrugpH6E { width:8.4375rem;height:1.275rem;top:5.5625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdDQmhaaLmuxG6tSfgCISU6fvLxcQtnZ { width:1.0625rem;height:1.0625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxaJ4h7TVsF9FAwxud3LcBZDd8XRgssU { width:8.9375rem;height:2.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw { display:block; }#orQwxkuFhGTrbAN3GnfbIh6sKqRXaihw > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0AqIQELZM1v2SVWXnc76hga4d7DvGBT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container { background-color: transparent; background-image: none; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container > .video-iframe-container { display: none; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row > .video-iframe-container { display: none; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .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); }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container { border-width: 0; border-radius: 0; }#f0AqIQELZM1v2SVWXnc76hga4d7DvGBT > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTRdMNTdZ9wVnilJ4euKTOd0ZzGS7uuH { width:19.9985625rem;height:12rem;top:3.5597515106201rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fpua5siCxkffp2DIcLWKKmi9TbSWT8yT { width:12.5rem;height:2.5625rem;top:1.9375rem;left:3.7500001192093rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Z8fJ846o4eTSl49ECxyZamTWDPaBCRnk { width:20rem;height:20rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcxyK7ESTolNEJtfhNLXWb8TRO6uKnmH { width:7.375rem;height:7.375rem;top:31.041667938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd { display:block; }#aPl6QzDUcA4T1hSDRmoXLBodc1WsqDOd > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pc7fA019XikvQ9Le6MI3Denuzqh9Xa6l { width:19.936375rem;height:2.1125rem;top:2.998405456543rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsSACiDtB4n08EXeTKwQZo1sUCf6PAte { width:19.936375rem;height:2.925rem;top:15.248846054077rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzyamwEycp2dLNqcH5BbtuhvpG325rDW { width:19.99925rem;height:2.925rem;top:28.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3mqqSEFRyKTd8g5N1ICPMU9dATxflTq { width:16.24925rem;height:4.3875rem;top:42.4375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUBTH9wW1ZMO1HkM47035xtTa2XXHgZi { width:4.24985625rem;height:7.475rem;top:6.9372100830075rem;left:5.6867767572403rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #weIH3CaXbcDLT0F2CoU84bZvTWpo2aCw { width:4.24985625rem;height:7.475rem;top:19.249855041504rem;left:5.7495661973953rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA8yFMxgV4XMmglERXKCTdCWoywTETf6 { width:4.24985625rem;height:7.475rem;top:33.6875rem;left:5.875rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdCKsqWQU2gvgN6wnaskuA4XmuTIeS2Z { width:5.6872125rem;height:5.6872125rem;top:35.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpuHCVeBob6reJF0SwTIQlyfdDEFA3M7 { width:4.5rem;height:4.5rem;top:44.5597625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQHToobyCzxmWwB1vMTUmNUfTMXFsv2r { width:6.3121875rem;height:6.3121875rem;top:8.1459770202638rem;left:7.6229749917981rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnWCrZlxlzigtUe7nf0F5PFVt1HJhVoB { width:6.437375rem;height:6.437375rem;top:21.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgTk4BCQJDbiDxTzOwIcvCNFQw9JoCz6 { width:4.49941875rem;height:4.49941875rem;top:28.897571563721rem;left:13.935908913613rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdzOMNob9HKlGzbQWQt30ZIHmk9tuSfM { width:4.5rem;height:4.5rem;top:16.875rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container { background-color: transparent; background-image: none; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container > .video-iframe-container { display: none; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row > .video-iframe-container { display: none; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .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); }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container { border-width: 0; border-radius: 0; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPJA3ExpQUZZs9kBexUuTmvxFBzN5ipV > .row .container { width:20rem;height:126.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qP9x95QMdovLROWbFrBnf6RfiTy9MqxO { width:15.7494375rem;height:2.7rem;top:12.5rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ96a7yOHsPwktxnxi0L0WEFHHfXkWBl { width:20rem;height:44.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeprSQSur25UAUd0y2MCIgLc8ara66He { width:13.43525rem;height:3.12276875rem;top:52.6875rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB1tlRTskNVTgzSGPERluF7gwOwaRNik { display:block; }
 }@media only screen and (max-width: 763px) { #OrgMMcZgyr57i8q56i7ChmQggzwi3pGE { width:16.0625rem;height:5.1rem;top:34.875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KipbhdM9X8v0hSOD5ZKC2ef7Ag0BOHT5 { width:20rem;height:5.85rem;top:24.875rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eptc7T7UNcRCh3vrRciCWFCdd9SRT6lN { width:8.8744375rem;height:1.7875rem;top:30.6875rem;left:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDUdtudXwtcWoBzokfdfw8PL6rDkgEdD { width:16.0619375rem;height:5.2rem;top:19.4375rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFfv4uxBtuVN6OaR7pS7okV6LCQkyPVT { width:19.9985625rem;height:1.625rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kme6tt4XOqrihrAgg1RxdQ8T35NZ6JyB { width:1.18706875rem;height:2.6rem;top:25.9375rem;left:15.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZKG13IoufaTyVgTROVnKreJFz24BANH { width:1.1875rem;height:1.95rem;top:60.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNhDidQ8F0aJyu3sL9PbgkztTIDLxm9m { width:18.875rem;height:4.55rem;top:60.0625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnGi0S2qxqxKorHJ9cNf1Gy5v1WwVheE { width:4.125rem;height:1.7875rem;top:28.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dds6rlEo4VJRvIHeTk1XMCdeVX5Wx77c { width:0.499855625rem;height:1.06191875rem;top:41.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVzD3suqQB7k6xEXAkeIsQTA3uk9eCmI { width:0.499855625rem;height:1.06191875rem;top:44.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0GPWtp5PQasnXOyZsyC7ofMckRH7Z30 { width:15.25rem;height:8.925rem;top:41.8125rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZUV58BLpWMzbPHak8Fdw0HAslVcv2TX { width:13.43525rem;height:3.12276875rem;top:113.875rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBHzLQEs4qQFn2kLKAA7kCAAlpGnDzP1 { display:block; }
 }@media only screen and (max-width: 763px) { #b08klCpBhFOLkT5LoaRZkORnwkEDzcxX { width:15.0621875rem;height:20.4rem;top:91.5rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAO6xkzBUHsWLORRGqTLWrgShRl9cMvv { width:0.5rem;height:1.0625rem;top:96.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQeNXCKZXUvqTNXuUo8ylgVQJc91vX1X { width:0.5rem;height:1.0625rem;top:101.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt1PzxNp6epSPCgBZU349VeAHG9lTvCT { width:0.5rem;height:1.0625rem;top:106.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSupVkbOPh4PMcSG9kHsEDtNTau3quDp { width:1.18706875rem;height:1.95rem;top:120.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGu29vyt5G3IuV7SoTBoFMEL2RLwuA7u { width:0.5rem;height:1.0625rem;top:91.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7sth3wEQdEKRT3asrRHvEdvef9vkaN { width:12.4985625rem;height:1.8rem;top:88.9375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QptF4rKh72ct7oqGn5oZ7Ga2OLF2ltFi { width:19.9375rem;height:5.85rem;top:79.9375rem;left:0.125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcZQKNCtym6ITebnTAMx8xCtvfXqT5p1 { width:8.9995625rem;height:1.7875rem;top:85.25rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #d7hQPcLqWQcr6ecaIzzNzSROCTelKfhW { width:1.1875rem;height:2.6rem;top:80.1875rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNTuzv5W49iuDuIzA0Jbyl5ixvLakhg2 { width:19.99925rem;height:2.6rem;top:76.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7agyV5CJQ177Tr2nQqb4eBrtoIcUxyQ { width:19.99925rem;height:1.625rem;top:74.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of14llcRGCGKZJRhBbxglkqVtVFoCt4h { width:16.25rem;height:6.3375rem;top:3.6751308441162rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka7B1HfENsFxhGvd29MkHo3WtJLS54g5 { width:20rem;height:3.625rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLQp8N1OumKmEqnD5iX92AFiClpsySsO { width:18.1235625rem;height:4.3875rem;top:68.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZmCIHFVTt8oTZ51KG34mi2s781DlUrO { width:20rem;height:5.5625rem;top:67.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6KBpLVNqODc0n46NrDEZ0Na1bkDw7Tz { width:20rem;height:50rem;top:69.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyrZ6HxVks2O57bRPntnkl1E1tdFP1fJ { width:0.5rem;height:1rem;top:48.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPV3OWyVIi8sCq5ftT0olUrq9DZpox30 { width:18.74925rem;height:3.4125rem;top:120.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrfkceCbCxeNUUTwVyeSgHge8OflEc3g { display:block; }#OrfkceCbCxeNUUTwVyeSgHge8OflEc3g > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cp5QwKu1MJo5qnCyph1b4TTQtH8HKJWo { width:17.7480625rem;height:3.06185rem;top:18.559246063233rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z23B6liTsx7gSRo5tdoDyPpQNIb7Cc2w { display:block; }
 }@media only screen and (max-width: 763px) { #P1KG0mSJcvuqH4T3abNGHvEHsX4U8Svv { width:19.99925rem;height:4.8rem;top:2rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TddKnaDnIQrB3cnUaqgQbCtZbTrPNxyl { width:17.8111875rem;height:3.06185rem;top:35.6875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkw8FnCJnkVi8ULCs5g80heH12m3wJDt { display:block; }
 }@media only screen and (max-width: 763px) { #HnyyFzRmtTQav3CfXbMTmHRKF3WWQ1ye { width:16.875rem;height:1.6875rem;top:32.8125rem;left:3.125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TsLPzC7HKQ4GM7FOHet6iAdHIESQH99m { width:17.5rem;height:3.575rem;top:26.3125rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuMiDss6Q4ulW2vNhJiGgie7hFIxShbf { width:17.1875rem;height:1.35rem;top:13.983074188233rem;left:2.8411458730697rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnQIOoMNiVZtlkiZ9hU8QoxKHb97bBrp { width:17.5621875rem;height:3.3rem;top:10rem;left:1.1875rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTrL1Hm22OIHXB6B8l1gOSDeTLfrmnZ { width:20rem;height:14.875rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7fuveRJtd15LvpndBuyciZqorwbbXgl { width:1.5rem;height:1.5rem;top:33rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtGu1gk3QssCsQ7azTRg0T5P2Hu9bEHp { width:1.375rem;height:1.375rem;top:31rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAImhDZvuJGufwSnVDgpgZw2UGlhEemP { width:1.5625rem;height:1.5625rem;top:15.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCpGANCFoBPCKgJy6TRD2OpUk42dtm8f { width:20rem;height:13.5625rem;top:8.966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osg8s6aucvDuMhsDLulw7TdRk0UhiMnf { width:16.6875rem;height:1.35rem;top:16rem;left:3.1875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXRcLVM6IxRAKZ0Xy11pxRtrTXwmrLPV { width:1.375rem;height:1.375rem;top:14.013671875rem;left:1.18359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTxL7ye05k6AEN1iUMbEQqdEWrmGtcPC { width:16.75rem;height:1.6875rem;top:30.8125rem;left:3.0625rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T11vQf5IntIDXZzyphTxIDcKmQgtFy1U { display:none; }#T11vQf5IntIDXZzyphTxIDcKmQgtFy1U > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cOoJMtHtOghXG5QAVQIC1tyL9SvNnIsE { display:block; }#cOoJMtHtOghXG5QAVQIC1tyL9SvNnIsE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g { display:block; }#caCDwM8oF6sz9o76rHIkPSMyDMSkWA3g > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa0692309a90b37b21b293780270bd0b { width:19.99925rem;height:1.3rem;top:6rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4049015778814b89d640cce9afd0962 { width:20rem;height:1.4625rem;top:2.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e40a0f9fe0524e2a2c637256a53ce586 { width:4.18691875rem;height:0.311776875rem;top:4.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7932baaf16ba5bcbcaa5975c02c53b1 { width:0.125rem;height:3rem;top:1.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoTPTnTwlr3EdJqklqB8zOCXFvd26Rd6 { width:15.1244375rem;height:1.3rem;top:8.1875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }