.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:239,244,230;--color-primary-1:201,220,171;--color-primary-2:147,184,86;--color-primary-3:74,92,43;--color-primary-4:22,28,13;--color-secondary-0:255,255,255;--color-secondary-1:243,243,243;--color-secondary-2:236,236,236;--color-secondary-3:227,227,227;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61f1ec25-5218-4402-8708-77f0fa73a874/Projektbeznazwy1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-primary-2),1);display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:13.875rem;left:0rem;height:8.5488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686625rem;height:3.49935rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.1875rem;left:0rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686625rem;height:3.49935rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:37.25rem;left:14.5rem;display:block; }
#dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),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:3.49935rem;width:12.6875rem;top:37.5625rem;left:0.375rem;display:block; }
#ilcvP3vf4MmrDzl4DxmrcwJ3BppDPgUS { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:16.375rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#GBvCTgWApZyzUiFD9GuHhhnhRVc2KTR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:23.1875rem;left:0rem;height:2.2744125rem;display:block; }
#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .row .container { background-color: transparent; background-image: none; }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .row .container > .video-iframe-container { display: none; }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .row > .video-iframe-container { display: none; }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .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); }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .row .container { border-width: 0; border-radius: 0; }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#giRwpPMO1rkGbzmTSpv7xKxv4Mx9wD6H { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:59.625rem;top:6.4375rem;left:7.5rem;display:block; }
#J1p6UQgP6MJXSmEQyvVQ0LhTTb9M0b25 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.0625rem;left:9.375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.703125rem;padding-right:0.62375rem;padding-bottom:0.703125rem;padding-left:0.62375rem;display:block;align-items:center;width:3.740625rem;min-width:3.740625rem;height:3.77875rem;position:relative;font-family:"open sans";font-size:2.811875rem;font-weight:700;line-height:60.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.9875rem;height:1.49375rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:400;line-height:23.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.9375rem;height:7.118125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.09765625rem;left:41.8125rem;z-index:15016; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #ViaZrUhrO1IpnkHN3qXnbJHytZfTnK7S { display:flex;position:relative;top:0rem;left:0rem; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #sqCDhme5L27GTAao5vbB1ZWohJ4IatTv { width:auto; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #uis4Uf5yb3LEJ5y94TyV3NHeMduyQVm7 {  }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #Xt6RT944VLv7q7ADiudRQre36ZocGo6M { display:flex;position:relative;top:0rem;left:0rem; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #IM8aQ1GmHdHKErKdn71xqUKlWENZnkpH {  }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #QRW2Wx9CBlm20h104lpFfT9EN1S90aKQ {  }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #P4P1ZRLnMDEMkc1de6H71NpT2JTDCF2V { display:flex;position:relative;top:0rem;left:0rem; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #inT2yXVw3egKdbKcwolCm4BZAMIOTlIF {  }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #U85xiV6R7W09Bw1753ePV1pt8fpgg80o {  }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #XTHQs6eFxpLqG0QUhXByrmh1t0rmKDAf { display:flex;position:relative;top:0rem;left:0rem; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #U6042gCvJ3sxL4cEqBlgZin9RQBZTinA {  }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #Ig9CgTJDirCIeEPKmtMMFoviLy2L3Ptt {  }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { color:rgba(var(--color-primary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:39.8515625rem;left:40.625rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:17.4375rem;left:39.625rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QW52twILfzH0cXcgWaTIe5sC06ofTGvN { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:8.25rem;left:39.5rem;height:2.375rem;font-style:normal;display:block; }
#TsxoNed7T0qL974zGofTHRNGlymXTsiV { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:12.625rem;left:39.5rem;height:3.5rem;font-style:normal;display:block; }
#zmKQ8KgbIcbZNCZ3rV2cami4sqAq2WZi { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:25.1875rem;left:41.5rem;height:11.89845rem;font-style:normal;display:block; }
#fiDcTPrJWcAnQyQc4ZWGcKliQEGgZgUq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:25.1875rem;left:39.3125rem; }
#rZgGHzOeHveXtnpDA3LSs6DEitqJLZ7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.625rem;left:39.3125rem; }
#mG3vFNf0g3PaJQFTCaEAcZuJPaCswutA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:34.1875rem;left:39.3125rem; }
#EgPR1W8dpJID7mfFty7qHemIKU6510S7 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.625rem;width:25rem;top:6.6875rem;left:3.0625rem;overflow:hidden;display:block; }
#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { border-width: 0; border-radius: 0; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;overflow:visible;position:relative;display:block; }#iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:7.375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPPGgXNTQpfRb12OPXO5gs9MSgSNFiZs { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:75rem;top:32.9375rem;left:0rem;display:block; }
#ztQVqJcT36O0SwzmuPLX9d2vhDgBLxr2 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:32.4375rem;left:8.125rem;display:block; }
#TrEKUCSXiS4BgAKsNcW9RsGXkwKTCgNq { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:17.75rem;top:39.4375rem;left:0rem;display:block; }
#aPuT85lanIgSXddXP1EqW9k0f4l3G98A { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:41.0625rem;left:1.1875rem;height:4.1982375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJAktTWMof2xhKDm2V225Gsr28VK1HWQ { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:34.375rem;left:8.8125rem;display:block; }
#JdxBFPv6iMvoIPRfr6eX7OiDe6gkJvWi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:37rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { position:absolute;display:block;z-index:15024;background-color:#fbfaf8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:17.75rem;top:19.3125rem;left:9.75rem;display:block; }
#VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:19.75rem;left:10.8125rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:28.3125rem;left:9.6875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXJvRoVAk27RQ5FTlab1vd7aAoqSkuVZ { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:30.125rem;left:18.1875rem;display:block; }
#Wmf4TTVHOcBF6pEl7aDAyxTELGm7it3Z { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:32.4375rem;left:17.5rem;display:block; }
#MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { position:absolute;display:block;z-index:15029;background-color:#fbfaf8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:17.75rem;top:19.375rem;left:28.75rem;display:block; }
#vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:19.75rem;left:29.625rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:28.3125rem;left:28.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6acuLpk01pna1w85cCX0mfuv8mg1n6z { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:30.125rem;left:37.1875rem;display:block; }
#AAsTzMWsJUITRyMXcIbV9JfMZ0N7fZ3W { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:32.4375rem;left:36.5rem;display:block; }
#euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { position:absolute;display:block;z-index:15034;background-color:#fbfaf8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:17.75rem;top:19.4375rem;left:47.75rem;display:block; }
#MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:22.9375rem;left:48.6875rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15068;line-height:1;letter-spacing:0;top:28.3125rem;left:47.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugn33U4toUlC0NnGzAQ2urmiQ86im7ea { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:30.125rem;left:56.1875rem;display:block; }
#qCN5RVrw6ZmVMbWfQc5oTf7g0wBKL1k7 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:32.4375rem;left:55.5rem;display:block; }
#Z8aWg7ip9yWOL7zbGzCIUqVW9HmrFk0s { position:absolute;display:block;z-index:15019;background-color:#93b856;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:17.75rem;top:39.4375rem;left:19rem;display:block; }
#tIMngUI05uNJEsT87DxzMv3lEUn4No6r { color:rgba(var(--color-secondary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:40.1259765625rem;left:19.8125rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ifr1k1WLbckdJ6CmDdFHXmf0ghzApVWT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:37rem;left:19.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pe8ZLFMGaw3bEI7GWFi2P8s929M2Mufe { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:34.375rem;left:27.8125rem;display:block; }
#zU2pzCeUhKeuOl4aWcoVzaL9rPmilHs3 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:32.4375rem;left:27.125rem;display:block; }
#HNfhOnF6g3P5ZRn1FVsmE2DmTQ3dPR0V { position:absolute;display:block;z-index:15024;background-color:#fbfaf8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:17.75rem;top:39.4375rem;left:38.125rem;display:block; }
#HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:41.5rem;left:39.25rem;height:4.1982375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PkEbWVFRMMuafN7BwEsMreLpOge03BTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:37rem;left:38.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRk5iPADRqATMcpPabZMcDHGPbBsed1R { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:34.375rem;left:46.9375rem;display:block; }
#qSTBmQXeL1UpcWp0PwUB5eIsVeVGDKy7 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:32.4375rem;left:46.25rem;display:block; }
#h2WcHN4XLdhwXfoHWhsy4LpTDo2bDhi0 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:17.75rem;top:39.4375rem;left:57.125rem;display:block; }
#Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:40.375rem;left:58.5625rem;height:5.59765rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTCWDSDZ3shTw7Asc5I4lw0JXEvOrIZO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:37rem;left:57.25rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9Cesv5Df9AXXgSUMd2BZGggND2QLqHe { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:34.375rem;left:65.9375rem;display:block; }
#UxAOsFeBHmGLB9h3rI5HUVlnMiyPKJa5 { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:32.4375rem;left:65.25rem;display:block; }
#gJkeEEBSfwTXJ9vTWyDamSc55rxhdK3v { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:10.5625rem;left:16.3125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FcvqtClII3FS5yF213Df1xEoBybAke2q { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:47.8125rem;left:19.060546875rem;height:1.625rem;font-style:normal;display:block; }
#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#WA6dOoCuiZkRkbDioRnnww0TGM5r8L50 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6855625rem;height:3.499025rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:39.75rem;left:58.8125rem;display:block; }
#JBhKEibSfX3wFnRCuLcn4ndWun5nwWsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jx59bEIpoXwOKnl5UkmCeKOViu4d3FZA { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #232323;border-left:0.1875rem solid #232323;border-right:0.1875rem solid #232323;border-bottom:0.1875rem solid #232323;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.499025rem;width:12.6865rem;top:40.0625rem;left:59.1875rem;display:block; }
#f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:8.625rem;left:37.5rem;height:4.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6rem;left:37.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHbyClIUHTD7TWM0Zwn6ah46UTry9NkW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:23.125rem;top:0rem;left:7.125rem;overflow:hidden;display:block; }
#lop9AVEZTuuzLw2hg9AsUmiLDs5HOTQ9 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:23.25rem;top:14.9375rem;left:7.125rem;overflow:hidden;display:block; }
#ryT2ECqt2KeqTV81wz1onyTul11yBz4s { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:23.25rem;top:30.3125rem;left:7.125rem;overflow:hidden;display:block; }
#kv2paylFHROWtB6whb4oSO6hA9SUxuak { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:2.2;letter-spacing:0;top:17.9375rem;left:40.0625rem;height:14.43359375rem;display:block; }
#JLQmr71I8S7QsqAx3gyfMcv4Kq7hSwFu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:18.75rem;left:37.5rem; }
#WJedis4wE9eJks7EFRsMlJRZfdWPQ47q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.5625rem;left:37.5rem; }
#a9tTmGk9Xy31PAiavlmoDh3GQPhHWH9S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:24.5rem;left:37.5rem; }
#mR3gO0TOXp2AtJePVWkuITZESTCQ5eEJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.375rem;left:37.5rem; }
#J0u2R3ziuFTTBGItxsgs0XccNb644IQK { box-sizing:content-box;height:0.125rem;width:24.8125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:32rem;left:37.5rem;display:block; }
#osvoV3a11eFuuTuhoThbAN92nMkohyAG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:32.875rem;left:37.5rem;height:2.92480625rem;font-style:normal;display:block; }
#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { background-color: transparent; background-image: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .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); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { border-width: 0; border-radius: 0; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:5.9375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZhl8Jv3dTIgHiXC17fvBgB4v9mOTJTN { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:9.5625rem;left:19.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .row .container { background-color: transparent; background-image: none; }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .row .container > .video-iframe-container { display: none; }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .row > .video-iframe-container { display: none; }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .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); }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .row .container { border-width: 0; border-radius: 0; }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#PzNiBM6V9ib3nKfJyLtFqnCLn09gTOcz { 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:18.8125rem;width:41.6875rem;top:5.3125rem;left:33.3125rem;overflow:hidden;display:block; }
#xwklhdaQT5WtTPZ0i9XdCDTCtoVbgVc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:13.875rem;left:6.125rem;height:12.59864375rem;display:block; }
#gG9COEFdQZcCfJPxS1vA8euasqUCAlnD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:1.75rem;left:2.8125rem;height:9.0283125rem;display:block; }
#JgQXuAUlTmELKJoTmSqWzzQxWqOhRrge { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:14.5625rem;left:2.8125rem; }
#GQscD1HmbMIhT5u9bTMMwbmFvKRU4VaA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:19.375rem;left:2.8125rem; }
#f6LrNvrxEtN1rX5k9sFtAoQgyHdp3doK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:23.3125rem;left:2.8125rem; }
#yqHtrL6PQZT1i7eMQ72zXpTs7umEO3ut { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.3125rem;top:24.03515625rem;left:63.09765625rem;overflow:hidden;display:block; }
#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { 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; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { background-color: transparent; background-image: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .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); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { border-width: 0; border-radius: 0; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:9.3125rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nc7DJ1nFAJvsCC05GmJs0pB5kE1pAIgD { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:12.75rem;left:19.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { 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; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { background-color: transparent; background-image: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container > .video-iframe-container { display: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container { display: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .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); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { border-width: 0; border-radius: 0; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#iULAugoxvdpISOxZTgtplpJ1nFEPX90D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.5rem;width:16rem;top:0rem;left:8.40625rem;display:block; }
#qvGUUeqqP5LC15CCJd7yisVOJGsqWa7F { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.5rem;width:16rem;top:0rem;left:29.5rem;display:block; }
#zJfKZxfkVFxLSvyLwtDMIaVOOCanQpfw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.5rem;width:16rem;top:0rem;left:51.40625rem;display:block; }
#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { position:relative;display:none; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { border-width: 0; border-radius: 0; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wTMwJw7JnR7uiw3HUL8cvZektVo142qu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:4.5rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ln2S95NRDaZBEwz0QyRusybnMunu5wOk { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:9.4375rem;left:19.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U4CWXZnrgnhUB5wM1O2VWGyWTNVEhtI2 { position:relative;display:none; }#U4CWXZnrgnhUB5wM1O2VWGyWTNVEhtI2 { border-width: 0; border-radius: 0; }#U4CWXZnrgnhUB5wM1O2VWGyWTNVEhtI2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U4CWXZnrgnhUB5wM1O2VWGyWTNVEhtI2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Up5dK2x87aTKGF9Qm7eKQBSkWOmD3tas { 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:3.375rem;width:12.6875rem;top:5rem;left:3.3125rem;overflow:hidden;display:block; }
#CtD9PKO1BNkLCKiRKzAqwXB8P6yc9rb0 { 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.8125rem;width:12.625rem;top:5.75rem;left:23.3125rem;overflow:hidden;display:block; }
#lg4dIsAMe8ppCMFIzXJcMOwvvs8R0idm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:6.25rem;top:3.8125rem;left:42.3125rem;overflow:hidden;display:block; }
#e8GPktz1M7CPJOVopQlvXuDEOOlEFkih { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:11.0625rem;top:5.0625rem;left:56.75rem;overflow:hidden;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e693298f-aa9b-47fe-9b83-6b2be97ff90e/RiserUnno21SUNU01_02.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:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.95); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.95); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-form-header {  }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:32.75rem;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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.5625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:19.625rem;height:3.75rem;font-family:exo;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-moz-placeholder { color:#c8c7c7;font-family:exo;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-moz-placeholder { color:#c8c7c7;font-family:exo;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-ms-input-placeholder { color:#c8c7c7;font-family:exo;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-webkit-input-placeholder { color:#c8c7c7;font-family:exo;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:31.6875rem;overflow:hidden;font-style:normal;line-height:1.7; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:first-of-type{padding-top:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:last-of-type{padding-bottom:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.623046875rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem;display:block;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.623046875rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #iTkqXMubpFVmWXqSn1DB70Hy2o2LnwOC { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #CCTnE5d2KSq4w7MeiLXEXoWQoNe3syw8 { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #MqvC5td7sQrEST0AfwBfaioEMqBlaPfd { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho { position:relative;z-index:2; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #i18zgXRPRT5JwuPyeNsKbbAmLwzqIRJK { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #M4LkkdvxZheTew0MTTsOuarsnypZVESP { position:relative;z-index:2; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #PxBI1wIPMcs9LI2inTTgXaQkPhdZPuTG { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IP5iJyf51lXtupZVI3BvvOtyEaCbEoWH { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fCHNWoFrLXFoKvgPl40hCXsrkavmkQ9N { position:relative;z-index:2; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #rdNEHTEsSexRpnAJAk7uFDpcSnJfrfJ8 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT { position:relative; }
#kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #232323;border-left:0.1875rem solid #232323;border-right:0.1875rem solid #232323;border-bottom:0.1875rem solid #232323;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.25rem;top:42.5625rem;left:1.875rem;display:block; }
#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:5.560546875rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.052734375rem;left:50.6875rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:14.84375rem;left:46.5625rem;display:block; }
#MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:18.787109375rem;left:47rem;display:block; }
#COXR46QP8gmcXfESJJU87Hwdikr4WBNv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:18.62109375rem;left:50.6875rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:exo;font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:21.720703125rem;left:50.6875rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:22.427734375rem;left:46.71875rem;display:block; }
#ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-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:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:14.5rem;left:46.3125rem;display:block; }
#RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-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:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.1875rem;left:46.3125rem;display:block; }
#D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-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:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:22rem;left:46.3125rem;display:block; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.1875rem;top:13.623046875rem;left:40.28125rem;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:rgba(var(--color-secondary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:rgba(var(--color-tertiary-3),1);display:block;width:8.8125rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:1.7556419372559rem;left:66.061420440675rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TJN99xRm6l8lb9fJolt4L6mZXTvCTNyC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:11.375rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:44.125rem;height:8.5rem;top:13.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:12.625rem;height:3.4375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { width:12.625rem;height:3.4375rem;top:37.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block; }
 }@media only screen and (max-width: 763px) { #qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { width:12.6875rem;height:3.4375rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilcvP3vf4MmrDzl4DxmrcwJ3BppDPgUS { top:3.4375rem;left:0rem;width:16.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBvCTgWApZyzUiFD9GuHhhnhRVc2KTR5 { top:23.1875rem;left:0rem;width:33.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph { display:block; }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giRwpPMO1rkGbzmTSpv7xKxv4Mx9wD6H { width:47.375rem;height:6.75rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1p6UQgP6MJXSmEQyvVQ0LhTTb9M0b25 { width:31.0625rem;height:1.9375rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP { display:flex;width:18rem;height:5.0625rem;top:5.5rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #ViaZrUhrO1IpnkHN3qXnbJHytZfTnK7S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #sqCDhme5L27GTAao5vbB1ZWohJ4IatTv {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #uis4Uf5yb3LEJ5y94TyV3NHeMduyQVm7 {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #Xt6RT944VLv7q7ADiudRQre36ZocGo6M { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #IM8aQ1GmHdHKErKdn71xqUKlWENZnkpH {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #QRW2Wx9CBlm20h104lpFfT9EN1S90aKQ {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #P4P1ZRLnMDEMkc1de6H71NpT2JTDCF2V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #inT2yXVw3egKdbKcwolCm4BZAMIOTlIF {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #U85xiV6R7W09Bw1753ePV1pt8fpgg80o {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #XTHQs6eFxpLqG0QUhXByrmh1t0rmKDAf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #U6042gCvJ3sxL4cEqBlgZin9RQBZTinA {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #Ig9CgTJDirCIeEPKmtMMFoviLy2L3Ptt {  }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:34.375rem;height:3rem;top:39.8125rem;left:13.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:31.375rem;height:4.6875rem;top:17.4375rem;left:16.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:33.75rem;height:2.375rem;top:8.25rem;left:14rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsxoNed7T0qL974zGofTHRNGlymXTsiV { width:33.75rem;height:3.5rem;top:12.625rem;left:14rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmKQ8KgbIcbZNCZ3rV2cami4sqAq2WZi { width:33.5rem;height:11.875rem;top:25.1875rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiDcTPrJWcAnQyQc4ZWGcKliQEGgZgUq { top:25.1875rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZgGHzOeHveXtnpDA3LSs6DEitqJLZ7T { top:29.625rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG3vFNf0g3PaJQFTCaEAcZuJPaCswutA { top:34.1875rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgPR1W8dpJID7mfFty7qHemIKU6510S7 { top:6.6875rem;left:0rem;width:25rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:47.75rem;height:2.625rem;top:7.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPPGgXNTQpfRb12OPXO5gs9MSgSNFiZs { width:47.75rem;height:0.375rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQVqJcT36O0SwzmuPLX9d2vhDgBLxr2 { width:0.75rem;height:0.75rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEKUCSXiS4BgAKsNcW9RsGXkwKTCgNq { width:17.75rem;height:8.375rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuT85lanIgSXddXP1EqW9k0f4l3G98A { width:11.9375rem;height:4.1875rem;top:41.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJAktTWMof2xhKDm2V225Gsr28VK1HWQ { width:0.125rem;height:1.875rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdxBFPv6iMvoIPRfr6eX7OiDe6gkJvWi { width:17.75rem;height:1.25rem;top:37rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { width:17.75rem;height:7.8125rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { width:14.875rem;height:6.9375rem;top:19.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { width:17.75rem;height:1.25rem;top:28.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXJvRoVAk27RQ5FTlab1vd7aAoqSkuVZ { width:0.125rem;height:1.875rem;top:30.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmf4TTVHOcBF6pEl7aDAyxTELGm7it3Z { width:0.75rem;height:0.75rem;top:32.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { width:17.75rem;height:7.75rem;top:19.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { width:15.75rem;height:6.9375rem;top:19.75rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { width:17.75rem;height:1.25rem;top:28.3125rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6acuLpk01pna1w85cCX0mfuv8mg1n6z { width:0.125rem;height:1.875rem;top:30.125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAsTzMWsJUITRyMXcIbV9JfMZ0N7fZ3W { width:0.75rem;height:0.75rem;top:32.4375rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { width:17.75rem;height:7.6875rem;top:19.4375rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { width:18.1875rem;height:2.75rem;top:22.9375rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { width:17.75rem;height:1.25rem;top:28.3125rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugn33U4toUlC0NnGzAQ2urmiQ86im7ea { width:0.125rem;height:1.875rem;top:30.125rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCN5RVrw6ZmVMbWfQc5oTf7g0wBKL1k7 { width:0.75rem;height:0.75rem;top:32.4375rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8aWg7ip9yWOL7zbGzCIUqVW9HmrFk0s { width:17.75rem;height:8.375rem;top:39.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMngUI05uNJEsT87DxzMv3lEUn4No6r { width:16.75rem;height:6.9375rem;top:40.125rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifr1k1WLbckdJ6CmDdFHXmf0ghzApVWT { width:17.75rem;height:1.25rem;top:37rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe8ZLFMGaw3bEI7GWFi2P8s929M2Mufe { width:0.125rem;height:1.875rem;top:34.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU2pzCeUhKeuOl4aWcoVzaL9rPmilHs3 { width:0.75rem;height:0.75rem;top:32.4375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNfhOnF6g3P5ZRn1FVsmE2DmTQ3dPR0V { width:17.75rem;height:8.4375rem;top:39.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { width:15.5625rem;height:4.1875rem;top:41.5rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkEbWVFRMMuafN7BwEsMreLpOge03BTZ { width:17.75rem;height:1.25rem;top:37rem;left:24.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRk5iPADRqATMcpPabZMcDHGPbBsed1R { width:0.125rem;height:1.875rem;top:34.375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTBmQXeL1UpcWp0PwUB5eIsVeVGDKy7 { width:0.75rem;height:0.75rem;top:32.4375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2WcHN4XLdhwXfoHWhsy4LpTDo2bDhi0 { width:17.75rem;height:7rem;top:39.4375rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { width:14.875rem;height:5.5625rem;top:40.375rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTCWDSDZ3shTw7Asc5I4lw0JXEvOrIZO { width:17.75rem;height:1.25rem;top:37rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Cesv5Df9AXXgSUMd2BZGggND2QLqHe { width:0.125rem;height:1.875rem;top:34.375rem;left:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxAOsFeBHmGLB9h3rI5HUVlnMiyPKJa5 { width:0.75rem;height:0.75rem;top:32.4375rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJkeEEBSfwTXJ9vTWyDamSc55rxhdK3v { top:10.5625rem;left:2.6875rem;width:42.4375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcvqtClII3FS5yF213Df1xEoBybAke2q { top:47.8125rem;left:5.435546875rem;width:12.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WA6dOoCuiZkRkbDioRnnww0TGM5r8L50 { width:12.625rem;height:3.4375rem;top:39.75rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhKEibSfX3wFnRCuLcn4ndWun5nwWsl { display:block; }
 }@media only screen and (max-width: 763px) { #Jx59bEIpoXwOKnl5UkmCeKOViu4d3FZA { width:12.625rem;height:3.4375rem;top:40.0625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:34.25rem;height:4.9375rem;top:8.625rem;left:13.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { width:34.25rem;height:1.625rem;top:6rem;left:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHbyClIUHTD7TWM0Zwn6ah46UTry9NkW { top:0rem;left:0.3125rem;width:23.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lop9AVEZTuuzLw2hg9AsUmiLDs5HOTQ9 { top:14.9375rem;left:0.3125rem;width:23.25rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryT2ECqt2KeqTV81wz1onyTul11yBz4s { top:30.3125rem;left:0.3125rem;width:23.25rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv2paylFHROWtB6whb4oSO6hA9SUxuak { top:17.9375rem;left:17.5625rem;width:30.1875rem;height:14.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLQmr71I8S7QsqAx3gyfMcv4Kq7hSwFu { top:18.75rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJedis4wE9eJks7EFRsMlJRZfdWPQ47q { top:21.5625rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9tTmGk9Xy31PAiavlmoDh3GQPhHWH9S { top:24.5rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR3gO0TOXp2AtJePVWkuITZESTCQ5eEJ { top:27.375rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0u2R3ziuFTTBGItxsgs0XccNb644IQK { top:32rem;left:22.9375rem;width:24.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osvoV3a11eFuuTuhoThbAN92nMkohyAG { top:32.875rem;left:23.875rem;width:12.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:47.75rem;height:2.625rem;top:5.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhl8Jv3dTIgHiXC17fvBgB4v9mOTJTN { top:9.5625rem;left:6.0625rem;width:35.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF { display:block; }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzNiBM6V9ib3nKfJyLtFqnCLn09gTOcz { top:5.3125rem;left:6.0625rem;width:41.6875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwklhdaQT5WtTPZ0i9XdCDTCtoVbgVc4 { top:13.875rem;left:0rem;width:28rem;height:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG9COEFdQZcCfJPxS1vA8euasqUCAlnD { top:1.75rem;left:0rem;width:32.5625rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgQXuAUlTmELKJoTmSqWzzQxWqOhRrge { top:14.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQscD1HmbMIhT5u9bTMMwbmFvKRU4VaA { top:19.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6LrNvrxEtN1rX5k9sFtAoQgyHdp3doK { top:23.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqHtrL6PQZT1i7eMQ72zXpTs7umEO3ut { top:24rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:47.75rem;height:2.625rem;top:9.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc7DJ1nFAJvsCC05GmJs0pB5kE1pAIgD { top:12.75rem;left:6.0625rem;width:35.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iULAugoxvdpISOxZTgtplpJ1nFEPX90D { top:0rem;left:0rem;width:16rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvGUUeqqP5LC15CCJd7yisVOJGsqWa7F { top:0rem;left:15.875rem;width:16rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJfKZxfkVFxLSvyLwtDMIaVOOCanQpfw { top:0rem;left:31.75rem;width:16rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { display:block; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTMwJw7JnR7uiw3HUL8cvZektVo142qu { width:47.75rem;height:3.125rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln2S95NRDaZBEwz0QyRusybnMunu5wOk { top:9.4375rem;left:6.0625rem;width:35.625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CWXZnrgnhUB5wM1O2VWGyWTNVEhtI2 { display:block; }#U4CWXZnrgnhUB5wM1O2VWGyWTNVEhtI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Up5dK2x87aTKGF9Qm7eKQBSkWOmD3tas { top:5rem;left:0rem;width:12.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtD9PKO1BNkLCKiRKzAqwXB8P6yc9rb0 { top:5.75rem;left:9.6875rem;width:12.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg4dIsAMe8ppCMFIzXJcMOwvvs8R0idm { top:3.8125rem;left:28.6875rem;width:6.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8GPktz1M7CPJOVopQlvXuDEOOlEFkih { top:5.0625rem;left:36.6875rem;width:11.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:32.75rem;height:31.1875rem;top:13.5625rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:32.75rem;height:31.1875rem;top:13.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #iTkqXMubpFVmWXqSn1DB70Hy2o2LnwOC {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #CCTnE5d2KSq4w7MeiLXEXoWQoNe3syw8 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #MqvC5td7sQrEST0AfwBfaioEMqBlaPfd {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #i18zgXRPRT5JwuPyeNsKbbAmLwzqIRJK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #M4LkkdvxZheTew0MTTsOuarsnypZVESP {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #PxBI1wIPMcs9LI2inTTgXaQkPhdZPuTG {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IP5iJyf51lXtupZVI3BvvOtyEaCbEoWH {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fCHNWoFrLXFoKvgPl40hCXsrkavmkQ9N {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #rdNEHTEsSexRpnAJAk7uFDpcSnJfrfJ8 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { width:19.25rem;height:3.5625rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:34.4375rem;height:5.25rem;top:5.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:11.6875rem;height:1.6875rem;top:15rem;left:36.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:14.8125rem;left:32.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:18.75rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:15.875rem;height:1.6875rem;top:18.5625rem;left:31.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:23.3125rem;height:3.375rem;top:21.6875rem;left:24.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { width:2.0625rem;height:2rem;top:22.375rem;left:33.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:14.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:18.1875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:22rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.1875rem;height:12.5rem;top:13.5625rem;left:26.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:8.8125rem;height:1.25rem;top:1.75rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJN99xRm6l8lb9fJolt4L6mZXTvCTNyC { top:0.4375rem;left:0rem;width:11.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/810c1463-716e-4622-8a82-e4f0310c8e77/dompokazowywww.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:20rem;height:6.75rem;top:6.5615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:12.625rem;height:3.4375rem;top:26.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { width:12.625rem;height:3.4375rem;top:31.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block; }
 }@media only screen and (max-width: 763px) { #qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { width:12.625rem;height:3.4375rem;top:37.75rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilcvP3vf4MmrDzl4DxmrcwJ3BppDPgUS { width:10.375rem;height:3.3125rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBvCTgWApZyzUiFD9GuHhhnhRVc2KTR5 { width:20rem;height:4.548825rem;top:16.125rem;left:0rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.57);display:block; }
 }@media only screen and (max-width: 763px) { #kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph { display:block; }#kdlqTRy1N3ZrRq4Tv6sZV4P1bnTCsaph > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giRwpPMO1rkGbzmTSpv7xKxv4Mx9wD6H { width:19.625rem;height:6.25rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1p6UQgP6MJXSmEQyvVQ0LhTTb9M0b25 { width:15rem;height:3.25rem;top:3rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP { display:flex;width:18rem;height:5.0625rem;top:9.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #ViaZrUhrO1IpnkHN3qXnbJHytZfTnK7S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #sqCDhme5L27GTAao5vbB1ZWohJ4IatTv {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #uis4Uf5yb3LEJ5y94TyV3NHeMduyQVm7 {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #Xt6RT944VLv7q7ADiudRQre36ZocGo6M { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #IM8aQ1GmHdHKErKdn71xqUKlWENZnkpH {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #QRW2Wx9CBlm20h104lpFfT9EN1S90aKQ {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #P4P1ZRLnMDEMkc1de6H71NpT2JTDCF2V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #inT2yXVw3egKdbKcwolCm4BZAMIOTlIF {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #U85xiV6R7W09Bw1753ePV1pt8fpgg80o {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #XTHQs6eFxpLqG0QUhXByrmh1t0rmKDAf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #U6042gCvJ3sxL4cEqBlgZin9RQBZTinA {  }
 }@media only screen and (max-width: 763px) { #PeS1bWNsf5CPy5szgngaEnZwzwBt4IoP #Ig9CgTJDirCIeEPKmtMMFoviLy2L3Ptt {  }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:20rem;height:3.25rem;top:73.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:18.4375rem;height:7.871125rem;top:5.6875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:20rem;height:1.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsxoNed7T0qL974zGofTHRNGlymXTsiV { width:16.3125rem;height:4.94824375rem;top:16.037109375rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zmKQ8KgbIcbZNCZ3rV2cami4sqAq2WZi { width:14.5rem;height:15.58984375rem;top:55.5rem;left:3.71875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fiDcTPrJWcAnQyQc4ZWGcKliQEGgZgUq { display:flex;width:1.375rem;height:1.375rem;top:55.5rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #rZgGHzOeHveXtnpDA3LSs6DEitqJLZ7T { display:flex;width:1.375rem;height:1.375rem;top:60.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #mG3vFNf0g3PaJQFTCaEAcZuJPaCswutA { display:flex;width:1.375rem;height:1.375rem;top:66.4375rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #EgPR1W8dpJID7mfFty7qHemIKU6510S7 { width:20rem;height:30.25rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(255,255,255,0.34);background-image:none;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:20rem;height:4.798825rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dPPGgXNTQpfRb12OPXO5gs9MSgSNFiZs { width:0.3125rem;height:59.25rem;top:19.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQVqJcT36O0SwzmuPLX9d2vhDgBLxr2 { width:0.75rem;height:0.75rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEKUCSXiS4BgAKsNcW9RsGXkwKTCgNq { width:17.6875rem;height:6.9375rem;top:19.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuT85lanIgSXddXP1EqW9k0f4l3G98A { width:14.5625rem;height:4.1982375rem;top:21.0625rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lJAktTWMof2xhKDm2V225Gsr28VK1HWQ { width:0.125rem;height:1.875rem;top:73.7490234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdxBFPv6iMvoIPRfr6eX7OiDe6gkJvWi { width:17.5rem;height:1.25rem;top:18rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { width:17.75rem;height:7rem;top:29.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { width:14.5625rem;height:5.4980625rem;top:30.5rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { width:17.5rem;height:1.25rem;top:28.0625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXJvRoVAk27RQ5FTlab1vd7aAoqSkuVZ { width:0.125rem;height:25rem;top:9.9365234375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wmf4TTVHOcBF6pEl7aDAyxTELGm7it3Z { width:0.75rem;height:0.75rem;top:28.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { width:17.6875rem;height:6.9375rem;top:49.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { width:14.5625rem;height:5.99609375rem;top:50.1875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { width:17.5rem;height:1.25rem;top:47.875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6acuLpk01pna1w85cCX0mfuv8mg1n6z { width:0.125rem;height:1.875rem;top:46.6865234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAsTzMWsJUITRyMXcIbV9JfMZ0N7fZ3W { width:0.75rem;height:0.75rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { width:17.6875rem;height:6.9375rem;top:69.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { width:14.75rem;height:2.798825rem;top:71.375rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { width:17.5rem;height:1.25rem;top:68.0625rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugn33U4toUlC0NnGzAQ2urmiQ86im7ea { width:0.125rem;height:1.875rem;top:49.8115234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCN5RVrw6ZmVMbWfQc5oTf7g0wBKL1k7 { width:0.75rem;height:0.75rem;top:68.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8aWg7ip9yWOL7zbGzCIUqVW9HmrFk0s { width:17.6875rem;height:6.9375rem;top:39.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMngUI05uNJEsT87DxzMv3lEUn4No6r { width:17.5rem;height:6.49903125rem;top:39.875rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ifr1k1WLbckdJ6CmDdFHXmf0ghzApVWT { width:17.5rem;height:1.25rem;top:38rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe8ZLFMGaw3bEI7GWFi2P8s929M2Mufe { width:0.125rem;height:1.875rem;top:76.8740234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zU2pzCeUhKeuOl4aWcoVzaL9rPmilHs3 { width:0.75rem;height:0.75rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNfhOnF6g3P5ZRn1FVsmE2DmTQ3dPR0V { width:15.4375rem;height:6.9375rem;top:59.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { width:14.8125rem;height:5.59765rem;top:60.25rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #PkEbWVFRMMuafN7BwEsMreLpOge03BTZ { width:17.5rem;height:1.25rem;top:57.875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRk5iPADRqATMcpPabZMcDHGPbBsed1R { width:0.125rem;height:1.875rem;top:79.9990234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSTBmQXeL1UpcWp0PwUB5eIsVeVGDKy7 { width:0.75rem;height:0.75rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2WcHN4XLdhwXfoHWhsy4LpTDo2bDhi0 { width:17.6875rem;height:6.9375rem;top:79.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { width:15.1875rem;height:5.59765rem;top:80.5625rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RTCWDSDZ3shTw7Asc5I4lw0JXEvOrIZO { width:17.5rem;height:1.25rem;top:78.0625rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Cesv5Df9AXXgSUMd2BZGggND2QLqHe { width:0.125rem;height:1.875rem;top:83.1240234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxAOsFeBHmGLB9h3rI5HUVlnMiyPKJa5 { width:0.75rem;height:0.75rem;top:77.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJkeEEBSfwTXJ9vTWyDamSc55rxhdK3v { width:19.0625rem;height:3.65625rem;top:9.9375rem;left:0.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcvqtClII3FS5yF213Df1xEoBybAke2q { width:12.5rem;height:1.3808625rem;top:18.5556640625rem;left:7.5rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:20rem;height:87.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WA6dOoCuiZkRkbDioRnnww0TGM5r8L50 { width:12.625rem;height:3.4375rem;top:79.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhKEibSfX3wFnRCuLcn4ndWun5nwWsl { display:block; }
 }@media only screen and (max-width: 763px) { #Jx59bEIpoXwOKnl5UkmCeKOViu4d3FZA { width:12.625rem;height:3.4375rem;top:79.9375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:20rem;height:6.1875rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { width:20rem;height:1.625rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHbyClIUHTD7TWM0Zwn6ah46UTry9NkW { width:20rem;height:12.864864864865rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lop9AVEZTuuzLw2hg9AsUmiLDs5HOTQ9 { width:20rem;height:13.279569892473rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryT2ECqt2KeqTV81wz1onyTul11yBz4s { width:20rem;height:12.849462365591rem;top:63.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv2paylFHROWtB6whb4oSO6hA9SUxuak { width:15.5rem;height:17.84766875rem;top:12.5498046875rem;left:4.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:2.8;display:block; }
 }@media only screen and (max-width: 763px) { #JLQmr71I8S7QsqAx3gyfMcv4Kq7hSwFu { display:flex;width:1.625rem;height:1.625rem;top:13.3125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #WJedis4wE9eJks7EFRsMlJRZfdWPQ47q { display:flex;width:1.625rem;height:1.625rem;top:16.25rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #a9tTmGk9Xy31PAiavlmoDh3GQPhHWH9S { display:flex;width:1.625rem;height:1.625rem;top:19.3125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #mR3gO0TOXp2AtJePVWkuITZESTCQ5eEJ { display:flex;width:1.625rem;height:1.625rem;top:22.4375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #J0u2R3ziuFTTBGItxsgs0XccNb644IQK { width:20rem;height:0.125rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osvoV3a11eFuuTuhoThbAN92nMkohyAG { width:12.5rem;height:2.5996125rem;top:29.4375rem;left:4.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:20rem;height:2.3994125rem;top:3.3740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WZhl8Jv3dTIgHiXC17fvBgB4v9mOTJTN { width:20rem;height:3.8994125rem;top:7.0224609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF { display:block; }#NKFe2sdJ1Bn2aEbKfavsCqaDnFgB1qFF > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzNiBM6V9ib3nKfJyLtFqnCLn09gTOcz { width:18.8125rem;height:8.4375rem;top:38.861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwklhdaQT5WtTPZ0i9XdCDTCtoVbgVc4 { width:16.25rem;height:18.5625rem;top:17.0625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG9COEFdQZcCfJPxS1vA8euasqUCAlnD { width:18.8125rem;height:11.8984375rem;top:1.25rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgQXuAUlTmELKJoTmSqWzzQxWqOhRrge { display:flex;width:1.625rem;height:1.625rem;top:17.75rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #GQscD1HmbMIhT5u9bTMMwbmFvKRU4VaA { display:flex;width:1.625rem;height:1.625rem;top:26.125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #f6LrNvrxEtN1rX5k9sFtAoQgyHdp3doK { display:flex;width:1.625rem;height:1.625rem;top:31.125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #yqHtrL6PQZT1i7eMQ72zXpTs7umEO3ut { width:11.3125rem;height:2.5rem;top:48.771484375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:20rem;height:4.798825rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nc7DJ1nFAJvsCC05GmJs0pB5kE1pAIgD { width:20rem;height:3.8994125rem;top:6.1494125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iULAugoxvdpISOxZTgtplpJ1nFEPX90D { width:16rem;height:28.5rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvGUUeqqP5LC15CCJd7yisVOJGsqWa7F { width:16rem;height:28.5rem;top:31rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJfKZxfkVFxLSvyLwtDMIaVOOCanQpfw { width:16rem;height:28.5rem;top:60.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { display:none; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { width:20rem;height:12.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wTMwJw7JnR7uiw3HUL8cvZektVo142qu { width:20rem;height:2.3999rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ln2S95NRDaZBEwz0QyRusybnMunu5wOk { width:18.8125rem;height:3.65625rem;top:6.1484375rem;left:0.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CWXZnrgnhUB5wM1O2VWGyWTNVEhtI2 { display:none; }#U4CWXZnrgnhUB5wM1O2VWGyWTNVEhtI2 > .row .container { width:20rem;height:31rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Up5dK2x87aTKGF9Qm7eKQBSkWOmD3tas { width:12.6875rem;height:3.375rem;top:1.4375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtD9PKO1BNkLCKiRKzAqwXB8P6yc9rb0 { width:12.625rem;height:1.8125rem;top:8.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg4dIsAMe8ppCMFIzXJcMOwvvs8R0idm { width:6.25rem;height:5.75rem;top:13.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8GPktz1M7CPJOVopQlvXuDEOOlEFkih { width:11.0625rem;height:3.25rem;top:21.625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:17.5rem;height:auto;top:13.2705078125rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:17.5rem;height:auto;top:13.2705078125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #iTkqXMubpFVmWXqSn1DB70Hy2o2LnwOC {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #CCTnE5d2KSq4w7MeiLXEXoWQoNe3syw8 { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #MqvC5td7sQrEST0AfwBfaioEMqBlaPfd {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #i18zgXRPRT5JwuPyeNsKbbAmLwzqIRJK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #M4LkkdvxZheTew0MTTsOuarsnypZVESP {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #PxBI1wIPMcs9LI2inTTgXaQkPhdZPuTG {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IP5iJyf51lXtupZVI3BvvOtyEaCbEoWH {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fCHNWoFrLXFoKvgPl40hCXsrkavmkQ9N {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #rdNEHTEsSexRpnAJAk7uFDpcSnJfrfJ8 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { width:17.3125rem;height:3.5625rem;top:50.1455078125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:9.597625rem;top:2.3603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:14.625rem;height:1.4619125rem;top:62rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:58.6875rem;left:8.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:66.125rem;left:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:14.625rem;height:1.4619125rem;top:68.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:20rem;height:2.923825rem;top:76.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { width:2.0625rem;height:2rem;top:72.5rem;left:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:58.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:65.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:72.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:6.6875rem;height:0;top:1.5rem;left:13.3125rem;text-align:right;text-align-last:right;font-size:0.875rem;color:#717171;display:none; }
 }@media only screen and (max-width: 763px) { #TJN99xRm6l8lb9fJolt4L6mZXTvCTNyC { width:11.375rem;height:3.4375rem;top:1.4375rem;left:4.3125rem;display:block; }
 }