.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:242,219,241;--color-primary-1:213,137,209;--color-primary-2:171,18,163;--color-primary-3:86,9,82;--color-primary-4:26,3,24;--color-secondary-0:219,226,233;--color-secondary-1:136,159,181;--color-secondary-2:17,62,106;--color-secondary-3:9,31,53;--color-secondary-4:3,9,16;--color-tertiary-0:255,255,255;--color-tertiary-1:225,225,225;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2e0332e-6741-4f14-8eb1-66b4a3fb2abe/SzczecinBiernacik20231011_3_compressed1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,127,47,0.74); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,127,47,0.74); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq { 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; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { background-color: transparent; background-image: none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container > .video-iframe-container { display: none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row > .video-iframe-container { display: none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .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); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { border-width: 0; border-radius: 0; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#LynxclTG6amcnMrFV46CvAUEscCcon27 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:10.6875rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#MoWo2MN9eNrWPVcS4nyXvF2tHIgXAXa0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:12.6875rem;top:0.75rem;left:12.1787109375rem;overflow:hidden;display:block; }
#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0fe4ba5b-d235-4878-8472-273ef7280bb8/Webinar_ogorek1920x860_4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo.adaptive-delivery-prevent-bg, #t9cUs8sF9fSItS50xyL04TMVlaqyyIJo.lazyload, #t9cUs8sF9fSItS50xyL04TMVlaqyyIJo.lazyloading { background-image: none; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row .container { background-color: transparent; background-image: none; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row .container > .video-iframe-container { display: none; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row > .video-iframe-container { display: none; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .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); }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row .container { border-width: 0; border-radius: 0; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c7f0a;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; }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .row .container { background-color: transparent; background-image: none; }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .row .container > .video-iframe-container { display: none; }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .row > .video-iframe-container { display: none; }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .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); }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .row .container { border-width: 0; border-radius: 0; }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#Wb0hHx6wGDPI0SknZDxNQt1izIzxFMhy { background-color:#dbe302;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.86) ;box-sizing:border-box;color:#3c7f0a;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.0625rem;height:5.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.125rem;left:27.9375rem;display:block; }
#xhREQcS6EzdTzCHhDAeJR5q5GWJ8UvyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c7f0a;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; }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .row .container { background-color: transparent; background-image: none; }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .row .container > .video-iframe-container { display: none; }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .row > .video-iframe-container { display: none; }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .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); }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .row .container { border-width: 0; border-radius: 0; }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;position:relative;display:block; }#xP8yVTEgsI7HQHeyLVvXidd2JVKMPLA0 { color:#ffffff;display:block;width:49.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.5625rem;left:1.65625rem;height:;display:block; }
#z2Dx7hFZUrg832GWesJLdvoCixJUTRIk { color:#ffffff;display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:7.09375rem;left:1.65625rem;height:6.5rem;display:block; }
#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c7f0a;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; }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .row .container { background-color: transparent; background-image: none; }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .row .container > .video-iframe-container { display: none; }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .row > .video-iframe-container { display: none; }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .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); }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .row .container { border-width: 0; border-radius: 0; }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .row .container { font-size:0.875rem;font-family:arial;height:62.0625rem;width:60rem;position:relative;display:block; }#EsNNW8M95Ap5MURvWL84CvJHAWWZx0IG { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.5625rem;left:1.65625rem;height:3.65625rem;display:block; }
#hwT8A2eNduu11JDF6eLud0wfh0Phg7Qo { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:8.1874990463256rem;left:1.65625rem;height:3.25rem;display:block; }
#Gp8MV31HOrlWURbtKrIlWGCiEVqgAUuM { color:#ffffff;display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:12.75rem;left:1.625rem;height:4.875rem;display:block; }
#Pas3wKT5S4MaXexw4taGJwwthkw90HG0 { color:#ffffff;display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:18.9375rem;left:1.65625rem;height:4.875rem;display:block; }
#scHWzwmW0SVO8CBB0AplP4q5BTeMMaFD { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:25.4375rem;left:1.65625rem;height:8.125rem;display:block; }
#GGlVpMi7T149TDx0mxDhDqLen6WsT2Mt { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:30.8125rem;top:37.75rem;left:5.53125rem;overflow:hidden;display:block; }
#A8RDCC44VGF4t2CSQyuXcSPuTLSwWhpX { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:24.625rem;top:12.75rem;left:1.34375rem;overflow:hidden;display:block; }
#wewLZ5sLZXy8T882NkLcp4U8XLIK4J2E { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:24.625rem;top:18.9375rem;left:1.34375rem;overflow:hidden;display:block; }
#c4ArcOFoTQTgKpzKNfhMct47Ly4tG9q7 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:24.625rem;top:25.4375rem;left:1.34375rem;overflow:hidden;display:block; }
#QOiucLJ3NR6XuRwcL4TTP9ubUpdA1XbD { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:31.0625rem;top:33.5625rem;left:5.40625rem;overflow:hidden;display:block; }
#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c7f0a;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; }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .row .container { background-color: transparent; background-image: none; }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .row .container > .video-iframe-container { display: none; }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .row > .video-iframe-container { display: none; }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .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); }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .row .container { border-width: 0; border-radius: 0; }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:60rem;position:relative;display:block; }#o1Tusq6pdJSCnwJA2s2LdgUyE3XDGSl3 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.5625rem;left:1.65625rem;height:3.65625rem;display:block; }
#RT6xbXiJvbSU7r6W9ERyfkyStpG4o0uL { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:13rem;border-top-right-radius:13rem;border-bottom-left-radius:13rem;border-bottom-right-radius:13rem;box-shadow: none;height:14.5rem;width:15.625rem;top:25.8125rem;left:0rem;overflow:hidden;display:block; }
#WCHZTyflPePILlaQWnquovhgUnkGFsBK { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:13rem;border-top-right-radius:13rem;border-bottom-left-radius:13rem;border-bottom-right-radius:13rem;box-shadow: none;height:15.125rem;width:14.25rem;top:7.1875rem;left:0.6875rem;overflow:hidden;display:block; }
#vk77aMVU0lqQ1kJis5VEzFyDuJnUss0h { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:13rem;border-top-right-radius:13rem;border-bottom-left-radius:13rem;border-bottom-right-radius:13rem;box-shadow: none;height:15.1875rem;width:15.1875rem;top:43.625rem;left:0rem;overflow:hidden;display:block; }
#L7b8vPCpct3fatS7cz0ytMsTS7Asd6Zp { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:10.75rem;left:18.03125rem;height:6.5rem;display:block; }
#f5ULlEaMIg0HAx60fONFfXdmaNTbx5s9 { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:28.84375rem;left:18.03125rem;height:6.5rem;display:block; }
#vuTOTcqqgLWs1rukKH187uNgdCnWDCqd { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:48.625rem;left:18.03125rem;height:;display:block; }
#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c7f0a;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; }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .row .container { background-color: transparent; background-image: none; }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .row .container > .video-iframe-container { display: none; }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .row > .video-iframe-container { display: none; }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .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); }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .row .container { border-width: 0; border-radius: 0; }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#c2drV0LgQKLQmItQVcuL29gIVVgFFuAN { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.5625rem;left:1.65625rem;height:;display:block; }
#Z8I74XLFcTLHIqteQtPSioil48MlGGH9 { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:15.59375rem;left:17.21875rem;height:1.625rem;display:block; }
#cbmypGvZrwilw5CCCK4K5xV4g3Ek15eR { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:13rem;border-top-right-radius:13rem;border-bottom-left-radius:13rem;border-bottom-right-radius:13rem;box-shadow: none;height:16.3125rem;width:15rem;top:8.25rem;left:0rem;overflow:hidden;display:block; }
#LwvKGWfT2pJM8hO90gI0np3URn78vwiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2e0332e-6741-4f14-8eb1-66b4a3fb2abe/SzczecinBiernacik20231011_3_compressed1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC.adaptive-delivery-prevent-bg, #LwvKGWfT2pJM8hO90gI0np3URn78vwiC.lazyload, #LwvKGWfT2pJM8hO90gI0np3URn78vwiC.lazyloading { background-image: none; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC > .row .container { border-width: 0; border-radius: 0; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:none; }#MPhNbpfcnQq4vPb4c2VHaECEL5lRTRu5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:27.875rem;width:20.0625rem;top:3.40625rem;left:37.625rem;overflow:hidden;display:block; }
#OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { color:rgba(var(--color-tertiary-0),1);display:block;width:30.247625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.4375rem 0.125rem 0.4375rem rgba(144,135,138,0.5);top:3.40625rem;left:1.375rem;height:15rem;font-style:normal;display:block; }
#nGVfO7As96S846e8UiphwhFx94peUQFO { background-color:#287f2f;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f46b2a;text-shadow:0.0625rem 0.0625rem 0.6875rem #251215;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:5.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.75rem;left:1.375rem;display:block; }
#bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gv688Z4HDm3bzDSCLsDe34DirxHpkn67 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:19rem;left:31.0625rem;overflow:hidden;display:block; }
#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:url("https://images.assets-landingi.com/uc/7e76d21a-64cf-4ee4-891e-ed08ce0391b9/growingvegs20250316010139utc.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy.adaptive-delivery-prevent-bg, #XEblITpy2ittAquJqVZzt7P2Gpnnsrsy.lazyload, #XEblITpy2ittAquJqVZzt7P2Gpnnsrsy.lazyloading { background-image: none; }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .row .container { background-color: transparent; background-image: none; }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .row .container > .video-iframe-container { display: none; }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .row > .video-iframe-container { display: none; }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .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); }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .row .container { border-width: 0; border-radius: 0; }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .row .container { font-size:0.875rem;font-family:arial;height:129rem;width:60rem;position:relative;display:block; }#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-form-header {  }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:45.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.7; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:45.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-text {padding-top: 0; padding-bottom: 0;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;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;width:45.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:45.4375rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-select {padding-top: 0; padding-bottom: 0;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#dbe302;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.625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:45.4375rem;height:4.3125rem;font-family:roboto;overflow:hidden;box-shadow: 0rem 0.4375rem 0.625rem rgba(9,142,105,0.25) ;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:2.3;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:44.1875rem;overflow:hidden;font-style:normal; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .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; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-container:first-of-type{padding-top:0;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-container:last-of-type{padding-bottom:0;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX  { background-color:#407b14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:8.1494140625rem;z-index:15015;position:absolute; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.4375rem;display:block;vertical-align:top; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.4;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX {display:block;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX { background-color:#407b14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:8.1494140625rem;z-index:15015;position:absolute; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #W5wbkoOVvGDChqCA3R9OPeyNMxLMBvGy { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #dP4C0shrqE6fkVhairvNkEwppbKsq7BW { position:relative;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZN4V73R9NhNkFyH49X01slvTVlMKFTaF { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #WwzrHcymVfIMiguDBqSCqUHoIhZemgXo { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #g6sWpbkFRmxyTm2lJQN0cxEciw9THqV7 { position:relative;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #OQUXLvpPzuL3Iib1eQozR6u79bnqVFgN { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #OWClMnRuLt6DWWK2DZuM2S5R5e1XAVDB { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #OBLHumvKff6ctaGZZ0RmUbwPpXi475D5 { position:relative;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #n0V0uX6VgBCsHDmMcq6qIMASO9BXQlgh { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #qVCfmaPxPrTwSK1NDTLvopEdnBIlc25H { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #SK1PP56AZuDLuhIlGCPFr4swOExNoCVC { position:relative;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #XM25MedUPvbhdvTH7iSMcII8Px1oPTGV { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZcT1QrJrgVf72blVgx6TvmPVr4VL5iU4 { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #VJOBS0rOulNl4ENeG9CaRe4qZdO3raOi { position:relative;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #pbq8Kx6SX9ORBzuodCJ6yuvxVBaWpBVm { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Uo6s9FzIUOy6ypllSW8LkBAfhosEOIql { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #fDovJcES2iGUbx1dUoDPK4PT570X5vqB { position:relative;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #TTQU0LxTkiJBWZzAmhStPVCQD90ZyFH5 { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Wy8b0Mi1xx1Oq1PcEL3SGNH503LCcK5N { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #LngDhmGXSv4PDzipSnTmKtTyuQymeMbI { position:relative;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #TeE1Vuoq99mbxn3HDXir02GIBDCf9nbJ { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #x9wUrN9Rh7ZiLPLqn3WeGSaioPGHVs1E { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #iF6bk5makzc26IS86XCT0cVdGDPl7CAk { position:relative;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Zum3JOuna09okCph6aqlbn9NZN6s1iJn { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #B8u72SJ9KyUf0hpMqiuXLyHEtwdTihCG { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #wDepNa3gp4Ru6WwwWh46RJxiwurVv7cn { position:relative;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Q8Orb31a4Fbi3Z6GTp8W6tK25gOhtxHk { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #J9iU5yWMlBdMaPWWLRzFAgHgTSdwzPBd { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Wf6p8af9PizzgUlUudtInRcJ49RKxKCK { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #elwtcTsxfce9n6EQqrER6oq62Mt8l6Nt { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #JzZrD7xfoBwwThUibKDCKPgEB1KwTUOx { position:relative;z-index:15000; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #zUAqJ2K7qUvtoQwUmfp3dzMcNZdDLM62 { position:relative;z-index:15000; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #F4FUD6IUlx181do2Lola1VncZueyr2NE { position:relative;z-index:15000; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #x6tyzCCJAovh94akeDMhOKmcCt7hPdnF { position:relative;z-index:15000; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #coL1Bmy4wRnH7RLEoTcNR3raJcpG2p46 { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Cfx65oqTMA4fafA6AADptdtfHd9n3UXw { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #VRvbtNefdXdhN3wUSCFru2JLpvsrxBrz { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ss1OukUt6axAlc6Bu5tfAqUnnG6kp7cA { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ioPQDRGSpn9tcELLoTp6xwb71wFqPNri { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #BeZF8CtQX8KwVbp1KEVGuQ5dL8znJMKD { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #mX7EmZHgazElQ23DKrBXQ1XbROUM6dKK { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #tXiS5OPuLCwznqy3D8HeZe7DHCypWS4t { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #yfkmr6aonHITS4nUxXFJTCpvng9Fb4zk { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #gZPbA4hWe1TyhcDayvPqGdTQEoNWGXQV { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #gZPbA4hWe1TyhcDayvPqGdTQEoNWGXQV .container-column{width:50%;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #e4PpIvzTeyqUoIFMql0PisTq7lmlehzz { position:relative;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #SJ4kP7XATNyNsJ0egfQUX2K8rLIkXtNA { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ThfG9d3BSo3ABWHB2kpQWE5kyUrPrQ8N { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #zIA6Z39v2wXUpUAmLvx5BqpdummyHIuE { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #SsbgOJixd7AEfF5ig2Nt7M7wHpxFyEo7 { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #DPIQXFGpT6m1rQmhfpH5Z5lR2FKscsFr { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #znHETBSVH21ALkwFo94AhuBa38uvBS5Q { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #uyGyKPcHkTC60Q9a6ekUuRBXAMtBTXie { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #UkprQyO5ti8vwIUx070dWmX9WR7G4eWv { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #LDEIWTh9ehS7JbSeprSMlA39Tto3IgxB { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #x31XM6CokQwRQdnTUdPb5aqoi1XUEZMI { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #sL0sPVCm6DlkAan5BD6u5DPA0gV0mxcc { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #V86tI5l0FTEmEJRWVeUHUSbqmUom0wOS { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZNnB9KQO226zJxwx3QZXfidoT1SzZdhP { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Og5dv4ZTkgOhongGMVl04Xca408DtbVg { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZWgN24fccd2S1KIRsIPOyiwnlIq2qK35 { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #epiniootFS1hOxL4UMhGrp3DHK4Tb4C9 { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #B5uGfihXfQE6lcC755XzEfMLQKtokfa0 { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #qV5dw4olvFnn63KtgXIIuDuWFVee9DQO { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Kbw91isFSqqwDkTQ9lzBi0WKV20SzTF2 { position:relative;z-index:2; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #sDa8FtJTQJ52yQJiMEoeNh7ir2TZWM72 { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #f6Dx76R0Ip7XtJ2ykPiewzJ9Vd0KOCFQ { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #XbEQMT0vesRuNJzLmiXk6zgWeiloEIi6 { position:relative; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #gC0UfRzQuw27LaArEVTXZN6PmaXR595O { position:relative;z-index:15000; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #WMn9uCe3xuVNNtqg3O4PG57Qch4xKUMG { position:relative;z-index:15000; }
#HMnT5y0OooDb1Ja1lSanRz4UsLX6HaSl { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #060b21;top:2.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#287f2f;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:none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { border-width: 0; border-radius: 0; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:none; }#pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { border-width: 0; border-radius: 0; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:none; }#xWlXn2rVaoITmhPrv3BD2T4TLXqtJGfZ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0.1875rem;left:0rem;display:block; }
#zlE2X15ZXzFFipAS1ldlWZp79HB1qgJa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:0.1875rem;left:0rem;display:block; }
#O3rIkmpytCBIW0kZtb9AyNiEkg9JQQqN { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.24951171875rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DwosZqLAuOyT04acAItaC7KPKWfFiwEr { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.34375rem;left:0.21875rem;overflow:hidden;display:block; }
#ptNp05fnEqqLONsAJpdzL34614kIsDuF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0361328125rem;left:11.8115234375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:3.0361328125rem;left:42.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iZD7QBd9RvEqaAZWCvPVMvxLEL8Pz4h7 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0.1875rem;left:30.374755859375rem;display:block; }
#UoszDBBOLWq4kyk92l8n8vnxxRzscc4u { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.374267578125rem;left:30.56005859375rem;overflow:hidden;display:block; }
#STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.187255859375rem;left:42.249755859375rem;height:1.75rem;font-style:normal;display:block; }
#hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:0.1875rem;left:30.374755859375rem;display:block; }
#vbVTnNnsA9xHclWIDCxH97EM72eGv3bv { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.24951171875rem;left:30.374755859375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sGHNTnmeSLeiUStR07xsywubZQV4xb82 { 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:none; }#sGHNTnmeSLeiUStR07xsywubZQV4xb82 > .row .container { border-width: 0; border-radius: 0; }#sGHNTnmeSLeiUStR07xsywubZQV4xb82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sGHNTnmeSLeiUStR07xsywubZQV4xb82 > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:none; }#zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { color:#251215;display:block;width:59.5625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.6875rem;left:0rem;height:15.3125rem;font-style:normal;display:block; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:0.875rem;font-family:"open sans";height:39.6875rem;width:60rem;position:relative;display:none; }#iE3TDII2aP8VTNR9irErch42bfhnmITi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem 1rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:24.25rem;width:17.4375rem;top:7.125rem;left:40.125rem;overflow:hidden;display:block; }
#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.adaptive-delivery-prevent-bg, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyload, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyloading { background-image: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { border-width: 0; border-radius: 0; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { font-size:0.875rem;font-family:"open sans";height:8rem;width:60rem;position:relative;display:none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { border-width: 0; border-radius: 0; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:none; }#T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:0rem;display:block; }
#saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:0rem;display:block; }
#CAzRb0nTOm66TPmRsyeapVC94dTGu0TO { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.015625rem;left:11.84326171875rem;height:1.75rem;font-style:normal;display:block; }
#RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:30.375rem;display:block; }
#Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1rem;left:42.25rem;height:1.75rem;font-style:normal;display:block; }
#TMV37BX7nir36x8T9FDfF28ia4NAqOH0 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:30rem;display:block; }
#gD4ybMTZyWR6DmFJSd93cxQPOVF59PBp { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLsBwg8RvhTT39EPPOG8Rvr1hmsEVEvf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:2.5625rem;left:42.248779296875rem;height:1.75rem;font-style:normal;display:block; }
#cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2.5625rem;left:11.90576171875rem;height:1.75rem;font-style:normal;display:block; }
#sWCoCTdJ6T50gd43D0zAhUS2Dpbhmnt4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.263916015625rem;left:0.2490234375rem;overflow:hidden;display:block; }
#Tu7vxewxTSqVI43OR0amuzMEeUTl6Jo9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.15625rem;left:30.53125rem;overflow:hidden;display:block; }
#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.adaptive-delivery-prevent-bg, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyload, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyloading { background-image: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { border-width: 0; border-radius: 0; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { font-size:0.875rem;font-family:"open sans";height:9.4375rem;width:60rem;position:relative;display:none; }#phu4ITBAmvkWrCgmlxa7fosGFGiJgMnJ { background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:5.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.15625rem;left:21.4375rem;display:block; }
#SOD0GvdKSPziI1d3Fp7BtXCeL41GEqbC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQGefPIAX6Rk11hcPsSGgc50GviqunVZ { background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:5.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.3125rem;left:0rem;display:none; }
#FIBfmLaFhu1cMvnatt3q3mdt40Dy985O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { border-width: 0; border-radius: 0; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:60rem;position:relative;display:none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.adaptive-delivery-prevent-bg, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyload, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyloading { background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { border-width: 0; border-radius: 0; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:none; }#SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { color:#060292;display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5439453125rem;left:0rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { color:rgba(var(--color-tertiary-0),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:12.227348327637rem;left:0rem;height:;font-style:normal;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-tertiary-4),0.02) ;height:26.12425rem;width:60rem;top:4.951171875rem;left:0rem;display:block; }
#XHbVHuE2DkDICM0Ky7GKOuQ3O0VTuTfN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem 1rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:20.9375rem;width:15rem;top:7.5439453125rem;left:39.125rem;overflow:hidden;display:block; }
#FmieABftZbUh5OBOCdOUku3ons1WlAXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG.adaptive-delivery-prevent-bg, #FmieABftZbUh5OBOCdOUku3ons1WlAXG.lazyload, #FmieABftZbUh5OBOCdOUku3ons1WlAXG.lazyloading { background-image: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { border-width: 0; border-radius: 0; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:none; }#ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { color:#060292;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2e0332e-6741-4f14-8eb1-66b4a3fb2abe/SzczecinBiernacik20231011_3_compressed1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.adaptive-delivery-prevent-bg, #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.lazyload, #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.lazyloading { background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { border-width: 0; border-radius: 0; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { font-size:0.875rem;font-family:arial;height:125.875rem;width:60rem;position:relative;display:none; }#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-form-header {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:45.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.7; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:45.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;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;width:45.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:45.4375rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-select {padding-top: 0; padding-bottom: 0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#f37032;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.625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:45.4375rem;height:4.3125rem;font-family:roboto;overflow:hidden;box-shadow: 0rem 0.9375rem 0.625rem rgba(9,142,105,0.25) ;font-style:normal; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .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:roboto;line-height:2.3;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:44.1875rem;overflow:hidden;font-style:normal; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .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; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:roboto;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-container:first-of-type{padding-top:0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-container:last-of-type{padding-bottom:0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb  { background-color:#287f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:1.875rem;z-index:15014;position:absolute; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.4375rem;display:block;vertical-align:top; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-info-text { display:block;height:auto;font-family:roboto;font-size:1rem;line-height:1.4;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb {display:block;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb { background-color:#287f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:1.875rem;z-index:15014;position:absolute; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dW5dhvoi805tfgNydwiNU1S33L4DCskW { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DTumJLyPm0ylpvqwOBbB92l0eToiKaxB { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xO8gdluE5HSR3AQfJafb2eBUpK9rbZ6L { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #L4sk3Aivc47TcGhTRZdd02Wt4rsL1StT { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sP1tObvSyfeJdtFOyRU336nTt6i49dEH { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZKdOsz1IPzymG66ZzOFlKI8EA2sblGvS { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iUQsV7cxlyXdTZOb8u7JmT7oNlNW0FVy { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #uZIlUt1MiPmJSCDBUkCUkzmx3xATVU5O { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IoB9wrBUZ4D4r1IgTWZUbrsLJFTJZm0y { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DvLlNaDfQ849SqEwJPCDdIow9IX98R05 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NFLskT86idEZ6pVrJfTbfRqlHr01UTRT { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #XTI8RtZVehzUsuRhoRT61h3QIJi8TP9G { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #o14vvfi028oJJ5E0DHz6gN503P343xHd { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NbphnQPxkkNBMGxSZklxtQb6cQy3qJJ4 { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #P0ip6wrQOa0cloqnGkEothOdzKpnb7cc { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TWTZ8Zlid3aXPcR0yzhCXudroX4an7AQ { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lM7IXkmVdn2s213bVqTwRpTUgT6VIJwz { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #N1muq7BHX7Ja0rigfbo4kgJtnooT61zE { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mUK5HBmL55lZewmPS3xlGmTGOqgZkFnp { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kG9gSz7iboE66TAWGitmDyqq1C37GolZ { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ucuv8pF0SU07AL6otVKI7nQo05n1X1ep { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wZDLRhoIshui3KcZ2wRyK9Nw7EoTMyiw { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BO8uUhGsHG8imyIkV1OU1CahqrXLLyuD { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IbThu6imch8fRIrd2ZwzzhQXxpTsTvTX { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lQpLii2EgnQTOkxXFVotVsWpoTcJGTdv { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IAlebrlOzzFgratwpmMwVHyMuMF2csuZ { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ph5CCAgTNo9q5fd4TPafubtWHRnkmsqZ { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #T0XFIhAEQeZHXTWKZgMvkau55RemnS2L { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #eTISKtrKnhSOTJus51t9VZSUfy9CTQby { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tRhSv0TwrQOTrFT55Plohv04vXgIfEmA { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fJ6n0N5rAqyf41rtNSrHxwa07QmiO5wI { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dxdCpS7TSSQg5DkcBCga5XIy1CS0wHPG { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #UfSTQgvTTAOZZK1euHxgOOO93GHFWuCB { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #E0qQKmIdduRFBAi2tv1Sc0tlPdMzHaId { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fq3CoHWwHnZfibd7T3JFH2TGkToMSHuo { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mx71VZcRFnlh8zv1b9stT5b3T53KFrOx { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TtiOGhpqXNBiJfZp0K68DSDQC86rGZMN { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Oz5VT1peZeRi9sB0RSFGLUG9TVavF0BF { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ynAsiz43Z8s8XKJxbl2rnRRkdhRt8iiy { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xsgWaaTOhcThq5aDa6w6ul6OsaSXEXnq { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BNZDhcFKU5JZN4L1cQI3lXw4fEImhz90 { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #VmG6v7FREaeTg44M9zc20xrcSfmvTZyW { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #m8NozZptaGR4U3PPKV85WXwTluODvUqw { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tu5JM4n8ggxTcaoEPQlIWtysturMg33U { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xnHqqxd9mORy7sRsLIkTaDOm6shZTg6G { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ERaMiaUBdJTZDDiwSXAiKlbRgmcvT6gK { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kcFMg5rFZSUhpu8Gn36kvpmfQheW3dIq { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gsZEeqdhGW8oiVvKtuosiToyhLZHpV6W { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HR3g9z49xiQLqneADqFaDIfmGgTz1uM3 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SpzbPQEIHp0QMGJhDDTJssBEM5UbqnIu { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AMZy35oRT5QfNL7AaOI97qM9FVTmGhsW { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vNxgXMWuH2PZbOqFIHdn8fEb31TdoVxH { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Q6TdhVdXwN1u6UVv6oUQnUrzslTXINCU { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #STs4ELX9om1psIDuyH3VGHCl4Pq0wbxy { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tZpbfnteiKqK1ThlRWTMCAF4HEQvZnmt { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Wsv1eydNz98SnyCcvKrowhzczXMPHH5v { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WG9l6xMEWkT3y7LpZvn4589uf4Hfe1mw { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HEktVkKPqlAz5AvvKa21SA9KZ1tQ1hZO { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RrT2A3POI4yG6P5xA29TDQ2SotMRhBrm { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZApo8sUgbomlxu86ivHZNWcHSKL7FOxA { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #f5Gm27TwhVTR58vMrHd2ZwbArFNZgRzc { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #PJag3JJK6Dcd8TI3q2tqKEm1wvR535CO { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #PJag3JJK6Dcd8TI3q2tqKEm1wvR535CO .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DGQuleGTC4l8waetctBIBdcURALk6NbH { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #T83DghNDIuiNUuFoZqnOmW9A5TmTSrNV { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SIgMZu1KtJvEUL8TePTfDTz8aoL7WIt5 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #JtHGNTZDDevbUxXaUs9iwoQwiE11Ovl2 { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TFrIipQmaxGe2CHmyXQfHLgTxGobozDE { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #M0TydDP10Ufq8K8HMwvfQld2PwIWHb6O { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WVvlVUcuFgplT6PFG0HwPTmTSMf54hb0 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #rV3FrA83PTHIIk8NhpQdTd5KGAJF3OVh { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gGrbMRNX86QMucFOsAClcvVEixXLSNXO { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #zCUkET708igWyKxRr4knccHrm1fUE6Vw { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BeLF4ZUQR1NJSbGS3vrT29NtAJlmhpnG { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #pDUyGvMitmKNtULP9Nn9tlmp2TQiEGJ8 { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #nQZiTsPDLX5PbSDOTBRapRNhTLGr3wao { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xJsMvumOCLleSvV26F3D1NqktTX1fIRA { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #erruw16UebNQ8Ew9oAegNgWrEc2bT55G { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ecsP1SuaXRp4D1iDfXLGf9Zvc5kv4RzD { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Ra0eCvTo3fISvLG71pxmFW1shttmqhgw { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #yPUCWlpd9sHXTz74ll0f9mChiuw3MLZ2 { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #QvSWd0cTZrWUyTRvyLielBIBZSBAAQKP { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #w5yrLA2iW1SEGVUpUdXpzLCRTu2Nzxhi { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TTVqvueOiPh50WTouuoBpZlErg07NGWU { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fAtsdTORWSe6yc4lgrHslhINtdqokGzL { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WXzcPKkau22h2SP3yzq4CUrRyHbVNTkn { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #w4k9Ld3wTisWzC4LAwaGfs9uNguQHTuS { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #OZSL1b4uTQmQJExbKaZ0TygVebQTulOn { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #yGlokQAG9eidOfOo3KCN1TWHKiRL88p9 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #h88Pl1kGVWaJK1IlGu8cqvzaS1gCT5gy { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sn1WrKp465xuRf7o0HfVsQsI1Mr3FTaT { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtDNNNLQtfpEJtJlKZsvLmvgnGP8hxwt { position:relative;z-index:15000; }
#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.adaptive-delivery-prevent-bg, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyload, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyloading { background-image: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { border-width: 0; border-radius: 0; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:none; }#q9Rmp30RJo40SvludnErAUM0L2A3Pq3t { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:7.03125rem;display:block; }
#pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11.6875rem;left:2.4375rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:19.25rem;left:2.4375rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#q8ifwcqmvN1Gn7cEiG42ekOU10nfn2Z2 { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:19.25rem;left:21.875rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:11.6875rem;left:21.875rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfp5p5lSyr8XfxAGmhy8DOUVnrMxKITy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:26.5rem;display:block; }
#xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3Dw1pba8/img_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:2.811767578125rem;left:26.8740234375rem;display:block; }#xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS.adaptive-delivery-prevent-bg, #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS.lazyload, #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS.lazyloading { background-image: none; }
#rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:19.375rem;top:0rem;left:39.6875rem;display:block; }
#zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:19.25rem;left:41.3125rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ELbz94wN2McJphLwMpkdmTmBdMKxBXgp { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:11.6875rem;left:41.3125rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m190nbuzLV8biWnkCp9k7fnbKTHpk2Iq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:45.9375rem;display:block; }
#x8VvLTxRosfhkONmd24C8WDShnafGxFI { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/kH39gHN9/img_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.687rem;width:6.8115rem;top:2.841064453125rem;left:46.358642578125rem;display:block; }#x8VvLTxRosfhkONmd24C8WDShnafGxFI.adaptive-delivery-prevent-bg, #x8VvLTxRosfhkONmd24C8WDShnafGxFI.lazyload, #x8VvLTxRosfhkONmd24C8WDShnafGxFI.lazyloading { background-image: none; }
#CGZhkKVgWRaxRRaL0FuK9wx38lOGSxu9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:5rem;left:32.9990234375rem; }
#nKKrgAKnsd5gevlcusB1J1SFLbJaHOg2 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:5rem;left:52.6240234375rem; }
#iTXFZyPh81IeoWIebm10yFbuica4C54f { 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:none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { border-width: 0; border-radius: 0; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { font-size:0.875rem;font-family:"open sans";height:15.5rem;width:60rem;position:relative;display:none; }#eMnxUluCDGDbb6LplpHcDILkoTVlNFOW { box-sizing:content-box;color:#8e2485;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:5.5244140625rem;left:30.9375rem;display:block; }
#JgWzGmDLuGLVTmBnuDOfwDAT7JTFdRTN { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:18.4375rem;height:1.3rem;color:#8e2485;display:block; }
#JN2OGswwbrXn8NribVdyL9rHMwKsepXp { display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4365234375rem;left:34.0625rem;height:1.3rem;color:#8e2485;display:block; }
#OlRCfovv6NrOuLdU2W5TNx9rDz8CaRvD { box-sizing:content-box;color:#8e2485;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.47265625rem;left:15.3125rem;display:block; }
#mKDIqtJfRL6EPDM8AqNxHGZnOcIuEuuA { box-sizing:content-box;color:#8e2485;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:5.5869140625rem;left:49.0625rem;display:block; }
#CEzxqJMKHxCOaZQN4aQrIKFIoDOf8c5N { display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.8681640625rem;left:52.4375rem;height:2.4375rem;color:#8e2485;display:block; }
#pRB88nfKk2N8giszPnaMU9UT6cNAduUX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.6875rem;top:5.6806640625rem;left:0rem;overflow:hidden;display:block; }
#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn { 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; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container { background-color: transparent; background-image: none; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container > .video-iframe-container { display: none; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row > .video-iframe-container { display: none; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .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); }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container { border-width: 0; border-radius: 0; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container { font-size:0.875rem;font-family:"open sans";height:15.5rem;width:60rem;position:relative;display:block; }#ZHeGTv7e5ximeRMnBf2BLel6BEMQkvyr { box-sizing:content-box;color:#407b14;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:5.5244140625rem;left:30.9375rem;display:block; }
#cHMGxGklhIDVKS88W9AiBZ0vtMLiVHRe { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:18.4375rem;height:1.3rem;color:#407b14;display:block; }
#TcGReAIiRgt3A3xm3ra2iB35QnXMwu2D { display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4365234375rem;left:34.0625rem;height:1.3rem;color:#407b14;display:block; }
#qd6NxTIDqEouAl9zfGk4Et8pZ056GtBz { box-sizing:content-box;color:#407b14;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.47265625rem;left:15.3125rem;display:block; }
#TFKPA3KFVRSpe0wLG9P8Kw4MSQRroleC { box-sizing:content-box;color:#407b14;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:5.5869140625rem;left:49.0625rem;display:block; }
#piHShODlCFLsv3so7yINPUTchDk9wpqM { display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.8681640625rem;left:52.4375rem;height:2.4375rem;color:#407b14;display:block; }
#rXCuMWTJ1HqBliWR3bnSAzvvIkmG92nl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.625rem;top:3.6875rem;left:0rem;overflow:hidden;display:block; }
#lvXxUAyI8AVhcyTvdTGvNrRP5PydvpPH { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:10.25rem;top:6.75rem;left:0.6875rem;overflow:hidden;display:block; }
#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.adaptive-delivery-prevent-bg, #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.lazyload, #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.lazyloading { background-image: none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { border-width: 0; border-radius: 0; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:none; }#s6pGDoQEC1X1llvDebZLa3n2S3zqlzIf { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:1.875rem;left:13.0625rem;display:block; }
#higz6CiwcHGdGwK5gmD4M5RIGTR0lt5U { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:1.875rem;left:16.375rem;display:block; }
#N0pFOlUpPcg6ZZkWsLpSTnPCC7GQFrwM { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:1.875rem;left:19.6875rem;display:block; }
#xF3uKf8pKNn4F9yKKchxUXKS3UEHnHt1 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:1.875rem;left:23rem;display:block; }
#m3QQ48LNxknOZR1dliBnxbHlMUbsv2V6 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:1.875rem;left:26.3125rem;display:block; }
#RZDe5ekECZ0tt9uAmTfvFNyVC7WSIdpp { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.125rem;left:30rem;height:1.94921875rem;font-style:normal;display:block; }
#L3WRhGxA8WT3fiJL43sQ8HB7vs3BQCCI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:2.34375rem;left:13.625rem; }
#AK4fzJPPN8r8Oy4HHOT5voPrQ64hEFiH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:2.34375rem;left:16.9375rem; }
#rvQFdAkBnrIAQK9k38gMchAK6OoGUo6T { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:2.34375rem;left:20.25rem; }
#Aodldzoy6dh2RLQtT79tZTtrG2cepNEe { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:2.34375rem;left:23.5625rem; }
#xlkzPd7JHsdOcHOrHMLAB8mPEZdXW8bI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:2.34375rem;left:26.875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JlMTxwNcT5r3pWglrITyKECPC2oAi1oq { display:block; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LynxclTG6amcnMrFV46CvAUEscCcon27 { width:10.6875rem;height:2.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoWo2MN9eNrWPVcS4nyXvF2tHIgXAXa0 { width:12.6875rem;height:3rem;top:0.75rem;left:6.0537109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9cUs8sF9fSItS50xyL04TMVlaqyyIJo { display:block; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc { display:block; }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wb0hHx6wGDPI0SknZDxNQt1izIzxFMhy { width:32.0625rem;height:5.25rem;top:2.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhREQcS6EzdTzCHhDAeJR5q5GWJ8UvyS { display:block; }
 }@media only screen and (max-width: 763px) { #eT86PQPRUTX3PztXOGMcIuMmt1a5O64r { display:block; }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP8yVTEgsI7HQHeyLVvXidd2JVKMPLA0 { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Dx7hFZUrg832GWesJLdvoCixJUTRIk { width:47.75rem;height:6.5rem;top:7.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ { display:block; }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNNW8M95Ap5MURvWL84CvJHAWWZx0IG { width:35.6875rem;height:3.6875rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwT8A2eNduu11JDF6eLud0wfh0Phg7Qo { width:35.6875rem;height:3.25rem;top:8.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8MV31HOrlWURbtKrIlWGCiEVqgAUuM { width:47.75rem;height:4.875rem;top:12.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pas3wKT5S4MaXexw4taGJwwthkw90HG0 { width:47.75rem;height:4.875rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHWzwmW0SVO8CBB0AplP4q5BTeMMaFD { width:47.75rem;height:;top:25.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGlVpMi7T149TDx0mxDhDqLen6WsT2Mt { width:30.8125rem;height:25.75rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8RDCC44VGF4t2CSQyuXcSPuTLSwWhpX { width:24.625rem;height:1.6875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wewLZ5sLZXy8T882NkLcp4U8XLIK4J2E { width:24.625rem;height:1.6875rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ArcOFoTQTgKpzKNfhMct47Ly4tG9q7 { width:24.625rem;height:1.6875rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOiucLJ3NR6XuRwcL4TTP9ubUpdA1XbD { width:31.0625rem;height:31.0625rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch { display:block; }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1Tusq6pdJSCnwJA2s2LdgUyE3XDGSl3 { width:20rem;height:3.625rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT6xbXiJvbSU7r6W9ERyfkyStpG4o0uL { width:15.625rem;height:14.5rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCHZTyflPePILlaQWnquovhgUnkGFsBK { width:14.25rem;height:15.125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk77aMVU0lqQ1kJis5VEzFyDuJnUss0h { width:15.1875rem;height:15.1875rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7b8vPCpct3fatS7cz0ytMsTS7Asd6Zp { width:35.6875rem;height:;top:10.75rem;left:11.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5ULlEaMIg0HAx60fONFfXdmaNTbx5s9 { width:35.6875rem;height:;top:28.8125rem;left:11.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuTOTcqqgLWs1rukKH187uNgdCnWDCqd { width:35.6875rem;height:;top:48.625rem;left:11.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lynfdI1WlEABWx9R03be1zuIEXHCA0Tm { display:block; }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2drV0LgQKLQmItQVcuL29gIVVgFFuAN { width:20rem;height:;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8I74XLFcTLHIqteQtPSioil48MlGGH9 { width:35.6875rem;height:1.625rem;top:15.5625rem;left:11.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbmypGvZrwilw5CCCK4K5xV4g3Ek15eR { width:15rem;height:16.3125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwvKGWfT2pJM8hO90gI0np3URn78vwiC { display:none; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MPhNbpfcnQq4vPb4c2VHaECEL5lRTRu5 { width:20.0625rem;height:27.875rem;top:3.375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:30.1875rem;height:15rem;top:3.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGVfO7As96S846e8UiphwhFx94peUQFO { width:17.125rem;height:5.125rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block; }
 }@media only screen and (max-width: 763px) { #Gv688Z4HDm3bzDSCLsDe34DirxHpkn67 { width:15.875rem;height:15.875rem;top:19rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEblITpy2ittAquJqVZzt7P2Gpnnsrsy { display:block; }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-regular-label { display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-checkbox-label { width:44.1875rem; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX  { width:45.4375rem;height:auto; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX {display:block;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX { width:45.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #W5wbkoOVvGDChqCA3R9OPeyNMxLMBvGy {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #dP4C0shrqE6fkVhairvNkEwppbKsq7BW {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZN4V73R9NhNkFyH49X01slvTVlMKFTaF {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #WwzrHcymVfIMiguDBqSCqUHoIhZemgXo {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #g6sWpbkFRmxyTm2lJQN0cxEciw9THqV7 { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #OQUXLvpPzuL3Iib1eQozR6u79bnqVFgN {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #OWClMnRuLt6DWWK2DZuM2S5R5e1XAVDB {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #OBLHumvKff6ctaGZZ0RmUbwPpXi475D5 { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #n0V0uX6VgBCsHDmMcq6qIMASO9BXQlgh {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #qVCfmaPxPrTwSK1NDTLvopEdnBIlc25H {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #SK1PP56AZuDLuhIlGCPFr4swOExNoCVC { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #XM25MedUPvbhdvTH7iSMcII8Px1oPTGV {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZcT1QrJrgVf72blVgx6TvmPVr4VL5iU4 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #VJOBS0rOulNl4ENeG9CaRe4qZdO3raOi { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #pbq8Kx6SX9ORBzuodCJ6yuvxVBaWpBVm {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Uo6s9FzIUOy6ypllSW8LkBAfhosEOIql {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #fDovJcES2iGUbx1dUoDPK4PT570X5vqB { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #TTQU0LxTkiJBWZzAmhStPVCQD90ZyFH5 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Wy8b0Mi1xx1Oq1PcEL3SGNH503LCcK5N {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #LngDhmGXSv4PDzipSnTmKtTyuQymeMbI { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #TeE1Vuoq99mbxn3HDXir02GIBDCf9nbJ {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #x9wUrN9Rh7ZiLPLqn3WeGSaioPGHVs1E {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #iF6bk5makzc26IS86XCT0cVdGDPl7CAk { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Zum3JOuna09okCph6aqlbn9NZN6s1iJn {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #B8u72SJ9KyUf0hpMqiuXLyHEtwdTihCG {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #wDepNa3gp4Ru6WwwWh46RJxiwurVv7cn { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Q8Orb31a4Fbi3Z6GTp8W6tK25gOhtxHk {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #J9iU5yWMlBdMaPWWLRzFAgHgTSdwzPBd {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Wf6p8af9PizzgUlUudtInRcJ49RKxKCK {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #elwtcTsxfce9n6EQqrER6oq62Mt8l6Nt {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #JzZrD7xfoBwwThUibKDCKPgEB1KwTUOx { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #zUAqJ2K7qUvtoQwUmfp3dzMcNZdDLM62 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #F4FUD6IUlx181do2Lola1VncZueyr2NE { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #x6tyzCCJAovh94akeDMhOKmcCt7hPdnF { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #coL1Bmy4wRnH7RLEoTcNR3raJcpG2p46 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Cfx65oqTMA4fafA6AADptdtfHd9n3UXw { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #VRvbtNefdXdhN3wUSCFru2JLpvsrxBrz {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ss1OukUt6axAlc6Bu5tfAqUnnG6kp7cA {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ioPQDRGSpn9tcELLoTp6xwb71wFqPNri { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #BeZF8CtQX8KwVbp1KEVGuQ5dL8znJMKD {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #mX7EmZHgazElQ23DKrBXQ1XbROUM6dKK {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #tXiS5OPuLCwznqy3D8HeZe7DHCypWS4t { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #yfkmr6aonHITS4nUxXFJTCpvng9Fb4zk {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #gZPbA4hWe1TyhcDayvPqGdTQEoNWGXQV {  }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #gZPbA4hWe1TyhcDayvPqGdTQEoNWGXQV .container-column{width:50%;} }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #e4PpIvzTeyqUoIFMql0PisTq7lmlehzz { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #SJ4kP7XATNyNsJ0egfQUX2K8rLIkXtNA { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ThfG9d3BSo3ABWHB2kpQWE5kyUrPrQ8N {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #zIA6Z39v2wXUpUAmLvx5BqpdummyHIuE { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #SsbgOJixd7AEfF5ig2Nt7M7wHpxFyEo7 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #DPIQXFGpT6m1rQmhfpH5Z5lR2FKscsFr { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #znHETBSVH21ALkwFo94AhuBa38uvBS5Q {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #uyGyKPcHkTC60Q9a6ekUuRBXAMtBTXie { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #UkprQyO5ti8vwIUx070dWmX9WR7G4eWv {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #LDEIWTh9ehS7JbSeprSMlA39Tto3IgxB { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #x31XM6CokQwRQdnTUdPb5aqoi1XUEZMI {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #sL0sPVCm6DlkAan5BD6u5DPA0gV0mxcc { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #V86tI5l0FTEmEJRWVeUHUSbqmUom0wOS {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZNnB9KQO226zJxwx3QZXfidoT1SzZdhP { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Og5dv4ZTkgOhongGMVl04Xca408DtbVg {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZWgN24fccd2S1KIRsIPOyiwnlIq2qK35 { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #epiniootFS1hOxL4UMhGrp3DHK4Tb4C9 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #B5uGfihXfQE6lcC755XzEfMLQKtokfa0 { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #qV5dw4olvFnn63KtgXIIuDuWFVee9DQO {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Kbw91isFSqqwDkTQ9lzBi0WKV20SzTF2 { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #sDa8FtJTQJ52yQJiMEoeNh7ir2TZWM72 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #f6Dx76R0Ip7XtJ2ykPiewzJ9Vd0KOCFQ {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #XbEQMT0vesRuNJzLmiXk6zgWeiloEIi6 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #gC0UfRzQuw27LaArEVTXZN6PmaXR595O { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #WMn9uCe3xuVNNtqg3O4PG57Qch4xKUMG { z-index:15000; }
 }@media only screen and (max-width: 763px) { #HMnT5y0OooDb1Ja1lSanRz4UsLX6HaSl { width:47.75rem;height:3.25rem;top:2.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:47.75rem;height:2.875rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xWlXn2rVaoITmhPrv3BD2T4TLXqtJGfZ { width:10.8125rem;height:10.8125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlE2X15ZXzFFipAS1ldlWZp79HB1qgJa { width:3.75rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3rIkmpytCBIW0kZtb9AyNiEkg9JQQqN { width:3.75rem;height:1.6875rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwosZqLAuOyT04acAItaC7KPKWfFiwEr { width:10.5rem;height:10.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { top:3rem;left:7rem;width:16.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { top:3rem;left:29.9375rem;width:17.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZD7QBd9RvEqaAZWCvPVMvxLEL8Pz4h7 { width:10.75rem;height:10.75rem;top:0.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoszDBBOLWq4kyk92l8n8vnxxRzscc4u { width:10.5rem;height:10.5rem;top:0.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { width:17.0625rem;height:1.75rem;top:1.125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { width:3.75rem;height:3.75rem;top:0.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbVTnNnsA9xHclWIDCxH97EM72eGv3bv { width:3.75rem;height:1.6875rem;top:1.1875rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGHNTnmeSLeiUStR07xsywubZQV4xb82 { display:none; }#sGHNTnmeSLeiUStR07xsywubZQV4xb82 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { width:47.75rem;height:15.3125rem;top:2.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iE3TDII2aP8VTNR9irErch42bfhnmITi { width:17.4375rem;height:24.25rem;top:7.125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI { display:none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { width:3.75rem;height:3.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAzRb0nTOm66TPmRsyeapVC94dTGu0TO { width:3.75rem;height:1.6875rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { width:17.0625rem;height:1.75rem;top:1rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3 { width:10.75rem;height:10.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { width:17.0625rem;height:1.75rem;top:1rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMV37BX7nir36x8T9FDfF28ia4NAqOH0 { width:3.75rem;height:3.75rem;top:8.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD4ybMTZyWR6DmFJSd93cxQPOVF59PBp { width:3.75rem;height:1.6875rem;top:9.3125rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLsBwg8RvhTT39EPPOG8Rvr1hmsEVEvf { width:17.0625rem;height:1.75rem;top:2.5625rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { width:17.0625rem;height:1.75rem;top:2.5625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWCoCTdJ6T50gd43D0zAhUS2Dpbhmnt4 { width:10.5rem;height:10.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7vxewxTSqVI43OR0amuzMEeUTl6Jo9 { width:10.5rem;height:10.5rem;top:0.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru { display:none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #phu4ITBAmvkWrCgmlxa7fosGFGiJgMnJ { width:17.125rem;height:5.125rem;top:2.125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOD0GvdKSPziI1d3Fp7BtXCeL41GEqbC { display:block; }
 }@media only screen and (max-width: 763px) { #lQGefPIAX6Rk11hcPsSGgc50GviqunVZ { width:17.125rem;height:5.125rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIBfmLaFhu1cMvnatt3q3mdt40Dy985O { display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { width:28.3125rem;height:2.6875rem;top:7.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { width:29.125rem;height:;top:12.1875rem;left:0rem;font-size:0.9375rem;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { top:4.9375rem;left:0rem;width:47.75rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHbVHuE2DkDICM0Ky7GKOuQ3O0VTuTfN { width:15rem;height:20.9375rem;top:7.5rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmieABftZbUh5OBOCdOUku3ons1WlAXG { display:none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { width:47.75rem;height:2.875rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-regular-label { display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-checkbox-label { width:44.1875rem; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb  { width:45.4375rem;height:auto; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb {display:block;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb { width:45.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dW5dhvoi805tfgNydwiNU1S33L4DCskW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DTumJLyPm0ylpvqwOBbB92l0eToiKaxB {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xO8gdluE5HSR3AQfJafb2eBUpK9rbZ6L {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #L4sk3Aivc47TcGhTRZdd02Wt4rsL1StT {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sP1tObvSyfeJdtFOyRU336nTt6i49dEH { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZKdOsz1IPzymG66ZzOFlKI8EA2sblGvS {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iUQsV7cxlyXdTZOb8u7JmT7oNlNW0FVy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #uZIlUt1MiPmJSCDBUkCUkzmx3xATVU5O { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IoB9wrBUZ4D4r1IgTWZUbrsLJFTJZm0y {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DvLlNaDfQ849SqEwJPCDdIow9IX98R05 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NFLskT86idEZ6pVrJfTbfRqlHr01UTRT { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #XTI8RtZVehzUsuRhoRT61h3QIJi8TP9G {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #o14vvfi028oJJ5E0DHz6gN503P343xHd {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NbphnQPxkkNBMGxSZklxtQb6cQy3qJJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #P0ip6wrQOa0cloqnGkEothOdzKpnb7cc {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TWTZ8Zlid3aXPcR0yzhCXudroX4an7AQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lM7IXkmVdn2s213bVqTwRpTUgT6VIJwz { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #N1muq7BHX7Ja0rigfbo4kgJtnooT61zE {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mUK5HBmL55lZewmPS3xlGmTGOqgZkFnp {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kG9gSz7iboE66TAWGitmDyqq1C37GolZ { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ucuv8pF0SU07AL6otVKI7nQo05n1X1ep {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wZDLRhoIshui3KcZ2wRyK9Nw7EoTMyiw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BO8uUhGsHG8imyIkV1OU1CahqrXLLyuD { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IbThu6imch8fRIrd2ZwzzhQXxpTsTvTX {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lQpLii2EgnQTOkxXFVotVsWpoTcJGTdv {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IAlebrlOzzFgratwpmMwVHyMuMF2csuZ { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ph5CCAgTNo9q5fd4TPafubtWHRnkmsqZ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #T0XFIhAEQeZHXTWKZgMvkau55RemnS2L { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #eTISKtrKnhSOTJus51t9VZSUfy9CTQby { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tRhSv0TwrQOTrFT55Plohv04vXgIfEmA { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fJ6n0N5rAqyf41rtNSrHxwa07QmiO5wI { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dxdCpS7TSSQg5DkcBCga5XIy1CS0wHPG {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #UfSTQgvTTAOZZK1euHxgOOO93GHFWuCB { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #E0qQKmIdduRFBAi2tv1Sc0tlPdMzHaId {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fq3CoHWwHnZfibd7T3JFH2TGkToMSHuo {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mx71VZcRFnlh8zv1b9stT5b3T53KFrOx { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TtiOGhpqXNBiJfZp0K68DSDQC86rGZMN {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Oz5VT1peZeRi9sB0RSFGLUG9TVavF0BF {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ynAsiz43Z8s8XKJxbl2rnRRkdhRt8iiy { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xsgWaaTOhcThq5aDa6w6ul6OsaSXEXnq {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BNZDhcFKU5JZN4L1cQI3lXw4fEImhz90 { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #VmG6v7FREaeTg44M9zc20xrcSfmvTZyW { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #m8NozZptaGR4U3PPKV85WXwTluODvUqw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tu5JM4n8ggxTcaoEPQlIWtysturMg33U { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xnHqqxd9mORy7sRsLIkTaDOm6shZTg6G {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ERaMiaUBdJTZDDiwSXAiKlbRgmcvT6gK { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kcFMg5rFZSUhpu8Gn36kvpmfQheW3dIq {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gsZEeqdhGW8oiVvKtuosiToyhLZHpV6W { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HR3g9z49xiQLqneADqFaDIfmGgTz1uM3 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SpzbPQEIHp0QMGJhDDTJssBEM5UbqnIu { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AMZy35oRT5QfNL7AaOI97qM9FVTmGhsW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vNxgXMWuH2PZbOqFIHdn8fEb31TdoVxH { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Q6TdhVdXwN1u6UVv6oUQnUrzslTXINCU {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #STs4ELX9om1psIDuyH3VGHCl4Pq0wbxy { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tZpbfnteiKqK1ThlRWTMCAF4HEQvZnmt {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Wsv1eydNz98SnyCcvKrowhzczXMPHH5v { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WG9l6xMEWkT3y7LpZvn4589uf4Hfe1mw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HEktVkKPqlAz5AvvKa21SA9KZ1tQ1hZO { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RrT2A3POI4yG6P5xA29TDQ2SotMRhBrm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZApo8sUgbomlxu86ivHZNWcHSKL7FOxA { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #f5Gm27TwhVTR58vMrHd2ZwbArFNZgRzc {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #PJag3JJK6Dcd8TI3q2tqKEm1wvR535CO {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #PJag3JJK6Dcd8TI3q2tqKEm1wvR535CO .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DGQuleGTC4l8waetctBIBdcURALk6NbH {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #T83DghNDIuiNUuFoZqnOmW9A5TmTSrNV {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SIgMZu1KtJvEUL8TePTfDTz8aoL7WIt5 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #JtHGNTZDDevbUxXaUs9iwoQwiE11Ovl2 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TFrIipQmaxGe2CHmyXQfHLgTxGobozDE {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #M0TydDP10Ufq8K8HMwvfQld2PwIWHb6O {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WVvlVUcuFgplT6PFG0HwPTmTSMf54hb0 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #rV3FrA83PTHIIk8NhpQdTd5KGAJF3OVh {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gGrbMRNX86QMucFOsAClcvVEixXLSNXO {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #zCUkET708igWyKxRr4knccHrm1fUE6Vw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BeLF4ZUQR1NJSbGS3vrT29NtAJlmhpnG {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #pDUyGvMitmKNtULP9Nn9tlmp2TQiEGJ8 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #nQZiTsPDLX5PbSDOTBRapRNhTLGr3wao {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xJsMvumOCLleSvV26F3D1NqktTX1fIRA {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #erruw16UebNQ8Ew9oAegNgWrEc2bT55G {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ecsP1SuaXRp4D1iDfXLGf9Zvc5kv4RzD {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Ra0eCvTo3fISvLG71pxmFW1shttmqhgw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #yPUCWlpd9sHXTz74ll0f9mChiuw3MLZ2 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #QvSWd0cTZrWUyTRvyLielBIBZSBAAQKP {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #w5yrLA2iW1SEGVUpUdXpzLCRTu2Nzxhi {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TTVqvueOiPh50WTouuoBpZlErg07NGWU {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fAtsdTORWSe6yc4lgrHslhINtdqokGzL {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WXzcPKkau22h2SP3yzq4CUrRyHbVNTkn {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #w4k9Ld3wTisWzC4LAwaGfs9uNguQHTuS {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #OZSL1b4uTQmQJExbKaZ0TygVebQTulOn {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #yGlokQAG9eidOfOo3KCN1TWHKiRL88p9 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #h88Pl1kGVWaJK1IlGu8cqvzaS1gCT5gy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sn1WrKp465xuRf7o0HfVsQsI1Mr3FTaT { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtDNNNLQtfpEJtJlKZsvLmvgnGP8hxwt { z-index:15000; }
 }@media only screen and (max-width: 763px) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { display:none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9Rmp30RJo40SvludnErAUM0L2A3Pq3t { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { width:16.75rem;height:6.75rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { width:16.6875rem;height:2.5rem;top:19.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ifwcqmvN1Gn7cEiG42ekOU10nfn2Z2 { width:16.75rem;height:2.5rem;top:19.25rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { width:16.75rem;height:6.75rem;top:11.6875rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfp5p5lSyr8XfxAGmhy8DOUVnrMxKITy { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS { width:6.8125rem;height:6.8125rem;top:2.75rem;left:20.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { width:19.375rem;height:23.8125rem;top:0rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { width:16.75rem;height:2.5rem;top:19.25rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbz94wN2McJphLwMpkdmTmBdMKxBXgp { width:16.75rem;height:6.75rem;top:11.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m190nbuzLV8biWnkCp9k7fnbKTHpk2Iq { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VvLTxRosfhkONmd24C8WDShnafGxFI { width:6.75rem;height:6.625rem;top:2.8125rem;left:36.046142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZhkKVgWRaxRRaL0FuK9wx38lOGSxu9 { width:2.1875rem;height:2.1875rem;top:5rem;left:26.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKKrgAKnsd5gevlcusB1J1SFLbJaHOg2 { width:2.1875rem;height:2.1875rem;top:5rem;left:42.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTXFZyPh81IeoWIebm10yFbuica4C54f { display:none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eMnxUluCDGDbb6LplpHcDILkoTVlNFOW { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWzGmDLuGLVTmBnuDOfwDAT7JTFdRTN { width:7.75rem;height:1.25rem;top:2.625rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN2OGswwbrXn8NribVdyL9rHMwKsepXp { width:14.4375rem;height:1.25rem;top:2.5625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlRCfovv6NrOuLdU2W5TNx9rDz8CaRvD { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDIqtJfRL6EPDM8AqNxHGZnOcIuEuuA { width:3rem;height:3rem;top:5.5625rem;left:42.9375rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEzxqJMKHxCOaZQN4aQrIKFIoDOf8c5N { width:7.5625rem;height:2.4375rem;top:5.8125rem;left:40.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRB88nfKk2N8giszPnaMU9UT6cNAduUX { width:12.6875rem;height:2.8125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn { display:block; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHeGTv7e5ximeRMnBf2BLel6BEMQkvyr { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHMGxGklhIDVKS88W9AiBZ0vtMLiVHRe { width:7.75rem;height:1.25rem;top:2.625rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGReAIiRgt3A3xm3ra2iB35QnXMwu2D { width:14.4375rem;height:1.25rem;top:2.5625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd6NxTIDqEouAl9zfGk4Et8pZ056GtBz { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFKPA3KFVRSpe0wLG9P8Kw4MSQRroleC { width:3rem;height:3rem;top:5.5625rem;left:42.9375rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #piHShODlCFLsv3so7yINPUTchDk9wpqM { width:7.5625rem;height:2.4375rem;top:5.8125rem;left:40.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXCuMWTJ1HqBliWR3bnSAzvvIkmG92nl { width:11.625rem;height:2.8125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvXxUAyI8AVhcyTvdTGvNrRP5PydvpPH { width:10.25rem;height:2rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { display:none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6pGDoQEC1X1llvDebZLa3n2S3zqlzIf { width:2.5625rem;height:2.5625rem;top:1.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #higz6CiwcHGdGwK5gmD4M5RIGTR0lt5U { width:2.5625rem;height:2.5625rem;top:1.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0pFOlUpPcg6ZZkWsLpSTnPCC7GQFrwM { width:2.5625rem;height:2.5625rem;top:1.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF3uKf8pKNn4F9yKKchxUXKS3UEHnHt1 { width:2.5625rem;height:2.5625rem;top:1.875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3QQ48LNxknOZR1dliBnxbHlMUbsv2V6 { width:2.5625rem;height:2.5625rem;top:1.875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDe5ekECZ0tt9uAmTfvFNyVC7WSIdpp { width:17rem;height:1.9375rem;top:2.125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3WRhGxA8WT3fiJL43sQ8HB7vs3BQCCI { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK4fzJPPN8r8Oy4HHOT5voPrQ64hEFiH { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvQFdAkBnrIAQK9k38gMchAK6OoGUo6T { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aodldzoy6dh2RLQtT79tZTtrG2cepNEe { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlkzPd7JHsdOcHOrHMLAB8mPEZdXW8bI { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JlMTxwNcT5r3pWglrITyKECPC2oAi1oq { display:block; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LynxclTG6amcnMrFV46CvAUEscCcon27 { width:7.6875rem;height:1.375rem;top:1.25rem;left:1.1572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoWo2MN9eNrWPVcS4nyXvF2tHIgXAXa0 { width:7.9375rem;height:1.8125rem;top:1.03125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9cUs8sF9fSItS50xyL04TMVlaqyyIJo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8f5dea0-8113-41df-add0-6affc8918572/Webinar_ogorek1920x860_3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo.adaptive-delivery-prevent-bg, #t9cUs8sF9fSItS50xyL04TMVlaqyyIJo.lazyload, #t9cUs8sF9fSItS50xyL04TMVlaqyyIJo.lazyloading { background-image: none; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row .container { background-color: transparent; background-image: none; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row .container > .video-iframe-container { display: none; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row > .video-iframe-container { display: none; }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .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); }#t9cUs8sF9fSItS50xyL04TMVlaqyyIJo > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc { display:block; }#JABuut8f1ykhcZPG5GoT3FxB0RE38ZVc > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wb0hHx6wGDPI0SknZDxNQt1izIzxFMhy { width:19rem;height:3.625rem;top:0.8125rem;left:0.5rem;font-size:1.375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #xhREQcS6EzdTzCHhDAeJR5q5GWJ8UvyS { display:block; }
 }@media only screen and (max-width: 763px) { #eT86PQPRUTX3PztXOGMcIuMmt1a5O64r { display:block; }#eT86PQPRUTX3PztXOGMcIuMmt1a5O64r > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP8yVTEgsI7HQHeyLVvXidd2JVKMPLA0 { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Dx7hFZUrg832GWesJLdvoCixJUTRIk { width:20rem;height:19.5rem;top:4.412109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ { display:block; }#WNT6vLewe1CxeSBbbkdzT2prUrFCdTnQ > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNNW8M95Ap5MURvWL84CvJHAWWZx0IG { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwT8A2eNduu11JDF6eLud0wfh0Phg7Qo { width:20rem;height:3.25rem;top:6.57421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8MV31HOrlWURbtKrIlWGCiEVqgAUuM { width:20rem;height:13rem;top:10.38671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pas3wKT5S4MaXexw4taGJwwthkw90HG0 { width:20rem;height:8.125rem;top:24.82421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHWzwmW0SVO8CBB0AplP4q5BTeMMaFD { width:20rem;height:11.375rem;top:34.19921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGlVpMi7T149TDx0mxDhDqLen6WsT2Mt { width:20rem;height:16.713995943205rem;top:46.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8RDCC44VGF4t2CSQyuXcSPuTLSwWhpX { width:20rem;height:1.37011875rem;top:10.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wewLZ5sLZXy8T882NkLcp4U8XLIK4J2E { width:20rem;height:1.37011875rem;top:25.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ArcOFoTQTgKpzKNfhMct47Ly4tG9q7 { width:20rem;height:1.37011875rem;top:34.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOiucLJ3NR6XuRwcL4TTP9ubUpdA1XbD { width:20rem;height:20rem;top:45.1806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch { display:block; }#oupIQo4C85ZGPiyVTzsRy8RNeDzHM7Ch > .row .container { width:20rem;height:98.286716461182rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1Tusq6pdJSCnwJA2s2LdgUyE3XDGSl3 { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT6xbXiJvbSU7r6W9ERyfkyStpG4o0uL { width:15.625rem;height:14.5rem;top:37.2246125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCHZTyflPePILlaQWnquovhgUnkGFsBK { width:14.25rem;height:15.125rem;top:5.0996125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk77aMVU0lqQ1kJis5VEzFyDuJnUss0h { width:15.1875rem;height:15.1875rem;top:67.2246125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7b8vPCpct3fatS7cz0ytMsTS7Asd6Zp { width:20rem;height:14.625rem;top:21.4746125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5ULlEaMIg0HAx60fONFfXdmaNTbx5s9 { width:20rem;height:13rem;top:52.9746125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuTOTcqqgLWs1rukKH187uNgdCnWDCqd { width:20rem;height:14.625rem;top:83.6621125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lynfdI1WlEABWx9R03be1zuIEXHCA0Tm { display:block; }#lynfdI1WlEABWx9R03be1zuIEXHCA0Tm > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2drV0LgQKLQmItQVcuL29gIVVgFFuAN { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8I74XLFcTLHIqteQtPSioil48MlGGH9 { width:20rem;height:1.625rem;top:22.6621125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbmypGvZrwilw5CCCK4K5xV4g3Ek15eR { width:15rem;height:16.3125rem;top:5.0996125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwvKGWfT2pJM8hO90gI0np3URn78vwiC { display:none; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC > .row .container { width:20rem;height:46rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MPhNbpfcnQq4vPb4c2VHaECEL5lRTRu5 { width:13.5625rem;height:18.9375rem;top:14.74609375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:18.875rem;height:12.75rem;top:0.75rem;left:0.5625rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGVfO7As96S846e8UiphwhFx94peUQFO { width:16rem;height:4.375rem;top:39.37109375rem;left:2rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block; }
 }@media only screen and (max-width: 763px) { #Gv688Z4HDm3bzDSCLsDe34DirxHpkn67 { width:11.4375rem;height:11.4375rem;top:25.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEblITpy2ittAquJqVZzt7P2Gpnnsrsy { display:block; }#XEblITpy2ittAquJqVZzt7P2Gpnnsrsy > .row .container { width:20rem;height:137.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:1.125rem;display:block; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-text {padding-top: 0; padding-bottom: 0;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-select {padding-top: 0; padding-bottom: 0;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5625rem;overflow:hidden; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-radio-label { font-size:1.0625rem;overflow:hidden; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX  { width:17.5rem;height:auto;top:6.3984375rem;left:0rem; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX {display:block;}#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX { width:17.5rem;height:auto;top:6.3984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #W5wbkoOVvGDChqCA3R9OPeyNMxLMBvGy {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #dP4C0shrqE6fkVhairvNkEwppbKsq7BW { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZN4V73R9NhNkFyH49X01slvTVlMKFTaF {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #WwzrHcymVfIMiguDBqSCqUHoIhZemgXo {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #g6sWpbkFRmxyTm2lJQN0cxEciw9THqV7 { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #OQUXLvpPzuL3Iib1eQozR6u79bnqVFgN {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #OWClMnRuLt6DWWK2DZuM2S5R5e1XAVDB {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #OBLHumvKff6ctaGZZ0RmUbwPpXi475D5 { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #n0V0uX6VgBCsHDmMcq6qIMASO9BXQlgh {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #qVCfmaPxPrTwSK1NDTLvopEdnBIlc25H {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #SK1PP56AZuDLuhIlGCPFr4swOExNoCVC { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #XM25MedUPvbhdvTH7iSMcII8Px1oPTGV {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZcT1QrJrgVf72blVgx6TvmPVr4VL5iU4 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #VJOBS0rOulNl4ENeG9CaRe4qZdO3raOi { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #pbq8Kx6SX9ORBzuodCJ6yuvxVBaWpBVm {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Uo6s9FzIUOy6ypllSW8LkBAfhosEOIql {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #fDovJcES2iGUbx1dUoDPK4PT570X5vqB { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #TTQU0LxTkiJBWZzAmhStPVCQD90ZyFH5 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Wy8b0Mi1xx1Oq1PcEL3SGNH503LCcK5N {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #LngDhmGXSv4PDzipSnTmKtTyuQymeMbI { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #TeE1Vuoq99mbxn3HDXir02GIBDCf9nbJ {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #x9wUrN9Rh7ZiLPLqn3WeGSaioPGHVs1E {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #iF6bk5makzc26IS86XCT0cVdGDPl7CAk { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Zum3JOuna09okCph6aqlbn9NZN6s1iJn {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #B8u72SJ9KyUf0hpMqiuXLyHEtwdTihCG {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #wDepNa3gp4Ru6WwwWh46RJxiwurVv7cn { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Q8Orb31a4Fbi3Z6GTp8W6tK25gOhtxHk {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #J9iU5yWMlBdMaPWWLRzFAgHgTSdwzPBd {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Wf6p8af9PizzgUlUudtInRcJ49RKxKCK {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #elwtcTsxfce9n6EQqrER6oq62Mt8l6Nt {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #JzZrD7xfoBwwThUibKDCKPgEB1KwTUOx { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #zUAqJ2K7qUvtoQwUmfp3dzMcNZdDLM62 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #F4FUD6IUlx181do2Lola1VncZueyr2NE { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #x6tyzCCJAovh94akeDMhOKmcCt7hPdnF { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #coL1Bmy4wRnH7RLEoTcNR3raJcpG2p46 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Cfx65oqTMA4fafA6AADptdtfHd9n3UXw { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #VRvbtNefdXdhN3wUSCFru2JLpvsrxBrz {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ss1OukUt6axAlc6Bu5tfAqUnnG6kp7cA {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ioPQDRGSpn9tcELLoTp6xwb71wFqPNri { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #BeZF8CtQX8KwVbp1KEVGuQ5dL8znJMKD {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #mX7EmZHgazElQ23DKrBXQ1XbROUM6dKK {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #tXiS5OPuLCwznqy3D8HeZe7DHCypWS4t { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #yfkmr6aonHITS4nUxXFJTCpvng9Fb4zk {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #gZPbA4hWe1TyhcDayvPqGdTQEoNWGXQV {  }
#mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #gZPbA4hWe1TyhcDayvPqGdTQEoNWGXQV .container-column{width:50%;} }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #e4PpIvzTeyqUoIFMql0PisTq7lmlehzz { display:block; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #SJ4kP7XATNyNsJ0egfQUX2K8rLIkXtNA { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ThfG9d3BSo3ABWHB2kpQWE5kyUrPrQ8N {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #zIA6Z39v2wXUpUAmLvx5BqpdummyHIuE { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #SsbgOJixd7AEfF5ig2Nt7M7wHpxFyEo7 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #DPIQXFGpT6m1rQmhfpH5Z5lR2FKscsFr { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #znHETBSVH21ALkwFo94AhuBa38uvBS5Q {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #uyGyKPcHkTC60Q9a6ekUuRBXAMtBTXie { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #UkprQyO5ti8vwIUx070dWmX9WR7G4eWv {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #LDEIWTh9ehS7JbSeprSMlA39Tto3IgxB { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #x31XM6CokQwRQdnTUdPb5aqoi1XUEZMI {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #sL0sPVCm6DlkAan5BD6u5DPA0gV0mxcc { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #V86tI5l0FTEmEJRWVeUHUSbqmUom0wOS {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZNnB9KQO226zJxwx3QZXfidoT1SzZdhP { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Og5dv4ZTkgOhongGMVl04Xca408DtbVg {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #ZWgN24fccd2S1KIRsIPOyiwnlIq2qK35 { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #epiniootFS1hOxL4UMhGrp3DHK4Tb4C9 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #B5uGfihXfQE6lcC755XzEfMLQKtokfa0 { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #qV5dw4olvFnn63KtgXIIuDuWFVee9DQO {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #Kbw91isFSqqwDkTQ9lzBi0WKV20SzTF2 { z-index:2; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #sDa8FtJTQJ52yQJiMEoeNh7ir2TZWM72 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #f6Dx76R0Ip7XtJ2ykPiewzJ9Vd0KOCFQ {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #XbEQMT0vesRuNJzLmiXk6zgWeiloEIi6 {  }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #gC0UfRzQuw27LaArEVTXZN6PmaXR595O { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mhuEKxUf49XQuJzBnodhlyvXAoaJDMRX #WMn9uCe3xuVNNtqg3O4PG57Qch4xKUMG { z-index:15000; }
 }@media only screen and (max-width: 763px) { #HMnT5y0OooDb1Ja1lSanRz4UsLX6HaSl { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:20rem;height:3.9rem;top:0.6396484375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xWlXn2rVaoITmhPrv3BD2T4TLXqtJGfZ { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlE2X15ZXzFFipAS1ldlWZp79HB1qgJa { width:3.75rem;height:3.75rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3rIkmpytCBIW0kZtb9AyNiEkg9JQQqN { width:3.75rem;height:1.7875rem;top:2.265625rem;left:4.6240234375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwosZqLAuOyT04acAItaC7KPKWfFiwEr { width:10.5rem;height:10.5rem;top:1.403564453125rem;left:4.71435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { width:17.8125rem;height:1.38125rem;top:14.4375rem;left:1.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { width:17.8125rem;height:1.38125rem;top:32.3125rem;left:1.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZD7QBd9RvEqaAZWCvPVMvxLEL8Pz4h7 { width:10.749rem;height:10.749rem;top:18.435546875rem;left:4.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoszDBBOLWq4kyk92l8n8vnxxRzscc4u { width:10.375rem;height:10.375rem;top:18.6240234375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { width:17.0615rem;height:1.75rem;top:30.5625rem;left:1.4677734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { width:3.75rem;height:3.75rem;top:17.873046875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbVTnNnsA9xHclWIDCxH97EM72eGv3bv { width:3.75rem;height:1.7875rem;top:18.853515625rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGHNTnmeSLeiUStR07xsywubZQV4xb82 { display:none; }#sGHNTnmeSLeiUStR07xsywubZQV4xb82 > .row .container { width:20rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { width:17.125rem;height:31.5rem;top:0.65625rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:40.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iE3TDII2aP8VTNR9irErch42bfhnmITi { width:12.75rem;height:17.75rem;top:14.6201171875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.adaptive-delivery-prevent-bg, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyload, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyloading { background-image: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { width:20rem;height:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { width:3.75rem;height:3.75rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAzRb0nTOm66TPmRsyeapVC94dTGu0TO { width:3.75rem;height:1.7875rem;top:2.4375rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { width:17.125rem;height:1.75rem;top:12.6875rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3 { width:10.75rem;height:10.75rem;top:19.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { width:17.0625rem;height:1.75rem;top:30.625rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMV37BX7nir36x8T9FDfF28ia4NAqOH0 { width:3.75rem;height:3.75rem;top:19.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD4ybMTZyWR6DmFJSd93cxQPOVF59PBp { width:3.75rem;height:1.7875rem;top:20.04296875rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLsBwg8RvhTT39EPPOG8Rvr1hmsEVEvf { width:17.0625rem;height:1.6625rem;top:32.375rem;left:1.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { width:17.06175rem;height:1.6625rem;top:14.375rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWCoCTdJ6T50gd43D0zAhUS2Dpbhmnt4 { width:10.1875rem;height:10.1875rem;top:1.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7vxewxTSqVI43OR0amuzMEeUTl6Jo9 { width:10.5rem;height:10.5rem;top:19.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.adaptive-delivery-prevent-bg, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyload, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyloading { background-image: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #phu4ITBAmvkWrCgmlxa7fosGFGiJgMnJ { width:17.125rem;height:5.125rem;top:1.25rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOD0GvdKSPziI1d3Fp7BtXCeL41GEqbC { display:block; }
 }@media only screen and (max-width: 763px) { #lQGefPIAX6Rk11hcPsSGgc50GviqunVZ { width:13.8125rem;height:3.875rem;top:1.87109375rem;left:3.09375rem;font-size:1.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FIBfmLaFhu1cMvnatt3q3mdt40Dy985O { display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:20rem;height:1.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:20rem;height:33.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { width:20rem;height:1.8rem;top:2rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { width:18.625rem;height:14.75rem;top:4.2375001907349rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { width:20rem;height:22.8125rem;top:1.3124969303608rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHbVHuE2DkDICM0Ky7GKOuQ3O0VTuTfN { width:7.625rem;height:10.75rem;top:21.8125rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmieABftZbUh5OBOCdOUku3ons1WlAXG { display:none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { width:20rem;height:3.9rem;top:1.34375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:20rem;height:134.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:1.125rem;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-select {padding-top: 0; padding-bottom: 0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.3125rem;overflow:hidden; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-radio-label { font-size:1.0625rem;overflow:hidden; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb  { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb {display:block;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dW5dhvoi805tfgNydwiNU1S33L4DCskW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DTumJLyPm0ylpvqwOBbB92l0eToiKaxB { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xO8gdluE5HSR3AQfJafb2eBUpK9rbZ6L {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #L4sk3Aivc47TcGhTRZdd02Wt4rsL1StT {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sP1tObvSyfeJdtFOyRU336nTt6i49dEH { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZKdOsz1IPzymG66ZzOFlKI8EA2sblGvS {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iUQsV7cxlyXdTZOb8u7JmT7oNlNW0FVy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #uZIlUt1MiPmJSCDBUkCUkzmx3xATVU5O { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IoB9wrBUZ4D4r1IgTWZUbrsLJFTJZm0y {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DvLlNaDfQ849SqEwJPCDdIow9IX98R05 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NFLskT86idEZ6pVrJfTbfRqlHr01UTRT { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #XTI8RtZVehzUsuRhoRT61h3QIJi8TP9G {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #o14vvfi028oJJ5E0DHz6gN503P343xHd {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NbphnQPxkkNBMGxSZklxtQb6cQy3qJJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #P0ip6wrQOa0cloqnGkEothOdzKpnb7cc {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TWTZ8Zlid3aXPcR0yzhCXudroX4an7AQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lM7IXkmVdn2s213bVqTwRpTUgT6VIJwz { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #N1muq7BHX7Ja0rigfbo4kgJtnooT61zE {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mUK5HBmL55lZewmPS3xlGmTGOqgZkFnp {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kG9gSz7iboE66TAWGitmDyqq1C37GolZ { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ucuv8pF0SU07AL6otVKI7nQo05n1X1ep {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wZDLRhoIshui3KcZ2wRyK9Nw7EoTMyiw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BO8uUhGsHG8imyIkV1OU1CahqrXLLyuD { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IbThu6imch8fRIrd2ZwzzhQXxpTsTvTX {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lQpLii2EgnQTOkxXFVotVsWpoTcJGTdv {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IAlebrlOzzFgratwpmMwVHyMuMF2csuZ { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ph5CCAgTNo9q5fd4TPafubtWHRnkmsqZ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #T0XFIhAEQeZHXTWKZgMvkau55RemnS2L { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #eTISKtrKnhSOTJus51t9VZSUfy9CTQby { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tRhSv0TwrQOTrFT55Plohv04vXgIfEmA { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fJ6n0N5rAqyf41rtNSrHxwa07QmiO5wI { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dxdCpS7TSSQg5DkcBCga5XIy1CS0wHPG {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #UfSTQgvTTAOZZK1euHxgOOO93GHFWuCB { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #E0qQKmIdduRFBAi2tv1Sc0tlPdMzHaId {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fq3CoHWwHnZfibd7T3JFH2TGkToMSHuo {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mx71VZcRFnlh8zv1b9stT5b3T53KFrOx { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TtiOGhpqXNBiJfZp0K68DSDQC86rGZMN {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Oz5VT1peZeRi9sB0RSFGLUG9TVavF0BF {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ynAsiz43Z8s8XKJxbl2rnRRkdhRt8iiy { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xsgWaaTOhcThq5aDa6w6ul6OsaSXEXnq {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BNZDhcFKU5JZN4L1cQI3lXw4fEImhz90 { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #VmG6v7FREaeTg44M9zc20xrcSfmvTZyW { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #m8NozZptaGR4U3PPKV85WXwTluODvUqw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tu5JM4n8ggxTcaoEPQlIWtysturMg33U { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xnHqqxd9mORy7sRsLIkTaDOm6shZTg6G {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ERaMiaUBdJTZDDiwSXAiKlbRgmcvT6gK { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kcFMg5rFZSUhpu8Gn36kvpmfQheW3dIq {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gsZEeqdhGW8oiVvKtuosiToyhLZHpV6W { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HR3g9z49xiQLqneADqFaDIfmGgTz1uM3 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SpzbPQEIHp0QMGJhDDTJssBEM5UbqnIu { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AMZy35oRT5QfNL7AaOI97qM9FVTmGhsW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vNxgXMWuH2PZbOqFIHdn8fEb31TdoVxH { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Q6TdhVdXwN1u6UVv6oUQnUrzslTXINCU {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #STs4ELX9om1psIDuyH3VGHCl4Pq0wbxy { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tZpbfnteiKqK1ThlRWTMCAF4HEQvZnmt {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Wsv1eydNz98SnyCcvKrowhzczXMPHH5v { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WG9l6xMEWkT3y7LpZvn4589uf4Hfe1mw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HEktVkKPqlAz5AvvKa21SA9KZ1tQ1hZO { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RrT2A3POI4yG6P5xA29TDQ2SotMRhBrm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZApo8sUgbomlxu86ivHZNWcHSKL7FOxA { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #f5Gm27TwhVTR58vMrHd2ZwbArFNZgRzc {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #PJag3JJK6Dcd8TI3q2tqKEm1wvR535CO {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #PJag3JJK6Dcd8TI3q2tqKEm1wvR535CO .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DGQuleGTC4l8waetctBIBdcURALk6NbH {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #T83DghNDIuiNUuFoZqnOmW9A5TmTSrNV {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SIgMZu1KtJvEUL8TePTfDTz8aoL7WIt5 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #JtHGNTZDDevbUxXaUs9iwoQwiE11Ovl2 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TFrIipQmaxGe2CHmyXQfHLgTxGobozDE {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #M0TydDP10Ufq8K8HMwvfQld2PwIWHb6O {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WVvlVUcuFgplT6PFG0HwPTmTSMf54hb0 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #rV3FrA83PTHIIk8NhpQdTd5KGAJF3OVh {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gGrbMRNX86QMucFOsAClcvVEixXLSNXO {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #zCUkET708igWyKxRr4knccHrm1fUE6Vw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BeLF4ZUQR1NJSbGS3vrT29NtAJlmhpnG {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #pDUyGvMitmKNtULP9Nn9tlmp2TQiEGJ8 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #nQZiTsPDLX5PbSDOTBRapRNhTLGr3wao {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xJsMvumOCLleSvV26F3D1NqktTX1fIRA {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #erruw16UebNQ8Ew9oAegNgWrEc2bT55G {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ecsP1SuaXRp4D1iDfXLGf9Zvc5kv4RzD {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Ra0eCvTo3fISvLG71pxmFW1shttmqhgw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #yPUCWlpd9sHXTz74ll0f9mChiuw3MLZ2 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #QvSWd0cTZrWUyTRvyLielBIBZSBAAQKP {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #w5yrLA2iW1SEGVUpUdXpzLCRTu2Nzxhi {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TTVqvueOiPh50WTouuoBpZlErg07NGWU {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fAtsdTORWSe6yc4lgrHslhINtdqokGzL {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WXzcPKkau22h2SP3yzq4CUrRyHbVNTkn {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #w4k9Ld3wTisWzC4LAwaGfs9uNguQHTuS {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #OZSL1b4uTQmQJExbKaZ0TygVebQTulOn {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #yGlokQAG9eidOfOo3KCN1TWHKiRL88p9 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #h88Pl1kGVWaJK1IlGu8cqvzaS1gCT5gy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sn1WrKp465xuRf7o0HfVsQsI1Mr3FTaT { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtDNNNLQtfpEJtJlKZsvLmvgnGP8hxwt { z-index:15000; }
 }@media only screen and (max-width: 763px) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { display:none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:20rem;height:76.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9Rmp30RJo40SvludnErAUM0L2A3Pq3t { width:7.5625rem;height:7.5625rem;top:2.937255859375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { width:16.75rem;height:6.796875rem;top:11.74951171875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { width:16.75rem;height:2.125rem;top:19.311767578125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8ifwcqmvN1Gn7cEiG42ekOU10nfn2Z2 { width:16.75rem;height:2.125rem;top:43.1875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { width:16.75rem;height:6.796875rem;top:35.6240234375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfp5p5lSyr8XfxAGmhy8DOUVnrMxKITy { width:7.5625rem;height:7.5625rem;top:26.811767578125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS { width:6.6875rem;height:6.6875rem;top:27.3740234375rem;left:6.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { width:19.375rem;height:23.8125rem;top:47.8740234375rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { width:16.75rem;height:2.125rem;top:67.06201171875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELbz94wN2McJphLwMpkdmTmBdMKxBXgp { width:16.75rem;height:6.796875rem;top:59.499755859375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m190nbuzLV8biWnkCp9k7fnbKTHpk2Iq { width:7.5625rem;height:7.5625rem;top:50.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VvLTxRosfhkONmd24C8WDShnafGxFI { width:6.8125rem;height:6.8125rem;top:51.186767578125rem;left:6.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZhkKVgWRaxRRaL0FuK9wx38lOGSxu9 { width:2.1875rem;height:2.1875rem;top:29.4990234375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKKrgAKnsd5gevlcusB1J1SFLbJaHOg2 { width:2.1875rem;height:2.1875rem;top:53.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTXFZyPh81IeoWIebm10yFbuica4C54f { display:none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eMnxUluCDGDbb6LplpHcDILkoTVlNFOW { width:3.125rem;height:3.125rem;top:6.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWzGmDLuGLVTmBnuDOfwDAT7JTFdRTN { width:12.5rem;height:1.3rem;top:16.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN2OGswwbrXn8NribVdyL9rHMwKsepXp { width:15.1875rem;height:1.3rem;top:9.8125rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlRCfovv6NrOuLdU2W5TNx9rDz8CaRvD { width:3.125rem;height:3.125rem;top:13.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDIqtJfRL6EPDM8AqNxHGZnOcIuEuuA { width:3rem;height:3rem;top:19.5498046875rem;left:8.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEzxqJMKHxCOaZQN4aQrIKFIoDOf8c5N { width:7.5625rem;height:2.6rem;top:22.5498046875rem;left:6.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRB88nfKk2N8giszPnaMU9UT6cNAduUX { width:12.6875rem;height:2.8125rem;top:1.5869140625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn { display:block; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHeGTv7e5ximeRMnBf2BLel6BEMQkvyr { width:3.125rem;height:3.125rem;top:6.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHMGxGklhIDVKS88W9AiBZ0vtMLiVHRe { width:12.5rem;height:1.3rem;top:16.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGReAIiRgt3A3xm3ra2iB35QnXMwu2D { width:15.1875rem;height:1.3rem;top:9.8125rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd6NxTIDqEouAl9zfGk4Et8pZ056GtBz { width:3.125rem;height:3.125rem;top:13.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFKPA3KFVRSpe0wLG9P8Kw4MSQRroleC { width:3rem;height:3rem;top:19.5498046875rem;left:8.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piHShODlCFLsv3so7yINPUTchDk9wpqM { width:7.5625rem;height:2.6rem;top:22.5498046875rem;left:6.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXCuMWTJ1HqBliWR3bnSAzvvIkmG92nl { width:11.625rem;height:2.8125rem;top:0.7119140625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvXxUAyI8AVhcyTvdTGvNrRP5PydvpPH { width:10.25rem;height:2rem;top:3.5244140625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { display:none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { width:20rem;height:11.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6pGDoQEC1X1llvDebZLa3n2S3zqlzIf { width:2.5625rem;height:2.5625rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #higz6CiwcHGdGwK5gmD4M5RIGTR0lt5U { width:2.5625rem;height:2.5625rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0pFOlUpPcg6ZZkWsLpSTnPCC7GQFrwM { width:2.5625rem;height:2.5625rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF3uKf8pKNn4F9yKKchxUXKS3UEHnHt1 { width:2.5625rem;height:2.5625rem;top:1.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3QQ48LNxknOZR1dliBnxbHlMUbsv2V6 { width:2.5625rem;height:2.5625rem;top:1.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDe5ekECZ0tt9uAmTfvFNyVC7WSIdpp { width:17rem;height:1.625rem;top:4.8125rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3WRhGxA8WT3fiJL43sQ8HB7vs3BQCCI { width:1.5625rem;height:1.5625rem;top:1.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK4fzJPPN8r8Oy4HHOT5voPrQ64hEFiH { width:1.5625rem;height:1.5625rem;top:1.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvQFdAkBnrIAQK9k38gMchAK6OoGUo6T { width:1.5625rem;height:1.5625rem;top:1.8125rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aodldzoy6dh2RLQtT79tZTtrG2cepNEe { width:1.5625rem;height:1.5625rem;top:1.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlkzPd7JHsdOcHOrHMLAB8mPEZdXW8bI { width:1.5625rem;height:1.5625rem;top:1.8125rem;left:15.9375rem;display:block; }
 }