.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:236,236,235;--color-primary-1:192,193,189;--color-primary-2:129,131,123;--color-primary-3:65,66,62;--color-primary-4:19,20,18;--color-secondary-0:253,238,236;--color-secondary-1:248,199,192;--color-secondary-2:241,142,128;--color-secondary-3:121,71,64;--color-secondary-4:36,21,19;--color-tertiary-0:255,255,255;--color-tertiary-1:230,236,231;--color-tertiary-2:173,192,174;--color-tertiary-3:87,96,87;--color-tertiary-4:17,19,17;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b8e207d6-03c8-461b-8b6b-264e78e03ec4/163_Fabryka_Corabeskopia.jpg");background-position:bottom 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; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV.adaptive-delivery-prevent-bg, #iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV.lazyload, #iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV.lazyloading { background-image: none; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row .container { background-color: transparent; background-image: none; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row .container > .video-iframe-container { display: none; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row > .video-iframe-container { display: none; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .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); }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row .container { border-width: 0; border-radius: 0; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;overflow:visible;position:relative;display:block; }#IeoFzr7HEfwToDdn6vBPcA0e454V2myz { color:rgba(var(--color-tertiary-0),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:12.187504082918rem;left:1.25rem;height:9.5rem;display:block; }
#lqDHfTxI3snidt64PDfbkRcRle4Tq1xE { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:26.685546875rem;left:1.25rem;height:5.25rem;font-style:normal;display:block; }
#T5xcprgAh2AAFea3Z5osy3JqIJPJeEQk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.1875rem;left:1.25rem;display:block; }
#JFZEcqGsHhJTiLPJtvlO6DQEiuXTxzl0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTEkKtzv88N3TB53x8KgvssxbWObglTy { background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.1875rem;left:15.6875rem;display:block; }
#eIUxB4QTSSagwZ1G5wqZTPzdWPgoLC0L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IlVe2AmoQ0v5T0TDhTrH22WQ5inIPFTZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.125rem;width:14.4375rem;top:2.8196616172791rem;left:1.0611991882324rem;overflow:hidden;display:block; }
#u3i9dTttWoyk5egI9eqp81hg0PEVe5aS { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:2.45rem;height:2.45rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:3.6320312023163rem;left:72.500000953675rem;display:block; }
#WGSDn5izGWBDg8NUxtyOa1wZr2nL3Mhp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { position:relative;display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;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; }#w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { box-sizing:content-box;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:10.875rem;left:1.8125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { color:rgba(var(--color-primary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.9375rem;left:2.125rem;height:7.34765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBhQ14g8KIQEWI36c3Rc3KVmmsWIU42C { color:#564a4c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.4375rem;left:20.936079978943rem;height:6.12305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsqIBMRHkV0kPy0JEBt40SH2ar6QS0o3 { color:#adc0ae;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:10.902702331543rem;left:21.186079978943rem;height:1.3501rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fg1eeuBAlBue97DUBWJSFHTUGyfTthHQ { color:#564a4c;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:13.54900598526rem;left:58.281252861023rem;height:6.12305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCsfZfR9LQT3zmueT5DmSoIctb30XOxR { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:14.206676959991rem;left:39.424715995789rem;height:6.12305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLlHcOD67t9EBBl21Al4r6vmhLLUDNk1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:10.61931848526rem;left:38.674715995789rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmmZZL2UOsPhWPGbRNIFhgNd9M7WLDlE { color:#564a4c;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:10.902702331543rem;left:57.312502861023rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n6scxISKCB1JAcdsyn5p7NZA7WgnTsTq { color:#564a4c;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.25rem;left:12.499218940735rem;height:2.9375rem;text-align:center;text-align-last:center;display:block; }
#esxyH24F4busiQ91ecE0u11C5JkQgZ3G { box-sizing:content-box;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:15000;background-color:#97ab98;background-image:none;top:9.375rem;left:18.905468940735rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#BckEv5bhqVmk9P6E7wciXn2HDUuMlpQb { box-sizing:content-box;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:15001;background-color:#564a4c;background-image:none;top:9.375rem;left:37.862500190735rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#kKXpNGKmtpdg9De5TDOQsbRMD4fzlLFh { box-sizing:content-box;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.375rem;left:56.750000953674rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME { position:relative;display:block; }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME { background-color: transparent; background-image: none; }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME > .row .container > .video-iframe-container { display: none; }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME > .row > .video-iframe-container { display: none; }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME > .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); }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME { border-width: 0; border-radius: 0; }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME > .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; }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:64.25rem;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; }#vtNe8a0hnu5A4DAisfqCpt9DQUBDhmp4 { color:#564a4c;display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625004768372rem;left:1.71875rem;height:3.7375rem;text-align:center;text-align-last:center;display:block; }
#VrTJoSBRVCvAKvcnrVuSbTV1cFOVfRhp { color:rgba(var(--color-primary-2),1);display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:7.86150598526rem;left:23.031250953674rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SiLppN1qF5GcnEXww9KOCQbXx2HM3a2k { box-sizing:content-box;height:22.5625rem;width:25rem;position:absolute;display:block;z-index:15003;background-color:#adc0ae;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:50rem;display:block; }
#gL1mxNssSnlgluhMNzgnrTTMUIrCByMe { box-sizing:content-box;height:22.5625rem;width:25.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:25rem;display:block; }
#ATvOGogewv10H5gE5KrMttGPXg8cK3fT { box-sizing:content-box;height:22.5625rem;width:25.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5d5ce;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:0rem;display:block; }
#CsQS3KcuB6kNeQQfWV9sDbbKlRi4TegI { color:rgba(var(--color-primary-2),1);display:block;width:21.1234375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:40.8125rem;left:1.9375rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tflu6sveEES1z8hbUmXEQCHb1uTp3Q9m { box-sizing:content-box;height:3.375rem;width:21.8734375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5625rem;left:1.5625rem;display:block; }
#NqoP1f71RyVK438CUeFzaB0dbTux3nQT { color:rgba(var(--color-primary-2),1);display:block;width:21.1234375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:40.8125rem;left:51.9375rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ftnssv8VwEViFvy8AiOG0y4geQzA872q { box-sizing:content-box;height:3.375rem;width:21.8734375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5625rem;left:51.5625rem;display:block; }
#wmmvXHRsVgeupmi2Cg17mZFJcKoNrRES { color:rgba(var(--color-primary-2),1);display:block;width:21.1234375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:40.8125rem;left:26.9375rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s7HEdMJ88GfFRIIkRMO0i2cUb0X5rgQJ { box-sizing:content-box;height:3.375rem;width:21.8734375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5625rem;left:26.5625rem;display:block; }
#M9HouTcNGn4CP3nTKZpGWNRZIvaphxds { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:14.125rem;left:0rem;overflow:hidden;display:block; }
#KtqikoAa1UTgFWOvqVXEJlHTz1hxGm59 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:14.125rem;left:25rem;overflow:hidden;display:block; }
#huVPg0K1GoNLmgcpSmt8ozcQp87ys5Hh { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:14.125rem;left:50rem;overflow:hidden;display:block; }
#rhhThRacN5AkV0Dsg8z5oPG6FMeTD76W { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#564a4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.809375rem;height:3.12421875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:56.5rem;left:55.625rem;display:block; }
#ysOtNc6JC7tNn1aGeogvkPDhVOACpNmA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2BR4pSD0Df2c9XztCsaIV7bZ2BE7IIL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#564a4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.809375rem;height:3.12421875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:56.5rem;left:30.625rem;display:block; }
#iU0akXFhTegVnqJnpQz4MSQnJohZNpsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JcWhXgKBuAbclkItEpHphIgxrfXz5Qxg { color:rgba(var(--color-primary-2),1);display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:45.9375rem;left:53.25rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cfRXwFveAT6qvbS1WUxpO9v0vI9KSMpE { color:rgba(var(--color-primary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:45.9375rem;left:3.375rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#P9TLrOBWg9uFIqA2pX2dp96l1lZpXdao { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#564a4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8089375rem;height:3.12358125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:56.50000333786rem;left:5.6257104873658rem;display:block; }
#Cp1JmKHMplMkSBGpA9ARbzENT72M40GW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIf4L1Uh1thuWDFsMycZNkx8sLwtOLvt { color:rgba(var(--color-primary-2),1);display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:45.9375rem;left:27.5625rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H21Jsf0lBBHvABfO66g150KDRkvfAn80 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Gcfkf7za9L7wypRqmIWFoGOAn6NBS2ui { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#FMTAs1lmACyNk1lt38I5JUE0qKLgRM2q { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe { position:relative;display:block; }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe { background-color: transparent; background-image: none; }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe > .row .container > .video-iframe-container { display: none; }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe > .row > .video-iframe-container { display: none; }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe > .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); }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe { border-width: 0; border-radius: 0; }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe > .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; }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;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; }#Fnaq5RrAfwgO1ISinhA37MxLJZUtrpxn { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.75rem;left:12.5rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#Jvt1xzfCMRCc9QCbzR2pJuLumeHBoqg0 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:25.5625rem;width:45.5rem;top:3.40625rem;left:29.500000953674rem;display:block; }
#hgEknsn9hBQlKTVog5Vdr04UTeA3XTi2 { color:#564a4c;display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:6.53125rem;left:1.625rem;height:19.25rem;text-align:left;text-align-last:left;display:block; }
#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { position:relative;display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:76.625rem;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; }#W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { color:#564a4c;display:block;width:62.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:2.9375rem;left:6.405468940735rem;height:2.9375rem;text-align:center;text-align-last:center;display:block; }
#LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.0625rem;left:51.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.0625rem;left:25.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#vDKKBHoX2yUehlc2QucvlyIpN6A9nfRZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.1875rem;width:23.875rem;top:9.0625rem;left:25.687500953674rem;overflow:hidden;display:block; }
#yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.25rem;width:23.9375rem;top:9.0625rem;left:51.125000953674rem;overflow:hidden;display:block; }
#zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { box-sizing:content-box;height:31.5rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.0625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.1875rem;width:23.6875rem;top:9.0625rem;left:0rem;overflow:hidden;display:block; }
#nt27bAhddGgXNqUuTuxXW1PotF0oiKbV { color:#564a4c;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:28.875rem;left:52.281252861023rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#piRPUdnI7UVwq5M7mNTQpcHg1ffd4dCZ { color:#564a4c;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:28.875rem;left:26.906249046326rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { color:#564a4c;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:28.8125rem;left:1.875rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SSBwdlIMk7ci90tIUioerHhmid8wkFHw { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.1875rem;left:25.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.1875rem;left:51.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#fflWRpEq6ccm2baGgKGND68xKtz6C0Hf { color:#564a4c;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:62.6875038147rem;left:26.906249046326rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mKwMDVHeb69v5qJTVv8i6VZ4v28wodKG { color:#564a4c;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:62.6875038147rem;left:52.281252861023rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.1875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#Jk32UELc3CQUfQSNcseDDAichmpZ4HUv { color:#564a4c;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:62.375rem;left:1.25rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#noTfTgyaiohtlGMQIsU2GXAro9pcun2G { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.3125rem;width:24.0625rem;top:42.1875rem;left:0rem;overflow:hidden;display:block; }
#kzyzO8mFl1GqgTOCyIPFDAynOvP6Twqc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.125rem;width:23.8125rem;top:42.1875rem;left:25.75rem;overflow:hidden;display:block; }
#t5VUu56TiTGfep5m8LwfTxIxQtgJ3oPB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.125rem;width:23.75rem;top:42.1875rem;left:51.125rem;overflow:hidden;display:block; }
#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7d7cf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { background-color: transparent; background-image: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .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); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { border-width: 0; border-radius: 0; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { color:#564a4c;display:block;width:49.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:2.8103694915771rem;left:12.562500953674rem;height:2.9375rem;text-align:center;text-align-last:center;display:block; }
#ZFJbOXRuHnIoZZ4TRCfKPGAobqheZDQW { color:#564a4c;display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:11.685371398926rem;left:2.5rem;height:6.4609375rem;text-align:left;text-align-last:left;display:block; }
#LMcifC4E2MaAQKu8LNJJOU7XPHhlD95k { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:23.0625rem;left:2.5rem;height:14.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqholTAEUzE1lT2J58wL8U9vlAFgDGic { color:#564a4c;display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:44.25rem;left:41.4375rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z0dsa9GRp5xCuyIcqhQlO6wTwbZfAnRi { color:#f18e80;display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:44.625rem;left:2.5rem;height:3.525rem;text-align:left;text-align-last:left;display:block; }
#fKmeiXnMpLqDF73ne7MFQ198TN6aHLu8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50rem;left:58.6875rem;display:block; }
#Dxacv89kWgA3wzEUPFPxx5XQvNGw5cHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7ZS74TsXf5qniXpyyre1Bume2ufEO45 { box-sizing:content-box;height:31.5625rem;width:36.1875rem;position:absolute;display:block;z-index:14999;background-color:#9a9e8e;background-image:none;top:8.7216796875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#sQAhnkGvP4nmd9qk6cBOMR277KrGw6yk { box-sizing:content-box;height:31.56225rem;width:36.1875rem;position:absolute;display:block;z-index:15000;background-color:#f18e80;background-image:none;top:8.7216796875rem;left:38.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#vX2FgFCseKsypwpes5XyphkT26FUWSCr { color:#564a4c;display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:11.685371398926rem;left:41.874289512634rem;height:6.4609375rem;text-align:left;text-align-last:left;display:block; }
#OwEfBIOWSTRyLtZsteCPVBPKc0QwvfBy { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:22.622397124767rem;left:41.5625rem;height:14.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOtDN0PhfBih9q6AL8NuyNSpCfpOTq6o { box-sizing:content-box;height:12.5rem;width:36.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.5625rem;left:0rem;display:block; }
#zIAx0DiWhm14QWgE4iyWy5W5fCA31NB9 { box-sizing:content-box;height:12.5rem;width:36.125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.5625rem;left:38.875rem;display:block; }
#TsTTNdeaZNmVrK9E66U8EVb4nyxwlbWA { color:#564a4c;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:50rem;left:2.5rem;height:2.923825rem;display:block; }
#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { background-color: transparent; background-image: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container > .video-iframe-container { display: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row > .video-iframe-container { display: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .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); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { border-width: 0; border-radius: 0; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#XOSGymd8XSs5IVIzd3gLqtB1h2igNN5Z { color:#564a4c;display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.5rem;left:38.0625rem;height:1.3501rem;text-align:left;text-align-last:left;display:block; }
#Hlz4eL08Winp1e34ImtQFBiVDdFPcbf4 { color:#564a4c;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:55.75rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eGoBac4sN1NdfpMb0HxekoRFBrKIAH4d { box-sizing:content-box;height:8.25rem;width:38.3125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),0.12);background-image:none;top:8.9375rem;left:36.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#u2vezlHxWeneKhJ6I7S1IGC33uPWAIo4 { box-sizing:content-box;height:8.25rem;width:38.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.12);background-image:none;top:17.6875rem;left:36.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NTiF15T2AhHTHr6shiB29nt49yVI8wqU { color:#564a4c;display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:20.4375rem;left:38.0625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#pmOGw2RAECh8uTAPOGNNS0O8IebgmHGv { color:#564a4c;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.0625rem;left:56rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nf0kJTXUX4rIoq8M7enLvHzDMAqE8JBa { box-sizing:content-box;height:8.25rem;width:38.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.12);background-image:none;top:26.4375rem;left:36.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OTDAzU7Z8NubuSTDrI9ZpvvzTcuTGxTe { color:#564a4c;display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:29.875rem;left:38.0625rem;height:1.3501rem;text-align:left;text-align-last:left;display:block; }
#oZXaqThISEdEvUBl9CezKU7ug4M6In5g { color:#564a4c;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5rem;left:56.0625rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m3zyddwIq5PGgwV3loI7aTfhBgFkwshV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:31.3125rem;width:31.6875rem;top:6.1875rem;left:1.75rem;overflow:hidden;display:block; }
#muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { color:#564a4c;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:2.9375rem;left:12.499218940735rem;height:2.5875rem;text-align:center;text-align-last:center;display:block; }
#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { position:relative;display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { background-color: transparent; background-image: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .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); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { border-width: 0; border-radius: 0; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .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; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:62.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; }#CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:7.2476565241812rem;left:15.249218940735rem;height:8.9238125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:2.8101563453674rem;left:5.33984375rem;height:2.9375rem;text-align:center;text-align-last:center;display:block; }
#VHdCH8vOhNTtLN01ZqKG48kfeIFVtB6S { box-sizing:content-box;height:12.5rem;width:26.875rem;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c8b6e6b5-b459-4e3b-a136-181471d419cf/ms_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:24.0625rem;display:block; }#VHdCH8vOhNTtLN01ZqKG48kfeIFVtB6S.adaptive-delivery-prevent-bg, #VHdCH8vOhNTtLN01ZqKG48kfeIFVtB6S.lazyload, #VHdCH8vOhNTtLN01ZqKG48kfeIFVtB6S.lazyloading { background-image: none; }
#ah4RLzgA25GTvHyF0Q2hq8ggZ6gLfA5t { color:#564a4c;display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:25.5625rem;left:25.4375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#WyymsH9r18U1dvtW67F5DtpTfPN4SRr3 { box-sizing:content-box;height:9.0625rem;width:19.375rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1923eac6-4047-46a7-af34-709bdaff1794/E_d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.186770439148rem;left:38.125002861023rem;display:block; }#WyymsH9r18U1dvtW67F5DtpTfPN4SRr3.adaptive-delivery-prevent-bg, #WyymsH9r18U1dvtW67F5DtpTfPN4SRr3.lazyload, #WyymsH9r18U1dvtW67F5DtpTfPN4SRr3.lazyloading { background-image: none; }
#HyzAodiobEsTKweEdSFwhNUVD1y01SZE { box-sizing:content-box;height:9.0625rem;width:19.375rem;position:absolute;display:block;z-index:15039;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b995ec33-3028-41d2-86ad-d3fb911971f0/C_d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.185350418091rem;left:17.562500953674rem;display:block; }#HyzAodiobEsTKweEdSFwhNUVD1y01SZE.adaptive-delivery-prevent-bg, #HyzAodiobEsTKweEdSFwhNUVD1y01SZE.lazyload, #HyzAodiobEsTKweEdSFwhNUVD1y01SZE.lazyloading { background-image: none; }
#FgBRGuaBMwv85kymVnEtbe0pLI57iXRb { color:#564a4c;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:41.686059951782rem;left:41.562502861023rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#xVecSbBVHbvInQzOHhXvLTU2s0R7huIf { color:#564a4c;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:41.687480926514rem;left:21.000000953674rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#L2HThDaRk47bp3VrgoUQnJmosrxRsMZo { box-sizing:content-box;height:46.75rem;width:46.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/84f7ce6c-82b1-47a6-81ab-7b40248c4e54/Obszarroboczy1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.1875rem;left:14.125rem;display:block; }#L2HThDaRk47bp3VrgoUQnJmosrxRsMZo.adaptive-delivery-prevent-bg, #L2HThDaRk47bp3VrgoUQnJmosrxRsMZo.lazyload, #L2HThDaRk47bp3VrgoUQnJmosrxRsMZo.lazyloading { background-image: none; }
#WrTL45JSo6wIty3cmBApzztbLTTCpBOA { position:relative;display:block; }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA { background-color: transparent; background-image: none; }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA > .row .container > .video-iframe-container { display: none; }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA > .row > .video-iframe-container { display: none; }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA > .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); }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA { border-width: 0; border-radius: 0; }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA > .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; }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA > .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:50.9375rem;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; }#GvEIECIBINZe3zb24DedKB3EXBgbhf2U { color:#564a4c;display:block;width:71.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4033987522125rem;left:1.96875rem;height:;text-align:center;text-align-last:center;display:block; }
#nZyWbOwGE3d85HQ7L7GvE8vtxryGJi1P { color:#564a4c;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.9375rem;left:3.1875rem;height:;display:block; }
#dH5HcTooeZdfpNoyAIxhkhIZPB7X5qPp { color:#564a4c;display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.9375rem;left:29.5rem;height:;display:block; }
#nUTtaTnxDEq6EiqlKAw1HSk6ltJ5bCmG { color:#564a4c;display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.9375rem;left:55.4375rem;height:;display:block; }
#s2iFXhlfQX9w0f7ZJ8tHHa2dAX4LwTvn { color:#564a4c;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.312501192093rem;left:3.1875rem;height:8.285125rem;display:block; }
#uP8ByGnU65EoBDg272LXnZPJ8uvIVn6z { color:#564a4c;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.9375rem;left:29.5rem;height:6.9043125rem;display:block; }
#UL69LfRBW6iZVhqb0ODHkM10lyvCq3O5 { color:#564a4c;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.562501192093rem;left:55.500002861023rem;height:8.285125rem;display:block; }
#mVA0NFN4TgwfKuwqKGGOuOCyuHZdkvtz { box-sizing:content-box;height:19.9375rem;width:20.125rem;position:absolute;display:block;z-index:14997;background-color:#adc0ae;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:1.1875rem;display:block; }
#BL38PTBSWxE7xyz9cpM2GZekgmWTkoJx { box-sizing:content-box;height:20.0625rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:#adc0ae;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:27.499999046326rem;display:block; }
#aKc0D5vMMvTpeAlo38i6WDxCcKvdQn1M { box-sizing:content-box;height:20.0625rem;width:20rem;position:absolute;display:block;z-index:14998;background-color:#adc0ae;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:53.750002861023rem;display:block; }
#xJx6M52eRwHnx2rRJ3gko9DLDUZPn4PK { box-sizing:content-box;height:20.8125rem;width:20.1875rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/1d19f805-b513-41c8-87e7-173a3aed5aef/2t2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.062500447035rem;left:27.406249046326rem;display:block; }#xJx6M52eRwHnx2rRJ3gko9DLDUZPn4PK.adaptive-delivery-prevent-bg, #xJx6M52eRwHnx2rRJ3gko9DLDUZPn4PK.lazyload, #xJx6M52eRwHnx2rRJ3gko9DLDUZPn4PK.lazyloading { background-image: none; }
#AW6w6iqDmgAHnuh28qD38B72KRBkwudo { box-sizing:content-box;height:20.3125rem;width:20.1875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/6361e61e-0a9e-45f5-a9ff-65b2036647f2/3t.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.625000447035rem;left:53.531252861023rem;display:block; }#AW6w6iqDmgAHnuh28qD38B72KRBkwudo.adaptive-delivery-prevent-bg, #AW6w6iqDmgAHnuh28qD38B72KRBkwudo.lazyload, #AW6w6iqDmgAHnuh28qD38B72KRBkwudo.lazyloading { background-image: none; }
#PNCtGutLh5lD1nVovT1BIU7oc4fTn0ph { box-sizing:content-box;height:20.875rem;width:20.1875rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/adb4e920-f620-4f3e-9010-2b272b99ad29/1t.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.062500447035rem;left:1.21875rem;display:block; }#PNCtGutLh5lD1nVovT1BIU7oc4fTn0ph.adaptive-delivery-prevent-bg, #PNCtGutLh5lD1nVovT1BIU7oc4fTn0ph.lazyload, #PNCtGutLh5lD1nVovT1BIU7oc4fTn0ph.lazyloading { background-image: none; }
#rrObeJNEZyB5te6m1iWtsFbOOxd7D6Tf { box-sizing:content-box;height:20.0625rem;width:20rem;position:absolute;display:block;z-index:14998;background-color:rgba(86,74,76,0.44);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.812505841255rem;left:1.25rem;display:block; }
#kOOTEUan2XBAKQJ9KMowZwhuTTsVPHLN { box-sizing:content-box;height:20.0625rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:rgba(86,74,76,0.44);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875000476837rem;left:27.499999046326rem;display:block; }
#GR8bp1y4DFR2Lqzu8bQrVSE2qug3gg5v { box-sizing:content-box;height:20.0625rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:rgba(86,74,76,0.44);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875000476837rem;left:53.750002861023rem;display:block; }
#t86cQlQ8JCfBd88lT9p01PCZxQHTKary { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row .container { background-color: transparent; background-image: none; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row .container > .video-iframe-container { display: none; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row > .video-iframe-container { display: none; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .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); }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row .container { border-width: 0; border-radius: 0; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-form-header {  }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:32.125rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:2.8; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-text { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;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.125rem;box-sizing:border-box;height:2.25rem;color:rgba(var(--color-tertiary-3),1);font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-textarea { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;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.125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-3),1);font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;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.125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .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; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .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-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:16.0625rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:16.0625rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1;text-align:center;text-align-last:center;font-style:normal; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .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.7;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:30.875rem;overflow:hidden;font-style:normal; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .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; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .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.5; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-container:first-of-type{padding-top:0;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-container:last-of-type{padding-bottom:0;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7  { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:39.117190361023rem;top:4.1171875rem;z-index:15024;position:absolute; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.125rem;display:block;vertical-align:top; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.5;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 {display:block;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:39.117190361023rem;top:4.1171875rem;z-index:15024;position:absolute; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #yMmrQt1Xbbu9vKIlPnVr70P494es2vKh { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #WWmxd57biEXTDN0RT4AqRd1zGWr7AlR7 { position:relative;display:block; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #XDRkDymTLSZ4d9EC3fOVFnEpWxrsqMiZ { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #eC20HbQNmwKLFydhk9tQyQKn7ZJGfUmM { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #exTlGgTREAS2CyK2OwhWyR5KZVMruo4G { position:relative;display:block; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #M3uy1us8LhiKWp8kHIl4ZtwmUndLFVAk { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #iBEmSiTO6zt3msqTTAQsnxhnBFuhQrDw { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #C0v25Bb4idtKM5RfphDTEJiVnbCSEwRQ { position:relative;display:block; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #hULBDplgVFe24TaA4cdO82qPlF9T666Z { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #tLuObF2sczg9dvF6UpHQAmK1W1gKi09H { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #TenyJo3BUZtEdUcFRzCg2XDZHcQuV70N { position:relative;display:block; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #Fgnn8S4Ki9R4JAqBg17oishxlU8wUs5i { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #itrl6coaqqvyJsgUFBJRdy9RdLoV74vG { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #l0iBMHJSfbgLTdMyxa48FDw3SWBQCKwU { position:relative;display:block; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #kT34kAcQZPUw73dN6AI97m1gwuHl8ZyU { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #eHJskqPW5QKTmKroEdLDkHudtGZ9Wr6V { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #haZcHsQZqqdlHHZg3VCAzLhLys64UHha { position:relative;z-index:2; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #Zsnc4wgw0SWHXXTKlUKwWdwVbWRpKp9q { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #FhiIVX6ttA4aK8iLQ4ZMDHrIJkQe9MKn { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #ATXJfEWqvnLzleZK6hAHsGnd3oVrBWV0 { position:relative;z-index:2; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #PSUHSqRviAEnKp9ac14ZLJGE8pG9iuCv { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #cTp15f2S3Di3A4yogCxyZ1AlTKUqzRSJ { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #oBPXLcdU3OuFZRxJwMQZUZQVpMCH3IDd { position:relative;z-index:2; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #CrpQB5H0WzBnkZPwKgxwM0lu7wHUaI24 { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #q86N7vkMCczokXTlGCa3rUKfhUvnHC3q { position:relative;display:block;z-index:15000; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #S2JnIHBhGiTAN91G4awivSZlHPSTeMs5 { position:relative;display:block;z-index:15000; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #qlKqbB85kUshldXFuI9kJtOeOPOqdVSd { position:relative; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #MQNZrLdflB9pr5gIGzM7KKQskG1ZnAcZ { position:relative; }
#Hc0yP89RC0ZgsRU4S7T8nBTNT8XVaHkq { color:rgba(var(--color-primary-3),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:14.6875rem;left:4.6875rem;height:15.7421875rem;text-align:left;text-align-last:left;display:block; }
#q7orqn0uI3umb8WyPiE80cwrnQygAmRZ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:4.75rem;left:4.6875rem;height:7.048825rem;text-align:left;text-align-last:left;display:block; }
#p5nh6kgs0lSq6MAGWrCt7L84nDSrRpau { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:12.8125rem;width:14.6875rem;top:35.27099609375rem;left:4.6875rem;overflow:hidden;display:block; }
#yLm8PTKcLDC3K4nsWqA9IObLsrxA2bm2 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:29.69888651371rem;left:3.5625rem;height:0;text-align:left;text-align-last:left;display:none; }
#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#MV591xzmStREXTQoxuOFLc70eLJbUsxR { 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:3.4375rem;width:12.875rem;top:3.75rem;left:1.125rem;overflow:hidden;display:block; }
#tolQgs7f6ynhTLmtdpzrUEpDKvSGeIgU { color:rgba(var(--color-tertiary-0),0.6);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.755859375rem;left:38.25rem;height:4.824225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:18rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.5625rem;left:18rem;height:6.39845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4oUawHDCocPg7szPoIgFlJm5OA604C9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:7.0618495941163rem;left:51.061851501465rem;height:2.3984375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Hydlm7OgcrQQpoSg7ivLke1G41tBT9r3 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:17.227733612061rem;left:0.71835708618162rem;height:2.2734375rem;display:block; }
#PfeWRnk7fCIpVuVTsJJRoEXaNHPPoTkL { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:11.40625rem;left:68.572921752931rem;overflow:hidden;display:block; }
#HA3zJfHGHn6HcIWeGS7RC0w2y3JhTKMf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:6.28125rem;left:68.489585876462rem;overflow:hidden;display:block; }
#s5s7L37TGeFmgKLLsnrn4NQdH8MA0JzS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:11.936849594116rem;left:50.999351501465rem;height:2.3984375rem;font-style:normal;text-align:right;text-align-last:right;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV { display:none; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IeoFzr7HEfwToDdn6vBPcA0e454V2myz { width:42.6875rem;height:9.5rem;top:12.1875rem;left:0rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqDHfTxI3snidt64PDfbkRcRle4Tq1xE { width:35.8125rem;height:5.25rem;top:26.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5xcprgAh2AAFea3Z5osy3JqIJPJeEQk { width:13.8125rem;height:3.125rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZEcqGsHhJTiLPJtvlO6DQEiuXTxzl0 { display:block; }
 }@media only screen and (max-width: 763px) { #kTEkKtzv88N3TB53x8KgvssxbWObglTy { width:10.6875rem;height:3.125rem;top:35.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUxB4QTSSagwZ1G5wqZTPzdWPgoLC0L { display:block; }
 }@media only screen and (max-width: 763px) { #IlVe2AmoQ0v5T0TDhTrH22WQ5inIPFTZ { width:14.4375rem;height:4.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3i9dTttWoyk5egI9eqp81hg0PEVe5aS { width:2.4375rem;height:2.4375rem;top:3.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSDn5izGWBDg8NUxtyOa1wZr2nL3Mhp { display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:18.25rem;height:12.125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { width:13.75rem;height:1.375rem;top:10.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:14rem;height:7.3125rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBhQ14g8KIQEWI36c3Rc3KVmmsWIU42C { width:14.1875rem;height:6.0625rem;top:13.4375rem;left:7.3110799789431rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsqIBMRHkV0kPy0JEBt40SH2ar6QS0o3 { width:13.6875rem;height:1.3125rem;top:10.875rem;left:7.5610799789431rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg1eeuBAlBue97DUBWJSFHTUGyfTthHQ { width:15.1875rem;height:6.0625rem;top:13.5rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCsfZfR9LQT3zmueT5DmSoIctb30XOxR { width:15.125rem;height:6.0625rem;top:14.1875rem;left:25.799715995789rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLlHcOD67t9EBBl21Al4r6vmhLLUDNk1 { width:16.625rem;height:2.6875rem;top:10.5625rem;left:25.049715995789rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmmZZL2UOsPhWPGbRNIFhgNd9M7WLDlE { width:17.125rem;height:1.3125rem;top:10.875rem;left:30.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6scxISKCB1JAcdsyn5p7NZA7WgnTsTq { width:47.75rem;height:2.9375rem;top:3.25rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxyH24F4busiQ91ecE0u11C5JkQgZ3G { width:18.25rem;height:12.125rem;top:9.375rem;left:5.2804689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BckEv5bhqVmk9P6E7wciXn2HDUuMlpQb { width:18.25rem;height:12.125rem;top:9.375rem;left:24.237500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKXpNGKmtpdg9De5TDOQsbRMD4fzlLFh { width:18.25rem;height:12.125rem;top:9.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME { display:block; }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtNe8a0hnu5A4DAisfqCpt9DQUBDhmp4 { width:47.75rem;height:3.6875rem;top:2.5625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTJoSBRVCvAKvcnrVuSbTV1cFOVfRhp { top:7.8125rem;left:9.4062509536744rem;width:28.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiLppN1qF5GcnEXww9KOCQbXx2HM3a2k { top:39.125rem;left:22.75rem;width:25rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL1mxNssSnlgluhMNzgnrTTMUIrCByMe { top:39.125rem;left:11.375rem;width:25.0625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATvOGogewv10H5gE5KrMttGPXg8cK3fT { top:39.125rem;left:0rem;width:25.0625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsQS3KcuB6kNeQQfWV9sDbbKlRi4TegI { top:40.8125rem;left:0rem;width:21.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tflu6sveEES1z8hbUmXEQCHb1uTp3Q9m { top:40.5625rem;left:0rem;width:21.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqoP1f71RyVK438CUeFzaB0dbTux3nQT { top:40.8125rem;left:26.6875rem;width:21.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftnssv8VwEViFvy8AiOG0y4geQzA872q { top:40.5625rem;left:25.9375rem;width:21.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmmvXHRsVgeupmi2Cg17mZFJcKoNrRES { top:40.8125rem;left:13.3125rem;width:21.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7HEdMJ88GfFRIIkRMO0i2cUb0X5rgQJ { top:40.5625rem;left:12.9375rem;width:21.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9HouTcNGn4CP3nTKZpGWNRZIvaphxds { top:14.125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtqikoAa1UTgFWOvqVXEJlHTz1hxGm59 { top:14.125rem;left:11.375rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huVPg0K1GoNLmgcpSmt8ozcQp87ys5Hh { top:14.125rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhhThRacN5AkV0Dsg8z5oPG6FMeTD76W { width:13.75rem;height:3.0625rem;top:56.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysOtNc6JC7tNn1aGeogvkPDhVOACpNmA { display:block; }
 }@media only screen and (max-width: 763px) { #w2BR4pSD0Df2c9XztCsaIV7bZ2BE7IIL { width:13.75rem;height:3.0625rem;top:56.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU0akXFhTegVnqJnpQz4MSQnJohZNpsM { display:block; }
 }@media only screen and (max-width: 763px) { #JcWhXgKBuAbclkItEpHphIgxrfXz5Qxg { top:45.9375rem;left:28.875rem;width:18.875rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfRXwFveAT6qvbS1WUxpO9v0vI9KSMpE { top:45.9375rem;left:0rem;width:18.0625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9TLrOBWg9uFIqA2pX2dp96l1lZpXdao { width:13.75rem;height:3.0625rem;top:56.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp1JmKHMplMkSBGpA9ARbzENT72M40GW { display:block; }
 }@media only screen and (max-width: 763px) { #xIf4L1Uh1thuWDFsMycZNkx8sLwtOLvt { top:45.9375rem;left:13.937499046326rem;width:19.8125rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21Jsf0lBBHvABfO66g150KDRkvfAn80 { display:none; }
 }@media only screen and (max-width: 763px) { #Gcfkf7za9L7wypRqmIWFoGOAn6NBS2ui { display:none; }
 }@media only screen and (max-width: 763px) { #FMTAs1lmACyNk1lt38I5JUE0qKLgRM2q { display:none; }
 }@media only screen and (max-width: 763px) { #dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe { display:block; }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fnaq5RrAfwgO1ISinhA37MxLJZUtrpxn { width:47.75rem;height:2.8125rem;top:3.75rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvt1xzfCMRCc9QCbzR2pJuLumeHBoqg0 { top:3.375rem;left:2.25rem;width:45.5rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgEknsn9hBQlKTVog5Vdr04UTeA3XTi2 { width:23.5rem;height:19.25rem;top:6.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:47.75rem;height:2.9375rem;top:2.9375rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { width:23.875rem;height:31.5625rem;top:9.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { width:23.875rem;height:31.5625rem;top:9.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDKKBHoX2yUehlc2QucvlyIpN6A9nfRZ { width:23.875rem;height:18.1875rem;top:9.0625rem;left:12.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { width:23.9375rem;height:18.25rem;top:9.0625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:23.875rem;height:31.5rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { width:23.6875rem;height:18.1875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt27bAhddGgXNqUuTuxXW1PotF0oiKbV { width:21.5625rem;height:8.375rem;top:28.875rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piRPUdnI7UVwq5M7mNTQpcHg1ffd4dCZ { width:21.5625rem;height:8.375rem;top:28.875rem;left:13.281249046326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { width:20.5rem;height:8.375rem;top:28.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSBwdlIMk7ci90tIUioerHhmid8wkFHw { width:23.875rem;height:31.5625rem;top:42.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { width:23.875rem;height:31.5625rem;top:42.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fflWRpEq6ccm2baGgKGND68xKtz6C0Hf { width:21.5625rem;height:8.375rem;top:62.6875rem;left:13.281249046326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKwMDVHeb69v5qJTVv8i6VZ4v28wodKG { width:21.5625rem;height:8.375rem;top:62.6875rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { width:23.875rem;height:31.5625rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk32UELc3CQUfQSNcseDDAichmpZ4HUv { width:21.5625rem;height:8.375rem;top:62.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noTfTgyaiohtlGMQIsU2GXAro9pcun2G { width:24.0625rem;height:18.3125rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzyzO8mFl1GqgTOCyIPFDAynOvP6Twqc { width:23.8125rem;height:18.125rem;top:42.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5VUu56TiTGfep5m8LwfTxIxQtgJ3oPB { width:23.75rem;height:18.125rem;top:42.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { width:47.75rem;height:2.9375rem;top:2.75rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJbOXRuHnIoZZ4TRCfKPGAobqheZDQW { width:30.25rem;height:6.4375rem;top:11.625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMcifC4E2MaAQKu8LNJJOU7XPHhlD95k { width:28.9375rem;height:14.375rem;top:23.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqholTAEUzE1lT2J58wL8U9vlAFgDGic { width:31rem;height:6.25rem;top:44.25rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0dsa9GRp5xCuyIcqhQlO6wTwbZfAnRi { width:32.0625rem;height:3.5rem;top:44.625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKmeiXnMpLqDF73ne7MFQ198TN6aHLu8 { width:13.8125rem;height:3.125rem;top:50rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxacv89kWgA3wzEUPFPxx5XQvNGw5cHs { display:block; }
 }@media only screen and (max-width: 763px) { #g7ZS74TsXf5qniXpyyre1Bume2ufEO45 { width:36.1875rem;height:31.5625rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQAhnkGvP4nmd9qk6cBOMR277KrGw6yk { width:36.1875rem;height:31.5rem;top:8.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX2FgFCseKsypwpes5XyphkT26FUWSCr { width:28.375rem;height:6.4375rem;top:11.625rem;left:19.375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwEfBIOWSTRyLtZsteCPVBPKc0QwvfBy { width:33.25rem;height:14.375rem;top:22.5625rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOtDN0PhfBih9q6AL8NuyNSpCfpOTq6o { top:42.5625rem;left:0rem;width:36.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIAx0DiWhm14QWgE4iyWy5W5fCA31NB9 { top:42.5625rem;left:11.625rem;width:36.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTTNdeaZNmVrK9E66U8EVb4nyxwlbWA { top:50rem;left:0rem;width:29.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 { display:block; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOSGymd8XSs5IVIzd3gLqtB1h2igNN5Z { width:15.5rem;height:1.3125rem;top:12.5rem;left:24.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlz4eL08Winp1e34ImtQFBiVDdFPcbf4 { width:18.375rem;height:5.5rem;top:10.3125rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGoBac4sN1NdfpMb0HxekoRFBrKIAH4d { width:38.3125rem;height:8.25rem;top:8.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2vezlHxWeneKhJ6I7S1IGC33uPWAIo4 { width:38.3125rem;height:8.25rem;top:17.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTiF15T2AhHTHr6shiB29nt49yVI8wqU { width:15.5rem;height:2.6875rem;top:20.4375rem;left:24.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmOGw2RAECh8uTAPOGNNS0O8IebgmHGv { width:17.5625rem;height:4.125rem;top:19.0625rem;left:30.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0kJTXUX4rIoq8M7enLvHzDMAqE8JBa { width:38.3125rem;height:8.25rem;top:26.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTDAzU7Z8NubuSTDrI9ZpvvzTcuTGxTe { width:15.5rem;height:1.3125rem;top:29.875rem;left:24.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZXaqThISEdEvUBl9CezKU7ug4M6In5g { width:16.375rem;height:5.5rem;top:28.5rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3zyddwIq5PGgwV3loI7aTfhBgFkwshV { width:31.6875rem;height:31.3125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { width:47.75rem;height:2.5625rem;top:2.9375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { width:44.5rem;height:8.875rem;top:7.1875rem;left:1.6235799789429rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { width:47.75rem;height:2.9375rem;top:2.75rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdCH8vOhNTtLN01ZqKG48kfeIFVtB6S { top:17.25rem;left:10.4375rem;width:26.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah4RLzgA25GTvHyF0Q2hq8ggZ6gLfA5t { top:25.5625rem;left:11.812500953674rem;width:24.1875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyymsH9r18U1dvtW67F5DtpTfPN4SRr3 { top:33.125rem;left:24.500002861023rem;width:19.375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyzAodiobEsTKweEdSFwhNUVD1y01SZE { top:33.125rem;left:3.9375009536743rem;width:19.375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgBRGuaBMwv85kymVnEtbe0pLI57iXRb { top:41.625rem;left:27.937502861023rem;width:12.5rem;height:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVecSbBVHbvInQzOHhXvLTU2s0R7huIf { top:41.625rem;left:7.3750009536744rem;width:12.5rem;height:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2HThDaRk47bp3VrgoUQnJmosrxRsMZo { top:15.1875rem;left:0.5rem;width:46.75rem;height:46.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrTL45JSo6wIty3cmBApzztbLTTCpBOA { display:block; }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvEIECIBINZe3zb24DedKB3EXBgbhf2U { top:3.375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZyWbOwGE3d85HQ7L7GvE8vtxryGJi1P { top:12.9375rem;left:0rem;width:13.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH5HcTooeZdfpNoyAIxhkhIZPB7X5qPp { top:12.9375rem;left:15.874999046326rem;width:15.9375rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUTtaTnxDEq6EiqlKAw1HSk6ltJ5bCmG { top:12.9375rem;left:32.8125rem;width:14.9375rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2iFXhlfQX9w0f7ZJ8tHHa2dAX4LwTvn { top:19.3125rem;left:0rem;width:16.125rem;height:8.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP8ByGnU65EoBDg272LXnZPJ8uvIVn6z { top:19.9375rem;left:15.874999046326rem;width:12.9375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL69LfRBW6iZVhqb0ODHkM10lyvCq3O5 { top:20.5625rem;left:30.8125rem;width:16.9375rem;height:8.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVA0NFN4TgwfKuwqKGGOuOCyuHZdkvtz { top:10.875rem;left:0rem;width:20.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL38PTBSWxE7xyz9cpM2GZekgmWTkoJx { top:10.8125rem;left:13.874999046326rem;width:20rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKc0D5vMMvTpeAlo38i6WDxCcKvdQn1M { top:10.8125rem;left:27.75rem;width:20rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJx6M52eRwHnx2rRJ3gko9DLDUZPn4PK { top:30.0625rem;left:13.781249046326rem;width:20.1875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW6w6iqDmgAHnuh28qD38B72KRBkwudo { top:30.625rem;left:27.5625rem;width:20.1875rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNCtGutLh5lD1nVovT1BIU7oc4fTn0ph { top:30.0625rem;left:0rem;width:20.1875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrObeJNEZyB5te6m1iWtsFbOOxd7D6Tf { top:30.8125rem;left:0rem;width:20rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOOTEUan2XBAKQJ9KMowZwhuTTsVPHLN { top:30.875rem;left:13.874999046326rem;width:20rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR8bp1y4DFR2Lqzu8bQrVSE2qug3gg5v { top:30.875rem;left:27.75rem;width:20rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t86cQlQ8JCfBd88lT9p01PCZxQHTKary { display:block; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-regular-label { width:32.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-text { width:32.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-textarea { width:32.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-select { width:32.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:16.0625rem; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-checkbox-label { width:30.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7  { width:32.125rem;height:auto;top:4.0625rem;left:13.125rem; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .radio-container { width:32.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 {display:block;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 { width:32.125rem;height:auto;top:4.0625rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #yMmrQt1Xbbu9vKIlPnVr70P494es2vKh {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #WWmxd57biEXTDN0RT4AqRd1zGWr7AlR7 {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #XDRkDymTLSZ4d9EC3fOVFnEpWxrsqMiZ {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #eC20HbQNmwKLFydhk9tQyQKn7ZJGfUmM {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #exTlGgTREAS2CyK2OwhWyR5KZVMruo4G {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #M3uy1us8LhiKWp8kHIl4ZtwmUndLFVAk {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #iBEmSiTO6zt3msqTTAQsnxhnBFuhQrDw {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #C0v25Bb4idtKM5RfphDTEJiVnbCSEwRQ { display:block; }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #hULBDplgVFe24TaA4cdO82qPlF9T666Z {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #tLuObF2sczg9dvF6UpHQAmK1W1gKi09H {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #TenyJo3BUZtEdUcFRzCg2XDZHcQuV70N {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #Fgnn8S4Ki9R4JAqBg17oishxlU8wUs5i {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #itrl6coaqqvyJsgUFBJRdy9RdLoV74vG {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #l0iBMHJSfbgLTdMyxa48FDw3SWBQCKwU {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #kT34kAcQZPUw73dN6AI97m1gwuHl8ZyU {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #eHJskqPW5QKTmKroEdLDkHudtGZ9Wr6V {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #haZcHsQZqqdlHHZg3VCAzLhLys64UHha {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #Zsnc4wgw0SWHXXTKlUKwWdwVbWRpKp9q {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #FhiIVX6ttA4aK8iLQ4ZMDHrIJkQe9MKn {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #ATXJfEWqvnLzleZK6hAHsGnd3oVrBWV0 {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #PSUHSqRviAEnKp9ac14ZLJGE8pG9iuCv {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #cTp15f2S3Di3A4yogCxyZ1AlTKUqzRSJ {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #oBPXLcdU3OuFZRxJwMQZUZQVpMCH3IDd {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #CrpQB5H0WzBnkZPwKgxwM0lu7wHUaI24 {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #q86N7vkMCczokXTlGCa3rUKfhUvnHC3q {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #S2JnIHBhGiTAN91G4awivSZlHPSTeMs5 {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #qlKqbB85kUshldXFuI9kJtOeOPOqdVSd {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #MQNZrLdflB9pr5gIGzM7KKQskG1ZnAcZ {  }
 }@media only screen and (max-width: 763px) { #Hc0yP89RC0ZgsRU4S7T8nBTNT8XVaHkq { width:26.875rem;height:15.6875rem;top:14.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7orqn0uI3umb8WyPiE80cwrnQygAmRZ { width:32.125rem;height:7rem;top:4.75rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5nh6kgs0lSq6MAGWrCt7L84nDSrRpau { width:14.6875rem;height:12.8125rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLm8PTKcLDC3K4nsWqA9IObLsrxA2bm2 { width:20rem;height:8.75rem;top:2rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV591xzmStREXTQoxuOFLc70eLJbUsxR { width:12.875rem;height:3.4375667488689rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tolQgs7f6ynhTLmtdpzrUEpDKvSGeIgU { width:17.125rem;height:4.75rem;top:6.75rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:17.125rem;height:1.75rem;top:3.75rem;left:4.3750009536743rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:17.125rem;height:6.375rem;top:6.5625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4oUawHDCocPg7szPoIgFlJm5OA604C9 { width:16.0625rem;height:2.375rem;top:7rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hydlm7OgcrQQpoSg7ivLke1G41tBT9r3 { top:17.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfeWRnk7fCIpVuVTsJJRoEXaNHPPoTkL { width:3.3125rem;height:3.3125rem;top:11.375rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA3zJfHGHn6HcIWeGS7RC0w2y3JhTKMf { width:3.4375rem;height:3.4375rem;top:6.25rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5s7L37TGeFmgKLLsnrn4NQdH8MA0JzS { width:16.0625rem;height:2.375rem;top:11.875rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8e207d6-03c8-461b-8b6b-264e78e03ec4/163_Fabryka_Corabeskopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV.adaptive-delivery-prevent-bg, #iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV.lazyload, #iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV.lazyloading { background-image: none; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row .container { background-color: transparent; background-image: none; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row .container > .video-iframe-container { display: none; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row > .video-iframe-container { display: none; }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .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); }#iHL3Zb6UPFgVrnsNFC3e8NdFgelFKPlV > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeoFzr7HEfwToDdn6vBPcA0e454V2myz { width:15.375rem;height:4rem;top:8.6122160851956rem;left:2.3125001192093rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lqDHfTxI3snidt64PDfbkRcRle4Tq1xE { width:13.75rem;height:6.1875rem;top:14.9375rem;left:2.3125001192093rem;font-size:0.9375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T5xcprgAh2AAFea3Z5osy3JqIJPJeEQk { width:13.74925rem;height:3.12421875rem;top:25.153125762939rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZEcqGsHhJTiLPJtvlO6DQEiuXTxzl0 { display:block; }
 }@media only screen and (max-width: 763px) { #kTEkKtzv88N3TB53x8KgvssxbWObglTy { width:13.74925rem;height:3.12421875rem;top:28.90234375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUxB4QTSSagwZ1G5wqZTPzdWPgoLC0L { display:block; }
 }@media only screen and (max-width: 763px) { #IlVe2AmoQ0v5T0TDhTrH22WQ5inIPFTZ { width:9.8125rem;height:2.6875rem;top:3.4012784957886rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3i9dTttWoyk5egI9eqp81hg0PEVe5aS { width:2.4375rem;height:2.4375rem;top:3.5257813930511rem;left:16.062499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSDn5izGWBDg8NUxtyOa1wZr2nL3Mhp { display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:18.25rem;height:14.1875rem;top:6.3125rem;left:0.87499994039537rem;box-shadow: none;background-color:#81837b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { width:13.74925rem;height:1.3501rem;top:7.99843788147rem;left:3.1250000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:15.0625rem;height:8.4rem;top:10.12286901474rem;left:2.4687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBhQ14g8KIQEWI36c3Rc3KVmmsWIU42C { width:14.124625rem;height:6.125rem;top:24.625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsqIBMRHkV0kPy0JEBt40SH2ar6QS0o3 { width:13.6230625rem;height:1.3501rem;top:21.6875rem;left:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg1eeuBAlBue97DUBWJSFHTUGyfTthHQ { width:14.1875rem;height:7.35rem;top:48.9375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCsfZfR9LQT3zmueT5DmSoIctb30XOxR { width:15rem;height:6.125rem;top:37.4375rem;left:2.5000001192093rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bLlHcOD67t9EBBl21Al4r6vmhLLUDNk1 { width:17.125rem;height:2.7rem;top:34rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmmZZL2UOsPhWPGbRNIFhgNd9M7WLDlE { width:17.125rem;height:1.3501rem;top:46.1875rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6scxISKCB1JAcdsyn5p7NZA7WgnTsTq { width:17.25rem;height:4rem;top:1.1875152587891rem;left:1.3750000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esxyH24F4busiQ91ecE0u11C5JkQgZ3G { width:18.25rem;height:12.125rem;top:20.5rem;left:0.875rem;box-shadow: none;background-color:#adc0ae;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BckEv5bhqVmk9P6E7wciXn2HDUuMlpQb { width:18.25rem;height:12.125rem;top:32.625rem;left:0.875rem;box-shadow: none;background-color:#564a4c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kKXpNGKmtpdg9De5TDOQsbRMD4fzlLFh { width:18.25rem;height:12.125rem;top:44.75rem;left:0.875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME { display:block; }#TtCwvPBX0aVbCVpUitZBMUzuq0DS4JME > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtNe8a0hnu5A4DAisfqCpt9DQUBDhmp4 { width:19.9984375rem;height:7.8rem;top:1.6875003818423rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrTJoSBRVCvAKvcnrVuSbTV1cFOVfRhp { width:20rem;height:auto;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SiLppN1qF5GcnEXww9KOCQbXx2HM3a2k { width:20rem;height:22.5625rem;top:102.96678840943rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL1mxNssSnlgluhMNzgnrTTMUIrCByMe { width:20rem;height:22.5rem;top:79.216788409425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATvOGogewv10H5gE5KrMttGPXg8cK3fT { width:20rem;height:22.5625rem;top:74.05rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsQS3KcuB6kNeQQfWV9sDbbKlRi4TegI { width:19.996875rem;height:2.8125rem;top:12.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tflu6sveEES1z8hbUmXEQCHb1uTp3Q9m { width:20rem;height:3.375rem;top:75.4875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqoP1f71RyVK438CUeFzaB0dbTux3nQT { width:19.996875rem;height:2.8125rem;top:70.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ftnssv8VwEViFvy8AiOG0y4geQzA872q { width:19.9991875rem;height:3.375rem;top:43.748433828354rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmmvXHRsVgeupmi2Cg17mZFJcKoNrRES { width:19.996875rem;height:2.8125rem;top:41.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7HEdMJ88GfFRIIkRMO0i2cUb0X5rgQJ { width:19.9991875rem;height:3.375rem;top:22.499997854233rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9HouTcNGn4CP3nTKZpGWNRZIvaphxds { width:20rem;height:20rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtqikoAa1UTgFWOvqVXEJlHTz1hxGm59 { width:20rem;height:20rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huVPg0K1GoNLmgcpSmt8ozcQp87ys5Hh { width:20rem;height:20rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhhThRacN5AkV0Dsg8z5oPG6FMeTD76W { width:13.74925rem;height:3.06171875rem;top:94.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysOtNc6JC7tNn1aGeogvkPDhVOACpNmA { display:block; }
 }@media only screen and (max-width: 763px) { #w2BR4pSD0Df2c9XztCsaIV7bZ2BE7IIL { width:13.74925rem;height:3.0609375rem;top:65.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU0akXFhTegVnqJnpQz4MSQnJohZNpsM { display:block; }
 }@media only screen and (max-width: 763px) { #JcWhXgKBuAbclkItEpHphIgxrfXz5Qxg { width:18.875rem;height:auto;top:45.9375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cfRXwFveAT6qvbS1WUxpO9v0vI9KSMpE { width:19.9980625rem;height:0;top:80.8625rem;left:0.0019375000000004rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #P9TLrOBWg9uFIqA2pX2dp96l1lZpXdao { width:13.74925rem;height:3.0609375rem;top:36.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp1JmKHMplMkSBGpA9ARbzENT72M40GW { display:block; }
 }@media only screen and (max-width: 763px) { #xIf4L1Uh1thuWDFsMycZNkx8sLwtOLvt { width:19.8125rem;height:auto;top:45.9375rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #H21Jsf0lBBHvABfO66g150KDRkvfAn80 { top:69.5625rem;left:0rem;width:20rem;height:28.9375rem;z-index:14999;background-color:#adc0ae;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Gcfkf7za9L7wypRqmIWFoGOAn6NBS2ui { top:40.625rem;left:0rem;width:20rem;height:28.9375rem;z-index:15000;background-color:#f18e80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FMTAs1lmACyNk1lt38I5JUE0qKLgRM2q { top:11.6875rem;left:0rem;width:20rem;height:28.9375rem;z-index:14998;background-color:#d7d7cf;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe { display:block; }#dtUK7VZnTAx8TztS61tGsmBtLDTSSHGe > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fnaq5RrAfwgO1ISinhA37MxLJZUtrpxn { width:19.996875rem;height:2rem;top:15.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jvt1xzfCMRCc9QCbzR2pJuLumeHBoqg0 { height:11.25rem;width:20rem;top:12.998579025269rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgEknsn9hBQlKTVog5Vdr04UTeA3XTi2 { width:16.5625rem;height:11.06875rem;top:1.1749954223632rem;left:2.2812500596046rem;font-size:1.4375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:20rem;height:184.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:17.935125rem;height:6.6rem;top:1.25rem;left:1rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { width:19.997625rem;height:31.5616875rem;top:81.250001549719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { width:19.997625rem;height:31.5616875rem;top:58.471875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDKKBHoX2yUehlc2QucvlyIpN6A9nfRZ { width:20rem;height:15.25rem;top:39.100002288818rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { width:20rem;height:15.25rem;top:68.467971324919rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:20rem;height:31.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { width:19.75rem;height:15.1875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt27bAhddGgXNqUuTuxXW1PotF0oiKbV { width:18.1875rem;height:11.2rem;top:84.75rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #piRPUdnI7UVwq5M7mNTQpcHg1ffd4dCZ { width:18rem;height:11.2rem;top:55.346876144409rem;left:0.99921876192094rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { width:17.4984375rem;height:11.2rem;top:24.812502861023rem;left:1.2507813572884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSBwdlIMk7ci90tIUioerHhmid8wkFHw { width:20rem;height:27.5625rem;top:156.246875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { width:20rem;height:28.125rem;top:186.609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fflWRpEq6ccm2baGgKGND68xKtz6C0Hf { width:19rem;height:8.4rem;top:145.49688434601rem;left:0.49921876192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKwMDVHeb69v5qJTVv8i6VZ4v28wodKG { width:18.0625rem;height:8.4rem;top:173.31250572204rem;left:0.96796876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { width:19.997625rem;height:30.310125rem;top:124.396875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jk32UELc3CQUfQSNcseDDAichmpZ4HUv { width:18.875rem;height:9.8rem;top:116.52187657356rem;left:0.56171876192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noTfTgyaiohtlGMQIsU2GXAro9pcun2G { width:20rem;height:15.25rem;top:100.08437681198rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzyzO8mFl1GqgTOCyIPFDAynOvP6Twqc { width:20rem;height:15.25rem;top:129.24687671661rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5VUu56TiTGfep5m8LwfTxIxQtgJ3oPB { width:20rem;height:15.25rem;top:157.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { width:20rem;height:103.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { width:19.997625rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJbOXRuHnIoZZ4TRCfKPGAobqheZDQW { width:14.3125rem;height:6.6rem;top:10.263496398926rem;left:2.5000001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMcifC4E2MaAQKu8LNJJOU7XPHhlD95k { width:14.1875rem;height:18.2rem;top:17.453834533691rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eqholTAEUzE1lT2J58wL8U9vlAFgDGic { width:15.9985625rem;height:8.4rem;top:88.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0dsa9GRp5xCuyIcqhQlO6wTwbZfAnRi { width:16.560375rem;height:1.65rem;top:75.4375038147rem;left:1.7187501192093rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fKmeiXnMpLqDF73ne7MFQ198TN6aHLu8 { width:20rem;height:3.125rem;top:99.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxacv89kWgA3wzEUPFPxx5XQvNGw5cHs { display:block; }
 }@media only screen and (max-width: 763px) { #g7ZS74TsXf5qniXpyyre1Bume2ufEO45 { width:20rem;height:31.5625rem;top:7.3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQAhnkGvP4nmd9qk6cBOMR277KrGw6yk { width:20rem;height:33.375rem;top:38.862245559692rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX2FgFCseKsypwpes5XyphkT26FUWSCr { width:11.5rem;height:6.6rem;top:41.9375rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwEfBIOWSTRyLtZsteCPVBPKc0QwvfBy { width:14.4375rem;height:20.8rem;top:49.312503814698rem;left:2.6250001192093rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VOtDN0PhfBih9q6AL8NuyNSpCfpOTq6o { width:20rem;height:12.5rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIAx0DiWhm14QWgE4iyWy5W5fCA31NB9 { width:20rem;height:12.5rem;top:86.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTTNdeaZNmVrK9E66U8EVb4nyxwlbWA { width:15.875rem;height:5.85rem;top:77.5625rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 { display:block; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOSGymd8XSs5IVIzd3gLqtB1h2igNN5Z { width:12.3109375rem;height:1.3501rem;top:37.285938262939rem;left:1.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlz4eL08Winp1e34ImtQFBiVDdFPcbf4 { width:16rem;height:5.2rem;top:30.785938262939rem;left:1.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGoBac4sN1NdfpMb0HxekoRFBrKIAH4d { width:20rem;height:14.75rem;top:27.598022460938rem;left:0rem;background-color:rgba(var(--color-primary-2),0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u2vezlHxWeneKhJ6I7S1IGC33uPWAIo4 { width:20rem;height:15.8125rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTiF15T2AhHTHr6shiB29nt49yVI8wqU { width:12.24925rem;height:2.7rem;top:52.875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmOGw2RAECh8uTAPOGNNS0O8IebgmHGv { width:17.3116875rem;height:3.9rem;top:46.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0kJTXUX4rIoq8M7enLvHzDMAqE8JBa { width:19.997625rem;height:12.9375rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTDAzU7Z8NubuSTDrI9ZpvvzTcuTGxTe { width:12.24925rem;height:1.3501rem;top:68.25rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZXaqThISEdEvUBl9CezKU7ug4M6In5g { width:17.3116875rem;height:3.9rem;top:62.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3zyddwIq5PGgwV3loI7aTfhBgFkwshV { width:19.875rem;height:19.625rem;top:7.3125314712525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { width:19.622625rem;height:4.125rem;top:1.8750004768372rem;left:0.18828123807907rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { width:17.8125rem;height:19.6rem;top:7.1214599609375rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { width:18.75rem;height:4.2rem;top:1.6875rem;left:0.62421876192093rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHdCH8vOhNTtLN01ZqKG48kfeIFVtB6S { width:14.875rem;height:9.25rem;top:26.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah4RLzgA25GTvHyF0Q2hq8ggZ6gLfA5t { width:17.625rem;height:3.16875rem;top:53.75rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyymsH9r18U1dvtW67F5DtpTfPN4SRr3 { width:8.3125rem;height:3.875rem;top:35.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyzAodiobEsTKweEdSFwhNUVD1y01SZE { width:7.8125rem;height:3.625rem;top:36.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgBRGuaBMwv85kymVnEtbe0pLI57iXRb { width:6.4375rem;height:7.15rem;top:39.8125rem;left:12.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVecSbBVHbvInQzOHhXvLTU2s0R7huIf { width:6.375rem;height:5.3625rem;top:38.9375rem;left:1.09375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2HThDaRk47bp3VrgoUQnJmosrxRsMZo { width:20rem;height:26.1875rem;top:26rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84f7ce6c-82b1-47a6-81ab-7b40248c4e54/Obszarroboczy1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#L2HThDaRk47bp3VrgoUQnJmosrxRsMZo.adaptive-delivery-prevent-bg, #L2HThDaRk47bp3VrgoUQnJmosrxRsMZo.lazyload, #L2HThDaRk47bp3VrgoUQnJmosrxRsMZo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WrTL45JSo6wIty3cmBApzztbLTTCpBOA { display:block; }#WrTL45JSo6wIty3cmBApzztbLTTCpBOA > .row .container { width:20rem;height:97.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvEIECIBINZe3zb24DedKB3EXBgbhf2U { width:16.6875rem;height:6.825rem;top:1.6875rem;left:1.420454621315rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZyWbOwGE3d85HQ7L7GvE8vtxryGJi1P { width:15.375rem;height:5.2rem;top:22.1875rem;left:2.0000001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH5HcTooeZdfpNoyAIxhkhIZPB7X5qPp { width:15.9375rem;height:5.2rem;top:50.4233125rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUTtaTnxDEq6EiqlKAw1HSk6ltJ5bCmG { width:14.9375rem;height:5.2rem;top:78.875rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2iFXhlfQX9w0f7ZJ8tHHa2dAX4LwTvn { width:14rem;height:9.66875rem;top:28.5625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP8ByGnU65EoBDg272LXnZPJ8uvIVn6z { width:12.9375rem;height:6.90625rem;top:57.4233125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL69LfRBW6iZVhqb0ODHkM10lyvCq3O5 { width:13.375rem;height:9.66875rem;top:86.5rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVA0NFN4TgwfKuwqKGGOuOCyuHZdkvtz { width:20rem;height:20.1875rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL38PTBSWxE7xyz9cpM2GZekgmWTkoJx { width:20rem;height:20rem;top:48.1108125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKc0D5vMMvTpeAlo38i6WDxCcKvdQn1M { width:20rem;height:20.375rem;top:76.68750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJx6M52eRwHnx2rRJ3gko9DLDUZPn4PK { width:16.1875rem;height:20.75rem;top:38.226564407349rem;left:1.9062501192093rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c6eeb8f3-ab7d-4ecc-af43-cddccf13baab/stack.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xJx6M52eRwHnx2rRJ3gko9DLDUZPn4PK.adaptive-delivery-prevent-bg, #xJx6M52eRwHnx2rRJ3gko9DLDUZPn4PK.lazyload, #xJx6M52eRwHnx2rRJ3gko9DLDUZPn4PK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AW6w6iqDmgAHnuh28qD38B72KRBkwudo { width:20rem;height:20.125rem;top:67.312474250794rem;left:0rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/1fc58e79-b84f-4826-b79a-36fd4ca23e11/noroot.preview.rotate_270");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#AW6w6iqDmgAHnuh28qD38B72KRBkwudo.adaptive-delivery-prevent-bg, #AW6w6iqDmgAHnuh28qD38B72KRBkwudo.lazyload, #AW6w6iqDmgAHnuh28qD38B72KRBkwudo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PNCtGutLh5lD1nVovT1BIU7oc4fTn0ph { width:20rem;height:13.0625rem;top:7.4829546511175rem;left:0rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c4ae26bb-401c-46e2-b3da-733e664be7bc/STAIR.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PNCtGutLh5lD1nVovT1BIU7oc4fTn0ph.adaptive-delivery-prevent-bg, #PNCtGutLh5lD1nVovT1BIU7oc4fTn0ph.lazyload, #PNCtGutLh5lD1nVovT1BIU7oc4fTn0ph.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rrObeJNEZyB5te6m1iWtsFbOOxd7D6Tf { width:20rem;height:20.0625rem;top:98.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOOTEUan2XBAKQJ9KMowZwhuTTsVPHLN { width:20rem;height:20.0625rem;top:119.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GR8bp1y4DFR2Lqzu8bQrVSE2qug3gg5v { width:20rem;height:20.0625rem;top:140.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t86cQlQ8JCfBd88lT9p01PCZxQHTKary { background-color:#adc0ae;background-image:none;display:block; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row .container { background-color: transparent; background-image: none; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row .container > .video-iframe-container { display: none; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row > .video-iframe-container { display: none; }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .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); }#t86cQlQ8JCfBd88lT9p01PCZxQHTKary > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;line-height:1.7;overflow:hidden;height:auto; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem;font-size:0.875rem;overflow:hidden;line-height:1.2;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-container:first-of-type{padding-top:0;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-container:last-of-type{padding-bottom:0;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7  { width:17.5rem;height:auto;top:36.627108573914rem;left:-0.031249880790711rem; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 {display:block;}#OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 { width:17.5rem;height:auto;top:36.627108573914rem;left:-0.031249880790711rem; }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #yMmrQt1Xbbu9vKIlPnVr70P494es2vKh {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #WWmxd57biEXTDN0RT4AqRd1zGWr7AlR7 {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #XDRkDymTLSZ4d9EC3fOVFnEpWxrsqMiZ {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #eC20HbQNmwKLFydhk9tQyQKn7ZJGfUmM {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #exTlGgTREAS2CyK2OwhWyR5KZVMruo4G {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #M3uy1us8LhiKWp8kHIl4ZtwmUndLFVAk {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #iBEmSiTO6zt3msqTTAQsnxhnBFuhQrDw {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #C0v25Bb4idtKM5RfphDTEJiVnbCSEwRQ { display:block; }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #hULBDplgVFe24TaA4cdO82qPlF9T666Z {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #tLuObF2sczg9dvF6UpHQAmK1W1gKi09H {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #TenyJo3BUZtEdUcFRzCg2XDZHcQuV70N {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #Fgnn8S4Ki9R4JAqBg17oishxlU8wUs5i {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #itrl6coaqqvyJsgUFBJRdy9RdLoV74vG {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #l0iBMHJSfbgLTdMyxa48FDw3SWBQCKwU {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #kT34kAcQZPUw73dN6AI97m1gwuHl8ZyU {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #eHJskqPW5QKTmKroEdLDkHudtGZ9Wr6V {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #haZcHsQZqqdlHHZg3VCAzLhLys64UHha {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #Zsnc4wgw0SWHXXTKlUKwWdwVbWRpKp9q {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #FhiIVX6ttA4aK8iLQ4ZMDHrIJkQe9MKn {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #ATXJfEWqvnLzleZK6hAHsGnd3oVrBWV0 {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #PSUHSqRviAEnKp9ac14ZLJGE8pG9iuCv {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #cTp15f2S3Di3A4yogCxyZ1AlTKUqzRSJ {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #oBPXLcdU3OuFZRxJwMQZUZQVpMCH3IDd {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #CrpQB5H0WzBnkZPwKgxwM0lu7wHUaI24 {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #q86N7vkMCczokXTlGCa3rUKfhUvnHC3q {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #S2JnIHBhGiTAN91G4awivSZlHPSTeMs5 {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #qlKqbB85kUshldXFuI9kJtOeOPOqdVSd {  }
 }@media only screen and (max-width: 763px) { #OywCcCHUnMAQwQydmRsd2RTSiB5eAND7 #MQNZrLdflB9pr5gIGzM7KKQskG1ZnAcZ {  }
 }@media only screen and (max-width: 763px) { #Hc0yP89RC0ZgsRU4S7T8nBTNT8XVaHkq { width:18.4375rem;height:20.475rem;top:12.762073516846rem;left:0.78125rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #q7orqn0uI3umb8WyPiE80cwrnQygAmRZ { width:19.9980625rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p5nh6kgs0lSq6MAGWrCt7L84nDSrRpau { width:18.3125rem;height:16.0625rem;top:80.321737766269rem;left:0.84375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yLm8PTKcLDC3K4nsWqA9IObLsrxA2bm2 { width:20rem;height:8.8rem;top:2.0546770095825rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV591xzmStREXTQoxuOFLc70eLJbUsxR { width:10.374625rem;height:2.74921875rem;top:2.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tolQgs7f6ynhTLmtdpzrUEpDKvSGeIgU { width:18.1230625rem;height:4.825rem;top:18.6875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:18.1230625rem;height:1.8rem;top:6.4375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:18.1230625rem;height:6.4rem;top:9.5rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4oUawHDCocPg7szPoIgFlJm5OA604C9 { width:8.25rem;height:3.6rem;top:29.250000953674rem;left:5.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hydlm7OgcrQQpoSg7ivLke1G41tBT9r3 { width:17.0625rem;height:4.875rem;top:43.532626152039rem;left:1.4687501192093rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfeWRnk7fCIpVuVTsJJRoEXaNHPPoTkL { width:3.3125rem;height:3.3125rem;top:34rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA3zJfHGHn6HcIWeGS7RC0w2y3JhTKMf { width:3.4375rem;height:3.4375rem;top:24.882813453674rem;left:8.2812501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5s7L37TGeFmgKLLsnrn4NQdH8MA0JzS { width:16.0625rem;height:2.4rem;top:38.125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }