.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,234,217;--color-primary-1:255,185,128;--color-primary-2:255,115,0;--color-primary-3:128,58,0;--color-primary-4:38,17,0;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:149,149,149;--color-secondary-3:89,89,89;--color-secondary-4:30,30,30;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image: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); }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .row .container { background-color: transparent; background-image: none; }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .row .container > .video-iframe-container { display: none; }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .row > .video-iframe-container { display: none; }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .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); }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .row .container { border-width: 0; border-radius: 0; }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#FkTaKQKrEs5DTH5QZI5E4g0iX8ZwKzhT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:18.1875rem;top:2.421875rem;left:55.580631456801rem;overflow:hidden;display:block; }
#D4cD1GygVwntP599gF2QFywURVM91nAv { color:rgba(var(--color-primary-2),1);display:block;width:62.875rem;position:absolute;font-family:geon;font-size:3.5625rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:6.607666015625rem;left:4.1845703125rem;height:7.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TzxrGRWReTVxTrUo4dSH0UHOuJnxptyT { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:22.5625rem;left:39.125rem;overflow:hidden;display:block; }
#tqucATQPEDsPZvwB0b2dHhoBCJ1gwZU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3115rem;position:absolute;font-family:geon;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:22.375rem;left:42.6875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H6ID69yTXRMtDAI9Mx7VUhCFx3xThTLZ { color:#2a2a2a;display:block;width:35.5625rem;position:absolute;font-family:geon;font-size:1.5625rem;font-weight:400;z-index:15034;line-height:1.8;letter-spacing:0;top:2.4228515625rem;left:4.1845703125rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sJfPK6Sq4OZy57wr700qdGeAAIO7eOu7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.999rem;position:absolute;font-family:geon;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:27.0625rem;left:43.0009765625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gDhF4sXfdIcXK00D0HQCMK3Qff3bCzqV { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:27.25rem;left:39.125rem;overflow:hidden;display:block; }
#JyStCBk73GvfLPVPOJqrAfbTinxer32Q { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0615rem;position:absolute;font-family:geon;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:32.40625rem;left:42.9384765625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gx5AefP9z8hbBzNVeXEcCEkgyy8xHTy7 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:31.75rem;left:39.125rem;overflow:hidden;display:block; }
#gAyMiylh0tbmAt9bZpSHzPB6PtwWAs8W { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:24.375rem;width:23.3125rem;top:16.5625rem;left:4.1845703125rem;overflow:hidden;display:block; }
#zKUW2nuUPnzIDdegA3WwgLdV0eSfcTGi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:42.437068939209rem;left:39.124355316162rem;display:block; }
#Tqivb3PE1D05Rv64Z9U7QFuB26TILstH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OENnX4tJpTtFHFd9DAH1HXm5uqD1qagk { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9370625rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:42.4365234375rem;left:58.3115234375rem;display:block; }
#lsugw99DwmG0Cw3DtpETDffJH69HFTOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWrGw7WT2umXH48Sn5X2K16w88aeT4Q7 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:35.3125rem;left:39.125rem;overflow:hidden;display:block; }
#q6Ufd4MlMu6EabhrPmRJTGUmZFcgh0Qk { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0605625rem;position:absolute;font-family:geon;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:35.96875rem;left:42.9384765625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WAeOBWddDdcDBaSlP38NtPvOtgys6824 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:geon;font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.8;letter-spacing:0;top:18.1640625rem;left:39.40625rem;height:2.5878875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ekwymQLq7kK7SIxQEzkTe4Sy7nPPEe2r { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:geon;font-size:1.4375rem;font-weight:400;z-index:15036;line-height:1.8;letter-spacing:0;top:40.9375rem;left:1.6875rem;height:2.5878875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#auaXnDEv7M8a9QSZ9SytqRLrTAPMJ8Ni { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:geon;font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.8;letter-spacing:0;top:43.5rem;left:0.5rem;height:2.5878875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JKrTfzECQ3OpDlX8oEgThGlOD0M6MpC7 { color:#2a2a2a;display:block;width:32.0605625rem;position:absolute;font-family:geon;font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:48.5625rem;left:39.2509765625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CATeMm9voAMfu9c04HhgthCqSGUvQGRX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:geon;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.8;letter-spacing:0;top:45.2490234375rem;left:1.0908203125rem;height:2.02514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTiCVb0h1WszXINvUKXOTT7ZMbktFRZE { color:rgba(var(--color-primary-2),1);display:block;width:29.5rem;position:absolute;font-family:geon;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.8;letter-spacing:0;top:46.75rem;left:1.0908203125rem;height:2.02514375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D { 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; }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .row .container { background-color: transparent; background-image: none; }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .row .container > .video-iframe-container { display: none; }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .row > .video-iframe-container { display: none; }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .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); }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .row .container { border-width: 0; border-radius: 0; }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-form-header {  }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:31.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.5;overflow:hidden;font-style:normal; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#fafbfb;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;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:31.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:arial;line-height:1;text-align:left;text-align-last:left; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-text {padding-top: 0; padding-bottom: 0;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#fafbfb;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;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:31.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:arial;line-height:1;text-align:left;text-align-last:left; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-select {padding-top: 0; padding-bottom: 0;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:31.4375rem;height:3.4375rem;font-family:ubuntu;overflow:hidden; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w [class*="-text"]:-moz-placeholder { color:#ababab;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w [class*="-text"]::-moz-placeholder { color:#ababab;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w [class*="-text"]:-ms-input-placeholder { color:#ababab;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w [class*="-text"]::-webkit-input-placeholder { color:#ababab;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:30rem;overflow:hidden;font-style:normal; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .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; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-container:first-of-type{padding-top:0;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-container:last-of-type{padding-bottom:0;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15025;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.306251525879rem;left:20.53125rem; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.4375rem; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w {display:block;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15025;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.306251525879rem;left:20.53125rem; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #U4TNBW8EhDgfeUidyEgLyk69ecAUS5Tx { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #fuKe6655FPskAReJ1LTR0Av3NJtRyDL7 { position:relative;display:none; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #qEOH6icwGQbvbMtBdc4lC4RBGWgHVdU4 { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #wGTvA2bSpO5yWDTsktf8nUeDSy2mpKWn { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #s38vzws13ukGmrE25QNCxDphToHf3X6Q { position:relative;display:none; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #BaLCZpoZn5KzTv1OE0kE2Q4u309FXt1v { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #RWglDpwxCqL1hOKD8XH5x6dqwuDw41Z6 { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #MEXLh3t4hnDIVPESlzGwqK834RUvQVBq { position:relative;display:none; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #wn9Jno4hnVHlDyvqbpQ1gdghqblLFAOQ { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #NC1s64Fl6UDgc6VmkMrtXhUAV2fJAvkf { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #tfEDsnZzTiqA1oKG0diNQpDfbNTwfTpC { position:relative;display:none; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #OsqyFfnhTTlVQ8AnfgQuRXA6ZCiX87kl { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #su2UWfNEcXvcIkv0SoARoycupRXiaQEJ { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #AbDOZe8iHdaOGH1zf7dTiAHMNzO2sAm0 { position:relative;display:block; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #bkTR0OnsmhxqhoBSUz1KiyyMuRwvBZO7 { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #kRdKA5zaAIDoHNCJTzAH9ge2ThKLFkzT { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #qhOQJ7371KrR6nW4LIHOKv9qUMk4DCFC { position:relative;display:block; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #n804IId5axsMu8rm0NrQCWofmBuJCONi { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #Fo2Qxv5klgUebOWwFH44UT8Q6eTvQQ4q { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #OAahQDvvv1ckpHbckRymwT9Ofn7tdXyp { position:relative;z-index:2; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #JNGPHbnxoTViEF4Cbm0ms2nMzeO2OwBS { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #Xkno6ZfzuNbPlNzf1OwKu0xXOMOiA4k8 { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #oH3gEVRT5nAHIMuuy7xa9gk68LbGWBup { position:relative;z-index:2; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #zi6Kwui3pK3kx7RBrt5mvc6Dk8ogCHsJ { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #G7F7NWRn4eZu9FwG6TA5udk8WBNd36xn { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #aTwizaC3yTXJLdFvyMGUvSy4pprathzE { position:relative;z-index:2; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #MWhT2J4MtpV5zg3LemrTGFzL3pUSGmGC { position:relative; }
#wBIiUaNhRSdyIHFGyS2vat6mgFdmlbVK { position:relative;display:block; }
#GiflaAVKCCfhghfGxxahAIPqE5wDhyk5 { position:relative;display:block; }
#VTKumwEOddmQKiSdRidAmHgIXUfsQexC { position:relative;display:block; }
#SmSzdibg7yfCq10B91qGPTWJEzA153W2 { position:relative;display:block; }
#U1t7RhwUcyB4CD8XJzMwCuDds3IJLzCB { position:relative;display:block; }
#OEpEE4UlXaenzTJbirdS3MF7PUt8Tqre { position:relative;display:block; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #xRfb7TtPLDJ3h09ubu5uETQUSEdiRilR { position:relative; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #h8NUrxk89QONoA8L66du2EgDmC9HIgIH { position:relative; }
#X1lgUE4kcX7lz8Mzvvk2CPxsDPTlGyJx { color:rgba(var(--color-tertiary-0),1);display:block;width:46.124125rem;position:absolute;font-family:geon;font-size:3.9375rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:3.7131080627441rem;left:14.436851501465rem;height:3.9379875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CImfCko76EzThgXT44kMoQ0zJWL01vSf { color:rgba(var(--color-tertiary-4),1);display:block;width:45.25rem;position:absolute;font-family:geon;font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.8;letter-spacing:0;top:8.435546875rem;left:14.875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),0.65);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; }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .row .container { background-color: transparent; background-image: none; }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .row .container > .video-iframe-container { display: none; }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .row > .video-iframe-container { display: none; }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .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); }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .row .container { border-width: 0; border-radius: 0; }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .row .container { font-size:0.875rem;font-family:arial;height:124rem;width:75rem;position:relative;display:block; }#Eqt7RDodb1KySy4Wbr1NChr90wTKPUav { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15000;top:17.75rem;left:0rem;display:block; }
#yl9GzJfI4Zrha4Vf48s00PPf41dULBiq { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/f4f0dc1d-1627-48dd-bb41-10d7a4b2d00c/Projektbeztytuu35.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:13.1875rem;left:4.375rem;display:block; }#yl9GzJfI4Zrha4Vf48s00PPf41dULBiq.adaptive-delivery-prevent-bg, #yl9GzJfI4Zrha4Vf48s00PPf41dULBiq.lazyload, #yl9GzJfI4Zrha4Vf48s00PPf41dULBiq.lazyloading { background-image: none; }
#IDtE4J8PQR7t2AXi4mTqcHJgqg0WRTUu { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:25.4375rem;left:1.3125rem;height:3rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JgSpwixAJmzkrNRAWxzMT3bolEyLvrdb { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.625rem;left:0.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#mUsVvSN2aklxHAvxe9poA2vwWUMJp9k0 { display:block;width:75rem;position:absolute;font-family:geon;font-size:3.9375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:5.11875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#JWznrnX4TS7JNVfFZM5kJah6Am3QHMmu { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15004;top:18rem;left:28.4375rem;display:block; }
#erg01g4t9f2XJ82qrpb9mwTvJUvRHKIm { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:25.6875rem;left:29.75rem;height:3rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HHmylm8lhrAeUXlZwINsSCCizWeGuF0B { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.875rem;left:29.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#K616n8bkcbT8pF7SC67GFavfHwqTxTsL { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/78eb26cd-063a-4f39-ab1c-2e4290e581b4/MAKRO_KasiaAniszewska.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:13.4375rem;left:32.8125rem;display:block; }#K616n8bkcbT8pF7SC67GFavfHwqTxTsL.adaptive-delivery-prevent-bg, #K616n8bkcbT8pF7SC67GFavfHwqTxTsL.lazyload, #K616n8bkcbT8pF7SC67GFavfHwqTxTsL.lazyloading { background-image: none; }
#oWQtGFIvtkBXA3wUdyLvteik0vwpGik2 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);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-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15008;top:18rem;left:56.875rem;display:block; }
#tvxp61ZcCn1Wt7HZTSbMZU3cz2Msvvyk { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:25.6875rem;left:58.1875rem;height:3rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KFoy4OyTT9eZLORN5LGEEtC7bMr068aO { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.875rem;left:57.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#nGSB788IpgZ3hcmE1VOsv1bafJvidcpl { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/742198d9-9de7-420d-9fa2-baa06083c239/MAKRO_EWojnar.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15009;top:13.4375rem;left:61.25rem;display:block; }#nGSB788IpgZ3hcmE1VOsv1bafJvidcpl.adaptive-delivery-prevent-bg, #nGSB788IpgZ3hcmE1VOsv1bafJvidcpl.lazyload, #nGSB788IpgZ3hcmE1VOsv1bafJvidcpl.lazyloading { background-image: none; }
#bH1tfUFISGwTuMv80ZRfZQHs3rMTrbr5 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15020;top:40.75rem;left:56.9375rem;display:block; }
#sfQPEdzZvi8PlSm85UffIuX9U6C9xoB4 { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:48.4375rem;left:58.25rem;height:3rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Btf4rwW5CS6Ev1GNTb2mFLODisesTg9m { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:46.625rem;left:57.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#dOLlBNJ7qrPe6pKIhfV7lPewr5QlwF67 { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ca756ef2-00ec-4ccb-aeb4-7567033e5692/AnnaKostrzewa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15021;top:36.1875rem;left:61.3125rem;display:block; }#dOLlBNJ7qrPe6pKIhfV7lPewr5QlwF67.adaptive-delivery-prevent-bg, #dOLlBNJ7qrPe6pKIhfV7lPewr5QlwF67.lazyload, #dOLlBNJ7qrPe6pKIhfV7lPewr5QlwF67.lazyloading { background-image: none; }
#iNXJlgBZddzOVaxZXL0mP7RfHyJudqX8 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15016;top:40.75rem;left:28.5rem;display:block; }
#Q17HD6gAyGx6Lxxivr6SOIyl0qF0uWHQ { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:48.4375rem;left:29.8125rem;height:3rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TZvBTZNm7zxDFGekQhQdeIbdiJ4GdyFM { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:46.625rem;left:29.1875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#Xe7Cf77tvkQRcnWBoATvmaa7LLdZQEHm { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/e1f9c420-6053-4b7c-9d0c-d4e0594d80ac/JustynaBMW.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15017;top:36.1875rem;left:32.875rem;display:block; }#Xe7Cf77tvkQRcnWBoATvmaa7LLdZQEHm.adaptive-delivery-prevent-bg, #Xe7Cf77tvkQRcnWBoATvmaa7LLdZQEHm.lazyload, #Xe7Cf77tvkQRcnWBoATvmaa7LLdZQEHm.lazyloading { background-image: none; }
#fuO3uFqMzeeiBCMz6akzOh6OBmxKrBOg { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15012;top:40.5rem;left:0.0625rem;display:block; }
#iH4LqDw7k6yyDDFcNdFxkvVbNUbF2fGD { display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:48.4375rem;left:1.5625rem;height:4.5rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LQTeRAZ4SZUQeNtlKncgLTsmzTk3KKB1 { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:46.375rem;left:0.75rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#n28OKSeGEf9uNC6eIGLXAdorD26whThM { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/595ac633-8267-4801-ad49-8933d97f7a64/ukaszJarotaAgencjaGrow.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15013;top:35.9375rem;left:4.4375rem;display:block; }#n28OKSeGEf9uNC6eIGLXAdorD26whThM.adaptive-delivery-prevent-bg, #n28OKSeGEf9uNC6eIGLXAdorD26whThM.lazyload, #n28OKSeGEf9uNC6eIGLXAdorD26whThM.lazyloading { background-image: none; }
#x4dIV2ogHStm2Tw1JSdneWP34zrtAB0G { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);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-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15028;top:62.125rem;left:28.4375rem;display:block; }
#PQN5bFna9chKheInewg3rLimit4t4gBc { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);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-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15032;top:62.125rem;left:56.875rem;display:block; }
#hFtd66pSnq1TmTJe0EnoFv0gFIXUEcZU { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:69.8125rem;left:29.75rem;height:1.5rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QDlcKLTx2bICkzmlHoOFGWPIs4lTTzAR { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:68rem;left:29.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#d7fZRxucm9LCIxqSVqqv9ryk1EU7Cyy0 { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:69.8125rem;left:58.1875rem;height:1.5rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#R4A71QahfF4yd5UlHXbR4parKRAthcrB { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:68rem;left:57.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#xdJK530x8R2tv7elyaiTPM2Hh6kubVNB { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/65da15a9-d1ae-414b-9563-24f380f0d45a/Projektbeztytuu36.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15029;top:57.5625rem;left:32.8125rem;display:block; }#xdJK530x8R2tv7elyaiTPM2Hh6kubVNB.adaptive-delivery-prevent-bg, #xdJK530x8R2tv7elyaiTPM2Hh6kubVNB.lazyload, #xdJK530x8R2tv7elyaiTPM2Hh6kubVNB.lazyloading { background-image: none; }
#BfVAdEwPXoJvBZnIuuZkTRk66sHR66cT { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/e86c31b2-fb81-4e9c-aa30-b537793d1512/KarolinaStrzelecka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15033;top:57.5625rem;left:61.25rem;display:block; }#BfVAdEwPXoJvBZnIuuZkTRk66sHR66cT.adaptive-delivery-prevent-bg, #BfVAdEwPXoJvBZnIuuZkTRk66sHR66cT.lazyload, #BfVAdEwPXoJvBZnIuuZkTRk66sHR66cT.lazyloading { background-image: none; }
#vWquwpO95DIeRnlaZb7zd5N4XfGHPlW7 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15024;top:61.875rem;left:0rem;display:block; }
#vgZRxBRSW3tm0AhZA7Ktus4XdxJsFKtS { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:69.5625rem;left:1.3125rem;height:3rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MFxlECWOIzU67gkk6mPGFFy0x2Kg1VUV { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:67.75rem;left:0.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#mEgf2EwGwm2AbhGkR1PpmkEpGoTPdgmy { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/633f847b-347e-4974-90ac-85bf7be4ea4c/AgnieszkaSurowiec.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15025;top:57.3125rem;left:4.375rem;display:block; }#mEgf2EwGwm2AbhGkR1PpmkEpGoTPdgmy.adaptive-delivery-prevent-bg, #mEgf2EwGwm2AbhGkR1PpmkEpGoTPdgmy.lazyload, #mEgf2EwGwm2AbhGkR1PpmkEpGoTPdgmy.lazyloading { background-image: none; }
#ggOiDvCwe6rpqRFuHHsUSfG77CV9ITfh { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15040;top:84.5625rem;left:28.4375rem;display:block; }
#okxsBMik43ONXeIVlz8CalDU42Db9TG1 { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:92.25rem;left:29.75rem;height:3rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#G8w7TgOXa8pBb57aia2PLMTq2vC2XS9p { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:90.4375rem;left:29.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#ALFIMb0UeKCIxw3LpTJBuldsKxIIkWRX { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/eba5bbaf-7fc9-4a85-888c-73b22c5bd5c0/RajmundJasinski.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15041;top:80rem;left:32.8125rem;display:block; }#ALFIMb0UeKCIxw3LpTJBuldsKxIIkWRX.adaptive-delivery-prevent-bg, #ALFIMb0UeKCIxw3LpTJBuldsKxIIkWRX.lazyload, #ALFIMb0UeKCIxw3LpTJBuldsKxIIkWRX.lazyloading { background-image: none; }
#liuF7FA8hFfdgUPpZy26ZZLlQhkKUedN { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15036;top:84.3125rem;left:0rem;display:block; }
#bJNkZT0c1xwhSkq8iuMttZGw0Z0S2l2q { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:92rem;left:1.3125rem;height:4.5rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dvJfHpdIePFFyNbwPWPD441awtvRqyxh { display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:90.3564453125rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#z4HVEWrWKnDseW0AMM94Rz5f9QopRlWW { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/eeb747af-16df-426e-882b-38142190e80b/JoannaBlejszMarlewska.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15037;top:79.75rem;left:4.375rem;display:block; }#z4HVEWrWKnDseW0AMM94Rz5f9QopRlWW.adaptive-delivery-prevent-bg, #z4HVEWrWKnDseW0AMM94Rz5f9QopRlWW.lazyload, #z4HVEWrWKnDseW0AMM94Rz5f9QopRlWW.lazyloading { background-image: none; }
#AxENH2d0nscdXinNPxW17sTMWPFVRzTt { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);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-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15036;top:84.5625rem;left:56.875rem;display:block; }
#EnUDKMDbR1WizPOlTa7In7tSsKNSr6e1 { display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:92.25rem;left:58.1875rem;height:3rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Re6DGLZidTKUJJLop2LGTu0Zce2vX2kJ { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:90.4375rem;left:57.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#zvbxRATOCDz2294KHcimbKTOADm2Pwhc { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/b98e692f-6326-4eb5-a02c-e30cb80a8078/Projektbeztytuu72.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15037;top:80rem;left:61.25rem;display:block; }#zvbxRATOCDz2294KHcimbKTOADm2Pwhc.adaptive-delivery-prevent-bg, #zvbxRATOCDz2294KHcimbKTOADm2Pwhc.lazyload, #zvbxRATOCDz2294KHcimbKTOADm2Pwhc.lazyloading { background-image: none; }
#DQbZ0F0FSe3lS1I7Cp0BEWoGokAOGnTd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:112.9375rem;left:29.3125rem;display:block; }
#Dgbyonz6pVhD2TdwOcEM0OeyC5sb5Cyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOQxgagIdLTnwpFThvCXmuwOszLRUm5B { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:18.125rem;position:absolute;display:block;z-index:15040;top:108.625rem;left:0rem;display:block; }
#MiTmM1R4s7aLdk6ixoQBlMFE0mz3yfW4 { display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:116.375rem;left:0rem;height:3rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HATf9mVr8TLSBpPoGgeWx59CsGgPobJP { display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:114.6875rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#TXQoHa8h2ZGqMgFbxzBvTsUMaREVr6y4 { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/39fe9143-3e53-431f-bcc0-82f827e186ec/Projektbeztytuu73.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15041;top:104.0625rem;left:4.375rem;display:block; }#TXQoHa8h2ZGqMgFbxzBvTsUMaREVr6y4.adaptive-delivery-prevent-bg, #TXQoHa8h2ZGqMgFbxzBvTsUMaREVr6y4.lazyload, #TXQoHa8h2ZGqMgFbxzBvTsUMaREVr6y4.lazyloading { background-image: none; }
#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 { position:relative;display:block; }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 { background-color: transparent; background-image: none; }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 > .row .container > .video-iframe-container { display: none; }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 > .row > .video-iframe-container { display: none; }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 > .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); }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 { border-width: 0; border-radius: 0; }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 > .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; }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 > .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:23.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; }#ozmdh9C6Dn6qhcJg4ZaPGH9oHPOK7BpE { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:20.125rem;width:19.1875rem;top:1.59375rem;left:2.90625rem;overflow:hidden;display:block; }
#ZeLlP8XFuOZPLMtBIHp7w8aP88TlGy2k { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:geon;font-size:1.4375rem;font-weight:400;z-index:15042;line-height:1.8;letter-spacing:0;top:2.625rem;left:25rem;height:2.5878875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lZ5e9htIgcFC0D7ruvcbJT9tUWNRGLGp { color:#ec662e;display:block;width:23.6875rem;position:absolute;font-family:geon;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.8;letter-spacing:0;top:4.625rem;left:25rem;height:2.02514375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGcbKQoI0gfPTEwzVxPS9UnhZnP6CCQl { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:geon;font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.8;letter-spacing:0;top:6.625rem;left:25rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#llGMshAwemffJTKBcUloStM3hPoJay0u { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:11.8125rem;top:2.59375rem;left:56.59375rem;overflow:hidden;display:block; }
#H8GcOEo6AUKJhvm3bHTmmCtwXpzc02zp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:16.875rem;left:54.3125rem;display:block; }
#w896BOEzfeTVh9kkcABX16dkEcMUZbZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt { position:relative;display:block; }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt { background-color: transparent; background-image: none; }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt > .row .container > .video-iframe-container { display: none; }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt > .row > .video-iframe-container { display: none; }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt > .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); }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt { border-width: 0; border-radius: 0; }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt > .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; }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#teAlnaToUzkL8SiTRskFMMVLLTP5LnCq { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:8.125rem;left:19.5rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q7XH1qX54dEquCKd4pNNDB2CrWlVonnw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:14.9375rem;top:7.6240234375rem;left:0.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 { display:block; }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkTaKQKrEs5DTH5QZI5E4g0iX8ZwKzhT { width:18.1875rem;height:3.3125rem;top:2.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4cD1GygVwntP599gF2QFywURVM91nAv { width:47.75rem;height:7.0625rem;top:6.5625rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzxrGRWReTVxTrUo4dSH0UHOuJnxptyT { width:2.9375rem;height:2.9375rem;top:22.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqucATQPEDsPZvwB0b2dHhoBCJ1gwZU0 { width:32.25rem;height:3.375rem;top:22.375rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6ID69yTXRMtDAI9Mx7VUhCFx3xThTLZ { width:35.5625rem;height:2.8125rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJfPK6Sq4OZy57wr700qdGeAAIO7eOu7 { width:31.9375rem;height:3.375rem;top:27.0625rem;left:15.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDhF4sXfdIcXK00D0HQCMK3Qff3bCzqV { width:2.9375rem;height:2.9375rem;top:27.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyStCBk73GvfLPVPOJqrAfbTinxer32Q { width:32rem;height:1.6875rem;top:32.375rem;left:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5AefP9z8hbBzNVeXEcCEkgyy8xHTy7 { width:2.9375rem;height:2.9375rem;top:31.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAyMiylh0tbmAt9bZpSHzPB6PtwWAs8W { width:23.3125rem;height:24.375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKUW2nuUPnzIDdegA3WwgLdV0eSfcTGi { width:16.375rem;height:3.4375rem;top:42.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqivb3PE1D05Rv64Z9U7QFuB26TILstH { display:block; }
 }@media only screen and (max-width: 763px) { #OENnX4tJpTtFHFd9DAH1HXm5uqD1qagk { width:14.875rem;height:3.4375rem;top:42.375rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsugw99DwmG0Cw3DtpETDffJH69HFTOJ { display:block; }
 }@media only screen and (max-width: 763px) { #SWrGw7WT2umXH48Sn5X2K16w88aeT4Q7 { width:3rem;height:3rem;top:35.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6Ufd4MlMu6EabhrPmRJTGUmZFcgh0Qk { width:32rem;height:1.6875rem;top:35.9375rem;left:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAeOBWddDdcDBaSlP38NtPvOtgys6824 { width:33.6875rem;height:2.5625rem;top:18.125rem;left:14.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekwymQLq7kK7SIxQEzkTe4Sy7nPPEe2r { width:29.5rem;height:2.5625rem;top:40.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auaXnDEv7M8a9QSZ9SytqRLrTAPMJ8Ni { width:29.5rem;height:2.5625rem;top:43.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKrTfzECQ3OpDlX8oEgThGlOD0M6MpC7 { width:32rem;height:1.6875rem;top:48.5625rem;left:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CATeMm9voAMfu9c04HhgthCqSGUvQGRX { width:29.5rem;height:2rem;top:45.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTiCVb0h1WszXINvUKXOTT7ZMbktFRZE { width:29.5rem;height:2rem;top:46.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D { display:block; }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-regular-label { width:31.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-text { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-text {padding-top: 0; padding-bottom: 0;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-textarea { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-select { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-select {padding-top: 0; padding-bottom: 0;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-button { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-checkbox-label { width:30.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w  { width:31.4375rem;height:auto;top:12.25rem;left:6.90625rem; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .radio-container { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w {display:block;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w { width:31.4375rem;height:auto;top:12.25rem;left:6.90625rem; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #U4TNBW8EhDgfeUidyEgLyk69ecAUS5Tx {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #fuKe6655FPskAReJ1LTR0Av3NJtRyDL7 { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #qEOH6icwGQbvbMtBdc4lC4RBGWgHVdU4 {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #wGTvA2bSpO5yWDTsktf8nUeDSy2mpKWn {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #s38vzws13ukGmrE25QNCxDphToHf3X6Q { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #BaLCZpoZn5KzTv1OE0kE2Q4u309FXt1v {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #RWglDpwxCqL1hOKD8XH5x6dqwuDw41Z6 {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #MEXLh3t4hnDIVPESlzGwqK834RUvQVBq { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #wn9Jno4hnVHlDyvqbpQ1gdghqblLFAOQ {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #NC1s64Fl6UDgc6VmkMrtXhUAV2fJAvkf {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #tfEDsnZzTiqA1oKG0diNQpDfbNTwfTpC { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #OsqyFfnhTTlVQ8AnfgQuRXA6ZCiX87kl {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #su2UWfNEcXvcIkv0SoARoycupRXiaQEJ {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #AbDOZe8iHdaOGH1zf7dTiAHMNzO2sAm0 { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #bkTR0OnsmhxqhoBSUz1KiyyMuRwvBZO7 {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #kRdKA5zaAIDoHNCJTzAH9ge2ThKLFkzT {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #qhOQJ7371KrR6nW4LIHOKv9qUMk4DCFC {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #n804IId5axsMu8rm0NrQCWofmBuJCONi {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #Fo2Qxv5klgUebOWwFH44UT8Q6eTvQQ4q {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #OAahQDvvv1ckpHbckRymwT9Ofn7tdXyp {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #JNGPHbnxoTViEF4Cbm0ms2nMzeO2OwBS {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #Xkno6ZfzuNbPlNzf1OwKu0xXOMOiA4k8 {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #oH3gEVRT5nAHIMuuy7xa9gk68LbGWBup {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #zi6Kwui3pK3kx7RBrt5mvc6Dk8ogCHsJ {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #G7F7NWRn4eZu9FwG6TA5udk8WBNd36xn {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #aTwizaC3yTXJLdFvyMGUvSy4pprathzE {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #MWhT2J4MtpV5zg3LemrTGFzL3pUSGmGC {  }
 }@media only screen and (max-width: 763px) { #wBIiUaNhRSdyIHFGyS2vat6mgFdmlbVK { display:block; }
 }@media only screen and (max-width: 763px) { #GiflaAVKCCfhghfGxxahAIPqE5wDhyk5 { display:block; }
 }@media only screen and (max-width: 763px) { #VTKumwEOddmQKiSdRidAmHgIXUfsQexC { display:block; }
 }@media only screen and (max-width: 763px) { #SmSzdibg7yfCq10B91qGPTWJEzA153W2 { display:block; }
 }@media only screen and (max-width: 763px) { #U1t7RhwUcyB4CD8XJzMwCuDds3IJLzCB { display:block; }
 }@media only screen and (max-width: 763px) { #OEpEE4UlXaenzTJbirdS3MF7PUt8Tqre { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #xRfb7TtPLDJ3h09ubu5uETQUSEdiRilR {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #h8NUrxk89QONoA8L66du2EgDmC9HIgIH {  }
 }@media only screen and (max-width: 763px) { #X1lgUE4kcX7lz8Mzvvk2CPxsDPTlGyJx { width:46.0625rem;height:3.9375rem;top:3.6875rem;left:0.81185150146487rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CImfCko76EzThgXT44kMoQ0zJWL01vSf { width:45.25rem;height:2.875rem;top:8.375rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n { display:block; }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eqt7RDodb1KySy4Wbr1NChr90wTKPUav { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl9GzJfI4Zrha4Vf48s00PPf41dULBiq { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDtE4J8PQR7t2AXi4mTqcHJgqg0WRTUu { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgSpwixAJmzkrNRAWxzMT3bolEyLvrdb { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUsVvSN2aklxHAvxe9poA2vwWUMJp9k0 { width:47.75rem;height:5.0625rem;top:4.1875rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWznrnX4TS7JNVfFZM5kJah6Am3QHMmu { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erg01g4t9f2XJ82qrpb9mwTvJUvRHKIm { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHmylm8lhrAeUXlZwINsSCCizWeGuF0B { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K616n8bkcbT8pF7SC67GFavfHwqTxTsL { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWQtGFIvtkBXA3wUdyLvteik0vwpGik2 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvxp61ZcCn1Wt7HZTSbMZU3cz2Msvvyk { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFoy4OyTT9eZLORN5LGEEtC7bMr068aO { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGSB788IpgZ3hcmE1VOsv1bafJvidcpl { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH1tfUFISGwTuMv80ZRfZQHs3rMTrbr5 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfQPEdzZvi8PlSm85UffIuX9U6C9xoB4 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btf4rwW5CS6Ev1GNTb2mFLODisesTg9m { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLlBNJ7qrPe6pKIhfV7lPewr5QlwF67 { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXJlgBZddzOVaxZXL0mP7RfHyJudqX8 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q17HD6gAyGx6Lxxivr6SOIyl0qF0uWHQ { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZvBTZNm7zxDFGekQhQdeIbdiJ4GdyFM { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe7Cf77tvkQRcnWBoATvmaa7LLdZQEHm { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuO3uFqMzeeiBCMz6akzOh6OBmxKrBOg { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH4LqDw7k6yyDDFcNdFxkvVbNUbF2fGD { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQTeRAZ4SZUQeNtlKncgLTsmzTk3KKB1 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n28OKSeGEf9uNC6eIGLXAdorD26whThM { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4dIV2ogHStm2Tw1JSdneWP34zrtAB0G { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQN5bFna9chKheInewg3rLimit4t4gBc { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFtd66pSnq1TmTJe0EnoFv0gFIXUEcZU { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDlcKLTx2bICkzmlHoOFGWPIs4lTTzAR { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7fZRxucm9LCIxqSVqqv9ryk1EU7Cyy0 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4A71QahfF4yd5UlHXbR4parKRAthcrB { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdJK530x8R2tv7elyaiTPM2Hh6kubVNB { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfVAdEwPXoJvBZnIuuZkTRk66sHR66cT { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWquwpO95DIeRnlaZb7zd5N4XfGHPlW7 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgZRxBRSW3tm0AhZA7Ktus4XdxJsFKtS { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFxlECWOIzU67gkk6mPGFFy0x2Kg1VUV { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEgf2EwGwm2AbhGkR1PpmkEpGoTPdgmy { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggOiDvCwe6rpqRFuHHsUSfG77CV9ITfh { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okxsBMik43ONXeIVlz8CalDU42Db9TG1 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8w7TgOXa8pBb57aia2PLMTq2vC2XS9p { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALFIMb0UeKCIxw3LpTJBuldsKxIIkWRX { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liuF7FA8hFfdgUPpZy26ZZLlQhkKUedN { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJNkZT0c1xwhSkq8iuMttZGw0Z0S2l2q { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvJfHpdIePFFyNbwPWPD441awtvRqyxh { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4HVEWrWKnDseW0AMM94Rz5f9QopRlWW { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxENH2d0nscdXinNPxW17sTMWPFVRzTt { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnUDKMDbR1WizPOlTa7In7tSsKNSr6e1 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re6DGLZidTKUJJLop2LGTu0Zce2vX2kJ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvbxRATOCDz2294KHcimbKTOADm2Pwhc { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQbZ0F0FSe3lS1I7Cp0BEWoGokAOGnTd { width:16.375rem;height:3.4375rem;top:112.9375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgbyonz6pVhD2TdwOcEM0OeyC5sb5Cyr { display:block; }
 }@media only screen and (max-width: 763px) { #TOQxgagIdLTnwpFThvCXmuwOszLRUm5B { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiTmM1R4s7aLdk6ixoQBlMFE0mz3yfW4 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATf9mVr8TLSBpPoGgeWx59CsGgPobJP { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXQoHa8h2ZGqMgFbxzBvTsUMaREVr6y4 { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 { display:block; }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozmdh9C6Dn6qhcJg4ZaPGH9oHPOK7BpE { width:19.1875rem;height:20.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeLlP8XFuOZPLMtBIHp7w8aP88TlGy2k { width:23.9375rem;height:2.5625rem;top:2.625rem;left:7.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ5e9htIgcFC0D7ruvcbJT9tUWNRGLGp { width:23.6875rem;height:2rem;top:4.625rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGcbKQoI0gfPTEwzVxPS9UnhZnP6CCQl { width:24.0625rem;height:10.0625rem;top:6.625rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGMshAwemffJTKBcUloStM3hPoJay0u { width:11.8125rem;height:12.9375rem;top:2.5625rem;left:33.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8GcOEo6AUKJhvm3bHTmmCtwXpzc02zp { width:16.375rem;height:3.4375rem;top:16.875rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w896BOEzfeTVh9kkcABX16dkEcMUZbZO { display:block; }
 }@media only screen and (max-width: 763px) { #fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt { display:block; }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teAlnaToUzkL8SiTRskFMMVLLTP5LnCq { width:47.75rem;height:1.875rem;top:8.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7XH1qX54dEquCKd4pNNDB2CrWlVonnw { width:14.9375rem;height:10.1875rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 { display:block; }#KPfIsTvgN2fMlMtQ1Jsvl85CTB8hTK01 > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkTaKQKrEs5DTH5QZI5E4g0iX8ZwKzhT { width:13.125rem;height:2.5rem;top:0.99853515625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4cD1GygVwntP599gF2QFywURVM91nAv { width:20rem;height:5.56875rem;top:4.6164770126342rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TzxrGRWReTVxTrUo4dSH0UHOuJnxptyT { width:2.93728125rem;height:2.93728125rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqucATQPEDsPZvwB0b2dHhoBCJ1gwZU0 { width:16.3125rem;height:2.8rem;top:35.9375rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H6ID69yTXRMtDAI9Mx7VUhCFx3xThTLZ { width:20rem;height:3.32519375rem;top:10.80078125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sJfPK6Sq4OZy57wr700qdGeAAIO7eOu7 { width:16.5rem;height:4.2rem;top:40.3125rem;left:3.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gDhF4sXfdIcXK00D0HQCMK3Qff3bCzqV { width:2.93728125rem;height:2.93728125rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyStCBk73GvfLPVPOJqrAfbTinxer32Q { width:16.4375rem;height:2.8rem;top:45.1875rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5AefP9z8hbBzNVeXEcCEkgyy8xHTy7 { width:2.93728125rem;height:2.93728125rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAyMiylh0tbmAt9bZpSHzPB6PtwWAs8W { width:12.25rem;height:12.8125rem;top:55.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKUW2nuUPnzIDdegA3WwgLdV0eSfcTGi { width:16.375rem;height:3.4375rem;top:16.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqivb3PE1D05Rv64Z9U7QFuB26TILstH { display:block; }
 }@media only screen and (max-width: 763px) { #OENnX4tJpTtFHFd9DAH1HXm5uqD1qagk { width:16.1875rem;height:3.4375rem;top:21.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsugw99DwmG0Cw3DtpETDffJH69HFTOJ { display:block; }
 }@media only screen and (max-width: 763px) { #SWrGw7WT2umXH48Sn5X2K16w88aeT4Q7 { width:3rem;height:3rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6Ufd4MlMu6EabhrPmRJTGUmZFcgh0Qk { width:16.1875rem;height:2.8rem;top:49.5rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WAeOBWddDdcDBaSlP38NtPvOtgys6824 { width:19.5rem;height:3.32519375rem;top:31.875rem;left:0.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ekwymQLq7kK7SIxQEzkTe4Sy7nPPEe2r { width:20rem;height:1.6626rem;top:69.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #auaXnDEv7M8a9QSZ9SytqRLrTAPMJ8Ni { width:20rem;height:1.6626rem;top:70.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JKrTfzECQ3OpDlX8oEgThGlOD0M6MpC7 { width:14.0625rem;height:4.2rem;top:26.6875rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CATeMm9voAMfu9c04HhgthCqSGUvQGRX { width:20rem;height:1.2246125rem;top:72.474609375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JTiCVb0h1WszXINvUKXOTT7ZMbktFRZE { width:20rem;height:1.57470625rem;top:73.69921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D { display:block; }#eTVd8yAg53MnGlSVP3FUA7qPyPrKBz1D > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-text {padding-top: 0; padding-bottom: 0;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-select {padding-top: 0; padding-bottom: 0;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w  { width:17.5rem;height:auto;top:8.84375rem;left:0rem; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w {display:block;}#dnPnAa59MLtcKD4TXvwBhciZuZur1e5w { width:17.5rem;height:auto;top:8.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #U4TNBW8EhDgfeUidyEgLyk69ecAUS5Tx {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #fuKe6655FPskAReJ1LTR0Av3NJtRyDL7 { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #qEOH6icwGQbvbMtBdc4lC4RBGWgHVdU4 {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #wGTvA2bSpO5yWDTsktf8nUeDSy2mpKWn {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #s38vzws13ukGmrE25QNCxDphToHf3X6Q { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #BaLCZpoZn5KzTv1OE0kE2Q4u309FXt1v {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #RWglDpwxCqL1hOKD8XH5x6dqwuDw41Z6 {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #MEXLh3t4hnDIVPESlzGwqK834RUvQVBq { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #wn9Jno4hnVHlDyvqbpQ1gdghqblLFAOQ {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #NC1s64Fl6UDgc6VmkMrtXhUAV2fJAvkf {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #tfEDsnZzTiqA1oKG0diNQpDfbNTwfTpC { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #OsqyFfnhTTlVQ8AnfgQuRXA6ZCiX87kl {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #su2UWfNEcXvcIkv0SoARoycupRXiaQEJ {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #AbDOZe8iHdaOGH1zf7dTiAHMNzO2sAm0 { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #bkTR0OnsmhxqhoBSUz1KiyyMuRwvBZO7 {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #kRdKA5zaAIDoHNCJTzAH9ge2ThKLFkzT {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #qhOQJ7371KrR6nW4LIHOKv9qUMk4DCFC {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #n804IId5axsMu8rm0NrQCWofmBuJCONi {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #Fo2Qxv5klgUebOWwFH44UT8Q6eTvQQ4q {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #OAahQDvvv1ckpHbckRymwT9Ofn7tdXyp {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #JNGPHbnxoTViEF4Cbm0ms2nMzeO2OwBS {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #Xkno6ZfzuNbPlNzf1OwKu0xXOMOiA4k8 {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #oH3gEVRT5nAHIMuuy7xa9gk68LbGWBup {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #zi6Kwui3pK3kx7RBrt5mvc6Dk8ogCHsJ {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #G7F7NWRn4eZu9FwG6TA5udk8WBNd36xn {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #aTwizaC3yTXJLdFvyMGUvSy4pprathzE {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #MWhT2J4MtpV5zg3LemrTGFzL3pUSGmGC {  }
 }@media only screen and (max-width: 763px) { #wBIiUaNhRSdyIHFGyS2vat6mgFdmlbVK { display:block; }
 }@media only screen and (max-width: 763px) { #GiflaAVKCCfhghfGxxahAIPqE5wDhyk5 { display:block; }
 }@media only screen and (max-width: 763px) { #VTKumwEOddmQKiSdRidAmHgIXUfsQexC { display:block; }
 }@media only screen and (max-width: 763px) { #SmSzdibg7yfCq10B91qGPTWJEzA153W2 { display:block; }
 }@media only screen and (max-width: 763px) { #U1t7RhwUcyB4CD8XJzMwCuDds3IJLzCB { display:block; }
 }@media only screen and (max-width: 763px) { #OEpEE4UlXaenzTJbirdS3MF7PUt8Tqre { display:block; }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #xRfb7TtPLDJ3h09ubu5uETQUSEdiRilR {  }
 }@media only screen and (max-width: 763px) { #dnPnAa59MLtcKD4TXvwBhciZuZur1e5w #h8NUrxk89QONoA8L66du2EgDmC9HIgIH {  }
 }@media only screen and (max-width: 763px) { #X1lgUE4kcX7lz8Mzvvk2CPxsDPTlGyJx { width:20rem;height:1.99340625rem;top:4.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CImfCko76EzThgXT44kMoQ0zJWL01vSf { width:20rem;height:1.6626rem;top:6.2421875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n { display:block; }#DewfsoG6FdgqHp1FuHpQrU8ksPc6oX8n > .row .container { width:20rem;height:227.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eqt7RDodb1KySy4Wbr1NChr90wTKPUav { width:18.75rem;height:10.625rem;top:9.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl9GzJfI4Zrha4Vf48s00PPf41dULBiq { width:6.25rem;height:6.25rem;top:6.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDtE4J8PQR7t2AXi4mTqcHJgqg0WRTUu { width:17.5rem;height:3rem;top:16.017578125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgSpwixAJmzkrNRAWxzMT3bolEyLvrdb { width:17.5rem;height:1.7875rem;top:13.60546875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUsVvSN2aklxHAvxe9poA2vwWUMJp9k0 { width:20rem;height:3.00625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWznrnX4TS7JNVfFZM5kJah6Am3QHMmu { width:18.125rem;height:10.625rem;top:25.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erg01g4t9f2XJ82qrpb9mwTvJUvRHKIm { width:15.8125rem;height:3rem;top:32.125rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHmylm8lhrAeUXlZwINsSCCizWeGuF0B { width:16.375rem;height:1.7875rem;top:29.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K616n8bkcbT8pF7SC67GFavfHwqTxTsL { width:6.25rem;height:6.25rem;top:22.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWQtGFIvtkBXA3wUdyLvteik0vwpGik2 { width:18.125rem;height:10.625rem;top:41.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvxp61ZcCn1Wt7HZTSbMZU3cz2Msvvyk { width:15.8125rem;height:3rem;top:48.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFoy4OyTT9eZLORN5LGEEtC7bMr068aO { width:16.375rem;height:1.7875rem;top:45.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGSB788IpgZ3hcmE1VOsv1bafJvidcpl { width:6.25rem;height:6.25rem;top:38.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH1tfUFISGwTuMv80ZRfZQHs3rMTrbr5 { width:18.125rem;height:10.625rem;top:89.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfQPEdzZvi8PlSm85UffIuX9U6C9xoB4 { width:15.8125rem;height:3rem;top:96.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btf4rwW5CS6Ev1GNTb2mFLODisesTg9m { width:16.375rem;height:1.7875rem;top:93.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLlBNJ7qrPe6pKIhfV7lPewr5QlwF67 { width:6.25rem;height:6.25rem;top:86.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXJlgBZddzOVaxZXL0mP7RfHyJudqX8 { width:18.125rem;height:10.625rem;top:73.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q17HD6gAyGx6Lxxivr6SOIyl0qF0uWHQ { width:15.8125rem;height:3rem;top:80.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZvBTZNm7zxDFGekQhQdeIbdiJ4GdyFM { width:16.375rem;height:1.7875rem;top:78.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe7Cf77tvkQRcnWBoATvmaa7LLdZQEHm { width:6.25rem;height:6.25rem;top:70.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuO3uFqMzeeiBCMz6akzOh6OBmxKrBOg { width:18.125rem;height:10.625rem;top:57.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH4LqDw7k6yyDDFcNdFxkvVbNUbF2fGD { width:15.125rem;height:4.5rem;top:64.125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQTeRAZ4SZUQeNtlKncgLTsmzTk3KKB1 { width:16.375rem;height:1.7875rem;top:62rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n28OKSeGEf9uNC6eIGLXAdorD26whThM { width:6.25rem;height:6.25rem;top:54.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4dIV2ogHStm2Tw1JSdneWP34zrtAB0G { width:18.125rem;height:10.625rem;top:121.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQN5bFna9chKheInewg3rLimit4t4gBc { width:18.125rem;height:10.625rem;top:137.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFtd66pSnq1TmTJe0EnoFv0gFIXUEcZU { width:15.8125rem;height:1.5rem;top:128.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDlcKLTx2bICkzmlHoOFGWPIs4lTTzAR { width:16.375rem;height:1.7875rem;top:126.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7fZRxucm9LCIxqSVqqv9ryk1EU7Cyy0 { width:15.8125rem;height:1.5rem;top:144.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4A71QahfF4yd5UlHXbR4parKRAthcrB { width:16.375rem;height:1.7875rem;top:142.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdJK530x8R2tv7elyaiTPM2Hh6kubVNB { width:6.25rem;height:6.25rem;top:118.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfVAdEwPXoJvBZnIuuZkTRk66sHR66cT { width:6.25rem;height:6.25rem;top:134.4375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWquwpO95DIeRnlaZb7zd5N4XfGHPlW7 { width:18.125rem;height:10.625rem;top:105.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgZRxBRSW3tm0AhZA7Ktus4XdxJsFKtS { width:15.8125rem;height:3rem;top:112.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFxlECWOIzU67gkk6mPGFFy0x2Kg1VUV { width:16.375rem;height:1.7875rem;top:110.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEgf2EwGwm2AbhGkR1PpmkEpGoTPdgmy { width:6.25rem;height:6.25rem;top:102.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggOiDvCwe6rpqRFuHHsUSfG77CV9ITfh { width:18.125rem;height:10.625rem;top:169rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okxsBMik43ONXeIVlz8CalDU42Db9TG1 { width:15.8125rem;height:3rem;top:176rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8w7TgOXa8pBb57aia2PLMTq2vC2XS9p { width:16.375rem;height:1.7875rem;top:173.4814453125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALFIMb0UeKCIxw3LpTJBuldsKxIIkWRX { width:6.25rem;height:6.25rem;top:165.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liuF7FA8hFfdgUPpZy26ZZLlQhkKUedN { width:18.125rem;height:10.625rem;top:153.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJNkZT0c1xwhSkq8iuMttZGw0Z0S2l2q { width:15.8125rem;height:4.5rem;top:159.875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvJfHpdIePFFyNbwPWPD441awtvRqyxh { width:18.125rem;height:1.7875rem;top:157.75rem;left:1rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4HVEWrWKnDseW0AMM94Rz5f9QopRlWW { width:6.25rem;height:6.25rem;top:150.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxENH2d0nscdXinNPxW17sTMWPFVRzTt { width:18.125rem;height:13.25rem;top:184.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnUDKMDbR1WizPOlTa7In7tSsKNSr6e1 { width:15.875rem;height:3rem;top:193.625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re6DGLZidTKUJJLop2LGTu0Zce2vX2kJ { width:16.4375rem;height:1.7875rem;top:190.6689453125rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvbxRATOCDz2294KHcimbKTOADm2Pwhc { width:6.3125rem;height:6.3125rem;top:181.662109375rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQbZ0F0FSe3lS1I7Cp0BEWoGokAOGnTd { width:16.375rem;height:3.4375rem;top:222.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgbyonz6pVhD2TdwOcEM0OeyC5sb5Cyr { display:block; }
 }@media only screen and (max-width: 763px) { #TOQxgagIdLTnwpFThvCXmuwOszLRUm5B { width:18.125rem;height:13.25rem;top:203.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiTmM1R4s7aLdk6ixoQBlMFE0mz3yfW4 { width:18.25rem;height:3rem;top:212.625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATf9mVr8TLSBpPoGgeWx59CsGgPobJP { width:18.125rem;height:1.7875rem;top:210rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXQoHa8h2ZGqMgFbxzBvTsUMaREVr6y4 { width:6.3125rem;height:6.3125rem;top:200.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 { display:block; }#uIy0TKQZpoCDVbqJ1oIAeNrFW83fyGa0 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozmdh9C6Dn6qhcJg4ZaPGH9oHPOK7BpE { width:19.1875rem;height:20.125rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeLlP8XFuOZPLMtBIHp7w8aP88TlGy2k { width:20rem;height:1.6626rem;top:22.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lZ5e9htIgcFC0D7ruvcbJT9tUWNRGLGp { width:20rem;height:1.2246125rem;top:25.5371125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OGcbKQoI0gfPTEwzVxPS9UnhZnP6CCQl { width:20rem;height:4.9rem;top:28.011725rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #llGMshAwemffJTKBcUloStM3hPoJay0u { width:11.8125rem;height:12.9375rem;top:34.1601625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8GcOEo6AUKJhvm3bHTmmCtwXpzc02zp { width:16.375rem;height:3.4375rem;top:48.3476625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w896BOEzfeTVh9kkcABX16dkEcMUZbZO { display:block; }
 }@media only screen and (max-width: 763px) { #fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt { display:block; }#fA5fvBMTxPbT4p6cRwSRzBTbyDV17NDt > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teAlnaToUzkL8SiTRskFMMVLLTP5LnCq { width:20rem;height:4.9875rem;top:8.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q7XH1qX54dEquCKd4pNNDB2CrWlVonnw { width:8.25rem;height:5.6875rem;top:1.0625rem;left:5.875rem;display:block; }
 }