.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,217,225;--color-primary-1:230,135,162;--color-primary-2:215,63,106;--color-primary-3:205,15,69;--color-primary-4:204,15,69;--color-secondary-0:255,255,255;--color-secondary-1:198,198,198;--color-secondary-2:191,191,191;--color-secondary-3:115,115,115;--color-secondary-4:5,5,5;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:251,251,251;--color-tertiary-3:151,151,151;--color-tertiary-4:0,0,0;--headlines-font-family:Be Vietnam PRO MOJE;--paragraphs-font-family:Be Vietnam PRO MOJE; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.55);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { background-color: transparent; background-image: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .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); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { border-width: 0; border-radius: 0; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#xqa5KEXCpybHsh4utCMsTxv5I1fwvd1J { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.5625rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:1.1875rem;left:48.875rem;display:block; }
#iDevOvGqp2AUGUWsMBekCkqOQu8zbL1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fz3qmTaxre5oJ5IQOT13lvqMhZEuJsvN { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:1.1875rem;left:31.25rem;display:block; }
#n33rDDEsnJB4kMpGgVltH2FmVoBbg0o3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.25rem;left:28.125rem; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#R621l9OsEpTCkf81iWO6NNNefa7WC2gp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.375rem;left:46.25rem; }
#R621l9OsEpTCkf81iWO6NNNefa7WC2gp > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.75rem;left:60.1875rem;display:block; }
#x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPoAAz0XNkZrGvpEB15WgwCBGnvyo00h { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1fffb8e2-e347-4b8c-9b22-ef56f3351f4b/wizualizacje1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.5); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.5); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:poppins;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:rgba(var(--color-tertiary-1),1);display:block;width:53rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.5625rem;left:0rem;height:8.875rem;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; }
#K75AvbrshOhMX7dPKi6yPMOipRTShV90 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.675rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.125rem;left:15.75rem;display:block; }
#ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { background-color:rgba(var(--color-primary-3),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:rgba(var(--color-tertiary-1),1);display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.1875rem;left:0rem;height:2.0625rem;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; }
#x0C185fF4IzDTFHmGxNfBiXRaRJRTtyU { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24.125rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#i6STrAsKvJ9xlkngOk9seTMht7WyqTlC { position:absolute;display:block;z-index:15014;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:35.1875rem;width:27.0625rem;top:7.9375rem;left:47.9375rem;overflow:hidden;display:block; }
#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { background-color: transparent; background-image: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .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); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { border-width: 0; border-radius: 0; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { font-size:0.875rem;font-family:poppins;height:14.375rem;width:75rem;overflow:visible;position:relative;display:block; }#wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:34.125rem;left:9.125rem;display:none; }
#yfVB8zWrMXp5A1UZsyXDtp59I9vwBtqz { position:absolute;display:block;z-index:15016;height:4.8125rem;width:8.8125rem;top:0rem;left:66.1875rem;display:block; }
#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE { 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; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container { background-color: transparent; background-image: none; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container > .video-iframe-container { display: none; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row > .video-iframe-container { display: none; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .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); }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container { border-width: 0; border-radius: 0; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#tLALgJzbWtncZ3qqs47AupLJ3Efqkw8n { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:21.375rem;left:1.75rem;height:1.5rem;font-style:normal;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;display:block; }
#qFXs0BObbTGxvNwt9puu8BxZDAUh9yG0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:24.25rem;left:1.8125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2AlxRepWxlDMykgNlW4WZLAG4unFTLz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:9.625rem;left:23.25rem;display:block; }
#PShCGEZW8cToRooNWUhKz70Izuqg8A9q { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:9.9375rem;left:17.25rem;display:block; }
#AohMBrQXctaRfEOql6TqCtXswRVRRfGk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:30.625rem;left:54.625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#erkXVsVxIG6vA1uNdpZ2I5zUn1RqDpvw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:26.3125rem;left:54.75rem;height:3rem;font-style:normal;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;display:block; }
#outQFq2WmqWLqvf5EKA88uFTN9TXgwRT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:21.75rem;left:23.3125rem;display:block; }
#s1ssiaL5wXTUW3kTuLL9lzJfHdsAHRoT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:22.0625rem;left:17.375rem;display:block; }
#ua2b9Hpa5rUzQAVKdyF0fJHbVLG7HPkT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:12.0625rem;left:1.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o5XNSswc6sJ9mL8UUHeqzlzLnkUG1BdW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:7.5rem;left:1.75rem;height:3rem;font-style:normal;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;display:block; }
#WJhQVXm6iFf1UvVnfG7ML1muGJhanOss { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:14.875rem;left:48.0625rem;display:block; }
#TPKKNzP4CwSbIMxSbzfu3hHtNsazLNaq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:14.5625rem;left:47.4375rem;display:block; }
#Rm1iOUhue6cKDyT0zVZ05ROaUhOofmEl { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:27.75rem;left:47.4375rem;display:block; }
#pdmhvn49NeyH87dRrkTfeEfT4zae4XP9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:28.125rem;left:48.125rem;display:block; }
#vzDNvVyHeQlT7QV8MNWqei0awP2U3lIl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:17.5rem;left:54.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H8P0cRVp8SZNh1t48C3y1MNgAeOVl0Tg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:13.1875rem;left:54.625rem;height:1.5rem;font-style:normal;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;display:block; }
#kutJ2ZFSVXTbtRspFLy69wD6eT4bynz4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.375rem;width:24.3125rem;top:5.625rem;left:24.40625rem;overflow:hidden;display:block; }
#pcSEHlHnKTsMNRXoPOSh3mCGryl4PlLG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:34.5rem;left:1.75rem;height:1.5rem;font-style:normal;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;display:block; }
#AU9d6gTmWRf5bov4ENHh6uKiDts2qR5V { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:37.4375rem;left:1.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z8KchBhqKE8wKtK9DlGR995hDdfG4VfV { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:35.1875rem;left:17.1875rem;display:block; }
#Mc2qwTeX2ZOlzLHJzCpZJ9xAFWbJ4cJs { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:34.875rem;left:23.3125rem;display:block; }
#G2SGxs4bLpppsgkHNfw0bf0X8T98MGtQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:41.75rem;left:54.625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EsI2hTp4pqUCPf6cs61qgvLETMQaauZq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:39.125rem;left:54.75rem;height:1.5rem;font-style:normal;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;display:block; }
#wsPwveJBJ3222K3iOKsRf92DhsP5AVTw { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:40.25rem;left:48.125rem;display:block; }
#SJvc3qDVdraOINh8QwRK6TOZZFDoAoXp { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:39.875rem;left:47.4375rem;display:block; }
#M0zstRxPXrrchHAR0mvL26F2OLUEXEWp { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.6875rem;left:0rem;display:block; }
#JmnSzrm6zxZlfW0zTX46OQyKJNxPW971 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4Nxw8TZbZ87D2WyuDrF67MvSNESe9Zn { position:absolute;display:block;z-index:15009;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:0.1875rem;width:25rem;top:53.3125rem;left:24.0625rem;display:block; }
#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { background-color: transparent; background-image: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .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); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { border-width: 0; border-radius: 0; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { font-size:0.875rem;font-family:poppins;height:66.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { position:absolute;display:block;z-index:15003;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:35rem;width:17.25rem;top:19.625rem;left:8.40625rem;overflow:hidden;display:block; }
#OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { color:rgba(var(--color-tertiary-4),1);display:block;width:63.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.75rem;left:4.15625rem;height:4.125rem;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; }
#a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.8125rem;left:32.875rem; }
#oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:22.5625rem;left:37.25rem;height:2.25rem;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; }
#I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26rem;left:37.25rem;height:6.9375rem;font-style:normal;display:block; }#I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e li:before{  }
#nuBF7Wc7dH1BMqyzDDDsmuzcMK0rmMkl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:22.8125rem;left:55.8125rem; }
#wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:22.625rem;left:60rem;height:2.25rem;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; }
#kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:26rem;left:60rem;height:6.9375rem;font-style:normal;display:block; }#kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D li:before{  }
#KQBB1UbwMipCGTfAVLTedCzBF0THEShM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:36.5rem;left:32.875rem; }
#vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:36.4375rem;left:37.25rem;height:3.6rem;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; }
#HDytMud5XZ6zSZQxTONkhetKXrye2cZb { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:41.5625rem;left:37.25rem;height:5.125rem;font-style:normal;display:block; }#HDytMud5XZ6zSZQxTONkhetKXrye2cZb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HDytMud5XZ6zSZQxTONkhetKXrye2cZb li:before{  }
#HeLDadd34NUeAHqltXhASeuZkZARkKIJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:36.5rem;left:55.8125rem; }
#CVTdNbm9SZ3BFtXKiA71mxn8S2pSsThL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:36.4375rem;left:60rem;height:1.8rem;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; }
#nh7aFkh3XI5m1CelHgV5t6ZgKWe3EFhX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:41.5625rem;left:60.0625rem;height:5.125rem;font-style:normal;display:block; }#nh7aFkh3XI5m1CelHgV5t6ZgKWe3EFhX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nh7aFkh3XI5m1CelHgV5t6ZgKWe3EFhX li:before{  }
#LS5J39WNBh8Cborw1BxmR8ohrNxWsWNi { position:absolute;display:block;z-index:15002;background-color:#cd0f45;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;box-shadow: none;height:28.9375rem;width:24.0625rem;top:19.125rem;left:4.0625rem;display:block; }
#tDTl5m89063FSF6H0gRPDgzczVPWuZ00 { background-color:rgba(var(--color-primary-4),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:54.625rem;left:28.125rem;display:block; }
#h9htiIBDlOKmQJeiosLJTZfT5qHyIDdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hCfkkW8UJWBLArx3oNbm1yF8fEn5sq97 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:11.6875rem;left:32.75rem;height:6rem;font-style:normal;display:block; }
#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ee59cc9-f832-4fe9-b97f-3bdd974c7ba1/HoneywellCT321.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;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; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1.adaptive-delivery-prevent-bg, #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1.lazyload, #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1.lazyloading { background-image: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { background-color: transparent; background-image: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.7); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container > .video-iframe-container { display: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.7); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row > .video-iframe-container { display: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .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); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { border-width: 0; border-radius: 0; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1::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; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { font-size:0.875rem;font-family:poppins;height:43.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#ChIdLSOrH51taffIbshzRTDLFhdSO3Td { color:rgba(var(--color-tertiary-2),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p37u8LDpgsrfvgVffO00wwBzUOBmbe6V { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:21.90625rem;left:5.5625rem;height:8.4375rem;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:left;text-align-last:left;font-style:normal;display:block; }
#dXNiQRiRwtJTATGtl4IfpZ5DVv28aBrg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:24.1875rem;left:0rem; }
#gS0uF4gakDrlZcNourADKT3gUb9TndNn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:46.4375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FU0N1C74Hq9BeeJyPR1yFH5DvQ9bhZHE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e4e6;border-left:0.0625rem solid #e3e4e6;border-right:0.0625rem solid #e3e4e6;border-bottom:0.0625rem solid #e3e4e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:31.1875rem;width:28.625rem;top:5.1875rem;left:41.3125rem;display:block; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-form-header {  }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.5rem;margin-bottom:0.25rem;margin-left:1.5rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:18.5625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(75,75,76,0.8);vertical-align:top;width:20.5625rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-container:first-of-type{padding-top:0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-container:last-of-type{padding-bottom:0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:43.625rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE {display:block;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:43.625rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #dDmthgKnTKhx53MSEfLNy38yJMx3auHJ { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ehXhka423F7rrxwqvbdoOvUuRzmnGtKq { position:relative;display:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ObeOPTKbSa7Hq5MxGwmBBGLb9Vv7JOGn { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #LLGUQIL9q1OP0qMTnTlMbI9pQX8OrQoV { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #eURMv2ihMwgKymc1DIpklnhIwNF9g079 { position:relative;display:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #R5zHFG3CWr401URO9wO8DZGPcyo4pGzK { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #pQLeNApBy5w4Z5rHBoKPO2IHHVFXH3wg { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #frBaUTucok8kigxsyLQ7eyARk0gsQb1M { position:relative;display:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ZT32SVPpzUwT1RUWPBAovsdnygeuJPUO { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #Evr7WMdNkHh9GhEHR3RJsi4Hvdv1iv18 { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #JP5RCrh5DXpF61e2wQhz2HSpB1DsxdL3 { position:relative;z-index:2; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #N5IPJOwUe7gvRZ1TsKCb1N4KTBPyzBVV { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #puTcD4cczpmn8GdD455WzUIaR2M7w6zV { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #v26h7B3852KwLNbiQrQ07ItB5XtxwIHP { position:relative; }
#xH63yGOef8M1ToArvrIDA04lrwc5GHMO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { background-color: transparent; background-image: none; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container > .video-iframe-container { display: none; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row > .video-iframe-container { display: none; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .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); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { border-width: 0; border-radius: 0; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { font-size:0.875rem;font-family:poppins;height:53.5rem;width:75rem;overflow:visible;position:relative;display:block; }#C9LkPrOOdF2ptPGBWeo8MM3a3SRT9rTz { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.387499809265rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:19.875rem;left:0rem;height:10.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc li:before{  }
#og4DrmxQyELOM6eTnoT7W7KnIR2PbIcD { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:17.375rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#ePgsgEeg4uBM6ykx5cPaZAvglsZeNzdF { position:absolute;display:block;z-index:15029;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:9.4375rem;width:15.9375rem;top:40.124999046326rem;left:44.224998474121rem;overflow:hidden;display:block; }
#VosJ2WGsr56etgnGpGE2zgIREyubRXkF { position:absolute;display:block;z-index:15006;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:17.1875rem;width:11.75rem;top:18.15625rem;left:62.625rem;overflow:hidden;display:block; }
#PZn9vGh4QtT71RvUyfCtQdbu5hUdoaTK { position:absolute;display:block;z-index:15007;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:17.375rem;width:15rem;top:33.749999046326rem;left:25.15625rem;overflow:hidden;display:block; }
#zPWZHE6BtkrFiBh3lNVkemoHwJgH9Uqs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:37.312499046326rem;left:61.25rem;overflow:hidden;display:block; }
#cq4AGiJUi10hkDheyXolv4eJo52rJTTg { position:absolute;display:block;z-index:15014;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:14.125rem;width:8.3125rem;top:19.875rem;left:32.913543701172rem;overflow:hidden;display:block; }
#ChxFmBsM8bLTtx9V7TTeSNunqeTsg5Wc { position:absolute;display:block;z-index:15014;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:13.6875rem;width:13.6875rem;top:19.90625rem;left:46.537498474121rem;overflow:hidden;display:block; }
#LJa1czKA2tDbH6lvQiPrxO8TUK8AL8a9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:34.125rem;left:0rem;height:6rem;font-style:normal;display:block; }
#MgvQm0kN95STXXvE14umpwlg7nKVAnTz { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_2b3a6b14e6b44888b568a1dbc44a447b2bb9d1d2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz.adaptive-delivery-prevent-bg, #MgvQm0kN95STXXvE14umpwlg7nKVAnTz.lazyload, #MgvQm0kN95STXXvE14umpwlg7nKVAnTz.lazyloading { background-image: none; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row .container { background-color: transparent; background-image: none; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row .container > .video-iframe-container { display: none; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row > .video-iframe-container { display: none; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .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); }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row .container { border-width: 0; border-radius: 0; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Zw6nD9T2EL2TXbqvdQksZKAFryexJO7t { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:6.6875rem;left:36.5625rem;height:10.3125rem;font-style:normal;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;display:block; }
#olvbywNCdAksa9VCx0ehas13X6Ulrula { box-sizing:content-box;height:46.3125rem;width:24.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/2f2ac285-cc0b-4622-866b-808904e526c8/CT702.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:2.75rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#olvbywNCdAksa9VCx0ehas13X6Ulrula.adaptive-delivery-prevent-bg, #olvbywNCdAksa9VCx0ehas13X6Ulrula.lazyload, #olvbywNCdAksa9VCx0ehas13X6Ulrula.lazyloading { background-image: none; }
#zQdIA7p0HTfPnA1cWv6T6Hl3gDMT0V9N { background-color:rgba(var(--color-primary-3),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:35.6875rem;left:36.5625rem;display:block; }
#VUFzceduUUpxhu33ybXNwhft27rVHcJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gUgLbPkbhaHxfNiwp8p3pf9UvRcLqCna { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:21.0625rem;display:none; }
#RNbGNIQgu0DCcvxoVbIX9alQZKufBPaZ { color:#101010;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.7;letter-spacing:0;top:20.875rem;left:36.5625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RNbGNIQgu0DCcvxoVbIX9alQZKufBPaZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RNbGNIQgu0DCcvxoVbIX9alQZKufBPaZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_74e35192fc0cb87c5f62b6d174b1a67257974adf.svg); }
#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80efdeea-24fb-4f6b-8823-e8657f39f791/Obraz2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.adaptive-delivery-prevent-bg, #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.lazyload, #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.lazyloading { background-image: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { background-color: transparent; background-image: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.7); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container > .video-iframe-container { display: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.7); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row > .video-iframe-container { display: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .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); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { border-width: 0; border-radius: 0; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn::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; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#nakymGQtf9RDSns5RnNpuIxFzOUD7ucB { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:14.125rem;left:0rem;height:11.25rem;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:left;text-align-last:left;font-style:normal;display:block; }
#hVwI7wkMCoQ5F65Z2WdR4mrOixEWf0TA { box-sizing:content-box;height:33.625rem;width:45.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.25rem;left:29.4375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#JZiANoKR4L1PMS08FurPtsInqXbECtXA { position:absolute;display:block;z-index:15007;height:26.8125rem;width:38.75rem;top:10.09375rem;left:32.84375rem;display:block; }
#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container { background-color: transparent; background-image: none; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container > .video-iframe-container { display: none; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row > .video-iframe-container { display: none; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .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); }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container { border-width: 0; border-radius: 0; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container { font-size:0.875rem;font-family:poppins;height:47.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#VJr79ue4tmBtgxQrg9zpwVcqx31AkM2s { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:6.4375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#arBl9ZiuSiykRBaDgyxJsy8uDsdgQcvq { box-sizing:content-box;height:47rem;width:24.5rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/84685b70-468f-4924-a0c3-d5d035129a56/CT70.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:0rem;left:50.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#arBl9ZiuSiykRBaDgyxJsy8uDsdgQcvq.adaptive-delivery-prevent-bg, #arBl9ZiuSiykRBaDgyxJsy8uDsdgQcvq.lazyload, #arBl9ZiuSiykRBaDgyxJsy8uDsdgQcvq.lazyloading { background-image: none; }
#xQv9W7nN2Xe4ZKsxiINZ8NWJuDFACqeh { background-color:rgba(var(--color-primary-3),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:38.0625rem;left:0rem;display:block; }
#X3tdBz8RTw2oRJDIHt5s93CGgnavbSs7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EA3o1UCat4OtB9lVfV73ZWtISCVAc0kI { color:#101010;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15067;line-height:1.7;letter-spacing:0;top:17.625rem;left:0rem;height:16.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EA3o1UCat4OtB9lVfV73ZWtISCVAc0kI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EA3o1UCat4OtB9lVfV73ZWtISCVAc0kI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_74e35192fc0cb87c5f62b6d174b1a67257974adf.svg); }
#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .row .container { background-color: transparent; background-image: none; }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .row .container > .video-iframe-container { display: none; }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .row > .video-iframe-container { display: none; }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .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); }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .row .container { border-width: 0; border-radius: 0; }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .row .container { font-size:0.875rem;font-family:poppins;height:47.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#oTOetTmHeXFNrfNrguTgRCsBrFfMngJm { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.6249942779541rem;left:0rem;height:4.125rem;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:left;text-align-last:left;font-style:normal;display:block; }
#L8Za2kZsA0pQggrtm5GKzeOLXtyTSVnV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:3.0625rem;overflow:hidden;display:block; }
#KntmD4etzGahdcTzJg0yg4rsp5BfS0Vb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:13.25rem;overflow:hidden;display:block; }
#plfNFRo4QDAibeQaJFHG1e9adgcayk8A { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:23.4375rem;overflow:hidden;display:block; }
#RZz5oXQn6d2LXL6Fy5DumeM7O3XUXZ6X { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:33.75rem;overflow:hidden;display:block; }
#JAaKfpFFSBWyRd7TEcvbXT0yL65l2fMW { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:54.25rem;overflow:hidden;display:block; }
#HHudnvtKS3xNUf7EQ69fyuunh46Xtrfa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:43.9375rem;overflow:hidden;display:block; }
#vnIXVS5WIeSu15PtW1p17O1JpDc9ybOe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:64.5625rem;overflow:hidden;display:block; }
#D8pIUsUlpf7849sTBTgUgs24qe9hQPP1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:23.375rem;overflow:hidden;display:block; }
#Ap9qvT3EGMwAq69A800oVp0LzGShPosw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:33.6875rem;overflow:hidden;display:block; }
#pZCvtrosz5B5ILfXFsMT1fpsuSqP6J4y { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:54.1875rem;overflow:hidden;display:block; }
#oEdlepxWaRHrKHTPcSpA7CBbr18h1r8p { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:43.875rem;overflow:hidden;display:block; }
#apHkK6c1OKN1LTmSI9c4vZvXkTpqMWVk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:64.5rem;overflow:hidden;display:block; }
#zXR6NVirv4HnPTw67oM7lnyxy4DINyXR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:13.1875rem;overflow:hidden;display:block; }
#GQPhDXbnRNVUOEpZxlIqRB2IIuxXB6r7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:3rem;overflow:hidden;display:block; }
#RmOUFy29QmKDLfwvXyGCB7EBsPsNQbq9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:23.375rem;overflow:hidden;display:block; }
#exEtpByimxrkT4xLk07zTX6t7feFQNZZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:33.6875rem;overflow:hidden;display:block; }
#mMFzU3SfydLCHFfBVHiWVDJb5uvPT75O { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:54.1875rem;overflow:hidden;display:block; }
#R4uBCZaKtdDTu0hxRuQzPR6uHpGFT0ny { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:43.875rem;overflow:hidden;display:block; }
#QW19hEzfsTmSgWUVGo99HJhNVfSud9tJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:64.5rem;overflow:hidden;display:block; }
#NwF3G7t5fz0oBF9ywo2TypspBphhEU1q { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:13.1875rem;overflow:hidden;display:block; }
#HgPhCPu008mBzWGSItk18T1FvwV8l9Qy { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:3rem;overflow:hidden;display:block; }
#ZXulsIu589VcOyToiFmvzy4z2c0SMEoX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:33.8125rem;overflow:hidden;display:block; }
#DfLWxhdV6pKCB9k9U0UeMrNnTL1tAIzk { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:44.125rem;overflow:hidden;display:block; }
#MdVUIrUC6NMku9nOz4JBQI6D26noeNBP { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:64.625rem;overflow:hidden;display:block; }
#eNzsbZhuOl7M9HMNZerE8MWknFmwEWWa { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:54.3125rem;overflow:hidden;display:block; }
#wIEcL68dR1q7Q5lpXPnTXdTeZcHEATul { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:3.0625rem;overflow:hidden;display:block; }
#Baqab1VEUDThMnplB8Leo4CblKMKcnxQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:23.625rem;overflow:hidden;display:block; }
#EoNEkAh3TQ5GEAaZPhUCBptr035cVIWh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:13.4375rem;overflow:hidden;display:block; }
#toD1ZVilIQkfy9uRvHpQzUN5QlubQ2rC { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:23.4375rem;overflow:hidden;display:block; }
#UHzlQKXoaZCa3ApmmNURdpUJDMtUnnT0 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:33.75rem;overflow:hidden;display:block; }
#SgDNkhJqVzQVKqbSLgkNMVaTzW5LqFfy { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:64.5625rem;overflow:hidden;display:block; }
#TGLCKeXLgmGJPtJRWt3S00wBCuKF3Bs8 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:54.25rem;overflow:hidden;display:block; }
#A6qBnGO3hLqCE0ZfwbVu4GXapGPHT6oq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:43.9375rem;overflow:hidden;display:block; }
#v6k4x8Uv4rhik2U90IL702yImTHX6vU3 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:13.25rem;overflow:hidden;display:block; }
#VbnnWH8lBwuW5LTWhdAmlCx39ODzCFyZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:3.0625rem;overflow:hidden;display:block; }
#OtdJTXnLOZTTrVs97TINMuTDqtqf7Pyu { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:23.375rem;overflow:hidden;display:block; }
#JuT7LTfhr2Kz2ACkTvB4SeSiE0r4ySHO { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:33.6875rem;overflow:hidden;display:block; }
#SWTSlN0NSXkzfKqqrLb1LrvvbkWQENFU { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:64.5rem;overflow:hidden;display:block; }
#KVACHWVO7rqhb76GUuiCa1MfKfZZS1T8 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:54.1875rem;overflow:hidden;display:block; }
#vkhayKoAuMV02Cisis38u0JJP7XI1gsE { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:43.875rem;overflow:hidden;display:block; }
#B1Mq1HengTSH6DFTgIvzT5oOTdAZ8BnA { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:13.1875rem;overflow:hidden;display:block; }
#P9QhHeTKFnDRxhkd0UpgQogtkcZHs1iZ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:3rem;overflow:hidden;display:block; }
#SB580OhG1Mf9FxQKiDWCugWhETbpwTNI { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);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;box-shadow: none;height:9.625rem;width:9.625rem;top:6.1875rem;left:18.125rem;display:block; }
#fePpTf1WbqCiLeik10lHFhMiodvFHwRm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/954cbde0-8219-4863-a12e-383d30fc8747/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm.adaptive-delivery-prevent-bg, #fePpTf1WbqCiLeik10lHFhMiodvFHwRm.lazyload, #fePpTf1WbqCiLeik10lHFhMiodvFHwRm.lazyloading { background-image: none; }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .row .container { background-color: transparent; background-image: none; }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.72); }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .row .container > .video-iframe-container { display: none; }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.72); }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .row > .video-iframe-container { display: none; }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .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); }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .row .container { border-width: 0; border-radius: 0; }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.625rem;width:75rem;overflow:visible;position:relative;display:block; }#W7HNMxfVbzFnROgg1PPBlcCHOJTOTdeN { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:0rem;height:3.4375rem;font-style:normal;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;display:block; }
#Mi5xQiKNVDNA9Wp2HzKumiHbCWsTHJUv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:15.875rem;left:0rem;height:4.725rem;font-style:normal;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;display:block; }
#OQ95ffTbLTqSzi9478rUVx0XF9tFdWIl { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:8.875rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#yC2MJ6KTTvArILqB4xeRJLWk9W62Eyq9 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:15.875rem;left:48.4375rem;height:1.9125rem;font-style:normal;display:block; }
#twmlKPgUz8oAwN4i5CugsmTDBQgXGk49 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10rem;left:44.5rem; }
#dNQcS7LZdoD5CoAv5TeF6wQ8vda6ed2v { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#mXSDPyGyRca8AXnfnosoSadm1L08sQGm { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17rem;left:44.5rem; }
#VJevAeJ8Ti88MDvzyIbDWfhndetC3oUu { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#GXCTaNgU2Gq3Rf7HsoNxDb5AXU0Qeux0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.162499427796rem;left:48.4375rem;height:1.6875rem;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; }
#ldmf70aFReikeR8icIDALT1KMSkfPkNy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.099999427796rem;left:48.4375rem;height:1.6875rem;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; }
#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container { background-color: transparent; background-image: none; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container > .video-iframe-container { display: none; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row > .video-iframe-container { display: none; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .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); }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container { border-width: 0; border-radius: 0; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;overflow:visible;position:relative;display:block; }#F43u7KsDXaJicZ540lJbe4Grh8QEvfTE { color:rgba(var(--color-secondary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:9.675rem;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:left;text-align-last:left;font-style:normal;display:block; }
#HtRflyiRWQ36yZruro4uHXNPtmAyFOUt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.5625rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(157,157,156,0.22);background-image:none;vertical-align:top; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:#020202;height:auto;line-height:1.2;overflow:hidden; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:poppins;line-height:1.2;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-4),1);font-weight:300;font-style:normal; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c8c165b06aaeed9fe48fd186c943c44917be7e90.svg");background-size:contain !important; }#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-trigger.adaptive-delivery-prevent-bg, #yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-trigger.lazyload, #yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-trigger.lazyloading { background-image: none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH { box-sizing:content-box;height:auto;width:52.75rem;position:absolute;display:flex;flex-direction:column;gap:0.6875rem;z-index:15060;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.875rem;left:22.25rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Hd5L3NvDGHa6NRQkKCW1MhuM5AQ2y1HM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OP5PAXXEGlAupK5Z16IXQorxk9apPyNT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #e3RqdClMwObTxfnLmDLEOdCECKVqTWug { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uBE8b1TwPRbygexUvy1i16oXxm8HvvB8 {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Q5CXiEcPZoVXOrM2k6a0f2wbOMsQdK4D {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #spoKVcy3kDGTBeSWx3m6tQw17SIDRE4b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #QKSNUQmpzfRMGhgWashOvWpOmWrVGAPF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #XaGWRTVSBkAphWcSbbT8iK5IvxeJV8Ex { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #R3rMAV3Li55sdvb2UfgNM9UeAg8w61nn {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JPEAaWsFqAxZmwqUT0RtTeoxAcqqv3nc { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TqZZEe8m2BUSuDkdl3zy4aUilSHQ1Si5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ZbaisfSL7zcwbRBV92GPsiuztJvABfu9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #SqoKSmHpNgBZNUHIV4svav59PzJweTGe { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uXJJNffqPd76pEFPmkTP6HOgpMcDb29M {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yyhR9Va7xgGsUCWUrxk9MXwuIfeauQxv { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #MpIsfHDRlRhngXciLWlh8FplH6S3rJbU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #H3JEwe8MxB90z5gZi4Tqg7El2dZhu830 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #aGsLa7iFmZgVbzTQ29OL4Wo1oVZAqFBf { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #wf9T6EEP3Lp3AadDnQH5oE40JXXVzoXk {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #nZcHE4pFmAJm9vJOdTMGAOhBu4VbfeAB { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yadACzQIngA0SgWIqqgd9TKXePtHEGqt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Nl3Zlk8wrBNq4Kc9tT4xAQulTQxSVQ66 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TG0029kzxXyJJ6BKwaRe6c7rU7rvOEGQ { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #fJoLgxC3VlJNJ6gRqusVyiJoZbLaNQyV {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #pQ3TvutCJQeMHxfloq7IzU6iJbROZIzT { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #x05PPUDBrlkltOeIET3vTQfOytgyU4UN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #PHIKUQQSNJ5NHngcvKNcO6u0krUuhnQX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #FXSqCxmTOLRCnT9sE0T2lqpoPzBGSAXD { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #HLBxAyCTkyJklngbTX7xJT1GNnycEVvR {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DNqVIdGNRILkzxCfTEORB7By16tqePLt { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #g5iDQ0pRJ1W1NVJZ2NgAIuGH6SCVPRO7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #n6qG8VmqVuWTfITiPlTkMqenPHpT27oP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JmuEbBs29BDoh4e6e7mbhMwROnBKyRea { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #QfgwcI6RORFDdVp5MaQqiTUAGOzSqF1W {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #EdVuwOSmIplZokglu3U3h8alZDysW13U { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #LmeFUUFTSvpN17ZLz4HTvkz3Urbuxtcx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ZzcQQenBV88mrieAhOBy4doHEFp7s4cd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #G9g5Ut123uwV5O2wBh2GzCbfx5VCCv9A { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JmKbEZDJMn8PT2yMdK6u6e8mhlLUzTTw {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #S8Xq00TTwqEZDOFrv6OTTR2PoIp7n7CT { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ohMiL4RC6JNozS0Lr4MOpF0s8IV2Zz1r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #oCVNfZ9dkZBqRIUdrArLHTGEmR8rCPFo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Q6sKiyWX93s8n4SNCEFZfDIFlI1oA9fA { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #aoaseLUhOLszIG00GUcIpLv8ZnsurzIS {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #v2Nnau54wTaaxqgleQu1DyO9nQBvUEvH { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #whoBF5LDsvCI0z0zhuq265d0nFvQyBiC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yATVB0cWa294UzITnQurJ3NNZa0eqT71 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #vkBDnX34MmQCaEhfnPibWuoZGw4lMahy { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OT7WK7XiS9vg4sTZaTwAXiADO7hdQcN8 {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uPEgwyBJm7TDA5gKqg0MVWRksd3KyUqB { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #MviLp9RfIJJoabCe0RH9ZvRxzbOTzr0t { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #hC9AluqPk1WIFnTmLBkyCb6Ma3gzhWvv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DRnFsQlsFTgsg8dzQyykTXThgEmDOZSO { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Ruq27uGpfEaaax8f72iQpRqv78zGVHW1 {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #WrV8zAMAGLGfmVMUeEUZ8ttsCSQIClqw { display:none; }
#TPT2mwNOnpTr13v0rvpKHi3iUTNHtWEx { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.431247711182rem;left:4.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ { 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; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { background-color: transparent; background-image: none; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container > .video-iframe-container { display: none; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row > .video-iframe-container { display: none; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .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); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { border-width: 0; border-radius: 0; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#porPd8CShCxUJBQnEc2BJ43slp144afL { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5625rem;left:51.3125rem;height:4.55rem;text-align:right;text-align-last:right;display:block; }
#dRdNKBDMauEJF0BVabKEz30bywD9dTTv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#mfTE8byRLXBH0AW0A6nPvg16xyRQWkAZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.2124938964844rem;left:31.875rem;display:block; }
#PUmHq4tX5wGAFEDKPEow893BIn446qVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA { display:block; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqa5KEXCpybHsh4utCMsTxv5I1fwvd1J { width:9.875rem;height:2.5625rem;top:1.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDevOvGqp2AUGUWsMBekCkqOQu8zbL1o { display:block; }
 }@media only screen and (max-width: 763px) { #Fz3qmTaxre5oJ5IQOT13lvqMhZEuJsvN { width:13.75rem;height:2.5625rem;top:1.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n33rDDEsnJB4kMpGgVltH2FmVoBbg0o3 { display:block; }
 }@media only screen and (max-width: 763px) { #GzE1neuxQawz4WnuHnGvkNLz1goB2lgs { top:1.25rem;left:14.5rem;width:2.4375rem;height:2.4375rem;display:block; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #R621l9OsEpTCkf81iWO6NNNefa7WC2gp { top:1.375rem;left:32.625rem;width:2.0625rem;height:2.0625rem;display:block; }
#R621l9OsEpTCkf81iWO6NNNefa7WC2gp > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block; }
 }@media only screen and (max-width: 763px) { #OPoAAz0XNkZrGvpEB15WgwCBGnvyo00h { top:0rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:13.5625rem;left:0rem;width:47.75rem;height:;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:11.1875rem;left:0rem;width:47.5625rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0C185fF4IzDTFHmGxNfBiXRaRJRTtyU { top:24.125rem;left:0rem;width:42.1875rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6STrAsKvJ9xlkngOk9seTMht7WyqTlC { top:7.9375rem;left:20.6875rem;width:27.0625rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { top:5.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { top:34.125rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfVB8zWrMXp5A1UZsyXDtp59I9vwBtqz { top:0rem;left:38.9375rem;width:8.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUxVdz630otL8ge0T2dVhTdVO6WkWfvE { display:block; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLALgJzbWtncZ3qqs47AupLJ3Efqkw8n { top:21.375rem;left:0rem;width:13.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFXs0BObbTGxvNwt9puu8BxZDAUh9yG0 { top:24.25rem;left:0rem;width:20.75rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2AlxRepWxlDMykgNlW4WZLAG4unFTLz { top:9.625rem;left:9.625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShCGEZW8cToRooNWUhKz70Izuqg8A9q { top:9.9375rem;left:3.625rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AohMBrQXctaRfEOql6TqCtXswRVRRfGk { top:30.625rem;left:27.375rem;width:20.375rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkXVsVxIG6vA1uNdpZ2I5zUn1RqDpvw { top:26.3125rem;left:29.5rem;width:18.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #outQFq2WmqWLqvf5EKA88uFTN9TXgwRT { top:21.75rem;left:9.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ssiaL5wXTUW3kTuLL9lzJfHdsAHRoT { top:22.0625rem;left:3.75rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2b9Hpa5rUzQAVKdyF0fJHbVLG7HPkT { top:12.0625rem;left:0rem;width:21.125rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XNSswc6sJ9mL8UUHeqzlzLnkUG1BdW { top:7.5rem;left:0rem;width:14.1875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJhQVXm6iFf1UvVnfG7ML1muGJhanOss { top:14.875rem;left:34.4375rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKKNzP4CwSbIMxSbzfu3hHtNsazLNaq { top:14.5625rem;left:33.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm1iOUhue6cKDyT0zVZ05ROaUhOofmEl { top:27.75rem;left:33.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdmhvn49NeyH87dRrkTfeEfT4zae4XP9 { top:28.125rem;left:34.5rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzDNvVyHeQlT7QV8MNWqei0awP2U3lIl { top:17.5rem;left:28.625rem;width:19.125rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8P0cRVp8SZNh1t48C3y1MNgAeOVl0Tg { top:13.1875rem;left:29.375rem;width:18.375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kutJ2ZFSVXTbtRspFLy69wD6eT4bynz4 { top:5.625rem;left:10.78125rem;width:24.3125rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcSEHlHnKTsMNRXoPOSh3mCGryl4PlLG { top:34.5rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9d6gTmWRf5bov4ENHh6uKiDts2qR5V { top:37.4375rem;left:0rem;width:21.625rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8KchBhqKE8wKtK9DlGR995hDdfG4VfV { top:35.1875rem;left:3.5625rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc2qwTeX2ZOlzLHJzCpZJ9xAFWbJ4cJs { top:34.875rem;left:9.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2SGxs4bLpppsgkHNfw0bf0X8T98MGtQ { top:41.75rem;left:27.5625rem;width:20.1875rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsI2hTp4pqUCPf6cs61qgvLETMQaauZq { top:39.125rem;left:29.5rem;width:18.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPwveJBJ3222K3iOKsRf92DhsP5AVTw { top:40.25rem;left:34.5rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJvc3qDVdraOINh8QwRK6TOZZFDoAoXp { top:39.875rem;left:33.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0zstRxPXrrchHAR0mvL26F2OLUEXEWp { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmnSzrm6zxZlfW0zTX46OQyKJNxPW971 { display:block; }
 }@media only screen and (max-width: 763px) { #c4Nxw8TZbZ87D2WyuDrF67MvSNESe9Zn { top:53.3125rem;left:10.4375rem;width:25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { top:19.625rem;left:0rem;width:17.25rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { top:2.75rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { top:22.8125rem;left:19.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { top:22.5625rem;left:23.625rem;width:16.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { top:26rem;left:23.625rem;width:15.1875rem;height:6.9375rem;font-size:0.8125rem;display:block; }#I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e li:before{  }
 }@media only screen and (max-width: 763px) { #nuBF7Wc7dH1BMqyzDDDsmuzcMK0rmMkl { top:22.8125rem;left:42.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { top:22.625rem;left:32.75rem;width:15rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { top:26rem;left:32.8125rem;width:14.9375rem;height:6.9375rem;font-size:0.8125rem;display:block; }#kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D li:before{  }
 }@media only screen and (max-width: 763px) { #KQBB1UbwMipCGTfAVLTedCzBF0THEShM { top:36.5rem;left:19.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { top:36.4375rem;left:23.625rem;width:15.625rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDytMud5XZ6zSZQxTONkhetKXrye2cZb { top:41.5625rem;left:14.0625rem;width:33.6875rem;height:5.125rem;font-size:0.8125rem;display:block; }#HDytMud5XZ6zSZQxTONkhetKXrye2cZb li:before{  }
 }@media only screen and (max-width: 763px) { #HeLDadd34NUeAHqltXhASeuZkZARkKIJ { top:36.5rem;left:42.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVTdNbm9SZ3BFtXKiA71mxn8S2pSsThL { top:36.4375rem;left:34.3125rem;width:13.4375rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh7aFkh3XI5m1CelHgV5t6ZgKWe3EFhX { top:41.5625rem;left:33.9375rem;width:13.8125rem;height:5.125rem;font-size:0.8125rem;display:block; }#nh7aFkh3XI5m1CelHgV5t6ZgKWe3EFhX li:before{  }
 }@media only screen and (max-width: 763px) { #LS5J39WNBh8Cborw1BxmR8ohrNxWsWNi { top:19.125rem;left:0rem;width:24.0625rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDTl5m89063FSF6H0gRPDgzczVPWuZ00 { width:14.6875rem;height:3.75rem;top:54.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9htiIBDlOKmQJeiosLJTZfT5qHyIDdC { display:block; }
 }@media only screen and (max-width: 763px) { #hCfkkW8UJWBLArx3oNbm1yF8fEn5sq97 { top:11.6875rem;left:7.9375rem;width:37.0625rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 { display:block; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChIdLSOrH51taffIbshzRTDLFhdSO3Td { top:5.75rem;left:0rem;width:32.1875rem;height:12.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p37u8LDpgsrfvgVffO00wwBzUOBmbe6V { top:21.875rem;left:0rem;width:24.5625rem;height:10.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXNiQRiRwtJTATGtl4IfpZ5DVv28aBrg { top:24.1875rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0uF4gakDrlZcNourADKT3gUb9TndNn { width:18.5625rem;height:4.1875rem;top:7.9375rem;left:29.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU0N1C74Hq9BeeJyPR1yFH5DvQ9bhZHE { width:28.625rem;height:31.1875rem;top:5.1875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-button { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-checkbox-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE  { width:21.625rem;height:auto;top:12.375rem;left:23.625rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE {display:block;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE { width:21.625rem;height:auto;top:12.375rem;left:23.625rem; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #dDmthgKnTKhx53MSEfLNy38yJMx3auHJ {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ehXhka423F7rrxwqvbdoOvUuRzmnGtKq { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ObeOPTKbSa7Hq5MxGwmBBGLb9Vv7JOGn {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #LLGUQIL9q1OP0qMTnTlMbI9pQX8OrQoV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #eURMv2ihMwgKymc1DIpklnhIwNF9g079 { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #R5zHFG3CWr401URO9wO8DZGPcyo4pGzK {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #pQLeNApBy5w4Z5rHBoKPO2IHHVFXH3wg {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #frBaUTucok8kigxsyLQ7eyARk0gsQb1M {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ZT32SVPpzUwT1RUWPBAovsdnygeuJPUO {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #Evr7WMdNkHh9GhEHR3RJsi4Hvdv1iv18 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #JP5RCrh5DXpF61e2wQhz2HSpB1DsxdL3 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #N5IPJOwUe7gvRZ1TsKCb1N4KTBPyzBVV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #puTcD4cczpmn8GdD455WzUIaR2M7w6zV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #v26h7B3852KwLNbiQrQ07ItB5XtxwIHP {  }
 }@media only screen and (max-width: 763px) { #xH63yGOef8M1ToArvrIDA04lrwc5GHMO { display:block; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9LkPrOOdF2ptPGBWeo8MM3a3SRT9rTz { top:6.375rem;left:0rem;width:41.1875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc { top:19.875rem;left:0rem;width:29.5rem;height:;font-size:0.8125rem;display:block; }#VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc li:before{  }
 }@media only screen and (max-width: 763px) { #og4DrmxQyELOM6eTnoT7W7KnIR2PbIcD { top:17.375rem;left:0rem;width:34.875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePgsgEeg4uBM6ykx5cPaZAvglsZeNzdF { width:15.9375rem;height:9.4375rem;top:40.0625rem;left:30.599998474121rem;display:block; }
 }@media only screen and (max-width: 763px) { #VosJ2WGsr56etgnGpGE2zgIREyubRXkF { width:11.75rem;height:17.1875rem;top:18.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZn9vGh4QtT71RvUyfCtQdbu5hUdoaTK { width:15rem;height:17.375rem;top:33.6875rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPWZHE6BtkrFiBh3lNVkemoHwJgH9Uqs { width:13.75rem;height:13.75rem;top:37.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq4AGiJUi10hkDheyXolv4eJo52rJTTg { width:8.3125rem;height:14.125rem;top:19.875rem;left:19.288543701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChxFmBsM8bLTtx9V7TTeSNunqeTsg5Wc { width:13.6875rem;height:13.6875rem;top:19.875rem;left:32.912498474121rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJa1czKA2tDbH6lvQiPrxO8TUK8AL8a9 { top:34.125rem;left:0rem;width:18.3125rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgvQm0kN95STXXvE14umpwlg7nKVAnTz { display:block; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zw6nD9T2EL2TXbqvdQksZKAFryexJO7t { top:6.6875rem;left:9.3125rem;width:38.4375rem;height:10.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #olvbywNCdAksa9VCx0ehas13X6Ulrula { top:2.75rem;left:0rem;width:24.8125rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdIA7p0HTfPnA1cWv6T6Hl3gDMT0V9N { width:14.6875rem;height:3.75rem;top:35.6875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUFzceduUUpxhu33ybXNwhft27rVHcJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #gUgLbPkbhaHxfNiwp8p3pf9UvRcLqCna { width:20.0625rem;height:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNbGNIQgu0DCcvxoVbIX9alQZKufBPaZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#RNbGNIQgu0DCcvxoVbIX9alQZKufBPaZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_74e35192fc0cb87c5f62b6d174b1a67257974adf.svg); }
 }@media only screen and (max-width: 763px) { #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn { display:block; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nakymGQtf9RDSns5RnNpuIxFzOUD7ucB { top:14.125rem;left:0rem;width:28.8125rem;height:11.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVwI7wkMCoQ5F65Z2WdR4mrOixEWf0TA { top:8.25rem;left:2.1875rem;width:45.5625rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZiANoKR4L1PMS08FurPtsInqXbECtXA { top:10.0625rem;left:9rem;width:38.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 { display:block; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJr79ue4tmBtgxQrg9zpwVcqx31AkM2s { top:6.4375rem;left:0rem;width:41.1875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #arBl9ZiuSiykRBaDgyxJsy8uDsdgQcvq { top:0rem;left:23.25rem;width:24.5rem;height:47rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQv9W7nN2Xe4ZKsxiINZ8NWJuDFACqeh { width:14.6875rem;height:3.75rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3tdBz8RTw2oRJDIHt5s93CGgnavbSs7 { display:block; }
 }@media only screen and (max-width: 763px) { #EA3o1UCat4OtB9lVfV73ZWtISCVAc0kI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#EA3o1UCat4OtB9lVfV73ZWtISCVAc0kI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_74e35192fc0cb87c5f62b6d174b1a67257974adf.svg); }
 }@media only screen and (max-width: 763px) { #RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 { display:block; }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTOetTmHeXFNrfNrguTgRCsBrFfMngJm { top:5.5625rem;left:0rem;width:38.5625rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Za2kZsA0pQggrtm5GKzeOLXtyTSVnV { top:15rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KntmD4etzGahdcTzJg0yg4rsp5BfS0Vb { top:15rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plfNFRo4QDAibeQaJFHG1e9adgcayk8A { top:15rem;left:9.8125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZz5oXQn6d2LXL6Fy5DumeM7O3XUXZ6X { top:15rem;left:20.125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAaKfpFFSBWyRd7TEcvbXT0yL65l2fMW { top:15rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHudnvtKS3xNUf7EQ69fyuunh46Xtrfa { top:15rem;left:30.3125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnIXVS5WIeSu15PtW1p17O1JpDc9ybOe { top:15rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8pIUsUlpf7849sTBTgUgs24qe9hQPP1 { top:19.625rem;left:9.75rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap9qvT3EGMwAq69A800oVp0LzGShPosw { top:19.625rem;left:20.0625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZCvtrosz5B5ILfXFsMT1fpsuSqP6J4y { top:19.625rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEdlepxWaRHrKHTPcSpA7CBbr18h1r8p { top:19.625rem;left:30.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apHkK6c1OKN1LTmSI9c4vZvXkTpqMWVk { top:19.625rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXR6NVirv4HnPTw67oM7lnyxy4DINyXR { top:19.625rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQPhDXbnRNVUOEpZxlIqRB2IIuxXB6r7 { top:19.625rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOUFy29QmKDLfwvXyGCB7EBsPsNQbq9 { top:24.125rem;left:9.75rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exEtpByimxrkT4xLk07zTX6t7feFQNZZ { top:24.125rem;left:20.0625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMFzU3SfydLCHFfBVHiWVDJb5uvPT75O { top:24.125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4uBCZaKtdDTu0hxRuQzPR6uHpGFT0ny { top:24.125rem;left:30.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW19hEzfsTmSgWUVGo99HJhNVfSud9tJ { top:24.125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwF3G7t5fz0oBF9ywo2TypspBphhEU1q { top:24.125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgPhCPu008mBzWGSItk18T1FvwV8l9Qy { top:24.125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXulsIu589VcOyToiFmvzy4z2c0SMEoX { top:28.75rem;left:20.1875rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfLWxhdV6pKCB9k9U0UeMrNnTL1tAIzk { top:28.75rem;left:30.5rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVUIrUC6NMku9nOz4JBQI6D26noeNBP { top:28.75rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNzsbZhuOl7M9HMNZerE8MWknFmwEWWa { top:28.75rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIEcL68dR1q7Q5lpXPnTXdTeZcHEATul { top:28.75rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baqab1VEUDThMnplB8Leo4CblKMKcnxQ { top:28.75rem;left:10rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoNEkAh3TQ5GEAaZPhUCBptr035cVIWh { top:28.75rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toD1ZVilIQkfy9uRvHpQzUN5QlubQ2rC { top:33.1875rem;left:9.8125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHzlQKXoaZCa3ApmmNURdpUJDMtUnnT0 { top:33.1875rem;left:20.125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgDNkhJqVzQVKqbSLgkNMVaTzW5LqFfy { top:33.1875rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGLCKeXLgmGJPtJRWt3S00wBCuKF3Bs8 { top:33.1875rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6qBnGO3hLqCE0ZfwbVu4GXapGPHT6oq { top:33.1875rem;left:30.3125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6k4x8Uv4rhik2U90IL702yImTHX6vU3 { top:33.1875rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbnnWH8lBwuW5LTWhdAmlCx39ODzCFyZ { top:33.1875rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtdJTXnLOZTTrVs97TINMuTDqtqf7Pyu { top:37.8125rem;left:9.75rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuT7LTfhr2Kz2ACkTvB4SeSiE0r4ySHO { top:37.8125rem;left:20.0625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWTSlN0NSXkzfKqqrLb1LrvvbkWQENFU { top:37.8125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVACHWVO7rqhb76GUuiCa1MfKfZZS1T8 { top:37.8125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkhayKoAuMV02Cisis38u0JJP7XI1gsE { top:37.8125rem;left:30.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Mq1HengTSH6DFTgIvzT5oOTdAZ8BnA { top:37.8125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9QhHeTKFnDRxhkd0UpgQogtkcZHs1iZ { top:37.8125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB580OhG1Mf9FxQKiDWCugWhETbpwTNI { top:6.1875rem;left:4.5rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fePpTf1WbqCiLeik10lHFhMiodvFHwRm { display:block; }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7HNMxfVbzFnROgg1PPBlcCHOJTOTdeN { top:8.5625rem;left:0rem;width:37.0625rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi5xQiKNVDNA9Wp2HzKumiHbCWsTHJUv { top:15.875rem;left:0rem;width:23.625rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ95ffTbLTqSzi9478rUVx0XF9tFdWIl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC2MJ6KTTvArILqB4xeRJLWk9W62Eyq9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twmlKPgUz8oAwN4i5CugsmTDBQgXGk49 { top:10rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNQcS7LZdoD5CoAv5TeF6wQ8vda6ed2v { top:8.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXSDPyGyRca8AXnfnosoSadm1L08sQGm { top:17rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJevAeJ8Ti88MDvzyIbDWfhndetC3oUu { top:15.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXCTaNgU2Gq3Rf7HsoNxDb5AXU0Qeux0 { top:11.125rem;left:32rem;width:15.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldmf70aFReikeR8icIDALT1KMSkfPkNy { top:18.0625rem;left:34.8125rem;width:12.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU { display:block; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F43u7KsDXaJicZ540lJbe4Grh8QEvfTE { top:5.875rem;left:0rem;width:19.625rem;height:9.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtRflyiRWQ36yZruro4uHXNPtmAyFOUt { top:18.5625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH { display:flex;height:auto;width:27.8125rem;top:11.25rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Hd5L3NvDGHa6NRQkKCW1MhuM5AQ2y1HM {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OP5PAXXEGlAupK5Z16IXQorxk9apPyNT {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #e3RqdClMwObTxfnLmDLEOdCECKVqTWug {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uBE8b1TwPRbygexUvy1i16oXxm8HvvB8 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Q5CXiEcPZoVXOrM2k6a0f2wbOMsQdK4D {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #spoKVcy3kDGTBeSWx3m6tQw17SIDRE4b {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #QKSNUQmpzfRMGhgWashOvWpOmWrVGAPF {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #XaGWRTVSBkAphWcSbbT8iK5IvxeJV8Ex {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #R3rMAV3Li55sdvb2UfgNM9UeAg8w61nn {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JPEAaWsFqAxZmwqUT0RtTeoxAcqqv3nc {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TqZZEe8m2BUSuDkdl3zy4aUilSHQ1Si5 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ZbaisfSL7zcwbRBV92GPsiuztJvABfu9 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #SqoKSmHpNgBZNUHIV4svav59PzJweTGe {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uXJJNffqPd76pEFPmkTP6HOgpMcDb29M {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yyhR9Va7xgGsUCWUrxk9MXwuIfeauQxv {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #MpIsfHDRlRhngXciLWlh8FplH6S3rJbU {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #H3JEwe8MxB90z5gZi4Tqg7El2dZhu830 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #aGsLa7iFmZgVbzTQ29OL4Wo1oVZAqFBf {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #wf9T6EEP3Lp3AadDnQH5oE40JXXVzoXk {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #nZcHE4pFmAJm9vJOdTMGAOhBu4VbfeAB {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yadACzQIngA0SgWIqqgd9TKXePtHEGqt {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Nl3Zlk8wrBNq4Kc9tT4xAQulTQxSVQ66 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TG0029kzxXyJJ6BKwaRe6c7rU7rvOEGQ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #fJoLgxC3VlJNJ6gRqusVyiJoZbLaNQyV {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #pQ3TvutCJQeMHxfloq7IzU6iJbROZIzT {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #x05PPUDBrlkltOeIET3vTQfOytgyU4UN {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #PHIKUQQSNJ5NHngcvKNcO6u0krUuhnQX {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #FXSqCxmTOLRCnT9sE0T2lqpoPzBGSAXD {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #HLBxAyCTkyJklngbTX7xJT1GNnycEVvR {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DNqVIdGNRILkzxCfTEORB7By16tqePLt {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #g5iDQ0pRJ1W1NVJZ2NgAIuGH6SCVPRO7 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #n6qG8VmqVuWTfITiPlTkMqenPHpT27oP {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JmuEbBs29BDoh4e6e7mbhMwROnBKyRea {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #QfgwcI6RORFDdVp5MaQqiTUAGOzSqF1W {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #EdVuwOSmIplZokglu3U3h8alZDysW13U {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #LmeFUUFTSvpN17ZLz4HTvkz3Urbuxtcx {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ZzcQQenBV88mrieAhOBy4doHEFp7s4cd {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #G9g5Ut123uwV5O2wBh2GzCbfx5VCCv9A {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JmKbEZDJMn8PT2yMdK6u6e8mhlLUzTTw {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #S8Xq00TTwqEZDOFrv6OTTR2PoIp7n7CT {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ohMiL4RC6JNozS0Lr4MOpF0s8IV2Zz1r {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #oCVNfZ9dkZBqRIUdrArLHTGEmR8rCPFo {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Q6sKiyWX93s8n4SNCEFZfDIFlI1oA9fA {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #aoaseLUhOLszIG00GUcIpLv8ZnsurzIS {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #v2Nnau54wTaaxqgleQu1DyO9nQBvUEvH {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #whoBF5LDsvCI0z0zhuq265d0nFvQyBiC {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yATVB0cWa294UzITnQurJ3NNZa0eqT71 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #vkBDnX34MmQCaEhfnPibWuoZGw4lMahy {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OT7WK7XiS9vg4sTZaTwAXiADO7hdQcN8 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uPEgwyBJm7TDA5gKqg0MVWRksd3KyUqB {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #MviLp9RfIJJoabCe0RH9ZvRxzbOTzr0t {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #hC9AluqPk1WIFnTmLBkyCb6Ma3gzhWvv {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DRnFsQlsFTgsg8dzQyykTXThgEmDOZSO {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Ruq27uGpfEaaax8f72iQpRqv78zGVHW1 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #WrV8zAMAGLGfmVMUeEUZ8ttsCSQIClqw {  }
 }@media only screen and (max-width: 763px) { #TPT2mwNOnpTr13v0rvpKHi3iUTNHtWEx { top:18.375rem;left:0rem;width:14.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ { display:block; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #porPd8CShCxUJBQnEc2BJ43slp144afL { top:2.5625rem;left:24.0625rem;width:23.6875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdNKBDMauEJF0BVabKEz30bywD9dTTv { width:4.5625rem;height:4.5625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTE8byRLXBH0AW0A6nPvg16xyRQWkAZ { width:11.75rem;height:3.75rem;top:3.8125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUmHq4tX5wGAFEDKPEow893BIn446qVU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { background-color: transparent; background-image: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .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); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqa5KEXCpybHsh4utCMsTxv5I1fwvd1J { width:9.5rem;height:2.1875rem;top:1.0625rem;left:10.5rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iDevOvGqp2AUGUWsMBekCkqOQu8zbL1o { display:block; }
 }@media only screen and (max-width: 763px) { #Fz3qmTaxre5oJ5IQOT13lvqMhZEuJsvN { width:11.6875rem;height:2.5625rem;top:3.1875rem;left:8.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n33rDDEsnJB4kMpGgVltH2FmVoBbg0o3 { display:block; }
 }@media only screen and (max-width: 763px) { #GzE1neuxQawz4WnuHnGvkNLz1goB2lgs { display:flex;width:2.25rem;height:2.25rem;top:3.34375rem;left:6.375rem; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #R621l9OsEpTCkf81iWO6NNNefa7WC2gp { display:flex;width:1.8125rem;height:1.8125rem;top:1.25rem;left:9.9375rem; }
#R621l9OsEpTCkf81iWO6NNNefa7WC2gp > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { width:10.625rem;height:3.125rem;top:0.625rem;left:9.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block; }
 }@media only screen and (max-width: 763px) { #OPoAAz0XNkZrGvpEB15WgwCBGnvyo00h { width:3.8125rem;height:3.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1fffb8e2-e347-4b8c-9b22-ef56f3351f4b/wizualizacje1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.52); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.52); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:4rem;top:8.27499961853rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:13.05rem;height:3.125rem;top:14.9375rem;left:3.4750003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:13.125rem;height:3.125rem;top:28.375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:19.6875rem;height:2.7625rem;top:4.3374996185303rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x0C185fF4IzDTFHmGxNfBiXRaRJRTtyU { width:20rem;height:6.825rem;top:19.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6STrAsKvJ9xlkngOk9seTMht7WyqTlC { width:15.6875rem;height:20.5rem;top:32.375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { width:17.3125rem;height:3.6rem;top:2.75rem;left:1.34375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { display:flex;width:3.375rem;height:3.375rem;top:31.8125rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfVB8zWrMXp5A1UZsyXDtp59I9vwBtqz { width:5.1875rem;height:2.75rem;top:0rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUxVdz630otL8ge0T2dVhTdVO6WkWfvE { display:block; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLALgJzbWtncZ3qqs47AupLJ3Efqkw8n { width:18.6875rem;height:1.35rem;top:1.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFXs0BObbTGxvNwt9puu8BxZDAUh9yG0 { width:20rem;height:4.875rem;top:4.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2AlxRepWxlDMykgNlW4WZLAG4unFTLz { width:0.8125rem;height:0.8125rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShCGEZW8cToRooNWUhKz70Izuqg8A9q { width:4.375rem;height:0.125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AohMBrQXctaRfEOql6TqCtXswRVRRfGk { width:19.875rem;height:3.65625rem;top:36.1875rem;left:0.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkXVsVxIG6vA1uNdpZ2I5zUn1RqDpvw { width:18.625rem;height:2.7rem;top:32.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #outQFq2WmqWLqvf5EKA88uFTN9TXgwRT { width:0.8125rem;height:0.8125rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ssiaL5wXTUW3kTuLL9lzJfHdsAHRoT { width:4.375rem;height:0.125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2b9Hpa5rUzQAVKdyF0fJHbVLG7HPkT { width:20rem;height:3.65625rem;top:16.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XNSswc6sJ9mL8UUHeqzlzLnkUG1BdW { width:18.5625rem;height:2.7rem;top:12.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJhQVXm6iFf1UvVnfG7ML1muGJhanOss { width:4.375rem;height:0.125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKKNzP4CwSbIMxSbzfu3hHtNsazLNaq { width:0.8125rem;height:0.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm1iOUhue6cKDyT0zVZ05ROaUhOofmEl { width:0.8125rem;height:0.8125rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdmhvn49NeyH87dRrkTfeEfT4zae4XP9 { width:4.375rem;height:0.125rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzDNvVyHeQlT7QV8MNWqei0awP2U3lIl { width:20rem;height:3.65625rem;top:25.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8P0cRVp8SZNh1t48C3y1MNgAeOVl0Tg { width:18.6875rem;height:1.35rem;top:23.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kutJ2ZFSVXTbtRspFLy69wD6eT4bynz4 { width:13.875rem;height:23.6875rem;top:60.21875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcSEHlHnKTsMNRXoPOSh3mCGryl4PlLG { width:17.3125rem;height:1.35rem;top:43.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9d6gTmWRf5bov4ENHh6uKiDts2qR5V { width:20rem;height:4.875rem;top:45.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8KchBhqKE8wKtK9DlGR995hDdfG4VfV { width:4.375rem;height:0.125rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc2qwTeX2ZOlzLHJzCpZJ9xAFWbJ4cJs { width:0.8125rem;height:0.8125rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2SGxs4bLpppsgkHNfw0bf0X8T98MGtQ { width:20rem;height:3.65625rem;top:56.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsI2hTp4pqUCPf6cs61qgvLETMQaauZq { width:18.25rem;height:1.35rem;top:53.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPwveJBJ3222K3iOKsRf92DhsP5AVTw { width:4.375rem;height:0.125rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJvc3qDVdraOINh8QwRK6TOZZFDoAoXp { width:0.8125rem;height:0.8125rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0zstRxPXrrchHAR0mvL26F2OLUEXEWp { width:13.125rem;height:3.125rem;top:83.125rem;left:3.4375rem;z-index:15038;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JmnSzrm6zxZlfW0zTX46OQyKJNxPW971 { display:block; }
 }@media only screen and (max-width: 763px) { #c4Nxw8TZbZ87D2WyuDrF67MvSNESe9Zn { width:20rem;height:0.1875rem;top:53.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { width:7.9375rem;height:16.3125rem;top:16.41250038147rem;left:3.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { width:17.6875rem;height:3.6rem;top:0rem;left:1.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { display:flex;width:2.5rem;height:2.5rem;top:54.599998474121rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { width:12.4375rem;height:1.59375rem;top:32.66250038147rem;left:3.78125rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { width:13.125rem;height:5.8125rem;top:35.31875038147rem;left:3.78125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e li:before{  }
 }@media only screen and (max-width: 763px) { #nuBF7Wc7dH1BMqyzDDDsmuzcMK0rmMkl { display:flex;width:2.5rem;height:2.5rem;top:43.0625rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { width:9.75rem;height:1.59375rem;top:43.515625rem;left:3.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { width:14.6875rem;height:5.8125rem;top:46.375rem;left:3.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D li:before{  }
 }@media only screen and (max-width: 763px) { #KQBB1UbwMipCGTfAVLTedCzBF0THEShM { display:flex;width:2.5rem;height:2.5rem;top:32.20937538147rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { width:11.1875rem;height:2.55rem;top:54.575000762939rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HDytMud5XZ6zSZQxTONkhetKXrye2cZb { width:12.4375rem;height:4.28125rem;top:58.506248474121rem;left:3.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#HDytMud5XZ6zSZQxTONkhetKXrye2cZb li:before{  }
 }@media only screen and (max-width: 763px) { #HeLDadd34NUeAHqltXhASeuZkZARkKIJ { display:flex;width:2.5rem;height:2.5rem;top:64.375rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CVTdNbm9SZ3BFtXKiA71mxn8S2pSsThL { width:13.75rem;height:1.275rem;top:64.987499237062rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nh7aFkh3XI5m1CelHgV5t6ZgKWe3EFhX { width:9.25rem;height:4.28125rem;top:67.625rem;left:3.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#nh7aFkh3XI5m1CelHgV5t6ZgKWe3EFhX li:before{  }
 }@media only screen and (max-width: 763px) { #LS5J39WNBh8Cborw1BxmR8ohrNxWsWNi { width:11.9375rem;height:12rem;top:18.03750038147rem;left:8.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tDTl5m89063FSF6H0gRPDgzczVPWuZ00 { width:13.125rem;height:3.125rem;top:75.818748474119rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9htiIBDlOKmQJeiosLJTZfT5qHyIDdC { display:block; }
 }@media only screen and (max-width: 763px) { #hCfkkW8UJWBLArx3oNbm1yF8fEn5sq97 { width:20rem;height:8.53125rem;top:6.1rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 { display:block; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChIdLSOrH51taffIbshzRTDLFhdSO3Td { width:20rem;height:3.6rem;top:3.625rem;left:0rem;font-size:1.5rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p37u8LDpgsrfvgVffO00wwBzUOBmbe6V { width:20rem;height:7.3125rem;top:11.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXNiQRiRwtJTATGtl4IfpZ5DVv28aBrg { display:flex;width:2.1875rem;height:2.1875rem;top:8.6124992370606rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #gS0uF4gakDrlZcNourADKT3gUb9TndNn { width:16.9375rem;height:3.25rem;top:24rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU0N1C74Hq9BeeJyPR1yFH5DvQ9bhZHE { width:19.875rem;height:28.9375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:1.25rem;margin-bottom:0.25rem;margin-left:1.25rem;font-size:1.1875rem;overflow:hidden;height:3.4375rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE  { width:17.5rem;height:auto;top:27.875rem;left:0rem;background-color:transparent;background-image:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE {display:block;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE { width:17.5rem;height:auto;top:27.875rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #dDmthgKnTKhx53MSEfLNy38yJMx3auHJ {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ehXhka423F7rrxwqvbdoOvUuRzmnGtKq { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ObeOPTKbSa7Hq5MxGwmBBGLb9Vv7JOGn {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #LLGUQIL9q1OP0qMTnTlMbI9pQX8OrQoV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #eURMv2ihMwgKymc1DIpklnhIwNF9g079 { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #R5zHFG3CWr401URO9wO8DZGPcyo4pGzK {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #pQLeNApBy5w4Z5rHBoKPO2IHHVFXH3wg {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #frBaUTucok8kigxsyLQ7eyARk0gsQb1M {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ZT32SVPpzUwT1RUWPBAovsdnygeuJPUO {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #Evr7WMdNkHh9GhEHR3RJsi4Hvdv1iv18 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #JP5RCrh5DXpF61e2wQhz2HSpB1DsxdL3 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #N5IPJOwUe7gvRZ1TsKCb1N4KTBPyzBVV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #puTcD4cczpmn8GdD455WzUIaR2M7w6zV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #v26h7B3852KwLNbiQrQ07ItB5XtxwIHP {  }
 }@media only screen and (max-width: 763px) { #xH63yGOef8M1ToArvrIDA04lrwc5GHMO { display:block; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9LkPrOOdF2ptPGBWeo8MM3a3SRT9rTz { width:20rem;height:3.6rem;top:3.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc { width:20rem;height:11.3125rem;top:13.625rem;left:0rem;font-size:0.8125rem;z-index:15003;text-align:left;text-align-last:left;display:block; }#VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc li:before{  }
 }@media only screen and (max-width: 763px) { #og4DrmxQyELOM6eTnoT7W7KnIR2PbIcD { width:15.5rem;height:2.625rem;top:9.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ePgsgEeg4uBM6ykx5cPaZAvglsZeNzdF { width:10.75rem;height:6.25rem;top:36.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #VosJ2WGsr56etgnGpGE2zgIREyubRXkF { width:6.9375rem;height:10.0625rem;top:25.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZn9vGh4QtT71RvUyfCtQdbu5hUdoaTK { width:9rem;height:10.4375rem;top:44.96875rem;left:11rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zPWZHE6BtkrFiBh3lNVkemoHwJgH9Uqs { width:8.75rem;height:8.75rem;top:35.96875rem;left:11.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cq4AGiJUi10hkDheyXolv4eJo52rJTTg { width:4.25rem;height:7.3125rem;top:27rem;left:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ChxFmBsM8bLTtx9V7TTeSNunqeTsg5Wc { width:7.25rem;height:7.25rem;top:27.03125rem;left:5.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #LJa1czKA2tDbH6lvQiPrxO8TUK8AL8a9 { width:10rem;height:7.3125rem;top:46.53125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MgvQm0kN95STXXvE14umpwlg7nKVAnTz { background-color:#ffffff;background-image:none;display:block; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row .container { background-color: transparent; background-image: none; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row .container > .video-iframe-container { display: none; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row > .video-iframe-container { display: none; }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .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); }#MgvQm0kN95STXXvE14umpwlg7nKVAnTz > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zw6nD9T2EL2TXbqvdQksZKAFryexJO7t { width:18.8125rem;height:4.5rem;top:3.4375rem;left:0.59375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olvbywNCdAksa9VCx0ehas13X6Ulrula { width:20rem;height:11.6875rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/095409f7-caf1-4dde-9af3-c479fe71f1a0/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:none; }#olvbywNCdAksa9VCx0ehas13X6Ulrula.adaptive-delivery-prevent-bg, #olvbywNCdAksa9VCx0ehas13X6Ulrula.lazyload, #olvbywNCdAksa9VCx0ehas13X6Ulrula.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zQdIA7p0HTfPnA1cWv6T6Hl3gDMT0V9N { width:14.6875rem;height:3.75rem;top:34.037498474121rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUFzceduUUpxhu33ybXNwhft27rVHcJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #gUgLbPkbhaHxfNiwp8p3pf9UvRcLqCna { top:9.28750038147rem;left:3.375rem;width:13.25rem;height:9.375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RNbGNIQgu0DCcvxoVbIX9alQZKufBPaZ { width:20rem;height:11.35rem;top:20.287498474121rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#RNbGNIQgu0DCcvxoVbIX9alQZKufBPaZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_74e35192fc0cb87c5f62b6d174b1a67257974adf.svg); }
 }@media only screen and (max-width: 763px) { #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80efdeea-24fb-4f6b-8823-e8657f39f791/Obraz2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.adaptive-delivery-prevent-bg, #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.lazyload, #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.lazyloading { background-image: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { background-color: transparent; background-image: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(205,15,69,0.68); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container > .video-iframe-container { display: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(205,15,69,0.68); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row > .video-iframe-container { display: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .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); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { width:20rem;height:81.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nakymGQtf9RDSns5RnNpuIxFzOUD7ucB { width:20rem;height:5.4rem;top:2.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVwI7wkMCoQ5F65Z2WdR4mrOixEWf0TA { width:20rem;height:70.875rem;top:8.4875030517575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZiANoKR4L1PMS08FurPtsInqXbECtXA { width:16.5625rem;height:66.0625rem;top:9.5500030517575rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 { display:block; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJr79ue4tmBtgxQrg9zpwVcqx31AkM2s { width:20rem;height:3.6rem;top:4.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arBl9ZiuSiykRBaDgyxJsy8uDsdgQcvq { width:20rem;height:11.6875rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/095409f7-caf1-4dde-9af3-c479fe71f1a0/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:none; }#arBl9ZiuSiykRBaDgyxJsy8uDsdgQcvq.adaptive-delivery-prevent-bg, #arBl9ZiuSiykRBaDgyxJsy8uDsdgQcvq.lazyload, #arBl9ZiuSiykRBaDgyxJsy8uDsdgQcvq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xQv9W7nN2Xe4ZKsxiINZ8NWJuDFACqeh { width:14.6875rem;height:3.75rem;top:29.5625rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3tdBz8RTw2oRJDIHt5s93CGgnavbSs7 { display:block; }
 }@media only screen and (max-width: 763px) { #EA3o1UCat4OtB9lVfV73ZWtISCVAc0kI { width:20rem;height:16.44375rem;top:10.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#EA3o1UCat4OtB9lVfV73ZWtISCVAc0kI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_74e35192fc0cb87c5f62b6d174b1a67257974adf.svg); }
 }@media only screen and (max-width: 763px) { #RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 { display:block; }#RsCqFhq8Ne6N9TJBLpZBe3AOAE0e6xK6 > .row .container { width:20rem;height:95.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTOetTmHeXFNrfNrguTgRCsBrFfMngJm { width:15.6875rem;height:1.875rem;top:4.125rem;left:2.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8Za2kZsA0pQggrtm5GKzeOLXtyTSVnV { width:7.5625rem;height:2.5rem;top:9.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KntmD4etzGahdcTzJg0yg4rsp5BfS0Vb { width:7.5625rem;height:2.5rem;top:9.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plfNFRo4QDAibeQaJFHG1e9adgcayk8A { width:7.5rem;height:2.5rem;top:13rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZz5oXQn6d2LXL6Fy5DumeM7O3XUXZ6X { width:7.5rem;height:2.5rem;top:13rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAaKfpFFSBWyRd7TEcvbXT0yL65l2fMW { width:7.5rem;height:2.5rem;top:17rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHudnvtKS3xNUf7EQ69fyuunh46Xtrfa { width:7.5rem;height:2.5rem;top:17rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnIXVS5WIeSu15PtW1p17O1JpDc9ybOe { width:7.5rem;height:2.5rem;top:20.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8pIUsUlpf7849sTBTgUgs24qe9hQPP1 { width:7.5rem;height:2.5rem;top:24.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap9qvT3EGMwAq69A800oVp0LzGShPosw { width:7.5rem;height:2.5rem;top:28.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZCvtrosz5B5ILfXFsMT1fpsuSqP6J4y { width:7.5rem;height:2.5rem;top:32.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEdlepxWaRHrKHTPcSpA7CBbr18h1r8p { width:7.5rem;height:2.5rem;top:28.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apHkK6c1OKN1LTmSI9c4vZvXkTpqMWVk { width:7.5rem;height:2.5rem;top:32.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXR6NVirv4HnPTw67oM7lnyxy4DINyXR { width:7.5rem;height:2.5rem;top:24.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQPhDXbnRNVUOEpZxlIqRB2IIuxXB6r7 { width:7.5rem;height:2.5rem;top:20.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOUFy29QmKDLfwvXyGCB7EBsPsNQbq9 { width:7.5rem;height:2.5rem;top:40.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exEtpByimxrkT4xLk07zTX6t7feFQNZZ { width:7.5rem;height:2.5rem;top:40.75rem;left:11.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mMFzU3SfydLCHFfBVHiWVDJb5uvPT75O { width:7.5rem;height:2.5rem;top:44.8125rem;left:11.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #R4uBCZaKtdDTu0hxRuQzPR6uHpGFT0ny { width:7.5rem;height:2.5rem;top:44.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW19hEzfsTmSgWUVGo99HJhNVfSud9tJ { width:7.5rem;height:2.5rem;top:48.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwF3G7t5fz0oBF9ywo2TypspBphhEU1q { width:7.5rem;height:2.5rem;top:36.75rem;left:11.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #HgPhCPu008mBzWGSItk18T1FvwV8l9Qy { width:7.5rem;height:2.5rem;top:36.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXulsIu589VcOyToiFmvzy4z2c0SMEoX { width:7.5rem;height:2.5rem;top:56.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfLWxhdV6pKCB9k9U0UeMrNnTL1tAIzk { width:7.5rem;height:2.5rem;top:56.875rem;left:11.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #MdVUIrUC6NMku9nOz4JBQI6D26noeNBP { width:7.5rem;height:2.5rem;top:61rem;left:11.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #eNzsbZhuOl7M9HMNZerE8MWknFmwEWWa { width:7.5rem;height:2.5rem;top:61rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIEcL68dR1q7Q5lpXPnTXdTeZcHEATul { width:7.5rem;height:2.5rem;top:48.8125rem;left:11.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Baqab1VEUDThMnplB8Leo4CblKMKcnxQ { width:7.5rem;height:2.5rem;top:52.875rem;left:11.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EoNEkAh3TQ5GEAaZPhUCBptr035cVIWh { width:7.5rem;height:2.5rem;top:52.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toD1ZVilIQkfy9uRvHpQzUN5QlubQ2rC { width:7.5rem;height:2.5rem;top:69.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHzlQKXoaZCa3ApmmNURdpUJDMtUnnT0 { width:7.5rem;height:2.5rem;top:69.125rem;left:11.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #SgDNkhJqVzQVKqbSLgkNMVaTzW5LqFfy { width:7.5rem;height:2.5rem;top:77.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGLCKeXLgmGJPtJRWt3S00wBCuKF3Bs8 { width:7.5rem;height:2.5rem;top:73.1875rem;left:11.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #A6qBnGO3hLqCE0ZfwbVu4GXapGPHT6oq { width:7.5rem;height:2.5rem;top:73.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6k4x8Uv4rhik2U90IL702yImTHX6vU3 { width:7.5rem;height:2.5rem;top:65.0625rem;left:11.625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #VbnnWH8lBwuW5LTWhdAmlCx39ODzCFyZ { width:7.5rem;height:2.5rem;top:65.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtdJTXnLOZTTrVs97TINMuTDqtqf7Pyu { width:7.5rem;height:2.5rem;top:81.1875rem;left:11.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #JuT7LTfhr2Kz2ACkTvB4SeSiE0r4ySHO { width:7.5rem;height:2.5rem;top:85.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWTSlN0NSXkzfKqqrLb1LrvvbkWQENFU { width:7.5rem;height:2.5rem;top:89.25rem;left:11.625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #KVACHWVO7rqhb76GUuiCa1MfKfZZS1T8 { width:7.5rem;height:2.5rem;top:89.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkhayKoAuMV02Cisis38u0JJP7XI1gsE { width:7.5rem;height:2.5rem;top:85.1875rem;left:11.625rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #B1Mq1HengTSH6DFTgIvzT5oOTdAZ8BnA { width:7.5rem;height:2.5rem;top:81.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9QhHeTKFnDRxhkd0UpgQogtkcZHs1iZ { width:7.5rem;height:2.5rem;top:77.125rem;left:11.625rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #SB580OhG1Mf9FxQKiDWCugWhETbpwTNI { width:9.625rem;height:9.625rem;top:90.625rem;left:5.1875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #fePpTf1WbqCiLeik10lHFhMiodvFHwRm { display:block; }#fePpTf1WbqCiLeik10lHFhMiodvFHwRm > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7HNMxfVbzFnROgg1PPBlcCHOJTOTdeN { width:20rem;height:2rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mi5xQiKNVDNA9Wp2HzKumiHbCWsTHJUv { width:20rem;height:4.2rem;top:6.1000003814697rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQ95ffTbLTqSzi9478rUVx0XF9tFdWIl { width:15rem;height:1.9125rem;top:18.125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yC2MJ6KTTvArILqB4xeRJLWk9W62Eyq9 { width:15rem;height:1.9125rem;top:29.5rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twmlKPgUz8oAwN4i5CugsmTDBQgXGk49 { display:flex;width:1.625rem;height:1.625rem;top:14.125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #dNQcS7LZdoD5CoAv5TeF6wQ8vda6ed2v { width:3.875rem;height:3.875rem;top:13rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXSDPyGyRca8AXnfnosoSadm1L08sQGm { display:flex;width:1.625rem;height:1.625rem;top:25.5rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #VJevAeJ8Ti88MDvzyIbDWfhndetC3oUu { width:3.875rem;height:3.875rem;top:24.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXCTaNgU2Gq3Rf7HsoNxDb5AXU0Qeux0 { width:13.75rem;height:1.5rem;top:20.562488555908rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldmf70aFReikeR8icIDALT1KMSkfPkNy { width:13.75rem;height:1.5rem;top:32.000000953674rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU { display:block; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F43u7KsDXaJicZ540lJbe4Grh8QEvfTE { width:18.4375rem;height:3.75rem;top:2.25rem;left:0.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtRflyiRWQ36yZruro4uHXNPtmAyFOUt { display:flex;width:3.75rem;height:3.75rem;top:7.375rem;left:8.1875rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-heading-text { font-size:0.8125rem;height:auto; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-desc-text { font-size:0.75rem;height:auto;line-height:1.3;overflow:hidden; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH { display:flex;height:auto;width:20rem;top:16.737499237061rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Hd5L3NvDGHa6NRQkKCW1MhuM5AQ2y1HM {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OP5PAXXEGlAupK5Z16IXQorxk9apPyNT {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #e3RqdClMwObTxfnLmDLEOdCECKVqTWug {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uBE8b1TwPRbygexUvy1i16oXxm8HvvB8 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Q5CXiEcPZoVXOrM2k6a0f2wbOMsQdK4D {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #spoKVcy3kDGTBeSWx3m6tQw17SIDRE4b {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #QKSNUQmpzfRMGhgWashOvWpOmWrVGAPF {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #XaGWRTVSBkAphWcSbbT8iK5IvxeJV8Ex {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #R3rMAV3Li55sdvb2UfgNM9UeAg8w61nn {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JPEAaWsFqAxZmwqUT0RtTeoxAcqqv3nc {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TqZZEe8m2BUSuDkdl3zy4aUilSHQ1Si5 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ZbaisfSL7zcwbRBV92GPsiuztJvABfu9 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #SqoKSmHpNgBZNUHIV4svav59PzJweTGe {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uXJJNffqPd76pEFPmkTP6HOgpMcDb29M {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yyhR9Va7xgGsUCWUrxk9MXwuIfeauQxv {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #MpIsfHDRlRhngXciLWlh8FplH6S3rJbU {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #H3JEwe8MxB90z5gZi4Tqg7El2dZhu830 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #aGsLa7iFmZgVbzTQ29OL4Wo1oVZAqFBf {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #wf9T6EEP3Lp3AadDnQH5oE40JXXVzoXk {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #nZcHE4pFmAJm9vJOdTMGAOhBu4VbfeAB {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yadACzQIngA0SgWIqqgd9TKXePtHEGqt {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Nl3Zlk8wrBNq4Kc9tT4xAQulTQxSVQ66 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TG0029kzxXyJJ6BKwaRe6c7rU7rvOEGQ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #fJoLgxC3VlJNJ6gRqusVyiJoZbLaNQyV {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #pQ3TvutCJQeMHxfloq7IzU6iJbROZIzT {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #x05PPUDBrlkltOeIET3vTQfOytgyU4UN {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #PHIKUQQSNJ5NHngcvKNcO6u0krUuhnQX {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #FXSqCxmTOLRCnT9sE0T2lqpoPzBGSAXD {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #HLBxAyCTkyJklngbTX7xJT1GNnycEVvR {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DNqVIdGNRILkzxCfTEORB7By16tqePLt {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #g5iDQ0pRJ1W1NVJZ2NgAIuGH6SCVPRO7 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #n6qG8VmqVuWTfITiPlTkMqenPHpT27oP {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JmuEbBs29BDoh4e6e7mbhMwROnBKyRea {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #QfgwcI6RORFDdVp5MaQqiTUAGOzSqF1W {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #EdVuwOSmIplZokglu3U3h8alZDysW13U {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #LmeFUUFTSvpN17ZLz4HTvkz3Urbuxtcx {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ZzcQQenBV88mrieAhOBy4doHEFp7s4cd {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #G9g5Ut123uwV5O2wBh2GzCbfx5VCCv9A {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JmKbEZDJMn8PT2yMdK6u6e8mhlLUzTTw {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #S8Xq00TTwqEZDOFrv6OTTR2PoIp7n7CT {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ohMiL4RC6JNozS0Lr4MOpF0s8IV2Zz1r {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #oCVNfZ9dkZBqRIUdrArLHTGEmR8rCPFo {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Q6sKiyWX93s8n4SNCEFZfDIFlI1oA9fA {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #aoaseLUhOLszIG00GUcIpLv8ZnsurzIS {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #v2Nnau54wTaaxqgleQu1DyO9nQBvUEvH {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #whoBF5LDsvCI0z0zhuq265d0nFvQyBiC {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yATVB0cWa294UzITnQurJ3NNZa0eqT71 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #vkBDnX34MmQCaEhfnPibWuoZGw4lMahy {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OT7WK7XiS9vg4sTZaTwAXiADO7hdQcN8 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uPEgwyBJm7TDA5gKqg0MVWRksd3KyUqB {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #MviLp9RfIJJoabCe0RH9ZvRxzbOTzr0t {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #hC9AluqPk1WIFnTmLBkyCb6Ma3gzhWvv {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DRnFsQlsFTgsg8dzQyykTXThgEmDOZSO {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Ruq27uGpfEaaax8f72iQpRqv78zGVHW1 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #WrV8zAMAGLGfmVMUeEUZ8ttsCSQIClqw {  }
 }@media only screen and (max-width: 763px) { #TPT2mwNOnpTr13v0rvpKHi3iUTNHtWEx { width:15.5625rem;height:3.25rem;top:12.375rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ { display:block; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #porPd8CShCxUJBQnEc2BJ43slp144afL { width:12.625rem;height:3.9rem;top:2rem;left:7.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdNKBDMauEJF0BVabKEz30bywD9dTTv { width:4.125rem;height:4.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTE8byRLXBH0AW0A6nPvg16xyRQWkAZ { width:9.375rem;height:3.125rem;top:7.25rem;left:5.3125rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PUmHq4tX5wGAFEDKPEow893BIn446qVU { display:block; }
 }