.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:255,255,255;--color-primary-1:225,225,225;--color-primary-2:188,188,188;--color-primary-3:113,113,113;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:215,215,215;--color-tertiary-2:204,204,204;--color-tertiary-3:93,93,93;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/13bcb58b-946a-4c2f-be49-1559363db8b4/to_zielone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx { position:relative;display:none; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx { border-width: 0; border-radius: 0; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ta4ZPq6vTORZgBesJZNPtZgCvBDmdZpJ { 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:1.4375rem;width:14.875rem;top:2.25rem;left:0rem;overflow:hidden;display:none; }
#riqEyPJbI2TqEgM1hSnsbe864U6kV1Be { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bbb9NGg5P8MyecPv0R0O1oytsh1VXBnE { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:7.5rem;left:0rem;display:none; }
#pMpkng72yJwLm05eqOEIEutoqkTVq5VG { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:10.125rem;left:0rem;display:none; }
#sVQyJepFXGOknOTEqGuTlZ5xxDd1ZB4f { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:12.8125rem;left:0rem;display:none; }
#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW { position:relative;display:block; }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW { background-color: transparent; background-image: none; }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW > .row .container > .video-iframe-container { display: none; }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW > .row > .video-iframe-container { display: none; }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW > .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); }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW { border-width: 0; border-radius: 0; }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS { background-color:rgba(var(--color-tertiary-4),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row .container { background-color: transparent; background-image: none; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row .container > .video-iframe-container { display: none; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row > .video-iframe-container { display: block; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .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); }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row .container { border-width: 0; border-radius: 0; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;overflow:visible;position:relative;display:block; }#iWxJaAbQ6FllshbAnu9pMDSTnUCBMny3 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:telegraf;font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:17.437066078186rem;left:0rem;height:6.07421875rem;font-style:normal;display:block; }
#ZHLdBI8XT5JSQBotb9eNJOwFJ7z1dIxa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:27.625001907349rem;left:5.5625rem;height:6rem;font-style:normal;display:block; }
#vQsai1InkLXiHn8GTVV6MATZhyTWutT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:telegraf;font-size:5.0625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:11.4375rem;left:0rem;height:5.0625rem;font-style:normal;display:block; }
#gugHTrRbGnp1K8Kr72PF3bcPozp3Ip4b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#PqJAi0RuDqxkuCcUdqmPFNtIvGaI92l5 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.17710375rem;height:4.302085rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44.062501907349rem;left:5.5625rem;display:block; }
#R4sEE4JtZC4w9tirhK29cKIyTEFyTMkL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-form-header {  }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:28.0625rem;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;line-height:3;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .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;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.6);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:28.0625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-text {padding-top: 0; padding-bottom: 0;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .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;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.6);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:28.0625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .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:28.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-select {padding-top: 0; padding-bottom: 0;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .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-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-primary-4),1);width:28.0625rem;height:4.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:2.2; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.6;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:26.8125rem;overflow:hidden;font-style:normal;float:none; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .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; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-container:first-of-type{padding-top:0;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-container:last-of-type{padding-bottom:0;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.2)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.2)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.2), rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.0625rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-0),0.3);border-left:0.0625rem solid rgba(var(--color-primary-0),0.3);border-right:0.0625rem solid rgba(var(--color-primary-0),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.3);z-index:15018;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:11.416667938233rem;left:41.1875rem; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.0625rem;display:block;vertical-align:top; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom {display:block;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.2)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.2)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.2), rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.0625rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-0),0.3);border-left:0.0625rem solid rgba(var(--color-primary-0),0.3);border-right:0.0625rem solid rgba(var(--color-primary-0),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.3);z-index:15018;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:11.416667938233rem;left:41.1875rem; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #sr78m9hSWXQqHSIMEmfBAwo7Nyyd6fJu { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #EfyTyCd2K8c0k8WICFJciOa16tJOKmIq { position:relative;display:none; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #cFD3TbVQEqU5Dlvlg0z2JaglohFi9gvf { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #yDdeXHnKwPDt6Wibu5aTynUUuTviWr2x { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #tIZNkOQKNrnDDJKpDHaNyMoEkdORoSHT { position:relative;display:none; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #L2GE3hB23kBvPtumyK7HJTrJ6Dw9rrlD { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #ysDXhRcgnIo6zypdEnpnSvF6HDA5iBpE { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #deTXgMKvLbdoiR2oSEWDMlFE2B4LTDna { position:relative;display:none; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #ADxONIRQQx5e0WwR7CPHfpwfSSJeK3U9 { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #BNvE5t2UWIo080g39wC6PJLz1xeQTdKl { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #n4T83TuHxcH3HyQhpNLvbbFrc5hFFieL { position:relative;display:none; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #P2ipm0zkZIGGXEyCFAb7sfCvqlMpUt3Q { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #s4uh8W8dc1Tk4fHeVqGU9tkzZGzPvgnH { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #yWtlqXmJJVJMCxccvFBdn4Z64UN24zm8 { position:relative;z-index:2; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #P7sfkhobTu8ebBA7PSTncRA5Hp36v1MV { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #oMR9xErIzocxnwTmnpZgKZf63u3bByzo { position:relative; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #TsnCaaKPL9xV44cfOh6FccIrwOQ2Obmc { position:relative; }
#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .row .container { background-color: transparent; background-image: none; }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .row .container > .video-iframe-container { display: none; }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .row > .video-iframe-container { display: none; }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .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); }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .row .container { border-width: 0; border-radius: 0; }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#u0cuPlocf433fisGRFWucTUg0guCewmT { 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:1.4375rem;width:14.875rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#PKyad8IIt14NaraOf8wpTVDylwwUrxKI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.3125rem;left:49rem;height:1.125rem;font-style:normal;display:block; }
#daWPlRxcTu37WHu64HcqL3Cg6vDoDicR { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.3125rem;left:60.6875rem;height:1.125rem;font-style:normal;display:block; }
#zTeLm2GWRQ8hSaV2JX6RZVpyRuhlXx7i { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.3125rem;left:70.5625rem;height:1.125rem;font-style:normal;display:block; }
#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container { background-color: transparent; background-image: none; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container > .video-iframe-container { display: none; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row > .video-iframe-container { display: none; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .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); }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container { border-width: 0; border-radius: 0; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#QMOlRBTq5a40to2V6K6XXgn5amI83Xpc { 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:15.8125rem;width:25.0625rem;top:17.1875rem;left:4.625rem;overflow:hidden;display:block; }
#rFitd1A42LTCeXRTtcqsBaoDBMIbVPG0 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:telegraf;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:10.875rem;left:40.625rem;height:2.5rem;font-style:normal;display:block; }
#x57lah7tPmEtJ7fsUKA51efWkZm53E0G { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.1875rem;left:44.3125rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#THQSmTJ8h5lcTOfXhxo6gKBRtRUpuxbP { box-sizing:content-box;height:34.25rem;width:34.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;top:7.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-primary-4),0.12) ;display:block; }
#crTEnyk5Sf7Rancb4EFEfaqvwwXSlPsy { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;top:27.5rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TET7QIba12kGE59OFmqecaJC5CZwANVb { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23.625rem;left:44.3125rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MMWtKeo7z7bq3nqLgg3iHdl8ZqwcJllS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:17.3125rem;left:40.625rem; }
#id4Bi6cuVHd1pqQO3ppPEZOA8D3BJ2t8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.75rem;left:40.625rem; }
#HNm8AfeREPGiosqyTSloMJAcqvuk9HBX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:29.75rem;left:44.3125rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wyGgStAQ0FarA3obex6HttWN0Bf5lp3q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.6875rem;left:40.6875rem; }
#F71QdF1wT0vxDLFd3uKd4hcVCbRJZ5xu { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;top:34.375rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p1W9iIHMhqq4TTasrVhx5ALcIEVoaJol { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;top:20.9375rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eMssVNMAbsMhySIwBtB27If08BPcLHax { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:36.625003814698rem;left:44.395835876465rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sXO9AioIJKlCFLOncxVoESQE5fufqTTa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:37.535160064698rem;left:40.625rem; }
#PJKPTrwIW3BMw3FkTbQBh9ozWKMTTGzx { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;top:41.625003814698rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/400319cc-8b0f-4bf9-a38a-f58ce646ecde/to_zielone.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM.adaptive-delivery-prevent-bg, #QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM.lazyload, #QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM.lazyloading { background-image: none; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container { background-color: transparent; background-image: none; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container > .video-iframe-container { display: none; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row > .video-iframe-container { display: none; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .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); }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container { border-width: 0; border-radius: 0; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#xwRRaR7udTrzPUySe6uUCmvltRUaX9w3 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:7.3125rem;font-style:normal;display:block; }
#i2CSBiasVfrqux1rwX8vuxotVX372nAT { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.71875rem;left:0rem;height:9.75rem;font-style:normal;display:none; }
#FGMarLAseC6A54EEa8kVIA3Li3UNxmKT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.5rem;left:43.625rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G8yORTiqJWbSUef4SmHcbCPdvKODLFQD { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.25rem;left:43.625rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OcKQpTcyecnzT4ULKLxNCyqXO5SFCntW { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9rem;left:43.625rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RB5ptViiJKAHn0rFZ0IddAv9mVsigtyN { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5625rem;left:43.625rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xPFQTzAhe7dyqlcvuMlPIeskecyd1ta9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.2937507629394rem;left:40.625rem; }
#v1BX2xiIIJlW8BaEOoTdafkRGrVFizmT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.7937507629394rem;left:40.625rem; }
#WozeKMXdIPbBfpL7LUmGVXQZquCvD03x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.356250762939rem;left:40.625rem; }
#yf7wqQf2aLWrTPr8I2TLBrcpWbhtyGtA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.043750762939rem;left:40.625rem; }
#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container { background-color: transparent; background-image: none; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container > .video-iframe-container { display: none; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row > .video-iframe-container { display: none; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .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); }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container { border-width: 0; border-radius: 0; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Oqq3wt99VhnXVmoLCUBWb69K1gzooxTg { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:telegraf;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:8.9375rem;left:10.96875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQ1K0J9iK9fmOxhTRcWOtoaVRc5GMarT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:17.3125rem;left:1.625rem;height:1.3997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kE4yNU9o4KUJsqmgIOvDJb2Ky6zUIRSG { box-sizing:content-box;height:30rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14.75rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#TzJHHp2QdENT0IHFulUB9Ixwy2vnCENG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.9375rem;left:1.625rem;height:3.9375rem;font-style:italic;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; }
#iucZl3zhAyDvgG8JOaVGlXAaKC5XTP9F { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:29.75rem;left:1.625rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HZkGmQKRXKHQ7T8MLDuTgbAaXd9Kq72T { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.625rem;left:1.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UBsSiTWEPLfyZiTxsKc4ENCFkDTyPVSg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.5rem;left:1.625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E17J72EkwalJuK4HR7vhoCTnn19bBuiO { box-sizing:content-box;height:30rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14.8125rem;left:19.25rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#x9W93iNifFaumBVPhedDoswoZmXAxmkw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:29.8125rem;left:20.875rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RXgSgFJTyTTvQBtFsBDD1p6uSsGNOwyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:27.5625rem;left:20.875rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qe253A6ld0eegQ0wCuv8takQNZcQWOEh { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.6875rem;left:20.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Td5uJ6IsEP3Ti6uKApVGtZBcpTbLGzyx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20rem;left:20.875rem;height:3.9375rem;font-style:italic;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; }
#ifaVvBNgbvTPE8ukH2bUv9I5HH5Qt1em { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:17.375rem;left:20.875rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a2fednzAcO503VtHIKqd7aJFoZdIiA6M { box-sizing:content-box;height:30rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14.75rem;left:38.375rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#WxIm2oNCQRFb5GmLMZA76T2fKTT0unDI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:29.75rem;left:40rem;height:13.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kKtsPpqoEc9ulkkTpouNSidNKrkUHZcf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:27.5rem;left:40rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xdx4s02poE8Tw3V2XUAcD8IZAKcQQ02H { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.625rem;left:40rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Q2VKcnFrOfyfNKXcGT5wMdk9JOg0znuQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:19.9375rem;left:40rem;height:2.625rem;font-style:italic;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; }
#NPNsKJBWRHPHKTPBRxdQgsE7KBs1KTqJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:17.3125rem;left:40rem;height:1.3997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBxGWAAZSrG5ULuCHCmZ64Z2L0einUqW { box-sizing:content-box;height:30rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14.8125rem;left:57.5rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ZHPmbHUyAknRCBxad0SNNcpAALsbBuNR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:29.8125rem;left:59.125rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qWk5OA0JAwSDE2U1H1okxk8KaOlxeEeX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:27.5625rem;left:59.125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s7II42DTRsEKpJhQyad5ZJh5O5WrFNvz { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.6875rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Sw0CmEHTuDTEaH13h7ufwRTczWBuQ2Rf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:19.935974121094rem;left:59.131950378418rem;height:5.25rem;font-style:italic;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; }
#aXIzVgTHWCDmTJL9TGO7fKqsMweyS8NV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:17.375rem;left:59.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dbsIEuoFOVAr2e3dLroaCw6I5eNzB9zh { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;top:52.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container { background-color: transparent; background-image: none; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container > .video-iframe-container { display: none; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row > .video-iframe-container { display: none; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .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); }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container { border-width: 0; border-radius: 0; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;overflow:visible;position:relative;display:block; }#FtfmTRAwUzhkyT6K8tD7rkQVWPUGPqQi { box-sizing:content-box;height:6.25rem;width:74.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;top:17.9375rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#TI4s6Es4n23tktFb2FgDSS3meGX4J1WG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:20.5rem;left:1.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#laHl1zx8EnxauZL4pTR2WL8HaR8MQwsF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.875rem;left:26.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qsTFv96z26V9MhSkHvldByFHamQlf9e1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:19.875rem;left:51.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NAqSt1dxn2QFs7QcvUKwZ0JXXHNWTZfP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.875rem;left:1.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ixDcXcTQVM2An8oyeeDe2OncMBwoyN2V { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.875rem;left:26.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ciAEvI4vmVgBcXLbo81WMIaR9KBUWkL2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.875rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wo6o9IzW4k8uuucTDDEX3Q253p6KVQxL { box-sizing:content-box;height:6.25rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;top:25.4375rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#ETkgX3HsDI3VGvWBDikDrW84Czdaqxt1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:26.65625rem;left:51.25rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vberdo6sUuqhx3KxZCTBcFJDMygwZdux { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:27.375rem;left:26.25rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cIolxSUrmkPTTiBTZQhu4Nxr0WsJxmFi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:28rem;left:1.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FfrAOEyWuqZepmuHx9kRULit9SPNvgEF { box-sizing:content-box;height:6.25rem;width:74.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;top:32.9375rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#s5AdQL0GP1kkVr87qTF0rxJmU2OJ21cu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:34.177085876465rem;left:51.25rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRdVrwgH8xRPFnL7ddxbBadlDIR3T6qL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:34.177085876465rem;left:26.28125rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UGHtLWcCUR1uXAmnnzTfOFMI8uws1MBU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:35.5rem;left:1.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WhCaQxCTZfNgd2sifQK3pzXQmE7O2xLK { box-sizing:content-box;height:6.25rem;width:74.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;top:40.46875rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#HMQ4Hdv6iJFqn9TaK1sZ6QmFBr1SNRsb { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:42.364585876465rem;left:51.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KXeATogZwaQGA1pOp50PsTLDmu1A9k35 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:42.364585876465rem;left:26.28125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xZuecnu742kbnw2uyyDRnXSIuqwPsRIN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:43rem;left:1.375rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k8Am3dBW8mohMa43K3UMVffKDOMPRMTW { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:telegraf;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:7.625rem;left:10.96875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQxJzRSaVcp0cUXZAkHW1TvTwdP6Vhdw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:15.75rem;left:26.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#f4CxwFiaFbRClqIDmsLmnAwzytS3lTTf { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.6875rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TrE7ENkz6Kt2a9hhA64pw29CerDTwcpU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#R6BiwpRMxTMDFXWtbgFrdakqufcPRZaI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:15.75rem;left:26.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tGNd13kPSLTOUb7VmEI1wZkT3bV23qAk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IM5B9nSKxGwqsfm45TrOlxGKeWI8bu9H { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.6875rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#dMsFi61rObycNkeNVAegzVTVxUyaxyWN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:15.75rem;left:26.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pLRiPTHTHtvNd0OnsouabTfwPca2W6DK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TyuKT3fMa1gJLgREBf14T6s425VTE15G { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.6875rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#tyWsDQauvtmxyH5NXl0BiNdrVnmi2aZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:15.75rem;left:26.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TlScsPxr2WzfDF1mZA14nEDEcxM6tcB4 { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.6875rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#JMgGzJz4AnrU4ZGAvzcN9LEyKxrgVGBF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:51.25rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container { background-color: transparent; background-image: none; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container > .video-iframe-container { display: none; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row > .video-iframe-container { display: none; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .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); }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container { border-width: 0; border-radius: 0; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;overflow:visible;position:relative;display:block; }#VZFQOWiGzSxZqmJvTo9NkZL81mt4bDv3 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:7.25rem;left:0rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqu2X6Zpldc5FNoQxsZ4AVxMUrxDveCx { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:11.8125rem;left:44.3125rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XaCllC17O6g2SPUkuPbLR8xTP9y3eiDv { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-0),1);background-image:none;top:16.625rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MSFLEuTQ1MUcIHMJmfuF1eNBOTNN4Ik0 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:7.25rem;left:40.625rem;height:1.59895625rem;font-style:normal;display:block; }
#CDcud9unJoT6tCRMKM5tnUqsZzyEyuSI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.75rem;left:40.625rem; }
#XJCNBUV6yVBtZCzToWfve7yF1AsmqILZ { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;top:22.8125rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pJdGic5woEyNrakLqmn8x5A8BbMDCd8I { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:18.8125rem;left:44.3125rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xfnqvsDBQNnnZXrGRL8dgxtdGTvy2OVm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.9375rem;left:40.625rem; }
#zxSUUJXhzTgWFDSsMpulJcfyn1oRdLJ8 { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-0),1);background-image:none;top:29.1875rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T5ZGIazpxa1UvP3K1sr4PyiLvTGdd4BS { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:25.200000762939rem;left:44.1875rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NIClvRWAaandRl7TOwlIL1KqOwQcKoWZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.3125rem;left:40.625rem; }
#Vm9gyit21hQkSorNKds1QMZRRGC7GXvr { 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:6rem;width:6rem;top:23.5rem;left:0rem;overflow:hidden;display:block; }
#sfUfd6PPZIxIlATkIU5fmbamBv0cuctT { box-sizing:content-box;height:21.6875rem;width:25.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;top:35.312500953674rem;left:40.625rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }
#bpkW5UK6AIRiHNt0H6ZsMUHtbXz4ZwBw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:38rem;left:41.6875rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pZHTQJbqVVTHkovzV5Z7lZKZWL894XPT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:50.5625rem;left:41.75rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uBlTvWTykD9NIrEPMyQ35SxAXpBEnd26 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:telegraf;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:42.6875rem;left:41.6875rem;height:1.23698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yi0yz8TmwXDvo3nZTygIoWOppoKRCOhk { box-sizing:content-box;height:0.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:48.656251907349rem;left:41.427085876465rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qRDknJknLApO0OzeqTHd0gkGlgc2Lgac { 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:25rem;width:25rem;top:63.9375rem;left:25rem;overflow:hidden;display:block; }
#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container { background-color: transparent; background-image: none; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container > .video-iframe-container { display: none; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row > .video-iframe-container { display: none; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .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); }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container { border-width: 0; border-radius: 0; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#bPpstWFR3hKqmTEf9yFp3rTABb3tPgKx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:29.6875rem;left:4.875rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uGgkDw6ztZcD5c15qohfuZCz0f9La0uw { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;top:27.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QFodxFb2FHbDqzTeFdgucfHTwXCKEPcu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:telegraf;font-size:2.5rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:8.6875rem;left:29.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uBMy6ahuyZO4pNwSTKWMeWC4IQTXd6v6 { 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:1.5625rem;width:2.8125rem;top:30rem;left:0rem;overflow:hidden;display:block; }
#elom6CZk8kHR0qFlUt2VG5unXTlbSgqR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:29.75rem;left:45.5rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z0nLFs43pDMltk1v6TUd6T9cxdhcHJGG { 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:1.5625rem;width:2.8125rem;top:30.125rem;left:40.625rem;overflow:hidden;display:block; }
#Xkv9gfJK1tTLaJWppFDG24T7qNak3uIQ { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:28rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FtrqDozUnJgFFkXaWqObGmrr6AK6H2J5 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:40.0625rem;left:45.5rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e8TAiD4qkhqqPaTe0wrrWEFqRRrkwPhp { 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:1.5625rem;width:2.8125rem;top:40.4375rem;left:40.625rem;overflow:hidden;display:block; }
#WXL6hTscBkrScdXGqRkxHhPOznWwnr91 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:40rem;left:4.875rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IIukmaMZZyZZZCri9We8n59vkXnHLooS { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;top:38.3125rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#I602guytggbx8UiHGW6ZTaaLC5QXNldw { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;top:38.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qAb1l8axZmGya9kOgcBZkQ6LUmKg3aXa { 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:1.5625rem;width:2.8125rem;top:40.375rem;left:0rem;overflow:hidden;display:block; }
#WLsw2sday3xmKZz5FKHHZAPJqn9U75aR { 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:25rem;width:25rem;top:67.125rem;left:25rem;overflow:hidden;display:none; }
#wfqNaTb6KkZt1I2yvngW62VpaygCz1BE { color:#b1d55a;display:block;width:66.5625rem;position:absolute;font-family:telegraf;font-size:4.0625rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:57.875rem;left:0rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container { background-color: transparent; background-image: none; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container > .video-iframe-container { display: none; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row > .video-iframe-container { display: none; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .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); }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container { border-width: 0; border-radius: 0; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#R9Ut0sF11l3iMfbDfWRQuCX4iyVINOQg { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:telegraf;font-size:16rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:7.3125rem;left:0rem;height:43.19925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fzX4evQxW4iCUbk5ZEoxfQuGNeom4Bm1 { box-sizing:content-box;height:14.6875rem;width:17.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),0.9);background-image:none;top:12.9375rem;left:29.1875rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#tFoeTUEg62Z2J4ESax0qmP1A2riK2hxI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:16.25rem;left:30.8125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHvCKil3fcRbZctZTUpZTSfeelmJGMUx { box-sizing:content-box;height:14.6875rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),0.9);background-image:none;top:29.5625rem;left:57.5rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#JRPsGoqa5dK4fmsOwcsXvMvZcaG5ss6I { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:32.625011444092rem;left:59.145835876465rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dvt9NOSi5pzV0VnGfBFkwTPrnkk6K5L0 { box-sizing:content-box;height:14.6875rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),0.9);background-image:none;top:12.9375rem;left:48.3125rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#BIpMqO5IRugHwFHX2HKlESRxLoLyQCi8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:16.25rem;left:49.9375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z2TSpWoP5NvTaE91wBwprdTD6BRuTBeu { box-sizing:content-box;height:14.6875rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),0.9);background-image:none;top:29.5625rem;left:38.25rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#vecLEXlxIekxyzZxgaRX9QsJZLQyp4Mq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:32.625rem;left:39.875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tzOHdgEhKTw1NvybLxAWAHn68CL2TKZW { 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:1.4375rem;width:1.4375rem;top:24.8125rem;left:43.8125rem;overflow:hidden;display:block; }
#kZ0HJKGTUJkClbgTZ1QO5KTlTMZGmkr1 { 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:1.4375rem;width:1.4375rem;top:24.8125rem;left:62.9375rem;overflow:hidden;display:block; }
#A4sOE7lqJTVTNZXES6yvHht3oTasesaR { 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:1.4375rem;width:1.4375rem;top:41.3125rem;left:52.875rem;overflow:hidden;display:block; }
#i4XTBk7Z023A3ZW0FMAnVxaQxl1m8qRG { 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:1.4375rem;width:1.4375rem;top:41.3125rem;left:72.125rem;overflow:hidden;display:block; }
#iW63P1WpnicC198lvugxE7Peqw2XAqna { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/400319cc-8b0f-4bf9-a38a-f58ce646ecde/to_zielone.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; }#iW63P1WpnicC198lvugxE7Peqw2XAqna.adaptive-delivery-prevent-bg, #iW63P1WpnicC198lvugxE7Peqw2XAqna.lazyload, #iW63P1WpnicC198lvugxE7Peqw2XAqna.lazyloading { background-image: none; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container { background-color: transparent; background-image: none; }#iW63P1WpnicC198lvugxE7Peqw2XAqna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container > .video-iframe-container { display: none; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row > .video-iframe-container { display: none; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .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); }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container { border-width: 0; border-radius: 0; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container { font-size:0.875rem;font-family:arial;height:67.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#PJQXB223hui7wne64l64diXo0Ox3wbGV { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:7.0625rem;left:0rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vw1Hk86hbyGvlahagpFfbTb0UI9qalzK { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:12.9375rem;left:0rem;height:3.19791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UBVTIrX6LTuMtNxsKvT1L7GT4yxGeCd1 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:19.4375rem;left:0rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okvytu4BsvaOsAQ3ydgzZ6FTIAyF3EhA { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:12.9375rem;left:40.625rem;height:7.99479375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XWxVJsiNNdZ9lDn4SWqtGLErdya5xGaE { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:13.5625rem;left:0rem;height:3.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Bb7dma5bIhOs14b2CNfidgUvsyA260yA { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:13.5625rem;left:40.625rem;height:8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ip6uiFDm4hOlul10s63wDP1idz2KynU5 { box-sizing:content-box;height:34.4375rem;width:17.5rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image:none;top:25.5625rem;left:0rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#KSAdovI0Q0ruFGF1y28SMvBSTL8KDJi2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15102;line-height:1.6;letter-spacing:0;top:28.5rem;left:1.625rem;height:13.997375rem;font-style:italic;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; }
#FqbQdUUwICwpXGWprUl0fVwZPHdr0iVT { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-primary-2),1);background-image:none;top:52.25rem;left:1.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Jlsq2RiDZ54F7DA1RMcsHHfrkPSTNq73 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15104;line-height:1.5;letter-spacing:0;top:54.4375rem;left:1.625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gJk4W6a7st0N6ysX3tTZizSSyZPJpVoH { box-sizing:content-box;height:34.4375rem;width:17.5rem;position:absolute;display:block;z-index:15099;background-color:transparent;background-image:none;top:25.625rem;left:19.25rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#HS993QTAUQa3eBRd150JIVJTH6ehBnwh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15108;line-height:1.5;letter-spacing:0;top:54.4375rem;left:20.875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cO3uuZ30Hb25R7WPenC5AH1FPDZOIcoQ { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-primary-2),1);background-image:none;top:52.25rem;left:20.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C5EGMM4TEMPF15ZUIaHekhBNnpeLZBSD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15106;line-height:1.6;letter-spacing:0;top:28.5rem;left:20.875rem;height:16.796875rem;font-style:italic;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; }
#p0nI3gNHrk6cgIlcrqJ4b9CbFK4oLIp2 { box-sizing:content-box;height:34.4375rem;width:17.5rem;position:absolute;display:block;z-index:15103;background-color:transparent;background-image:none;top:25.625rem;left:38.375rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#EgVz5TRUedElTpHiXiiRBiVfm8RW6coA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15112;line-height:1.5;letter-spacing:0;top:54.4375rem;left:40rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qs3sJ4LqK9QJRTuMRcKfAMHS91T1PeKf { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15115;background-color:rgba(var(--color-primary-2),1);background-image:none;top:52.25rem;left:40rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HCyLtKp93M27sU01Mce2914bzZTksXfo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15110;line-height:1.6;letter-spacing:0;top:28.5rem;left:40rem;height:20.996125rem;font-style:italic;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; }
#wDDfAyTxk9skdEIWZ47wvtUOe4d95Rqh { box-sizing:content-box;height:34.4375rem;width:17.5rem;position:absolute;display:block;z-index:15103;background-color:transparent;background-image:none;top:25.625rem;left:57.5rem;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: none;display:block; }
#dgiyiM8zcTfpmqFqw3gqmcR3nqugqELO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15112;line-height:1.5;letter-spacing:0;top:54.4375rem;left:59.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xpBdH19NIZgJsb7xbmlV7fnHLnAXWXHT { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15115;background-color:rgba(var(--color-primary-2),1);background-image:none;top:52.25rem;left:59.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GhVSlHGO99O8rQDpO8iZO87Zc7l85Vqw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15110;line-height:1.6;letter-spacing:0;top:28.5rem;left:59.125rem;height:9.7981875rem;font-style:italic;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; }
#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container { background-color: transparent; background-image: none; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container > .video-iframe-container { display: none; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row > .video-iframe-container { display: none; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .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); }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container { border-width: 0; border-radius: 0; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container { font-size:0.875rem;font-family:arial;height:256.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#bzNgpw5MFAMMDlWGSEV6XDimTORQrmPi { color:rgba(var(--color-tertiary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:10.8125rem;left:0rem;height:1.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ebb2RDDurGRX0sKKOecMRrNZh6160tqU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:telegraf;font-size:4.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:10.812487602234rem;left:19.250003814698rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RwkCkuTeLBHo14Grg4oylT9sO5oprJsc { box-sizing:content-box;height:34.375rem;width:34.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/dd9f38fd-ec04-4b57-b800-04abc8f10396/665d919026dc0e4694324582489fe3a6f1814f18.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:70.4375rem;left:40.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#RwkCkuTeLBHo14Grg4oylT9sO5oprJsc.adaptive-delivery-prevent-bg, #RwkCkuTeLBHo14Grg4oylT9sO5oprJsc.lazyload, #RwkCkuTeLBHo14Grg4oylT9sO5oprJsc.lazyloading { background-image: none; }
#v2JC9we0NDMtommZTdqGkATpVp1EbnQB { box-sizing:content-box;height:25rem;width:25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/85ef49f3-8f04-41be-8a92-9737918d675e/is_naszywka1920x1080.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:70.4375rem;left:7.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#v2JC9we0NDMtommZTdqGkATpVp1EbnQB.adaptive-delivery-prevent-bg, #v2JC9we0NDMtommZTdqGkATpVp1EbnQB.lazyload, #v2JC9we0NDMtommZTdqGkATpVp1EbnQB.lazyloading { background-image: none; }
#SgMNwdclydPree53ITsZGTqmgxtkf4WV { box-sizing:content-box;height:30rem;width:44.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a87ff5e-6ea1-421e-ad15-8e1ffd4e5764/VIZ_Projekcja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#SgMNwdclydPree53ITsZGTqmgxtkf4WV.adaptive-delivery-prevent-bg, #SgMNwdclydPree53ITsZGTqmgxtkf4WV.lazyload, #SgMNwdclydPree53ITsZGTqmgxtkf4WV.lazyloading { background-image: none; }
#NxHr4tG0p1uqCAp6WHe5pmFbbBpeHH5v { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:53.5rem;left:48.9375rem;height:4.063475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7 { box-sizing:content-box;height:29.125rem;width:38rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/e3c2fd54-8c4d-4195-946c-ff41b491e8dc/3Lista_horizontal_Dappo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:120.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7.adaptive-delivery-prevent-bg, #HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7.lazyload, #HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7.lazyloading { background-image: none; }
#hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc { box-sizing:content-box;height:19.5625rem;width:26.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/f02184e8-f64d-4c87-85f7-a5a51fe40c26/66c15f6a448616736b9bb6313b091c0eb8e1c1d2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:120.4375rem;left:44.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc.adaptive-delivery-prevent-bg, #hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc.lazyload, #hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc.lazyloading { background-image: none; }
#O5r9qwuRqitVQRF77x22FcElPqEWVHNa { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:96.875rem;left:7.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zmrzAWDhgrV9BATPaAbdxD5ps1aQxii0 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:106.375rem;left:40.5rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgmsOOTXXVTq9NWtkGLrSF4kh7EyDK13 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:151.1875rem;left:0rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WhEkpMKuclUQVqqhJq4HubeIqOQlZxSu { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:141.5rem;left:44.625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9 { box-sizing:content-box;height:25rem;width:25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7001810-c4e2-483a-9ef5-96c1ef875571/cw_fashion.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:166rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9.adaptive-delivery-prevent-bg, #tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9.lazyload, #tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9.lazyloading { background-image: none; }
#DtbTbbWEHHZX8W2bK095QR7UHB3Gn9zg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:192.5rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG { box-sizing:content-box;height:34.375rem;width:34.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/04b6c4c1-ab5f-4493-9cef-a767b5e9fbf8/94550b83f9ee6265b1427fefa6bfb1ebc2f8a1ff.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:166rem;left:33.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG.adaptive-delivery-prevent-bg, #i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG.lazyload, #i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG.lazyloading { background-image: none; }
#E8hf9VsooWhUfpuKZ3NMJpAL0tkD4tJm { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:201.875rem;left:33.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TThTtnfvqKDivpTB9HHow6AQ2gv9TRUU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:241.0625rem;left:48.9375rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU { box-sizing:content-box;height:30rem;width:44.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/b9495733-55fd-4d63-8075-4093ed6184c7/h_instalator1920x1080.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:216.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }#pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU.adaptive-delivery-prevent-bg, #pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU.lazyload, #pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU.lazyloading { background-image: none; }
#MXIlxxsDyZLekEodKoM9IuWkw77gpn5R { background-color:transparent;background-image:none;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:70.4375rem;left:7.25rem;display:block; }
#GwHmlSLC2zhDfkbBlfW0Zz66DMKMbtsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1sokuwWfsT1iDT0ODyAx7WukvCd9dTE { background-color:transparent;background-image:none;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:34.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:70.4375rem;left:40.5rem;display:block; }
#mNUQibqgee4Gz06pwPFzQ5CLP12WJNzn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3FWNncPsVyIFv6wF2ySspfXCA9vGpvJ { background-color:transparent;background-image:none;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.6875rem;height:29.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.5rem;left:0rem;display:block; }
#XIPTwS1lk4UHVT5o8LpBEpZy26EsAnZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDoNs3cTzo4zhqs3qItJTo1abl0bTS3w { background-color:transparent;background-image:none;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.6875rem;height:29.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:217rem;left:0rem;display:block; }
#mzlhJtlhWHfU4aPG0MSze9O8IX2mvSFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EtAJfTJJTokzwzq0gfC13o6T4zr3pIlM { background-color:transparent;background-image:none;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:166rem;left:0rem;display:block; }
#JCNmdw9GGPwGHO5ycL7UH0u26CEnMcUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owsIrysIdgJRaEUCGIFb0qdu9B3LrleJ { background-color:transparent;background-image:none;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:34.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:166rem;left:33.3125rem;display:block; }
#wAnhvqp18hUOTehR6eaObUoifwIBF4h1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruFA1Ga27NMVELkFFi45tdTp2n6bwZAN { background-color:transparent;background-image:none;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:29.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:120.375rem;left:0rem;display:block; }
#GH9LeH9CRiWX39PTDUbyaiubXnq1vwzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiPv29bBzELESX7t2iouxtMLOLprLhFM { background-color:transparent;background-image:none;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:19.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:120.375rem;left:44.730552575108rem;display:block; }
#mDfDGRC8WfCKxfl6TTc0e2pAAmxs3d2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fl8QK5zu5UhBsnlUcK3ymmiXrZmvDh00 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:241.0625rem;left:48.9375rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ItfscaqmtTR3Zsb25N547pPsfykPWsmW { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:192.5rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#y1Qisfu6GWX6MOk4GHdf9QAmuNT2bIh6 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:151.1875rem;left:0rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UvCw3ib8lUnQzI3BwHFiBThlivEZ486R { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:106.375rem;left:40.5rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E { background-color:rgba(var(--color-tertiary-4),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; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container { background-color: transparent; background-image: none; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container > .video-iframe-container { display: none; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row > .video-iframe-container { display: none; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .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); }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container { border-width: 0; border-radius: 0; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#TCDEKTOJxobHthzoom5D1ODonS4PQ0d2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:telegraf;font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:9.1875rem;left:40.625rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTrg9v28cUp97wB5tlIyCeL8pTXXZkFq { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:24.25rem;left:40.625rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tKtilJUc9b8xEDVMP2lPEQsWl6OKTBaB { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:9.1875rem;left:1.1875rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-form-header {  }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:32.4375rem;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;line-height:3;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .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;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-0),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:32.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .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;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-0),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:32.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .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:32.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .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-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-primary-4),1);width:32.4375rem;height:4.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:2.2; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.6;font-size:0.8125rem;font-weight:300;color:#d0d0d0;vertical-align:top;width:31.1875rem;overflow:hidden;font-style:normal;float:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .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; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-container:first-of-type{padding-top:0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-container:last-of-type{padding-bottom:0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.9375rem;left:0rem; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.4375rem;display:block;vertical-align:top; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S {display:block;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.9375rem;left:0rem; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #GfniERyhDsnTaJJM7R9eWcrcDaWzCNn2 { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #RoD3Lb5iqs7MVLwQHKK5BZsw7606EQ06 { position:relative;display:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #S9F8QnEo5niBRr5lTc9tdW3EpVAdntDl { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #g4XnLduGRZB41nL85aaG63p4fy5aJ6Ju { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #U1obKP0u7aoVwXUTF8Fh7qTqkE2gqHPH { position:relative;display:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #qqKJluPEhet5h4cIuIiXMVPrtntBbrT6 { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #pVxw4P1S9cmFgC08J7uqAiTXpBvHzyzu { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #LMSgbZ19wMrursbt6QqJGPJDSPsD2NkO { position:relative;display:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #HvOuAonrlFcR8Qp0Cd37KxNBeHIzBKWZ { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #Al6S6t612ZpdKT7lnKXM01ymgyhIp1Th { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #wATsGLtHuPp9Lko4lf84zVhK94t0PJzV { position:relative;display:none; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #fJ6UXe1pWrr7JFArF922ebyLqSScTTH8 { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #WacmaUMvh9H2mNMadAFVnGXv5WZISGP9 { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #SN0LIMMfEy5EbEgyODhUD1Oq8RCCoIgi { position:relative;z-index:2; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #xMBV8rZMQqAKOFD9mFMqitf0ITKkcxgB { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #ELoTgToTS5fKaf3pM9fILIMalQyIgTgn { position:relative; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #JBGiltarEX8SgVzczVTsK4vq64fQVv8C { position:relative; }
#PgGRmGECBv3ne5zRQzS8EJXFKOksNoBZ { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;top:22.8125rem;left:40.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0.0625rem solid #c8c8c8;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; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container { background-color: transparent; background-image: none; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container > .video-iframe-container { display: none; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row > .video-iframe-container { display: none; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .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); }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container { border-width: 0; border-radius: 0; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#FOw0LkITVJLsdT1M33v40F36XJwAh4wO { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#G2G0nSG43m4b4KoS6hBA4ZBaLo4yxfuu { 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:1.625rem;width:2.625rem;top:6.1875rem;left:0.5625rem;overflow:hidden;display:block; }
#E8USqmxhJvAKNwXGU5JvTROQa57muPqF { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:5.125rem;left:40.625rem;height:3.1979125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rignELwUMSsz5BK2U1Jsbdd1f0aUk6TR { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:5.125rem;left:58rem;height:4.79686875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l8yv0Ps5obgWTUPBnln0BB3re91UNNtk { background-color:transparent;background-image:none;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:1.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:5.25rem;left:40.0625rem;display:block; }
#Aoo87JWyM6sllogQDSv2dUK7xB36EO1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQT6kgxRpnm5IG7CdXl97mzZPtICppz0 { background-color:transparent;background-image:none;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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:1.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:6.78125rem;left:40.125rem;display:block; }
#DAhLnvrxyE3RkIovCvil3JXX9wJrhQTG { 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) { #Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx { display:none; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ta4ZPq6vTORZgBesJZNPtZgCvBDmdZpJ { top:2.25rem;left:0rem;width:14.875rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #riqEyPJbI2TqEgM1hSnsbe864U6kV1Be { display:none; }
 }@media only screen and (max-width: 763px) { #bbb9NGg5P8MyecPv0R0O1oytsh1VXBnE { top:7.5rem;left:0rem;width:14rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMpkng72yJwLm05eqOEIEutoqkTVq5VG { top:10.125rem;left:0rem;width:14rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVQyJepFXGOknOTEqGuTlZ5xxDd1ZB4f { top:12.8125rem;left:0rem;width:14rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW { display:block; }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS { display:block; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWxJaAbQ6FllshbAnu9pMDSTnUCBMny3 { top:17.375rem;left:0rem;width:36.25rem;height:6.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHLdBI8XT5JSQBotb9eNJOwFJ7z1dIxa { top:27.625rem;left:0rem;width:22.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQsai1InkLXiHn8GTVV6MATZhyTWutT2 { top:11.4375rem;left:0rem;width:35.8125rem;height:5.0625rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gugHTrRbGnp1K8Kr72PF3bcPozp3Ip4b { display:none; }
 }@media only screen and (max-width: 763px) { #PqJAi0RuDqxkuCcUdqmPFNtIvGaI92l5 { width:15.125rem;height:4.25rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4sEE4JtZC4w9tirhK29cKIyTEFyTMkL { display:block; }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-regular-label { width:28.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-text { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-text {padding-top: 0; padding-bottom: 0;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-textarea { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-select { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-select {padding-top: 0; padding-bottom: 0;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-button { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-checkbox-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom  { width:28.0625rem;height:auto;top:11.375rem;left:17.0625rem; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .radio-container { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom {display:block;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom { width:28.0625rem;height:auto;top:11.375rem;left:17.0625rem; }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #sr78m9hSWXQqHSIMEmfBAwo7Nyyd6fJu {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #EfyTyCd2K8c0k8WICFJciOa16tJOKmIq {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #cFD3TbVQEqU5Dlvlg0z2JaglohFi9gvf {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #yDdeXHnKwPDt6Wibu5aTynUUuTviWr2x {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #tIZNkOQKNrnDDJKpDHaNyMoEkdORoSHT {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #L2GE3hB23kBvPtumyK7HJTrJ6Dw9rrlD {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #ysDXhRcgnIo6zypdEnpnSvF6HDA5iBpE {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #deTXgMKvLbdoiR2oSEWDMlFE2B4LTDna {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #ADxONIRQQx5e0WwR7CPHfpwfSSJeK3U9 {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #BNvE5t2UWIo080g39wC6PJLz1xeQTdKl {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #n4T83TuHxcH3HyQhpNLvbbFrc5hFFieL {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #P2ipm0zkZIGGXEyCFAb7sfCvqlMpUt3Q {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #s4uh8W8dc1Tk4fHeVqGU9tkzZGzPvgnH {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #yWtlqXmJJVJMCxccvFBdn4Z64UN24zm8 {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #P7sfkhobTu8ebBA7PSTncRA5Hp36v1MV {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #oMR9xErIzocxnwTmnpZgKZf63u3bByzo {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #TsnCaaKPL9xV44cfOh6FccIrwOQ2Obmc {  }
 }@media only screen and (max-width: 763px) { #zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP { display:block; }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0cuPlocf433fisGRFWucTUg0guCewmT { top:2.1875rem;left:0rem;width:14.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKyad8IIt14NaraOf8wpTVDylwwUrxKI { top:2.3125rem;left:35.375rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWPlRxcTu37WHu64HcqL3Cg6vDoDicR { top:2.3125rem;left:42.0625rem;width:5.6875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTeLm2GWRQ8hSaV2JX6RZVpyRuhlXx7i { top:2.3125rem;left:43.3125rem;width:4.4375rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB { display:block; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMOlRBTq5a40to2V6K6XXgn5amI83Xpc { top:17.1875rem;left:0rem;width:25.0625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFitd1A42LTCeXRTtcqsBaoDBMIbVPG0 { top:10.875rem;left:16.5rem;width:31.25rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x57lah7tPmEtJ7fsUKA51efWkZm53E0G { top:17.1875rem;left:20.0625rem;width:27.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQSmTJ8h5lcTOfXhxo6gKBRtRUpuxbP { top:7.9375rem;left:0rem;width:34.25rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crTEnyk5Sf7Rancb4EFEfaqvwwXSlPsy { top:27.5rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET7QIba12kGE59OFmqecaJC5CZwANVb { top:23.625rem;left:21.0625rem;width:26.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMWtKeo7z7bq3nqLgg3iHdl8ZqwcJllS { top:17.3125rem;left:27rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #id4Bi6cuVHd1pqQO3ppPEZOA8D3BJ2t8 { top:23.75rem;left:27rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNm8AfeREPGiosqyTSloMJAcqvuk9HBX { top:29.75rem;left:20.1875rem;width:27.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGgStAQ0FarA3obex6HttWN0Bf5lp3q { top:30.6875rem;left:27.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F71QdF1wT0vxDLFd3uKd4hcVCbRJZ5xu { top:34.375rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1W9iIHMhqq4TTasrVhx5ALcIEVoaJol { top:20.9375rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMssVNMAbsMhySIwBtB27If08BPcLHax { top:36.625rem;left:20.1875rem;width:27.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXO9AioIJKlCFLOncxVoESQE5fufqTTa { top:37.5rem;left:27rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJKPTrwIW3BMw3FkTbQBh9ozWKMTTGzx { top:41.625rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM { display:block; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwRRaR7udTrzPUySe6uUCmvltRUaX9w3 { top:5.5rem;left:0rem;width:34.375rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2CSBiasVfrqux1rwX8vuxotVX372nAT { top:4.1875rem;left:0rem;width:20rem;height:10.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGMarLAseC6A54EEa8kVIA3Li3UNxmKT { top:5.5rem;left:19.6875rem;width:28.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8yORTiqJWbSUef4SmHcbCPdvKODLFQD { top:16.25rem;left:21.3125rem;width:26.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcKQpTcyecnzT4ULKLxNCyqXO5SFCntW { top:9rem;left:24rem;width:23.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB5ptViiJKAHn0rFZ0IddAv9mVsigtyN { top:12.5625rem;left:24.125rem;width:23.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPFQTzAhe7dyqlcvuMlPIeskecyd1ta9 { top:5.25rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1BX2xiIIJlW8BaEOoTdafkRGrVFizmT { top:8.75rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WozeKMXdIPbBfpL7LUmGVXQZquCvD03x { top:12.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf7wqQf2aLWrTPr8I2TLBrcpWbhtyGtA { top:16rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv { display:block; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqq3wt99VhnXVmoLCUBWb69K1gzooxTg { top:8.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ1K0J9iK9fmOxhTRcWOtoaVRc5GMarT { top:17.3125rem;left:0rem;width:14.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE4yNU9o4KUJsqmgIOvDJb2Ky6zUIRSG { top:14.75rem;left:0rem;width:17.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJHHp2QdENT0IHFulUB9Ixwy2vnCENG { top:19.9375rem;left:0rem;width:14.375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iucZl3zhAyDvgG8JOaVGlXAaKC5XTP9F { top:29.75rem;left:0rem;width:14.375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZkGmQKRXKHQ7T8MLDuTgbAaXd9Kq72T { top:25.625rem;left:0rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBsSiTWEPLfyZiTxsKc4ENCFkDTyPVSg { top:27.5rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E17J72EkwalJuK4HR7vhoCTnn19bBuiO { top:14.8125rem;left:5.625rem;width:17.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9W93iNifFaumBVPhedDoswoZmXAxmkw { top:29.8125rem;left:7.25rem;width:14.375rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXgSgFJTyTTvQBtFsBDD1p6uSsGNOwyZ { top:27.5625rem;left:7.25rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe253A6ld0eegQ0wCuv8takQNZcQWOEh { top:25.6875rem;left:7.25rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td5uJ6IsEP3Ti6uKApVGtZBcpTbLGzyx { top:20rem;left:7.2499990463256rem;width:14.375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifaVvBNgbvTPE8ukH2bUv9I5HH5Qt1em { top:17.375rem;left:7.25rem;width:14.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2fednzAcO503VtHIKqd7aJFoZdIiA6M { top:14.75rem;left:24.75rem;width:17.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxIm2oNCQRFb5GmLMZA76T2fKTT0unDI { top:29.75rem;left:26.375rem;width:14.375rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKtsPpqoEc9ulkkTpouNSidNKrkUHZcf { top:27.5rem;left:26.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdx4s02poE8Tw3V2XUAcD8IZAKcQQ02H { top:25.625rem;left:26.375rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2VKcnFrOfyfNKXcGT5wMdk9JOg0znuQ { top:19.9375rem;left:26.375rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPNsKJBWRHPHKTPBRxdQgsE7KBs1KTqJ { top:17.3125rem;left:26.375rem;width:14.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBxGWAAZSrG5ULuCHCmZ64Z2L0einUqW { top:14.8125rem;left:30.125rem;width:17.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHPmbHUyAknRCBxad0SNNcpAALsbBuNR { top:29.8125rem;left:33.375rem;width:14.375rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWk5OA0JAwSDE2U1H1okxk8KaOlxeEeX { top:27.5625rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7II42DTRsEKpJhQyad5ZJh5O5WrFNvz { top:25.6875rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw0CmEHTuDTEaH13h7ufwRTczWBuQ2Rf { top:19.875rem;left:33.375rem;width:14.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXIzVgTHWCDmTJL9TGO7fKqsMweyS8NV { top:17.375rem;left:33.375rem;width:14.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbsIEuoFOVAr2e3dLroaCw6I5eNzB9zh { top:52.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn { display:block; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtfmTRAwUzhkyT6K8tD7rkQVWPUGPqQi { top:17.9375rem;left:0rem;width:47.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4s6Es4n23tktFb2FgDSS3meGX4J1WG { top:20.5rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHl1zx8EnxauZL4pTR2WL8HaR8MQwsF { top:19.875rem;left:12.625rem;width:22.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsTFv96z26V9MhSkHvldByFHamQlf9e1 { top:19.875rem;left:25.3125rem;width:22.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqSt1dxn2QFs7QcvUKwZ0JXXHNWTZfP { top:14.875rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixDcXcTQVM2An8oyeeDe2OncMBwoyN2V { top:14.875rem;left:12.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciAEvI4vmVgBcXLbo81WMIaR9KBUWkL2 { top:14.875rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo6o9IzW4k8uuucTDDEX3Q253p6KVQxL { top:25.4375rem;left:0rem;width:47.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkgX3HsDI3VGvWBDikDrW84Czdaqxt1 { top:26.625rem;left:25.3125rem;width:22.4375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vberdo6sUuqhx3KxZCTBcFJDMygwZdux { top:27.375rem;left:12.625rem;width:22.4375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIolxSUrmkPTTiBTZQhu4Nxr0WsJxmFi { top:28rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfrAOEyWuqZepmuHx9kRULit9SPNvgEF { top:32.9375rem;left:0rem;width:47.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5AdQL0GP1kkVr87qTF0rxJmU2OJ21cu { top:34.125rem;left:26.8125rem;width:20.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRdVrwgH8xRPFnL7ddxbBadlDIR3T6qL { top:34.125rem;left:12.65625rem;width:22.4375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHtLWcCUR1uXAmnnzTfOFMI8uws1MBU { top:35.5rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhCaQxCTZfNgd2sifQK3pzXQmE7O2xLK { top:40.4375rem;left:0rem;width:47.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQ4Hdv6iJFqn9TaK1sZ6QmFBr1SNRsb { top:42.3125rem;left:25.3125rem;width:22.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXeATogZwaQGA1pOp50PsTLDmu1A9k35 { top:42.3125rem;left:12.65625rem;width:22.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuecnu742kbnw2uyyDRnXSIuqwPsRIN { top:43rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Am3dBW8mohMa43K3UMVffKDOMPRMTW { top:7.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQxJzRSaVcp0cUXZAkHW1TvTwdP6Vhdw { top:15.75rem;left:12.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4CxwFiaFbRClqIDmsLmnAwzytS3lTTf { top:25.6875rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrE7ENkz6Kt2a9hhA64pw29CerDTwcpU { top:15.75rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6BiwpRMxTMDFXWtbgFrdakqufcPRZaI { top:15.75rem;left:12.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGNd13kPSLTOUb7VmEI1wZkT3bV23qAk { top:15.75rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IM5B9nSKxGwqsfm45TrOlxGKeWI8bu9H { top:25.6875rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMsFi61rObycNkeNVAegzVTVxUyaxyWN { top:15.75rem;left:12.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLRiPTHTHtvNd0OnsouabTfwPca2W6DK { top:15.75rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyuKT3fMa1gJLgREBf14T6s425VTE15G { top:25.6875rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyWsDQauvtmxyH5NXl0BiNdrVnmi2aZ2 { top:15.75rem;left:12.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlScsPxr2WzfDF1mZA14nEDEcxM6tcB4 { top:25.6875rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMgGzJz4AnrU4ZGAvzcN9LEyKxrgVGBF { top:15.75rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP { display:block; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZFQOWiGzSxZqmJvTo9NkZL81mt4bDv3 { top:7.25rem;left:0rem;width:34.375rem;height:9.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqu2X6Zpldc5FNoQxsZ4AVxMUrxDveCx { top:11.8125rem;left:20.0625rem;width:27.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaCllC17O6g2SPUkuPbLR8xTP9y3eiDv { top:16.625rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSFLEuTQ1MUcIHMJmfuF1eNBOTNN4Ik0 { top:7.25rem;left:16.4375rem;width:31.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDcud9unJoT6tCRMKM5tnUqsZzyEyuSI { top:12.75rem;left:27rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJCNBUV6yVBtZCzToWfve7yF1AsmqILZ { top:22.8125rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJdGic5woEyNrakLqmn8x5A8BbMDCd8I { top:18.8125rem;left:20.0625rem;width:27.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnqvsDBQNnnZXrGRL8dgxtdGTvy2OVm { top:18.9375rem;left:27rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxSUUJXhzTgWFDSsMpulJcfyn1oRdLJ8 { top:29.1875rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ZGIazpxa1UvP3K1sr4PyiLvTGdd4BS { top:25.1875rem;left:16.9375rem;width:30.8125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIClvRWAaandRl7TOwlIL1KqOwQcKoWZ { top:25.3125rem;left:27rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm9gyit21hQkSorNKds1QMZRRGC7GXvr { top:23.5rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfUfd6PPZIxIlATkIU5fmbamBv0cuctT { top:35.3125rem;left:22rem;width:25.625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkW5UK6AIRiHNt0H6ZsMUHtbXz4ZwBw { top:38rem;left:28.0625rem;width:14.375rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZHTQJbqVVTHkovzV5Z7lZKZWL894XPT { top:50.5625rem;left:28.125rem;width:14.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBlTvWTykD9NIrEPMyQ35SxAXpBEnd26 { top:42.6875rem;left:28.0625rem;width:14.375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi0yz8TmwXDvo3nZTygIoWOppoKRCOhk { top:48.625rem;left:23.6875rem;width:24.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRDknJknLApO0OzeqTHd0gkGlgc2Lgac { top:63.9375rem;left:11.375rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM { display:block; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPpstWFR3hKqmTEf9yFp3rTABb3tPgKx { top:29.6875rem;left:0rem;width:29.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGgkDw6ztZcD5c15qohfuZCz0f9La0uw { top:27.9375rem;left:0rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFodxFb2FHbDqzTeFdgucfHTwXCKEPcu { top:8.6875rem;left:16rem;width:15.75rem;height:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBMy6ahuyZO4pNwSTKWMeWC4IQTXd6v6 { top:30rem;left:0rem;width:2.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elom6CZk8kHR0qFlUt2VG5unXTlbSgqR { top:29.75rem;left:18.3125rem;width:29.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0nLFs43pDMltk1v6TUd6T9cxdhcHJGG { top:30.125rem;left:27rem;width:2.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkv9gfJK1tTLaJWppFDG24T7qNak3uIQ { top:28rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtrqDozUnJgFFkXaWqObGmrr6AK6H2J5 { top:40.0625rem;left:18.3125rem;width:29.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TAiD4qkhqqPaTe0wrrWEFqRRrkwPhp { top:40.4375rem;left:27rem;width:2.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXL6hTscBkrScdXGqRkxHhPOznWwnr91 { top:40rem;left:0rem;width:29.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIukmaMZZyZZZCri9We8n59vkXnHLooS { top:38.3125rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I602guytggbx8UiHGW6ZTaaLC5QXNldw { top:38.25rem;left:0rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAb1l8axZmGya9kOgcBZkQ6LUmKg3aXa { top:40.375rem;left:0rem;width:2.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLsw2sday3xmKZz5FKHHZAPJqn9U75aR { top:67.125rem;left:11.375rem;width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfqNaTb6KkZt1I2yvngW62VpaygCz1BE { top:57.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS { display:block; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9Ut0sF11l3iMfbDfWRQuCX4iyVINOQg { top:7.3125rem;left:0rem;width:47.75rem;height:43.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzX4evQxW4iCUbk5ZEoxfQuGNeom4Bm1 { top:12.9375rem;left:15.5625rem;width:17.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoeTUEg62Z2J4ESax0qmP1A2riK2hxI { top:16.25rem;left:17.187503814698rem;width:14.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHvCKil3fcRbZctZTUpZTSfeelmJGMUx { top:29.5625rem;left:30.125rem;width:17.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRPsGoqa5dK4fmsOwcsXvMvZcaG5ss6I { top:32.625rem;left:33.375rem;width:14.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvt9NOSi5pzV0VnGfBFkwTPrnkk6K5L0 { top:12.9375rem;left:30.125rem;width:17.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpMqO5IRugHwFHX2HKlESRxLoLyQCi8 { top:16.25rem;left:33.375rem;width:14.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2TSpWoP5NvTaE91wBwprdTD6BRuTBeu { top:29.5625rem;left:24.625rem;width:17.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecLEXlxIekxyzZxgaRX9QsJZLQyp4Mq { top:32.625rem;left:26.25rem;width:14.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzOHdgEhKTw1NvybLxAWAHn68CL2TKZW { top:24.8125rem;left:30.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0HJKGTUJkClbgTZ1QO5KTlTMZGmkr1 { top:24.8125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4sOE7lqJTVTNZXES6yvHht3oTasesaR { top:41.3125rem;left:39.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XTBk7Z023A3ZW0FMAnVxaQxl1m8qRG { top:41.3125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW63P1WpnicC198lvugxE7Peqw2XAqna { display:block; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJQXB223hui7wne64l64diXo0Ox3wbGV { top:7.0625rem;left:0rem;width:34.375rem;height:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw1Hk86hbyGvlahagpFfbTb0UI9qalzK { top:12.9375rem;left:0rem;width:34.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBVTIrX6LTuMtNxsKvT1L7GT4yxGeCd1 { top:19.4375rem;left:0rem;width:34.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okvytu4BsvaOsAQ3ydgzZ6FTIAyF3EhA { top:12.9375rem;left:13.375rem;width:34.375rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWxVJsiNNdZ9lDn4SWqtGLErdya5xGaE { top:10.3125rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bb7dma5bIhOs14b2CNfidgUvsyA260yA { top:24.75rem;left:0rem;width:20rem;height:12.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ip6uiFDm4hOlul10s63wDP1idz2KynU5 { top:25.5625rem;left:0rem;width:17.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSAdovI0Q0ruFGF1y28SMvBSTL8KDJi2 { top:28.5rem;left:0rem;width:14.375rem;height:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqbQdUUwICwpXGWprUl0fVwZPHdr0iVT { top:52.25rem;left:0rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlsq2RiDZ54F7DA1RMcsHHfrkPSTNq73 { top:54.4375rem;left:0rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJk4W6a7st0N6ysX3tTZizSSyZPJpVoH { top:25.625rem;left:5.625rem;width:17.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS993QTAUQa3eBRd150JIVJTH6ehBnwh { top:54.4375rem;left:7.25rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO3uuZ30Hb25R7WPenC5AH1FPDZOIcoQ { top:52.25rem;left:7.25rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5EGMM4TEMPF15ZUIaHekhBNnpeLZBSD { top:28.5rem;left:7.25rem;width:14.375rem;height:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0nI3gNHrk6cgIlcrqJ4b9CbFK4oLIp2 { top:25.625rem;left:24.75rem;width:17.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgVz5TRUedElTpHiXiiRBiVfm8RW6coA { top:54.4375rem;left:26.375rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs3sJ4LqK9QJRTuMRcKfAMHS91T1PeKf { top:52.25rem;left:26.375rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCyLtKp93M27sU01Mce2914bzZTksXfo { top:28.5rem;left:26.375rem;width:14.375rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDDfAyTxk9skdEIWZ47wvtUOe4d95Rqh { top:25.625rem;left:30.125rem;width:17.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgiyiM8zcTfpmqFqw3gqmcR3nqugqELO { top:54.4375rem;left:33.375rem;width:14.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpBdH19NIZgJsb7xbmlV7fnHLnAXWXHT { top:52.25rem;left:33.375rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhVSlHGO99O8rQDpO8iZO87Zc7l85Vqw { top:28.5rem;left:33.375rem;width:14.375rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 { display:block; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzNgpw5MFAMMDlWGSEV6XDimTORQrmPi { top:10.8125rem;left:0rem;width:14.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebb2RDDurGRX0sKKOecMRrNZh6160tqU { top:10.75rem;left:5.6250019073486rem;width:26.6875rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwkCkuTeLBHo14Grg4oylT9sO5oprJsc { top:70.4375rem;left:13.375rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2JC9we0NDMtommZTdqGkATpVp1EbnQB { top:70.4375rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgMNwdclydPree53ITsZGTqmgxtkf4WV { top:27.5rem;left:0rem;width:44.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxHr4tG0p1uqCAp6WHe5pmFbbBpeHH5v { top:53.5rem;left:21.6875rem;width:26.0625rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7 { top:120.4375rem;left:0rem;width:38rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc { top:120.4375rem;left:20.8125rem;width:26.9375rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5r9qwuRqitVQRF77x22FcElPqEWVHNa { top:96.875rem;left:0rem;width:26.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmrzAWDhgrV9BATPaAbdxD5ps1aQxii0 { top:106.375rem;left:13.1875rem;width:34.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgmsOOTXXVTq9NWtkGLrSF4kh7EyDK13 { top:151.1875rem;left:0rem;width:34.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhEkpMKuclUQVqqhJq4HubeIqOQlZxSu { top:141.5rem;left:20.3125rem;width:27.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9 { top:166rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbTbbWEHHZX8W2bK095QR7UHB3Gn9zg { top:192.5rem;left:0rem;width:24.875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG { top:166rem;left:13.375rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8hf9VsooWhUfpuKZ3NMJpAL0tkD4tJm { top:201.875rem;left:13.1875rem;width:34.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThTtnfvqKDivpTB9HHow6AQ2gv9TRUU { top:241.0625rem;left:21.6875rem;width:26.0625rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU { top:216.9375rem;left:0rem;width:44.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXIlxxsDyZLekEodKoM9IuWkw77gpn5R { width:25rem;height:25rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwHmlSLC2zhDfkbBlfW0Zz66DMKMbtsl { display:block; }
 }@media only screen and (max-width: 763px) { #t1sokuwWfsT1iDT0ODyAx7WukvCd9dTE { width:34.375rem;height:34.375rem;top:70.4375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNUQibqgee4Gz06pwPFzQ5CLP12WJNzn { display:block; }
 }@media only screen and (max-width: 763px) { #B3FWNncPsVyIFv6wF2ySspfXCA9vGpvJ { width:44.6875rem;height:29.9375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPTwS1lk4UHVT5o8LpBEpZy26EsAnZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #xDoNs3cTzo4zhqs3qItJTo1abl0bTS3w { width:44.6875rem;height:29.9375rem;top:217rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzlhJtlhWHfU4aPG0MSze9O8IX2mvSFs { display:block; }
 }@media only screen and (max-width: 763px) { #EtAJfTJJTokzwzq0gfC13o6T4zr3pIlM { width:25rem;height:25rem;top:166rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCNmdw9GGPwGHO5ycL7UH0u26CEnMcUT { display:block; }
 }@media only screen and (max-width: 763px) { #owsIrysIdgJRaEUCGIFb0qdu9B3LrleJ { width:34.375rem;height:34.375rem;top:166rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAnhvqp18hUOTehR6eaObUoifwIBF4h1 { display:block; }
 }@media only screen and (max-width: 763px) { #ruFA1Ga27NMVELkFFi45tdTp2n6bwZAN { width:38.0625rem;height:29.25rem;top:120.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH9LeH9CRiWX39PTDUbyaiubXnq1vwzc { display:block; }
 }@media only screen and (max-width: 763px) { #IiPv29bBzELESX7t2iouxtMLOLprLhFM { width:27.0625rem;height:19.6875rem;top:120.375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDfDGRC8WfCKxfl6TTc0e2pAAmxs3d2C { display:block; }
 }@media only screen and (max-width: 763px) { #fl8QK5zu5UhBsnlUcK3ymmiXrZmvDh00 { top:192.5rem;left:0rem;width:20rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItfscaqmtTR3Zsb25N547pPsfykPWsmW { top:141.4375rem;left:0rem;width:20rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1Qisfu6GWX6MOk4GHdf9QAmuNT2bIh6 { top:98.8125rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvCw3ib8lUnQzI3BwHFiBThlivEZ486R { top:77.1875rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E { display:block; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDEKTOJxobHthzoom5D1ODonS4PQ0d2 { top:9.1875rem;left:13.375rem;width:34.375rem;height:9.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrg9v28cUp97wB5tlIyCeL8pTXXZkFq { top:24.25rem;left:13.375rem;width:34.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKtilJUc9b8xEDVMP2lPEQsWl6OKTBaB { top:9.1875rem;left:0rem;width:34.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-regular-label { width:32.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-textarea { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-button { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-checkbox-label { width:31.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S  { width:32.4375rem;height:auto;top:12.9375rem;left:0rem; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .radio-container { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S {display:block;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S { width:32.4375rem;height:auto;top:12.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #GfniERyhDsnTaJJM7R9eWcrcDaWzCNn2 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #RoD3Lb5iqs7MVLwQHKK5BZsw7606EQ06 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #S9F8QnEo5niBRr5lTc9tdW3EpVAdntDl {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #g4XnLduGRZB41nL85aaG63p4fy5aJ6Ju {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #U1obKP0u7aoVwXUTF8Fh7qTqkE2gqHPH {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #qqKJluPEhet5h4cIuIiXMVPrtntBbrT6 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #pVxw4P1S9cmFgC08J7uqAiTXpBvHzyzu {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #LMSgbZ19wMrursbt6QqJGPJDSPsD2NkO {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #HvOuAonrlFcR8Qp0Cd37KxNBeHIzBKWZ {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #Al6S6t612ZpdKT7lnKXM01ymgyhIp1Th {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #wATsGLtHuPp9Lko4lf84zVhK94t0PJzV {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #fJ6UXe1pWrr7JFArF922ebyLqSScTTH8 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #WacmaUMvh9H2mNMadAFVnGXv5WZISGP9 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #SN0LIMMfEy5EbEgyODhUD1Oq8RCCoIgi {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #xMBV8rZMQqAKOFD9mFMqitf0ITKkcxgB {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #ELoTgToTS5fKaf3pM9fILIMalQyIgTgn {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #JBGiltarEX8SgVzczVTsK4vq64fQVv8C {  }
 }@media only screen and (max-width: 763px) { #PgGRmGECBv3ne5zRQzS8EJXFKOksNoBZ { top:22.8125rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO { display:block; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOw0LkITVJLsdT1M33v40F36XJwAh4wO { top:5.125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2G0nSG43m4b4KoS6hBA4ZBaLo4yxfuu { top:6.1875rem;left:0rem;width:2.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8USqmxhJvAKNwXGU5JvTROQa57muPqF { top:5.125rem;left:27rem;width:15.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rignELwUMSsz5BK2U1Jsbdd1f0aUk6TR { top:5.125rem;left:30.75rem;width:17rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8yv0Ps5obgWTUPBnln0BB3re91UNNtk { width:12.5rem;height:1.5rem;top:5.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoo87JWyM6sllogQDSv2dUK7xB36EO1A { display:block; }
 }@media only screen and (max-width: 763px) { #mQT6kgxRpnm5IG7CdXl97mzZPtICppz0 { width:9.0625rem;height:1.5rem;top:6.75rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhLnvrxyE3RkIovCvil3JXX9wJrhQTG { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container { background-color: transparent; background-image: none; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container > .video-iframe-container { display: none; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row > .video-iframe-container { display: none; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .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); }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container { border-width: 0; border-radius: 0; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wq9MkFD3SHUuqTSDMM8SuobONTQpOgOx > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta4ZPq6vTORZgBesJZNPtZgCvBDmdZpJ { width:11.25rem;height:1rem;top:1.84375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #riqEyPJbI2TqEgM1hSnsbe864U6kV1Be { display:flex;top:1.4375rem;left:18.1875rem;width:1.8125rem;height:1.8125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #bbb9NGg5P8MyecPv0R0O1oytsh1VXBnE { top:7.5rem;left:0rem;width:14rem;height:2.03125rem;z-index:15007;font-size:1.5625rem;font-family:telegraf;display:block; }
 }@media only screen and (max-width: 763px) { #pMpkng72yJwLm05eqOEIEutoqkTVq5VG { top:10.125rem;left:0rem;width:14rem;height:2.03125rem;z-index:15008;font-size:1.5625rem;font-family:telegraf;display:block; }
 }@media only screen and (max-width: 763px) { #sVQyJepFXGOknOTEqGuTlZ5xxDd1ZB4f { top:12.8125rem;left:0rem;width:14rem;height:2.03125rem;z-index:15009;font-size:1.5625rem;font-family:telegraf;display:block; }
 }@media only screen and (max-width: 763px) { #cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW { display:none; }#cSK2hTBMr66bCEPRKT3blpnkCWxnZnMW > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #b1d55a);background-image: -moz-linear-gradient(180deg, #000000, #b1d55a);background-image: -ms-linear-gradient(180deg, #000000, #b1d55a);background-image: -o-linear-gradient(180deg, #000000, #b1d55a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b1d55a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b1d55a' );";background-image: linear-gradient(180deg, #000000, #b1d55a);background-size:cover !important;display:block; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row .container { background-color: transparent; background-image: none; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row .container > .video-iframe-container { display: none; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row > .video-iframe-container { display: none; }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .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); }#Ll3pQrrOmqAgmq3KTqr3WwHALMcIM0rS > .row .container { width:20rem;height:76.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWxJaAbQ6FllshbAnu9pMDSTnUCBMny3 { width:18.25rem;height:5.625rem;top:9.125rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHLdBI8XT5JSQBotb9eNJOwFJ7z1dIxa { width:18.25rem;height:4.798825rem;top:16.1875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQsai1InkLXiHn8GTVV6MATZhyTWutT2 { width:20rem;height:6.25rem;top:1.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gugHTrRbGnp1K8Kr72PF3bcPozp3Ip4b { display:flex;top:0.9375rem;left:18.1875rem;width:1.8125rem;height:1.8125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #PqJAi0RuDqxkuCcUdqmPFNtIvGaI92l5 { width:12.9375rem;height:4.4375rem;top:23.612499237061rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4sEE4JtZC4w9tirhK29cKIyTEFyTMkL { display:block; }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-text {padding-top: 0; padding-bottom: 0;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-select {padding-top: 0; padding-bottom: 0;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom  { width:17.5rem;height:auto;top:31.049999237061rem;left:0rem; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom {display:block;}#nEg1KxCXPV8aZTC9kImqSsx1rrVSucom { width:17.5rem;height:auto;top:31.049999237061rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #sr78m9hSWXQqHSIMEmfBAwo7Nyyd6fJu {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #EfyTyCd2K8c0k8WICFJciOa16tJOKmIq {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #cFD3TbVQEqU5Dlvlg0z2JaglohFi9gvf {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #yDdeXHnKwPDt6Wibu5aTynUUuTviWr2x {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #tIZNkOQKNrnDDJKpDHaNyMoEkdORoSHT {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #L2GE3hB23kBvPtumyK7HJTrJ6Dw9rrlD {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #ysDXhRcgnIo6zypdEnpnSvF6HDA5iBpE {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #deTXgMKvLbdoiR2oSEWDMlFE2B4LTDna {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #ADxONIRQQx5e0WwR7CPHfpwfSSJeK3U9 {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #BNvE5t2UWIo080g39wC6PJLz1xeQTdKl {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #n4T83TuHxcH3HyQhpNLvbbFrc5hFFieL {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #P2ipm0zkZIGGXEyCFAb7sfCvqlMpUt3Q {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #s4uh8W8dc1Tk4fHeVqGU9tkzZGzPvgnH {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #yWtlqXmJJVJMCxccvFBdn4Z64UN24zm8 {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #P7sfkhobTu8ebBA7PSTncRA5Hp36v1MV {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #oMR9xErIzocxnwTmnpZgKZf63u3bByzo {  }
 }@media only screen and (max-width: 763px) { #nEg1KxCXPV8aZTC9kImqSsx1rrVSucom #TsnCaaKPL9xV44cfOh6FccIrwOQ2Obmc {  }
 }@media only screen and (max-width: 763px) { #zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP { position:relative;z-index:auto;display:none; }#zxmxg44cTbLCzvCcsiHyN7zHIlBSvXRP > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u0cuPlocf433fisGRFWucTUg0guCewmT { width:11.25rem;height:1rem;top:2.0500001907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKyad8IIt14NaraOf8wpTVDylwwUrxKI { width:8.125rem;height:0;top:37.1125rem;left:5.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #daWPlRxcTu37WHu64HcqL3Cg6vDoDicR { width:5.8125rem;height:0;top:41.6125rem;left:7.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTeLm2GWRQ8hSaV2JX6RZVpyRuhlXx7i { width:4.4375rem;height:0;top:46.1125rem;left:7.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB { display:block; }#ECb7EAeHpHFkaXQsCHptTCE8Ri2KA3nB > .row .container { width:20rem;height:56.44791875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMOlRBTq5a40to2V6K6XXgn5amI83Xpc { width:4.875rem;height:2.6875rem;top:6.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFitd1A42LTCeXRTtcqsBaoDBMIbVPG0 { width:20rem;height:4.0625rem;top:15.25rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x57lah7tPmEtJ7fsUKA51efWkZm53E0G { width:16.875rem;height:3.19921875rem;top:28rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQSmTJ8h5lcTOfXhxo6gKBRtRUpuxbP { width:7.6875rem;height:7.6875rem;top:4.4375rem;left:6.15625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crTEnyk5Sf7Rancb4EFEfaqvwwXSlPsy { width:20rem;height:0.0625rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET7QIba12kGE59OFmqecaJC5CZwANVb { width:16.875rem;height:3.19921875rem;top:34.713542938233rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMWtKeo7z7bq3nqLgg3iHdl8ZqwcJllS { display:flex;width:1.375rem;height:1.375rem;top:28.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #id4Bi6cuVHd1pqQO3ppPEZOA8D3BJ2t8 { display:flex;width:1.375rem;height:1.375rem;top:35.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HNm8AfeREPGiosqyTSloMJAcqvuk9HBX { width:16.875rem;height:4.798825rem;top:41.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGgStAQ0FarA3obex6HttWN0Bf5lp3q { display:flex;width:1.375rem;height:1.375rem;top:42.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F71QdF1wT0vxDLFd3uKd4hcVCbRJZ5xu { width:20rem;height:0.0625rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1W9iIHMhqq4TTasrVhx5ALcIEVoaJol { width:20rem;height:0.0625rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMssVNMAbsMhySIwBtB27If08BPcLHax { width:20rem;height:0;top:50.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXO9AioIJKlCFLOncxVoESQE5fufqTTa { display:flex;width:1.375rem;height:1.375rem;top:48.0625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #PJKPTrwIW3BMw3FkTbQBh9ozWKMTTGzx { width:20rem;height:0.0625rem;top:55.13541875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM { display:block; }#QgZwwAvKGaHJqFB9KQqEIidTacTUpsHM > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwRRaR7udTrzPUySe6uUCmvltRUaX9w3 { width:20rem;height:0;top:4.109375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2CSBiasVfrqux1rwX8vuxotVX372nAT { width:20rem;height:10.15625rem;top:4.3125rem;left:0rem;font-size:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #FGMarLAseC6A54EEa8kVIA3Li3UNxmKT { width:20rem;height:1.4625rem;top:17.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8yORTiqJWbSUef4SmHcbCPdvKODLFQD { width:20rem;height:1.4625rem;top:25.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcKQpTcyecnzT4ULKLxNCyqXO5SFCntW { width:20rem;height:1.4625rem;top:20.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB5ptViiJKAHn0rFZ0IddAv9mVsigtyN { width:20rem;height:1.4625rem;top:23.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPFQTzAhe7dyqlcvuMlPIeskecyd1ta9 { display:flex;width:1.875rem;height:1.875rem;top:28.5244125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #v1BX2xiIIJlW8BaEOoTdafkRGrVFizmT { display:flex;width:1.875rem;height:1.875rem;top:31.6494125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #WozeKMXdIPbBfpL7LUmGVXQZquCvD03x { display:flex;width:1.875rem;height:1.875rem;top:34.7744125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #yf7wqQf2aLWrTPr8I2TLBrcpWbhtyGtA { display:flex;width:1.875rem;height:1.875rem;top:37.8994125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv { display:block; }#WCu1Rc7d8ANWC54GGrZ0LHTXm5hu1lgv > .row .container { width:20rem;height:125.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqq3wt99VhnXVmoLCUBWb69K1gzooxTg { width:17.5rem;height:5.25rem;top:4.875rem;left:1.3125rem;font-size:2.1875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQ1K0J9iK9fmOxhTRcWOtoaVRc5GMarT { width:14.375rem;height:1.4rem;top:14.625rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE4yNU9o4KUJsqmgIOvDJb2Ky6zUIRSG { width:17.5rem;height:30rem;top:12.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJHHp2QdENT0IHFulUB9Ixwy2vnCENG { width:14.375rem;height:3.9375rem;top:17.1875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iucZl3zhAyDvgG8JOaVGlXAaKC5XTP9F { width:14.375rem;height:11.8125rem;top:27.1875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZkGmQKRXKHQ7T8MLDuTgbAaXd9Kq72T { width:14.375rem;height:0.0625rem;top:22.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBsSiTWEPLfyZiTxsKc4ENCFkDTyPVSg { width:13.3125rem;height:1.3125rem;top:24.8125rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E17J72EkwalJuK4HR7vhoCTnn19bBuiO { width:17.5rem;height:24.625rem;top:43.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9W93iNifFaumBVPhedDoswoZmXAxmkw { width:14.375rem;height:6.5625rem;top:58.1875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXgSgFJTyTTvQBtFsBDD1p6uSsGNOwyZ { width:14.375rem;height:1.3125rem;top:55.9375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe253A6ld0eegQ0wCuv8takQNZcQWOEh { width:14.375rem;height:0.0625rem;top:54.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td5uJ6IsEP3Ti6uKApVGtZBcpTbLGzyx { width:14.375rem;height:3.9375rem;top:48.375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifaVvBNgbvTPE8ukH2bUv9I5HH5Qt1em { width:14.375rem;height:1.4rem;top:45.75rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2fednzAcO503VtHIKqd7aJFoZdIiA6M { width:17.5rem;height:25.6875rem;top:68.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxIm2oNCQRFb5GmLMZA76T2fKTT0unDI { width:14.375rem;height:7.875rem;top:83.9375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKtsPpqoEc9ulkkTpouNSidNKrkUHZcf { width:14.375rem;height:1.3125rem;top:81.6875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdx4s02poE8Tw3V2XUAcD8IZAKcQQ02H { width:14.375rem;height:0.0625rem;top:79.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2VKcnFrOfyfNKXcGT5wMdk9JOg0znuQ { width:14.375rem;height:3.9375rem;top:74.125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPNsKJBWRHPHKTPBRxdQgsE7KBs1KTqJ { width:14.375rem;height:1.4rem;top:71.5rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBxGWAAZSrG5ULuCHCmZ64Z2L0einUqW { width:17.5rem;height:24.75rem;top:95.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHPmbHUyAknRCBxad0SNNcpAALsbBuNR { width:14.375rem;height:9.1875rem;top:110.75rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWk5OA0JAwSDE2U1H1okxk8KaOlxeEeX { width:14.375rem;height:1.3125rem;top:108.5rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7II42DTRsEKpJhQyad5ZJh5O5WrFNvz { width:14.375rem;height:0.0625rem;top:106.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw0CmEHTuDTEaH13h7ufwRTczWBuQ2Rf { width:14.375rem;height:3.9375rem;top:100.9375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXIzVgTHWCDmTJL9TGO7fKqsMweyS8NV { width:14.375rem;height:1.4rem;top:98.3125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbsIEuoFOVAr2e3dLroaCw6I5eNzB9zh { width:20rem;height:0.125rem;top:124.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn { display:block; }#R51ST3MPNmAxpvsaOPbKpoxGZx3VLgMn > .row .container { width:20rem;height:117.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtfmTRAwUzhkyT6K8tD7rkQVWPUGPqQi { width:17.5rem;height:25.125rem;top:9.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4s6Es4n23tktFb2FgDSS3meGX4J1WG { width:14.375rem;height:1.875rem;top:12.875rem;left:2.8125rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #laHl1zx8EnxauZL4pTR2WL8HaR8MQwsF { width:14.375rem;height:2.625rem;top:18.8125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsTFv96z26V9MhSkHvldByFHamQlf9e1 { width:14.375rem;height:3.9375rem;top:27.3125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqSt1dxn2QFs7QcvUKwZ0JXXHNWTZfP { width:14.375rem;height:0;top:15.5625rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixDcXcTQVM2An8oyeeDe2OncMBwoyN2V { width:14.375rem;height:0;top:12.5rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciAEvI4vmVgBcXLbo81WMIaR9KBUWkL2 { width:10.3125rem;height:0;top:15.5625rem;left:9.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wo6o9IzW4k8uuucTDDEX3Q253p6KVQxL { width:17.5rem;height:25.125rem;top:35.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkgX3HsDI3VGvWBDikDrW84Czdaqxt1 { width:14.375rem;height:5.25rem;top:52.875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vberdo6sUuqhx3KxZCTBcFJDMygwZdux { width:14.375rem;height:2.625rem;top:44.625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIolxSUrmkPTTiBTZQhu4Nxr0WsJxmFi { width:14.375rem;height:1.875rem;top:38.6875rem;left:2.8125rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FfrAOEyWuqZepmuHx9kRULit9SPNvgEF { width:17.5rem;height:25.125rem;top:62.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5AdQL0GP1kkVr87qTF0rxJmU2OJ21cu { width:14.375rem;height:3.9375rem;top:80.1875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRdVrwgH8xRPFnL7ddxbBadlDIR3T6qL { width:14.375rem;height:3.9375rem;top:71rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHtLWcCUR1uXAmnnzTfOFMI8uws1MBU { width:14.375rem;height:1.875rem;top:65.25rem;left:2.8125rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WhCaQxCTZfNgd2sifQK3pzXQmE7O2xLK { width:17.5rem;height:25.125rem;top:88.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQ4Hdv6iJFqn9TaK1sZ6QmFBr1SNRsb { width:14.375rem;height:2.625rem;top:106.125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXeATogZwaQGA1pOp50PsTLDmu1A9k35 { width:14.375rem;height:2.625rem;top:97.75rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuecnu742kbnw2uyyDRnXSIuqwPsRIN { width:14.375rem;height:1.875rem;top:91.9375rem;left:2.8125rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k8Am3dBW8mohMa43K3UMVffKDOMPRMTW { width:17.5rem;height:5.25rem;top:3.3125rem;left:1.375rem;font-size:2.1875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQxJzRSaVcp0cUXZAkHW1TvTwdP6Vhdw { width:14.375rem;height:1.3125rem;top:95.75rem;left:2.8125rem;font-size:0.875rem;z-index:15011;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f4CxwFiaFbRClqIDmsLmnAwzytS3lTTf { width:14.375rem;height:0.0625rem;top:102.375rem;left:2.8125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TrE7ENkz6Kt2a9hhA64pw29CerDTwcpU { width:14.375rem;height:1.3125rem;top:104.125rem;left:2.8125rem;font-size:0.875rem;z-index:15012;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R6BiwpRMxTMDFXWtbgFrdakqufcPRZaI { width:14.375rem;height:1.3125rem;top:68.8125rem;left:2.8125rem;font-size:0.875rem;z-index:15012;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tGNd13kPSLTOUb7VmEI1wZkT3bV23qAk { width:14.375rem;height:1.3125rem;top:78.1875rem;left:2.8125rem;font-size:0.875rem;z-index:15013;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IM5B9nSKxGwqsfm45TrOlxGKeWI8bu9H { width:14.375rem;height:0.0625rem;top:76.5rem;left:2.8125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #dMsFi61rObycNkeNVAegzVTVxUyaxyWN { width:14.375rem;height:1.3125rem;top:42.75rem;left:2.8125rem;font-size:0.875rem;z-index:15013;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pLRiPTHTHtvNd0OnsouabTfwPca2W6DK { width:14.375rem;height:1.3125rem;top:50.875rem;left:2.875rem;font-size:0.875rem;z-index:15014;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TyuKT3fMa1gJLgREBf14T6s425VTE15G { width:14.375rem;height:0.0625rem;top:49.125rem;left:2.8125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #tyWsDQauvtmxyH5NXl0BiNdrVnmi2aZ2 { width:14.375rem;height:1.3125rem;top:16.8125rem;left:2.8125rem;font-size:0.875rem;z-index:15014;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TlScsPxr2WzfDF1mZA14nEDEcxM6tcB4 { width:14.375rem;height:0.0625rem;top:23.3125rem;left:2.8125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #JMgGzJz4AnrU4ZGAvzcN9LEyKxrgVGBF { width:14.375rem;height:1.3125rem;top:25.3125rem;left:2.8125rem;font-size:0.875rem;z-index:15015;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP { display:block; }#JKLyLcEi2Aen0sIDqncasNTqFfHkOmyP > .row .container { width:20rem;height:126.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZFQOWiGzSxZqmJvTo9NkZL81mt4bDv3 { width:20rem;height:6rem;top:4.75rem;left:0rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bqu2X6Zpldc5FNoQxsZ4AVxMUrxDveCx { width:14.375rem;height:4.798825rem;top:19.375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaCllC17O6g2SPUkuPbLR8xTP9y3eiDv { width:20rem;height:0.0625rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSFLEuTQ1MUcIHMJmfuF1eNBOTNN4Ik0 { width:15.9375rem;height:3.19921875rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDcud9unJoT6tCRMKM5tnUqsZzyEyuSI { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XJCNBUV6yVBtZCzToWfve7yF1AsmqILZ { width:20rem;height:0.0625rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJdGic5woEyNrakLqmn8x5A8BbMDCd8I { width:14.375rem;height:4.798825rem;top:27.3125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnqvsDBQNnnZXrGRL8dgxtdGTvy2OVm { display:flex;width:1.375rem;height:1.375rem;top:28.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zxSUUJXhzTgWFDSsMpulJcfyn1oRdLJ8 { width:20rem;height:0.0625rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ZGIazpxa1UvP3K1sr4PyiLvTGdd4BS { width:14.375rem;height:4.798825rem;top:33.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIClvRWAaandRl7TOwlIL1KqOwQcKoWZ { display:flex;width:1.375rem;height:1.375rem;top:35.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vm9gyit21hQkSorNKds1QMZRRGC7GXvr { width:3.375rem;height:3.375rem;top:4.75rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfUfd6PPZIxIlATkIU5fmbamBv0cuctT { width:17.5rem;height:18.75rem;top:83.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkW5UK6AIRiHNt0H6ZsMUHtbXz4ZwBw { width:14.375rem;height:4.125rem;top:86.375rem;left:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZHTQJbqVVTHkovzV5Z7lZKZWL894XPT { width:14.375rem;height:3.5rem;top:96.25rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBlTvWTykD9NIrEPMyQ35SxAXpBEnd26 { width:14.375rem;height:1.2375rem;top:91.0625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi0yz8TmwXDvo3nZTygIoWOppoKRCOhk { width:14.375rem;height:0.0625rem;top:94.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRDknJknLApO0OzeqTHd0gkGlgc2Lgac { width:20rem;height:20rem;top:132.6625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM { display:block; }#ZA6q9yCCVi8Um9la9LSdF5EGTIX3tfRM > .row .container { width:20rem;height:77.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPpstWFR3hKqmTEf9yFp3rTABb3tPgKx { width:20rem;height:3.19921875rem;top:26.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGgkDw6ztZcD5c15qohfuZCz0f9La0uw { width:20rem;height:0.0625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFodxFb2FHbDqzTeFdgucfHTwXCKEPcu { width:12.9375rem;height:4.375rem;top:10.125rem;left:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBMy6ahuyZO4pNwSTKWMeWC4IQTXd6v6 { width:2.8125rem;height:1.5625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elom6CZk8kHR0qFlUt2VG5unXTlbSgqR { width:20rem;height:3.19921875rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0nLFs43pDMltk1v6TUd6T9cxdhcHJGG { width:2.8125rem;height:1.5625rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkv9gfJK1tTLaJWppFDG24T7qNak3uIQ { width:20rem;height:0.0625rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtrqDozUnJgFFkXaWqObGmrr6AK6H2J5 { width:20rem;height:3.19921875rem;top:61.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TAiD4qkhqqPaTe0wrrWEFqRRrkwPhp { width:2.8125rem;height:1.5625rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXL6hTscBkrScdXGqRkxHhPOznWwnr91 { width:20rem;height:3.19921875rem;top:51.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIukmaMZZyZZZCri9We8n59vkXnHLooS { width:20rem;height:0.0625rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I602guytggbx8UiHGW6ZTaaLC5QXNldw { width:20rem;height:0.0625rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAb1l8axZmGya9kOgcBZkQ6LUmKg3aXa { width:2.8125rem;height:1.5625rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLsw2sday3xmKZz5FKHHZAPJqn9U75aR { width:17.125rem;height:17.125rem;top:3.75rem;left:1.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wfqNaTb6KkZt1I2yvngW62VpaygCz1BE { width:20rem;height:7.19825rem;top:70.125rem;left:0rem;font-size:2rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS { display:block; }#at0LS6sMS2r21x8TaUVKom4ZZsfCDrWS > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9Ut0sF11l3iMfbDfWRQuCX4iyVINOQg { width:17.5rem;height:4.8125rem;top:4.3125rem;left:1.3125rem;font-size:2.1875rem;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fzX4evQxW4iCUbk5ZEoxfQuGNeom4Bm1 { width:17.5rem;height:14.6875rem;top:11.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoeTUEg62Z2J4ESax0qmP1A2riK2hxI { width:14.375rem;height:6rem;top:14.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHvCKil3fcRbZctZTUpZTSfeelmJGMUx { width:17.5rem;height:14.6875rem;top:59.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRPsGoqa5dK4fmsOwcsXvMvZcaG5ss6I { width:14.375rem;height:4.5rem;top:62.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvt9NOSi5pzV0VnGfBFkwTPrnkk6K5L0 { width:17.5rem;height:14.6875rem;top:27.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpMqO5IRugHwFHX2HKlESRxLoLyQCi8 { width:14.375rem;height:4.5rem;top:30.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2TSpWoP5NvTaE91wBwprdTD6BRuTBeu { width:17.5rem;height:14.6875rem;top:43.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecLEXlxIekxyzZxgaRX9QsJZLQyp4Mq { width:14.375rem;height:7.5rem;top:46.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzOHdgEhKTw1NvybLxAWAHn68CL2TKZW { width:1.4375rem;height:1.4375rem;top:23rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0HJKGTUJkClbgTZ1QO5KTlTMZGmkr1 { width:1.4375rem;height:1.4375rem;top:39.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4sOE7lqJTVTNZXES6yvHht3oTasesaR { width:1.4375rem;height:1.4375rem;top:55rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XTBk7Z023A3ZW0FMAnVxaQxl1m8qRG { width:1.4375rem;height:1.4375rem;top:71.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW63P1WpnicC198lvugxE7Peqw2XAqna { display:block; }#iW63P1WpnicC198lvugxE7Peqw2XAqna > .row .container { width:20rem;height:162.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJQXB223hui7wne64l64diXo0Ox3wbGV { width:20rem;height:2.1875rem;top:5.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw1Hk86hbyGvlahagpFfbTb0UI9qalzK { width:20rem;height:0;top:10.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBVTIrX6LTuMtNxsKvT1L7GT4yxGeCd1 { width:20rem;height:1.25rem;top:20rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okvytu4BsvaOsAQ3ydgzZ6FTIAyF3EhA { width:20rem;height:0;top:24.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWxVJsiNNdZ9lDn4SWqtGLErdya5xGaE { width:20rem;height:6.3984375rem;top:10.3125rem;left:0rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7dma5bIhOs14b2CNfidgUvsyA260yA { width:20rem;height:12.79689375rem;top:24.512500762939rem;left:0rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Ip6uiFDm4hOlul10s63wDP1idz2KynU5 { width:17.5rem;height:26.75rem;top:41.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSAdovI0Q0ruFGF1y28SMvBSTL8KDJi2 { width:14.375rem;height:13.994125rem;top:44.5625rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqbQdUUwICwpXGWprUl0fVwZPHdr0iVT { width:14.375rem;height:0.0625rem;top:60.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlsq2RiDZ54F7DA1RMcsHHfrkPSTNq73 { width:14.375rem;height:2.625rem;top:62.9375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJk4W6a7st0N6ysX3tTZizSSyZPJpVoH { width:17.5rem;height:29.4375rem;top:69.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS993QTAUQa3eBRd150JIVJTH6ehBnwh { width:14.375rem;height:2.625rem;top:93.5rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO3uuZ30Hb25R7WPenC5AH1FPDZOIcoQ { width:14.375rem;height:0.0625rem;top:91.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5EGMM4TEMPF15ZUIaHekhBNnpeLZBSD { width:14.375rem;height:16.793rem;top:72.3125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0nI3gNHrk6cgIlcrqJ4b9CbFK4oLIp2 { width:17.5rem;height:34.4375rem;top:99.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgVz5TRUedElTpHiXiiRBiVfm8RW6coA { width:14.375rem;height:2.625rem;top:128.6875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs3sJ4LqK9QJRTuMRcKfAMHS91T1PeKf { width:14.375rem;height:0.0625rem;top:126.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCyLtKp93M27sU01Mce2914bzZTksXfo { width:14.375rem;height:20.9911875rem;top:102.75rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDDfAyTxk9skdEIWZ47wvtUOe4d95Rqh { width:17.5rem;height:22.375rem;top:135.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgiyiM8zcTfpmqFqw3gqmcR3nqugqELO { width:14.375rem;height:2.625rem;top:152.875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpBdH19NIZgJsb7xbmlV7fnHLnAXWXHT { width:14.375rem;height:0.0625rem;top:150.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhVSlHGO99O8rQDpO8iZO87Zc7l85Vqw { width:14.375rem;height:9.795875rem;top:138.3125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 { display:block; }#C1RHUgzTegwcL54nrQU7pzRRFiFp61T8 > .row .container { width:20rem;height:192.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzNgpw5MFAMMDlWGSEV6XDimTORQrmPi { width:14.125rem;height:1.4rem;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebb2RDDurGRX0sKKOecMRrNZh6160tqU { width:16.125rem;height:6rem;top:7.625rem;left:1.9375rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RwkCkuTeLBHo14Grg4oylT9sO5oprJsc { width:20rem;height:14.375rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2JC9we0NDMtommZTdqGkATpVp1EbnQB { width:20rem;height:14.375rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgMNwdclydPree53ITsZGTqmgxtkf4WV { width:20rem;height:14.4375rem;top:17.9375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7a87ff5e-6ea1-421e-ad15-8e1ffd4e5764/VIZ_Projekcja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SgMNwdclydPree53ITsZGTqmgxtkf4WV.adaptive-delivery-prevent-bg, #SgMNwdclydPree53ITsZGTqmgxtkf4WV.lazyload, #SgMNwdclydPree53ITsZGTqmgxtkf4WV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NxHr4tG0p1uqCAp6WHe5pmFbbBpeHH5v { width:20rem;height:2.92448125rem;top:34.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHfsTxkLNLUgspzOmOazt8wW1SiSI3b7 { width:20rem;height:14.375rem;top:82.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz1wGui7Ki3SmgdylfkL8a6pDnXZA1Jc { width:20rem;height:14.375rem;top:104.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5r9qwuRqitVQRF77x22FcElPqEWVHNa { width:20rem;height:1.4625rem;top:55.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmrzAWDhgrV9BATPaAbdxD5ps1aQxii0 { width:20rem;height:0;top:76.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgmsOOTXXVTq9NWtkGLrSF4kh7EyDK13 { width:20rem;height:0;top:98.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhEkpMKuclUQVqqhJq4HubeIqOQlZxSu { width:20rem;height:2.924475rem;top:120.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsSnbHbZ0DHxwfOAo9Xlv4ADFXIn3ES9 { width:20rem;height:14.375rem;top:125.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbTbbWEHHZX8W2bK095QR7UHB3Gn9zg { width:20rem;height:0;top:141.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0tTQCKlRTa8d2XRTHwLIJo9aC3uAPGG { width:20rem;height:14.375rem;top:147.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8hf9VsooWhUfpuKZ3NMJpAL0tkD4tJm { width:20rem;height:2.92448125rem;top:163.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThTtnfvqKDivpTB9HHow6AQ2gv9TRUU { width:20rem;height:0;top:185.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPML7HBfmU5Drz1vK9f6LvZqX0XcSmFU { width:20rem;height:14.375rem;top:168.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXIlxxsDyZLekEodKoM9IuWkw77gpn5R { width:20rem;height:14.375rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwHmlSLC2zhDfkbBlfW0Zz66DMKMbtsl { display:block; }
 }@media only screen and (max-width: 763px) { #t1sokuwWfsT1iDT0ODyAx7WukvCd9dTE { width:20rem;height:14.375rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNUQibqgee4Gz06pwPFzQ5CLP12WJNzn { display:block; }
 }@media only screen and (max-width: 763px) { #B3FWNncPsVyIFv6wF2ySspfXCA9vGpvJ { width:20rem;height:14.4375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPTwS1lk4UHVT5o8LpBEpZy26EsAnZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #xDoNs3cTzo4zhqs3qItJTo1abl0bTS3w { width:20rem;height:14.375rem;top:168.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzlhJtlhWHfU4aPG0MSze9O8IX2mvSFs { display:block; }
 }@media only screen and (max-width: 763px) { #EtAJfTJJTokzwzq0gfC13o6T4zr3pIlM { width:20rem;height:14.375rem;top:125.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCNmdw9GGPwGHO5ycL7UH0u26CEnMcUT { display:block; }
 }@media only screen and (max-width: 763px) { #owsIrysIdgJRaEUCGIFb0qdu9B3LrleJ { width:20rem;height:14.375rem;top:147.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAnhvqp18hUOTehR6eaObUoifwIBF4h1 { display:block; }
 }@media only screen and (max-width: 763px) { #ruFA1Ga27NMVELkFFi45tdTp2n6bwZAN { width:20rem;height:14.375rem;top:82.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH9LeH9CRiWX39PTDUbyaiubXnq1vwzc { display:block; }
 }@media only screen and (max-width: 763px) { #IiPv29bBzELESX7t2iouxtMLOLprLhFM { width:20rem;height:14.375rem;top:104.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDfDGRC8WfCKxfl6TTc0e2pAAmxs3d2C { display:block; }
 }@media only screen and (max-width: 763px) { #fl8QK5zu5UhBsnlUcK3ymmiXrZmvDh00 { width:20rem;height:4.3857375rem;top:184.375rem;left:0rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ItfscaqmtTR3Zsb25N547pPsfykPWsmW { width:20rem;height:4.38574375rem;top:141.42499923706rem;left:0rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #y1Qisfu6GWX6MOk4GHdf9QAmuNT2bIh6 { width:20rem;height:2.924475rem;top:98.75rem;left:0rem;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #UvCw3ib8lUnQzI3BwHFiBThlivEZ486R { width:20rem;height:2.92448125rem;top:77.1875rem;left:0rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E { display:block; }#CukTwpU8v3ls8tCk7XHaPsuuyTkSMl6E > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDEKTOJxobHthzoom5D1ODonS4PQ0d2 { width:17.5625rem;height:6rem;top:6.875rem;left:2.4375rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HTrg9v28cUp97wB5tlIyCeL8pTXXZkFq { width:17.5rem;height:4.19824375rem;top:15.875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKtilJUc9b8xEDVMP2lPEQsWl6OKTBaB { width:20rem;height:4rem;top:30rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S  { width:17.5rem;height:auto;top:35.0625rem;left:0rem; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S {display:block;}#TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S { width:17.5rem;height:auto;top:35.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #GfniERyhDsnTaJJM7R9eWcrcDaWzCNn2 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #RoD3Lb5iqs7MVLwQHKK5BZsw7606EQ06 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #S9F8QnEo5niBRr5lTc9tdW3EpVAdntDl {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #g4XnLduGRZB41nL85aaG63p4fy5aJ6Ju {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #U1obKP0u7aoVwXUTF8Fh7qTqkE2gqHPH {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #qqKJluPEhet5h4cIuIiXMVPrtntBbrT6 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #pVxw4P1S9cmFgC08J7uqAiTXpBvHzyzu {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #LMSgbZ19wMrursbt6QqJGPJDSPsD2NkO {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #HvOuAonrlFcR8Qp0Cd37KxNBeHIzBKWZ {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #Al6S6t612ZpdKT7lnKXM01ymgyhIp1Th {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #wATsGLtHuPp9Lko4lf84zVhK94t0PJzV {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #fJ6UXe1pWrr7JFArF922ebyLqSScTTH8 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #WacmaUMvh9H2mNMadAFVnGXv5WZISGP9 {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #SN0LIMMfEy5EbEgyODhUD1Oq8RCCoIgi {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #xMBV8rZMQqAKOFD9mFMqitf0ITKkcxgB {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #ELoTgToTS5fKaf3pM9fILIMalQyIgTgn {  }
 }@media only screen and (max-width: 763px) { #TA5VoaGooubCLOLuy1LqeZ4Wpe0WvF9S #JBGiltarEX8SgVzczVTsK4vq64fQVv8C {  }
 }@media only screen and (max-width: 763px) { #PgGRmGECBv3ne5zRQzS8EJXFKOksNoBZ { width:20rem;height:0.0625rem;top:24.5625rem;left:0rem;z-index:15024;background-color:#c8c8c8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO { display:block; }#NyM7gik4aUyhlGDMSeJ3svDvUEIDQmEO > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOw0LkITVJLsdT1M33v40F36XJwAh4wO { width:3.6875rem;height:3.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2G0nSG43m4b4KoS6hBA4ZBaLo4yxfuu { width:2.625rem;height:1.625rem;top:3.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8USqmxhJvAKNwXGU5JvTROQa57muPqF { width:15.3125rem;height:4.199225rem;top:10.375rem;left:0rem;font-size:1rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #rignELwUMSsz5BK2U1Jsbdd1f0aUk6TR { width:17rem;height:6.2988375rem;top:18.875rem;left:0rem;font-size:1rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #l8yv0Ps5obgWTUPBnln0BB3re91UNNtk { width:12rem;height:1.5rem;top:10.825000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoo87JWyM6sllogQDSv2dUK7xB36EO1A { display:block; }
 }@media only screen and (max-width: 763px) { #mQT6kgxRpnm5IG7CdXl97mzZPtICppz0 { width:8.5625rem;height:1.5rem;top:12.825000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhLnvrxyE3RkIovCvil3JXX9wJrhQTG { display:block; }
 }