.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:218,229,244;--color-primary-1:131,168,218;--color-primary-2:7,80,181;--color-primary-3:4,40,91;--color-primary-4:1,12,27;--color-secondary-0:255,255,255;--color-secondary-1:251,251,251;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/hVtvU3Z6/Bez_nazwy_1.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ZVt06jIx/photo_1486312338219_ce68d2c6f44d.jpg");background-position:bottom right !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(178,125,0,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(178,125,0,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-form-header {  }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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:18.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; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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:#e23f5c;background-image:url("Wyślij");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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.875rem;font-family:"open sans";overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ; }#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button.adaptive-delivery-prevent-bg, #H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button.lazyload, #H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button.lazyloading { background-image: none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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;float:none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-container:first-of-type{padding-top:0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-container:last-of-type{padding-bottom:0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.9375rem;left:38.4375rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .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; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER {display:block;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.9375rem;left:38.4375rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #CXGUSRGFDH0RbbPNCzTbvyT13B7hlVx9 { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aMN32JVsHro0zIoiD0owbzSNMkmVZU1t { position:relative;display:none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #TpDyZ9FAuce3EZE4plBb03dPkyP3R3Je { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HzxLTm5b62NgnsVoFg2B2W560dzQAniT { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aSVhKzKqyoGKTNwHft0TC37Ek7RbJXLS { position:relative;display:none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #kZ7sDJBXuTN2Heo1DJ9gOTst0lhbM1Fb { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #hUizieilVFTsou1zikpJzaMytgMNx37Q { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ikm25ALxGslfDWTW3KbNbBSTlXMVeaXP { position:relative;display:none; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ec0Nvc7zAXflwSG0g3ogQIz0yDcQRRiJ { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #NcAby0800MB1hFUXRsxvoI9D2hat82Wr { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HEP6RPmcVZ09wa2xTcDRhtC2El1JUmQT { position:relative;z-index:2; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aD1VHqDWZgw1KQkxyy1nthZvQp8vKsyp { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #FO7XeOGLevftuZ3qwxflTVvBrEu6MfD9 { position:relative; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER #wV251bqt9JMGIl4mOAi9EXwm4J4hU8Ak { position:relative; }
#TrPA7b5KntrESMAtQtewGQf9LpCFFDXL { position:absolute;display:block;z-index:15015;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;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:25.5rem;width:21.875rem;top:6.6875rem;left:38.125rem;display:block; }
#QW3dnJl6Mhy8e47E4dQw8R48cQ0ALLrg { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:4.625rem;width:21.875rem;top:4.75rem;left:38.125rem;display:block; }
#atRR5gxCTB8TvZFik6McEplkTV2hyR1Q { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:12.91725rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:24.5625rem;left:0rem;height:6.361875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF li:before{  }
#et4bbb60zi0nKcuXcBLRp8Ws2gc2w6BX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.3125rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#ETQG6etgXCs3riHNQJkeXy5TMTJaI7NI { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:5.3125rem;left:38.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUQwPhP5VCTaaagwNkCyuQlKUh9M42Hq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15073;line-height:1.8;letter-spacing:0;top:33.375rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTkCt2sbkLzENfl4lewcZlMRxsdZac1J { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15073;line-height:1.8;letter-spacing:0;top:35.75rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ECmElvTHdk9eUODnHwC3F3zb8Hh864t1 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15074;line-height:1.8;letter-spacing:0;top:35.8125rem;left:14.875rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eJyVEx8WKGBRrMetyJ5GbdAbW5kvS1I8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15075;line-height:1.8;letter-spacing:0;top:35.75rem;left:28.9375rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa { 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; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { background-color: transparent; background-image: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .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); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { border-width: 0; border-radius: 0; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:60rem;position:relative;display:block; }#Ox8eMAOL01qgCA1gCl8C2v8TS88myHxh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:13.8125rem;left:0rem;height:7.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zwGCbR5vTsKCcpLG2VC8lKIp6L2cGhas { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:7.625rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#Jnv78DUmyzCErfeDC22zvZkTyREP99Tv { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:11.6875rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#cUHtAkK9gOWZ2gyIHSk7pX9sWCaM3tyK { position:absolute;display:block;z-index:15030;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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-primary-2),0.1) ;height:21rem;width:18.75rem;top:32.75rem;left:41.25rem;display:block; }
#DbF3mwHRoZoGMih91DlRM0VCRcbUyO7r { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:38.8125rem;left:44rem;height:11.19530625rem;font-style:italic;display:block; }
#A4I929RIofgUG4KrJQ5vQ3FQ78srNgZI { position:absolute;display:block;z-index:15024;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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-primary-2),0.1) ;height:21.125rem;width:18.75rem;top:32.6875rem;left:20.625rem;display:block; }
#G5AoPQyZ0OtdaUvXEc66BbLHlZZTJwUJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:38.8125rem;left:23.1875rem;height:12.594725rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dnomTG1xaeNkNT57Px9DfQ8fkDkCa9f0 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:0.875rem;top:38.3125rem;left:21.9375rem;overflow:hidden;display:block; }
#t4C3dxb5XJzetr9aFUcJt8RsO0bpfRcp { position:absolute;display:block;z-index:15041;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.5625rem;width:0.875rem;top:38.3125rem;left:42.75rem;overflow:hidden;display:block; }
#a8GxODLNqByth9ArAE0PzVZ8uwVf22r6 { position:absolute;display:block;z-index:15018;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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-primary-2),0.1) ;height:21.0625rem;width:18.75rem;top:32.6875rem;left:0rem;display:block; }
#v6TLWaZimXdTkgesSyxdPWLJwZLFzF3O { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:38.8125rem;left:2.625rem;height:9.795875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Xsrufw4mXnel5zS8q8aKzGQ5RKOuBzqU { position:absolute;display:block;z-index:15036;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.6875rem;width:3.75rem;top:33.5625rem;left:21.9375rem;overflow:hidden;display:block; }
#KkBQNDXsSlnyqhL2IRifQ2zQcyZvgWoT { position:absolute;display:block;z-index:15042;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.6875rem;width:3.75rem;top:33.5625rem;left:42.75rem;overflow:hidden;display:block; }
#fOlkesRH8QTQmsR9ceq58fL8bFkeHii3 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:35.5rem;left:6rem;height:1.21875rem;display:block; }
#fQscppJRlTe3lI2xwoxb8MMGs6PGdsGM { color:rgba(var(--color-tertiary-4),0.5);display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:35.5rem;left:26.5625rem;height:1.21875rem;display:block; }
#CKcOayk402Af6tFusGLmbov9PcO5ccoT { color:rgba(var(--color-tertiary-4),0.5);display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:35.5rem;left:47.3125rem;height:1.21875rem;display:block; }
#ImitwsHJHvlS1n5R4A11kuZSwQoT6rzZ { color:rgba(var(--color-primary-2),1);display:block;width:5.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.25rem;left:6rem;height:1.13725rem;font-style:normal;display:block; }
#BrJXWFFcpTUEoP1E8RosGIqITEPz0S4L { color:rgba(var(--color-primary-2),1);display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:34.25rem;left:26.5625rem;height:1.13725rem;font-style:normal;display:block; }
#IkcHrhaFkBmEnZkbIdySqEp9Z0xZecgl { color:rgba(var(--color-primary-2),1);display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:34.25rem;left:47.3125rem;height:1.13725rem;font-style:normal;display:block; }
#f20TpZd3MdBkwf5RzRelQsTxNfbdHCuC { 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:3.6875rem;width:3.6875rem;top:33.5625rem;left:1.375rem;overflow:hidden;display:block; }
#Q6WSDPD4QBtFyr3nxpZCBTg9gZBhpgK5 { position:absolute;display:block;z-index:15029;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.5625rem;width:0.875rem;top:38.3125rem;left:1.375rem;overflow:hidden;display:block; }
#Tqw0x6PhEbbChTDmDDOlUE30d09P4zZl { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:30.4375rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Lq3V1LPBu1tnGBEOFdLbgmVTc8hnrTc1 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:0.875rem;top:30.9375rem;left:21.9375rem;overflow:hidden;display:none; }
#aSTnCmIvUdVX55KoBkkGfHitgtmFJZf5 { position:absolute;display:block;z-index:15013;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:29.1875rem;width:26.1875rem;top:3.6871452331543rem;left:33.875rem;overflow:hidden;display:block; }
#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ { 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; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { background-color: transparent; background-image: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .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); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { border-width: 0; border-radius: 0; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#fm05eHGV7v7CXne3yrf1d278128Ph58D { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:3.5rem;left:28.75rem;height:2.8183625rem;font-style:normal;display:block; }
#X4yF9rhRSsSqhhoKEDAXJDfw1KIIryum { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:7.5625rem;left:28.75rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#fNy1i5anKa9OWXz42bGyAacm0Z5ZJU3f { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:9.6875rem;left:28.75rem;height:9rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XRxm2TQIDaxzLklM6rCF8lgUrzZrzX2K { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:22.625rem;left:28.75rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Pk1tFGmlbS1sxkRELWuFLdF0xIkdNsFK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:24.75rem;left:28.75rem;height:4.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vlBh3oZZMywZzHTU2zc0zikDG3Pfyx1r { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:30.4375rem;left:28.75rem;height:8.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#vlBh3oZZMywZzHTU2zc0zikDG3Pfyx1r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vlBh3oZZMywZzHTU2zc0zikDG3Pfyx1r li:before{  }
#TU3eReSw7mdzJyxhv6F9Q3dET4qqc3fd { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:22.75rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu { 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; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { background-color: transparent; background-image: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container > .video-iframe-container { display: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row > .video-iframe-container { display: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .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); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { border-width: 0; border-radius: 0; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:block; }#CRJO4DBzU5cCTEA26TwntcO2dtGRwtwc { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#fcGi9TsJNzCHdCN7I0wf7zNg7LdxSzBK { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:7.625rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VnVGMPKisJfdmUNTxRKnyqUBTlkNTPJA { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:9.75rem;left:0rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#VnVGMPKisJfdmUNTxRKnyqUBTlkNTPJA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VnVGMPKisJfdmUNTxRKnyqUBTlkNTPJA li:before{  }
#HgnSfJKeIUQvK6IPaW7ozu4gpNFrpvPx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:22.75rem;left:0rem;height:6rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#HgnSfJKeIUQvK6IPaW7ozu4gpNFrpvPx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HgnSfJKeIUQvK6IPaW7ozu4gpNFrpvPx li:before{  }
#H4BSeZb2pCW06PTTTbbgdbNC72h0d6hP { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:32.75rem;left:0rem;height:7.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#H4BSeZb2pCW06PTTTbbgdbNC72h0d6hP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H4BSeZb2pCW06PTTTbbgdbNC72h0d6hP li:before{  }
#JVT6yTworAMEuN9el3CbWvli2ymJKlVE { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:23.375rem;top:7.625rem;left:36.625rem;overflow:hidden;display:block; }
#pFLPckT71nQlAvhiQA35ditcMyNfWFFp { 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; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { background-color: transparent; background-image: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container > .video-iframe-container { display: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row > .video-iframe-container { display: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .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); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { border-width: 0; border-radius: 0; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#K6nx6dDWi9ICr02HtPnhfQ5GsQuE2lSs { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:3.5rem;left:29.5rem;height:2.8183625rem;font-style:normal;display:block; }
#kWhgpEHOfd2E10g3685lEFABp38mzBb7 { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:7.5625rem;left:29.5rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TMH2FaeTxAayaiA0MLexVbTTi2zR6ie4 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:9.6875rem;left:29.625rem;height:16.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ez6OGy0DTCa1ggv7C1TEXXCyW7w78TCt { position:absolute;display:block;z-index:15018;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:25.3125rem;width:21.875rem;top:4.25rem;left:0rem;overflow:hidden;display:block; }
#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI { 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; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { background-color: transparent; background-image: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container > .video-iframe-container { display: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row > .video-iframe-container { display: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .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); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { border-width: 0; border-radius: 0; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;position:relative;display:block; }#kM2cmQNbHJT1o4uh5WAIumTaT9NJrp9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#ptSp2xOfGvBoxuxvUGr7SkRJkpmSwmWz { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:7.5625rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#fNn9y41esvyUgPEKOOQ7yMbN8ZJByuMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:6rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sCe1B1VzegolpfQxdQ60TOo1M9WUXhQn { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:19.0625rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ifyw8sU9hm6mVyCH3VRhiAluHFZ5VV6N { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:4.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WBVntA7NydvJNnn26VbIWtzwPCI4VOVl { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:31.1875rem;left:0rem;height:6rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TV8PGElAvBkkid9tCNMFTufcovBa5mTG { color:#3d3d3d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:29.0625rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TClhSgWJVpfpBuC4fs92JzlnKwuAQnkk { position:absolute;display:block;z-index:15018;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:32.4375rem;width:19.6875rem;top:8.1875rem;left:40.3125rem;overflow:hidden;display:block; }
#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa { 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; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { background-color: transparent; background-image: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container > .video-iframe-container { display: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row > .video-iframe-container { display: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .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); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { border-width: 0; border-radius: 0; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { font-size:0.875rem;font-family:arial;height:74.75rem;width:60rem;position:relative;display:block; }#ON1MdUilTH3dPWkidicG7b7plf97G6vF { color:rgba(var(--color-tertiary-4),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#zHu5oCHL1bmTnmDeGL2glF4vkSlupxtH { color:#3d3d3d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:7.5rem;left:0rem;height:4.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#mw4v2fdC9VBrohvsfKZmpHTzsvAzBgql { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:48.1875rem;left:10rem;display:block; }
#LXuTwtaoxRhRkUbRZK4TH4RqBMEEb8RT { position:absolute;display:block;z-index:15048;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:28.125rem;width:60rem;top:16.375rem;left:0rem;overflow:hidden;display:block; }
#wliTvhZ8rfZG6s4inGtipdbHOkZgRTGP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:14.125rem;left:16.6875rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABg9ByvNUg90szwEgTaBzsJncauh6WJV { position:absolute;display:block;z-index:15034;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.75rem;width:60rem;top:24.0625rem;left:0rem;overflow:hidden;display:block; }
#E4WNZiBg8LrPVHCP9ukeu5arFi2B0NUh { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:60rem;top:23.90625rem;left:0rem;overflow:hidden;display:block; }
#qWqur1PRML8TkSlTf4uGabd4GD5iHF4K { position:absolute;display:block;z-index:15036;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.75rem;width:60rem;top:24.0625rem;left:0rem;overflow:hidden;display:block; }
#JH9oIvmTD3N462bdJ0xPSGphRJXotirz { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:60rem;top:23.59375rem;left:0rem;overflow:hidden;display:block; }
#LRDzN4qaC55LuvuuroCouakBHNEzNSVd { position:absolute;display:block;z-index:15047;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.625rem;width:60rem;top:22.243423461914rem;left:0rem;overflow:hidden;display:block; }
#ivXkRz9lDrXD28uVbBRSFHgLPoHSUfLL { position:absolute;display:block;z-index:15047;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:13.9375rem;width:60rem;top:22.584339141846rem;left:0rem;overflow:hidden;display:block; }
#mZmSzmGxGyqOvUbT6ppCBBdnA3UH9v9k { position:absolute;display:block;z-index:15047;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.5625rem;width:60rem;top:22.654474258423rem;left:0rem;overflow:hidden;display:block; }
#i6FrsIqPzTb4PwJ8A13uEWDTNIwovKNv { position:absolute;display:block;z-index:15049;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:22.4375rem;width:60rem;top:16.375rem;left:0rem;overflow:hidden;display:block; }
#cUyN4470sB4Ka8fwSTSdxWAuDJATip9w { position:absolute;display:block;z-index:15011;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.5625rem;width:60rem;top:17rem;left:0rem;overflow:hidden;display:block; }
#Ik6ZFZsGtsSb4VV5ZTifoueK721LGfFO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:60rem;top:17rem;left:0rem;overflow:hidden;display:block; }
#Xht30avzaeGQqk4qTFT5GwbTunx1XfhI { position:absolute;display:block;z-index:15013;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:22.25rem;width:60rem;top:17rem;left:0rem;overflow:hidden;display:block; }
#oqLBqkawhJndawp8tWwLeL4SDs0fv4Z6 { position:absolute;display:block;z-index:15014;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.375rem;width:60rem;top:17.949368990384rem;left:0rem;overflow:hidden;display:block; }
#sIaOTSgmVKKOtAEPv8qKSUntW12zAXsx { position:absolute;display:block;z-index:15050;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:22.4375rem;width:60rem;top:16.375rem;left:0rem;overflow:hidden;display:block; }
#O7e0xGBs2Gnzu3IinBqm1CU7M6IMdN6n { position:absolute;display:block;z-index:15051;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:22.4375rem;width:60rem;top:16.375rem;left:0rem;overflow:hidden;display:block; }
#xdHnwMxqxt1Ir72twf95JzQMILzQTeJd { position:absolute;display:block;z-index:15052;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:22.4375rem;width:60rem;top:16.375rem;left:0rem;overflow:hidden;display:block; }
#fEMqNZBN9ZC7GHT1lkTywCxrlfIwtgew { position:absolute;display:block;z-index:15053;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:22.4375rem;width:60rem;top:16.375rem;left:0rem;overflow:hidden;display:block; }
#FAgA11hOl3BNKLulMEOqEtFftXMSHBme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/p6tsI7qE/photo_1460925895917_afdab827c52f.jpg");background-position:center right !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; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme.adaptive-delivery-prevent-bg, #FAgA11hOl3BNKLulMEOqEtFftXMSHBme.lazyload, #FAgA11hOl3BNKLulMEOqEtFftXMSHBme.lazyloading { background-image: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { background-color: transparent; background-image: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(178,125,0,0.8); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container > .video-iframe-container { display: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(178,125,0,0.8); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container { display: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .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); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { border-width: 0; border-radius: 0; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme::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; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#BmovBr4EFovKKrnmqPzytQNcK1ZHZ4Xk { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:17.5rem;left:0rem;height:12.37305625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HwV3TUPTKmPxq4XdeROEObIzmhxqsmDw { position:absolute;display:block;z-index:15019;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;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:25.0625rem;width:21.875rem;top:5.4375rem;left:38.125rem;display:block; }
#y8LnTpMoxhpuyh79PZ97br2vPK9XB4c0 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:4.625rem;width:21.875rem;top:3.5rem;left:38.125rem;display:block; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-form-header {  }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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:18.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; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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:#e23f5c;background-image:url("Wyślij");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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.875rem;font-family:"open sans";overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ; }#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button.adaptive-delivery-prevent-bg, #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button.lazyload, #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button.lazyloading { background-image: none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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;float:none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-container:first-of-type{padding-top:0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-container:last-of-type{padding-bottom:0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.625rem;left:38.4375rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .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; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr {display:block;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.625rem;left:38.4375rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #zTn0IvHJVmeSltOmsq8E9vI9Ghvel9yR { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #hBnJW5CBbBVStBnDz5rUBi2EOTTXQl8V { position:relative;display:none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #LwCr0RqEJulANdPzgp1kBEMLfBzQEkqw { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #thLTFd768qkIZGtE9IbiN2RegRZqnKr5 { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Bv3otObTcsHvRptrLT71kuTRvkbkViOH { position:relative;display:none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #JFSkbfGkV4kbPLQoMIpTZ0XFueuTTTuB { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #fW1yzoRsLyAZwqeTcAECGU6pB0TipvQv { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #qbG5SURCBgGbXPVPBTfa2HXXWJWplLH0 { position:relative;display:none; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #WUB1z41JD5aFHdXRZTc3vRTwb8BZrQd8 { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Tsq50T0WqomhVwaJfgOFgVdoUrwdLoB3 { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #wNRWQkeTOSdalp3NMA910ytHpMnkpc9G { position:relative;z-index:2; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #G5mNUmFwvw2yeSrGdWrGPG5bJOIKlZ0G { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DcBEe1XSrBqtV2EZzXFXxInNXE1vythf { position:relative; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DJop45LiGPZRcrlPMlFH2EzaptX8BeQ6 { position:relative; }
#Mr3V93teQFV5m4vg0qoNTNc09lrF7A1z { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WyE4xU8rN1FwN5fpK5dfd3oWgTSAifK6 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:31.4375rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#poDI0eTPwa93nlsf37Iq40T6iO66BFMT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:33.875rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cycMWZT5IbX1EP081DWx86oF1rdRtSMD { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.8;letter-spacing:0;top:36.3125rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OwcZuTMnqQI8Iu8AVFDH0PU3pm8fMilS { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:4.0625rem;left:38.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh { background-color:#0d0e0e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .row .container { background-color: transparent; background-image: none; }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .row .container > .video-iframe-container { display: none; }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .row > .video-iframe-container { display: none; }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .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); }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .row .container { border-width: 0; border-radius: 0; }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#ePgAycaDOdF3pxF3vRSs5aGZBiIuDvKK { color:rgba(var(--color-tertiary-1),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.515625rem;left:4.4306640625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WJ1pXahJOD0cs2uJcU0gZzQAZRlBGTWc { position:absolute;display:block;z-index:15032;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.0625rem;width:3.25rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#WsKD35tTq9syp47HpfBIQL1UFywtcDJw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:1.662109375rem;left:39.4375rem;height:2.9243625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER  { width:18.75rem;height:auto;top:9.9375rem;left:26.5rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER {display:block;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER { width:18.75rem;height:auto;top:9.9375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #CXGUSRGFDH0RbbPNCzTbvyT13B7hlVx9 {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aMN32JVsHro0zIoiD0owbzSNMkmVZU1t { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #TpDyZ9FAuce3EZE4plBb03dPkyP3R3Je {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HzxLTm5b62NgnsVoFg2B2W560dzQAniT {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aSVhKzKqyoGKTNwHft0TC37Ek7RbJXLS { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #kZ7sDJBXuTN2Heo1DJ9gOTst0lhbM1Fb {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #hUizieilVFTsou1zikpJzaMytgMNx37Q {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ikm25ALxGslfDWTW3KbNbBSTlXMVeaXP { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ec0Nvc7zAXflwSG0g3ogQIz0yDcQRRiJ {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #NcAby0800MB1hFUXRsxvoI9D2hat82Wr {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HEP6RPmcVZ09wa2xTcDRhtC2El1JUmQT {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aD1VHqDWZgw1KQkxyy1nthZvQp8vKsyp {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #FO7XeOGLevftuZ3qwxflTVvBrEu6MfD9 {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #wV251bqt9JMGIl4mOAi9EXwm4J4hU8Ak {  }
 }@media only screen and (max-width: 763px) { #TrPA7b5KntrESMAtQtewGQf9LpCFFDXL { width:21.875rem;height:25.5rem;top:6.6875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW3dnJl6Mhy8e47E4dQw8R48cQ0ALLrg { width:21.875rem;height:4.625rem;top:4.75rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRR5gxCTB8TvZFik6McEplkTV2hyR1Q { width:32.5rem;height:;top:10.4375rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF { width:26.5rem;height:6.25rem;top:24.5625rem;left:0rem;font-size:1.0625rem;display:block; }#X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF li:before{  }
 }@media only screen and (max-width: 763px) { #et4bbb60zi0nKcuXcBLRp8Ws2gc2w6BX { top:4.75rem;left:0rem;width:4.3125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETQG6etgXCs3riHNQJkeXy5TMTJaI7NI { width:21.875rem;height:3.5rem;top:5.3125rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQwPhP5VCTaaagwNkCyuQlKUh9M42Hq { width:9.875rem;height:2.3125rem;top:33.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTkCt2sbkLzENfl4lewcZlMRxsdZac1J { width:11.75rem;height:2.3125rem;top:35.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECmElvTHdk9eUODnHwC3F3zb8Hh864t1 { width:10.8125rem;height:2.3125rem;top:35.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJyVEx8WKGBRrMetyJ5GbdAbW5kvS1I8 { width:10.8125rem;height:2.3125rem;top:35.75rem;left:22.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa { display:block; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox8eMAOL01qgCA1gCl8C2v8TS88myHxh { width:30.9375rem;height:10.5rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwGCbR5vTsKCcpLG2VC8lKIp6L2cGhas { width:32.5rem;height:2.8125rem;top:7.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnv78DUmyzCErfeDC22zvZkTyREP99Tv { width:30.5rem;height:1.5rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUHtAkK9gOWZ2gyIHSk7pX9sWCaM3tyK { width:18.75rem;height:21rem;top:32.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbF3mwHRoZoGMih91DlRM0VCRcbUyO7r { width:14.1875rem;height:12.5625rem;top:38.8125rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4I929RIofgUG4KrJQ5vQ3FQ78srNgZI { width:18.75rem;height:21.125rem;top:32.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5AoPQyZ0OtdaUvXEc66BbLHlZZTJwUJ { width:14.9375rem;height:12.5625rem;top:38.8125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnomTG1xaeNkNT57Px9DfQ8fkDkCa9f0 { width:0.875rem;height:0.5625rem;top:38.3125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4C3dxb5XJzetr9aFUcJt8RsO0bpfRcp { width:0.875rem;height:0.5625rem;top:38.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GxODLNqByth9ArAE0PzVZ8uwVf22r6 { width:18.75rem;height:21.0625rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6TLWaZimXdTkgesSyxdPWLJwZLFzF3O { width:14.8125rem;height:11.1875rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsrufw4mXnel5zS8q8aKzGQ5RKOuBzqU { width:3.75rem;height:3.6875rem;top:33.5625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkBQNDXsSlnyqhL2IRifQ2zQcyZvgWoT { width:3.75rem;height:3.6875rem;top:33.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOlkesRH8QTQmsR9ceq58fL8bFkeHii3 { width:7.8125rem;height:1.1875rem;top:35.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQscppJRlTe3lI2xwoxb8MMGs6PGdsGM { width:9.5625rem;height:1.1875rem;top:35.5rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKcOayk402Af6tFusGLmbov9PcO5ccoT { width:10.1875rem;height:1.1875rem;top:35.5rem;left:37.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImitwsHJHvlS1n5R4A11kuZSwQoT6rzZ { width:5.8125rem;height:1.125rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrJXWFFcpTUEoP1E8RosGIqITEPz0S4L { width:4.375rem;height:1.125rem;top:34.25rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkcHrhaFkBmEnZkbIdySqEp9Z0xZecgl { width:10.0625rem;height:1.125rem;top:34.25rem;left:37.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f20TpZd3MdBkwf5RzRelQsTxNfbdHCuC { width:3.6875rem;height:3.6875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6WSDPD4QBtFyr3nxpZCBTg9gZBhpgK5 { width:0.875rem;height:0.5625rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqw0x6PhEbbChTDmDDOlUE30d09P4zZl { width:30.5rem;height:1.5rem;top:30.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq3V1LPBu1tnGBEOFdLbgmVTc8hnrTc1 { width:0.875rem;height:0.5625rem;top:30.9375rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSTnCmIvUdVX55KoBkkGfHitgtmFJZf5 { top:3.625rem;left:21.5625rem;width:26.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piCTJLsAfWPXr5TQIK7F39awepaIdmCQ { display:block; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm05eHGV7v7CXne3yrf1d278128Ph58D { width:25.875rem;height:2.8125rem;top:3.5rem;left:21.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4yF9rhRSsSqhhoKEDAXJDfw1KIIryum { width:30.5rem;height:1.5rem;top:7.5625rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNy1i5anKa9OWXz42bGyAacm0Z5ZJU3f { width:31.25rem;height:10.5rem;top:9.6875rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRxm2TQIDaxzLklM6rCF8lgUrzZrzX2K { width:30.5rem;height:1.5rem;top:22.625rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk1tFGmlbS1sxkRELWuFLdF0xIkdNsFK { width:31.25rem;height:4.5rem;top:24.75rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlBh3oZZMywZzHTU2zc0zikDG3Pfyx1r { width:31.25rem;height:8.75rem;top:30.4375rem;left:16.5rem;font-size:1rem;display:block; }#vlBh3oZZMywZzHTU2zc0zikDG3Pfyx1r li:before{  }
 }@media only screen and (max-width: 763px) { #TU3eReSw7mdzJyxhv6F9Q3dET4qqc3fd { top:3.5rem;left:0rem;width:22.75rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1csKoLAJyZxqMGn5S0C4G591TpQRzhu { display:block; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRJO4DBzU5cCTEA26TwntcO2dtGRwtwc { width:38rem;height:2.8125rem;top:3.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcGi9TsJNzCHdCN7I0wf7zNg7LdxSzBK { width:30.5rem;height:1.5rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnVGMPKisJfdmUNTxRKnyqUBTlkNTPJA { width:31.25rem;height:;top:9.75rem;left:0rem;font-size:1rem;display:block; }#VnVGMPKisJfdmUNTxRKnyqUBTlkNTPJA li:before{  }
 }@media only screen and (max-width: 763px) { #HgnSfJKeIUQvK6IPaW7ozu4gpNFrpvPx { width:31.25rem;height:7.5rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }#HgnSfJKeIUQvK6IPaW7ozu4gpNFrpvPx li:before{  }
 }@media only screen and (max-width: 763px) { #H4BSeZb2pCW06PTTTbbgdbNC72h0d6hP { width:31.25rem;height:9rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }#H4BSeZb2pCW06PTTTbbgdbNC72h0d6hP li:before{  }
 }@media only screen and (max-width: 763px) { #JVT6yTworAMEuN9el3CbWvli2ymJKlVE { top:7.625rem;left:24.375rem;width:23.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFLPckT71nQlAvhiQA35ditcMyNfWFFp { display:block; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6nx6dDWi9ICr02HtPnhfQ5GsQuE2lSs { width:28.1875rem;height:2.8125rem;top:3.5rem;left:19.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWhgpEHOfd2E10g3685lEFABp38mzBb7 { width:30.5rem;height:1.5rem;top:7.5625rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMH2FaeTxAayaiA0MLexVbTTi2zR6ie4 { width:30.375rem;height:19.5rem;top:9.6875rem;left:17.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez6OGy0DTCa1ggv7C1TEXXCyW7w78TCt { top:4.25rem;left:0rem;width:21.875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI { display:block; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM2cmQNbHJT1o4uh5WAIumTaT9NJrp9Q { width:40.3125rem;height:2.8125rem;top:3.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptSp2xOfGvBoxuxvUGr7SkRJkpmSwmWz { width:30.5rem;height:1.5rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNn9y41esvyUgPEKOOQ7yMbN8ZJByuMJ { width:34rem;height:7.5rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCe1B1VzegolpfQxdQ60TOo1M9WUXhQn { width:30.5rem;height:1.5rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifyw8sU9hm6mVyCH3VRhiAluHFZ5VV6N { width:34rem;height:6rem;top:21.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBVntA7NydvJNnn26VbIWtzwPCI4VOVl { width:34rem;height:7.5rem;top:31.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8PGElAvBkkid9tCNMFTufcovBa5mTG { width:30.5rem;height:1.5rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TClhSgWJVpfpBuC4fs92JzlnKwuAQnkk { top:8.1875rem;left:28.0625rem;width:19.6875rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa { display:block; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON1MdUilTH3dPWkidicG7b7plf97G6vF { width:45rem;height:2.8125rem;top:3.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHu5oCHL1bmTnmDeGL2glF4vkSlupxtH { width:47.75rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw4v2fdC9VBrohvsfKZmpHTzsvAzBgql { top:48.1875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXuTwtaoxRhRkUbRZK4TH4RqBMEEb8RT { top:16.375rem;left:0rem;width:47.75rem;height:22.3828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wliTvhZ8rfZG6s4inGtipdbHOkZgRTGP { width:26.6875rem;height:1.5625rem;top:14.125rem;left:10.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABg9ByvNUg90szwEgTaBzsJncauh6WJV { top:24.0625rem;left:0rem;width:47.75rem;height:10.146875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4WNZiBg8LrPVHCP9ukeu5arFi2B0NUh { top:23.875rem;left:0rem;width:47.75rem;height:10.395572916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWqur1PRML8TkSlTf4uGabd4GD5iHF4K { top:24.0625rem;left:0rem;width:47.75rem;height:10.146875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH9oIvmTD3N462bdJ0xPSGphRJXotirz { top:23.5625rem;left:0rem;width:47.75rem;height:10.89296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRDzN4qaC55LuvuuroCouakBHNEzNSVd { top:22.1875rem;left:0rem;width:47.75rem;height:11.6390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivXkRz9lDrXD28uVbBRSFHgLPoHSUfLL { top:22.5625rem;left:0rem;width:47.75rem;height:11.091927083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZmSzmGxGyqOvUbT6ppCBBdnA3UH9v9k { top:22.625rem;left:0rem;width:47.75rem;height:12.38515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6FrsIqPzTb4PwJ8A13uEWDTNIwovKNv { top:16.375rem;left:0rem;width:47.75rem;height:17.856510416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUyN4470sB4Ka8fwSTSdxWAuDJATip9w { top:17rem;left:0rem;width:47.75rem;height:12.38515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik6ZFZsGtsSb4VV5ZTifoueK721LGfFO { top:17rem;left:0rem;width:47.75rem;height:17.806770833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xht30avzaeGQqk4qTFT5GwbTunx1XfhI { top:17rem;left:0rem;width:47.75rem;height:17.707291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqLBqkawhJndawp8tWwLeL4SDs0fv4Z6 { top:17.9375rem;left:0rem;width:47.75rem;height:12.2359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIaOTSgmVKKOtAEPv8qKSUntW12zAXsx { top:16.375rem;left:0rem;width:47.75rem;height:17.856510416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7e0xGBs2Gnzu3IinBqm1CU7M6IMdN6n { top:16.375rem;left:0rem;width:47.75rem;height:17.856510416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdHnwMxqxt1Ir72twf95JzQMILzQTeJd { top:16.375rem;left:0rem;width:47.75rem;height:17.856510416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEMqNZBN9ZC7GHT1lkTywCxrlfIwtgew { top:16.375rem;left:0rem;width:47.75rem;height:17.856510416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAgA11hOl3BNKLulMEOqEtFftXMSHBme { display:block; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmovBr4EFovKKrnmqPzytQNcK1ZHZ4Xk { width:30.125rem;height:12.1875rem;top:17.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwV3TUPTKmPxq4XdeROEObIzmhxqsmDw { width:21.875rem;height:25.0625rem;top:5.4375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8LnTpMoxhpuyh79PZ97br2vPK9XB4c0 { width:21.875rem;height:4.625rem;top:3.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr  { width:18.75rem;height:auto;top:8.625rem;left:26.5rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr {display:block;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr { width:18.75rem;height:auto;top:8.625rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #zTn0IvHJVmeSltOmsq8E9vI9Ghvel9yR {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #hBnJW5CBbBVStBnDz5rUBi2EOTTXQl8V { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #LwCr0RqEJulANdPzgp1kBEMLfBzQEkqw {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #thLTFd768qkIZGtE9IbiN2RegRZqnKr5 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Bv3otObTcsHvRptrLT71kuTRvkbkViOH { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #JFSkbfGkV4kbPLQoMIpTZ0XFueuTTTuB {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #fW1yzoRsLyAZwqeTcAECGU6pB0TipvQv {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #qbG5SURCBgGbXPVPBTfa2HXXWJWplLH0 { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #WUB1z41JD5aFHdXRZTc3vRTwb8BZrQd8 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Tsq50T0WqomhVwaJfgOFgVdoUrwdLoB3 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #wNRWQkeTOSdalp3NMA910ytHpMnkpc9G {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #G5mNUmFwvw2yeSrGdWrGPG5bJOIKlZ0G {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DcBEe1XSrBqtV2EZzXFXxInNXE1vythf {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DJop45LiGPZRcrlPMlFH2EzaptX8BeQ6 {  }
 }@media only screen and (max-width: 763px) { #Mr3V93teQFV5m4vg0qoNTNc09lrF7A1z { width:34.3125rem;height:;top:4.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyE4xU8rN1FwN5fpK5dfd3oWgTSAifK6 { width:35.0625rem;height:2.3125rem;top:31.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poDI0eTPwa93nlsf37Iq40T6iO66BFMT { width:35.0625rem;height:2.3125rem;top:33.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cycMWZT5IbX1EP081DWx86oF1rdRtSMD { width:35.0625rem;height:2.3125rem;top:36.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwcZuTMnqQI8Iu8AVFDH0PU3pm8fMilS { width:21.875rem;height:3.5rem;top:4.0625rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh { display:block; }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePgAycaDOdF3pxF3vRSs5aGZBiIuDvKK { width:22.0625rem;height:1.25rem;top:2.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ1pXahJOD0cs2uJcU0gZzQAZRlBGTWc { top:1.5625rem;left:0rem;width:3.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsKD35tTq9syp47HpfBIQL1UFywtcDJw { width:20.5625rem;height:2.875rem;top:1.625rem;left:27.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ud7Pp9dG/Bez_nazwy_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZVt06jIx/photo_1486312338219_ce68d2c6f44d.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(178,125,0,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(178,125,0,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER  { width:17.5rem;height:auto;top:33.75rem;left:0rem; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H2ZQfT452KLytkiTDanonwHUdiUZ5hER {display:block;}#H2ZQfT452KLytkiTDanonwHUdiUZ5hER { width:17.5rem;height:auto;top:33.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #CXGUSRGFDH0RbbPNCzTbvyT13B7hlVx9 {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aMN32JVsHro0zIoiD0owbzSNMkmVZU1t { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #TpDyZ9FAuce3EZE4plBb03dPkyP3R3Je {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HzxLTm5b62NgnsVoFg2B2W560dzQAniT {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aSVhKzKqyoGKTNwHft0TC37Ek7RbJXLS { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #kZ7sDJBXuTN2Heo1DJ9gOTst0lhbM1Fb {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #hUizieilVFTsou1zikpJzaMytgMNx37Q {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ikm25ALxGslfDWTW3KbNbBSTlXMVeaXP { display:none; }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #Ec0Nvc7zAXflwSG0g3ogQIz0yDcQRRiJ {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #NcAby0800MB1hFUXRsxvoI9D2hat82Wr {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #HEP6RPmcVZ09wa2xTcDRhtC2El1JUmQT {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #aD1VHqDWZgw1KQkxyy1nthZvQp8vKsyp {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #FO7XeOGLevftuZ3qwxflTVvBrEu6MfD9 {  }
 }@media only screen and (max-width: 763px) { #H2ZQfT452KLytkiTDanonwHUdiUZ5hER #wV251bqt9JMGIl4mOAi9EXwm4J4hU8Ak {  }
 }@media only screen and (max-width: 763px) { #TrPA7b5KntrESMAtQtewGQf9LpCFFDXL { width:20rem;height:25.5rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW3dnJl6Mhy8e47E4dQw8R48cQ0ALLrg { width:20rem;height:4.625rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRR5gxCTB8TvZFik6McEplkTV2hyR1Q { width:20rem;height:7.7988125rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF { width:20rem;height:12.097625rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#X9Rx7XTHvG25GNbTpeGvr4pIcSInxrXF li:before{  }
 }@media only screen and (max-width: 763px) { #et4bbb60zi0nKcuXcBLRp8Ws2gc2w6BX { width:4.3125rem;height:4.125rem;top:0.9375rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETQG6etgXCs3riHNQJkeXy5TMTJaI7NI { width:20rem;height:3.5rem;top:29.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQwPhP5VCTaaagwNkCyuQlKUh9M42Hq { width:9.875rem;height:1.57493125rem;top:57.25rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTkCt2sbkLzENfl4lewcZlMRxsdZac1J { width:11.75rem;height:2.25rem;top:60.07421875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECmElvTHdk9eUODnHwC3F3zb8Hh864t1 { width:10.8125rem;height:2.25rem;top:63.57421875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJyVEx8WKGBRrMetyJ5GbdAbW5kvS1I8 { width:10.8125rem;height:2.25rem;top:67.07421875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa { background-color:#ffffff;background-image:none;display:block; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { background-color: transparent; background-image: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .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); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { width:20rem;height:123rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox8eMAOL01qgCA1gCl8C2v8TS88myHxh { width:20rem;height:15rem;top:34rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwGCbR5vTsKCcpLG2VC8lKIp6L2cGhas { width:20rem;height:2.19993125rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnv78DUmyzCErfeDC22zvZkTyREP99Tv { width:16.75rem;height:4.5rem;top:28.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUHtAkK9gOWZ2gyIHSk7pX9sWCaM3tyK { width:18.75rem;height:21rem;top:97.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbF3mwHRoZoGMih91DlRM0VCRcbUyO7r { width:14.1875rem;height:12.59471875rem;top:103.5625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4I929RIofgUG4KrJQ5vQ3FQ78srNgZI { width:18.75rem;height:21.125rem;top:75.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5AoPQyZ0OtdaUvXEc66BbLHlZZTJwUJ { width:14.9375rem;height:12.594725rem;top:81.3125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnomTG1xaeNkNT57Px9DfQ8fkDkCa9f0 { width:0.875rem;height:0.5625rem;top:81.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4C3dxb5XJzetr9aFUcJt8RsO0bpfRcp { width:0.875rem;height:0.5625rem;top:99.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GxODLNqByth9ArAE0PzVZ8uwVf22r6 { width:18.75rem;height:21.0625rem;top:53rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6TLWaZimXdTkgesSyxdPWLJwZLFzF3O { width:14.8125rem;height:11.1953125rem;top:59.125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsrufw4mXnel5zS8q8aKzGQ5RKOuBzqU { width:3.75rem;height:3.6875rem;top:76.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkBQNDXsSlnyqhL2IRifQ2zQcyZvgWoT { width:3.75rem;height:3.6875rem;top:98.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOlkesRH8QTQmsR9ceq58fL8bFkeHii3 { width:9.5625rem;height:1.5rem;top:55.8125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQscppJRlTe3lI2xwoxb8MMGs6PGdsGM { width:11.625rem;height:1.5rem;top:78rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKcOayk402Af6tFusGLmbov9PcO5ccoT { width:12.25rem;height:1.5rem;top:100.25rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImitwsHJHvlS1n5R4A11kuZSwQoT6rzZ { width:5.8125rem;height:1.29980625rem;top:54.5625rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrJXWFFcpTUEoP1E8RosGIqITEPz0S4L { width:4.375rem;height:1.29980625rem;top:76.8125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkcHrhaFkBmEnZkbIdySqEp9Z0xZecgl { width:10.0625rem;height:1.29980625rem;top:99rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f20TpZd3MdBkwf5RzRelQsTxNfbdHCuC { width:3.6875rem;height:3.6875rem;top:53.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6WSDPD4QBtFyr3nxpZCBTg9gZBhpgK5 { width:0.875rem;height:0.5625rem;top:58.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqw0x6PhEbbChTDmDDOlUE30d09P4zZl { width:20rem;height:1.5rem;top:50.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq3V1LPBu1tnGBEOFdLbgmVTc8hnrTc1 { width:0.875rem;height:0.5625rem;top:103.375rem;left:2.6875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #aSTnCmIvUdVX55KoBkkGfHitgtmFJZf5 { width:19.9375rem;height:22.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piCTJLsAfWPXr5TQIK7F39awepaIdmCQ { background-color:#fbfbfb;background-image:none;display:block; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { background-color: transparent; background-image: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .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); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm05eHGV7v7CXne3yrf1d278128Ph58D { width:20rem;height:2.19993125rem;top:25.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4yF9rhRSsSqhhoKEDAXJDfw1KIIryum { width:20rem;height:1.5rem;top:29.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNy1i5anKa9OWXz42bGyAacm0Z5ZJU3f { width:20rem;height:16.5rem;top:32.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRxm2TQIDaxzLklM6rCF8lgUrzZrzX2K { width:20rem;height:1.5rem;top:49.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk1tFGmlbS1sxkRELWuFLdF0xIkdNsFK { width:20rem;height:7.5rem;top:52.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlBh3oZZMywZzHTU2zc0zikDG3Pfyx1r { width:20rem;height:8.75rem;top:60.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#vlBh3oZZMywZzHTU2zc0zikDG3Pfyx1r li:before{  }
 }@media only screen and (max-width: 763px) { #TU3eReSw7mdzJyxhv6F9Q3dET4qqc3fd { width:14.25rem;height:23.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1csKoLAJyZxqMGn5S0C4G591TpQRzhu { background-color:#ffffff;background-image:none;display:block; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { background-color: transparent; background-image: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container > .video-iframe-container { display: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row > .video-iframe-container { display: none; }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .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); }#T1csKoLAJyZxqMGn5S0C4G591TpQRzhu > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRJO4DBzU5cCTEA26TwntcO2dtGRwtwc { width:20rem;height:2.19993125rem;top:21.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcGi9TsJNzCHdCN7I0wf7zNg7LdxSzBK { width:20rem;height:3rem;top:24.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnVGMPKisJfdmUNTxRKnyqUBTlkNTPJA { width:20rem;height:16.5rem;top:28.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#VnVGMPKisJfdmUNTxRKnyqUBTlkNTPJA li:before{  }
 }@media only screen and (max-width: 763px) { #HgnSfJKeIUQvK6IPaW7ozu4gpNFrpvPx { width:20rem;height:12rem;top:46.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#HgnSfJKeIUQvK6IPaW7ozu4gpNFrpvPx li:before{  }
 }@media only screen and (max-width: 763px) { #H4BSeZb2pCW06PTTTbbgdbNC72h0d6hP { width:20rem;height:15rem;top:59.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#H4BSeZb2pCW06PTTTbbgdbNC72h0d6hP li:before{  }
 }@media only screen and (max-width: 763px) { #JVT6yTworAMEuN9el3CbWvli2ymJKlVE { width:12.625rem;height:18.6875rem;top:1.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFLPckT71nQlAvhiQA35ditcMyNfWFFp { background-color:#fbfbfb;background-image:none;display:block; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { background-color: transparent; background-image: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container > .video-iframe-container { display: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row > .video-iframe-container { display: none; }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .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); }#pFLPckT71nQlAvhiQA35ditcMyNfWFFp > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6nx6dDWi9ICr02HtPnhfQ5GsQuE2lSs { width:20rem;height:4.3984375rem;top:25.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWhgpEHOfd2E10g3685lEFABp38mzBb7 { width:20rem;height:1.5rem;top:31.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMH2FaeTxAayaiA0MLexVbTTi2zR6ie4 { width:20rem;height:28.5rem;top:34rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez6OGy0DTCa1ggv7C1TEXXCyW7w78TCt { width:20rem;height:23.141625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI { background-color:#ffffff;background-image:none;display:block; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { background-color: transparent; background-image: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container > .video-iframe-container { display: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row > .video-iframe-container { display: none; }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .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); }#yysFeBB7QbmVLk6gtZ4IRzlsxxClkMhI > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM2cmQNbHJT1o4uh5WAIumTaT9NJrp9Q { width:20rem;height:4.3984375rem;top:26.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptSp2xOfGvBoxuxvUGr7SkRJkpmSwmWz { width:20rem;height:1.5rem;top:31.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNn9y41esvyUgPEKOOQ7yMbN8ZJByuMJ { width:20rem;height:13.5rem;top:34.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCe1B1VzegolpfQxdQ60TOo1M9WUXhQn { width:20rem;height:1.5rem;top:49.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifyw8sU9hm6mVyCH3VRhiAluHFZ5VV6N { width:20rem;height:10.5rem;top:51.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBVntA7NydvJNnn26VbIWtzwPCI4VOVl { width:20rem;height:10.5rem;top:66.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8PGElAvBkkid9tCNMFTufcovBa5mTG { width:20rem;height:1.5rem;top:63.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TClhSgWJVpfpBuC4fs92JzlnKwuAQnkk { width:14.25rem;height:23.5625rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa { background-color:#fbfbfb;background-image:none;display:block; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { background-color: transparent; background-image: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container > .video-iframe-container { display: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row > .video-iframe-container { display: none; }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .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); }#qVWfngyTlQ7ll4MZSTs0ni2wOAtTZsHa > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON1MdUilTH3dPWkidicG7b7plf97G6vF { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHu5oCHL1bmTnmDeGL2glF4vkSlupxtH { width:20rem;height:13.5rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw4v2fdC9VBrohvsfKZmpHTzsvAzBgql { height:11.25rem;width:20rem;top:36.373362064362rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXuTwtaoxRhRkUbRZK4TH4RqBMEEb8RT { width:20rem;height:9.25rem;top:25.5rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #wliTvhZ8rfZG6s4inGtipdbHOkZgRTGP { width:20rem;height:3.1875rem;top:21.436410903931rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABg9ByvNUg90szwEgTaBzsJncauh6WJV { width:20rem;height:4.25rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4WNZiBg8LrPVHCP9ukeu5arFi2B0NUh { width:20rem;height:4.3541666666667rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWqur1PRML8TkSlTf4uGabd4GD5iHF4K { width:20rem;height:4.25rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH9oIvmTD3N462bdJ0xPSGphRJXotirz { width:20rem;height:4.5625rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRDzN4qaC55LuvuuroCouakBHNEzNSVd { width:20rem;height:4.875rem;top:27.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivXkRz9lDrXD28uVbBRSFHgLPoHSUfLL { width:20rem;height:4.6458333333333rem;top:27.611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZmSzmGxGyqOvUbT6ppCBBdnA3UH9v9k { width:20rem;height:5.1875rem;top:27.341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6FrsIqPzTb4PwJ8A13uEWDTNIwovKNv { width:20rem;height:7.4791666666667rem;top:26.1953125rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #cUyN4470sB4Ka8fwSTSdxWAuDJATip9w { width:20rem;height:5.1875rem;top:26.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik6ZFZsGtsSb4VV5ZTifoueK721LGfFO { width:20rem;height:7.4583333333333rem;top:26.2041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xht30avzaeGQqk4qTFT5GwbTunx1XfhI { width:20rem;height:7.4166666666667rem;top:26.2265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqLBqkawhJndawp8tWwLeL4SDs0fv4Z6 { width:20rem;height:5.125rem;top:27.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIaOTSgmVKKOtAEPv8qKSUntW12zAXsx { width:20rem;height:7.4791666666667rem;top:26.1953125rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #O7e0xGBs2Gnzu3IinBqm1CU7M6IMdN6n { width:20rem;height:7.4791666666667rem;top:25.310546875rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #xdHnwMxqxt1Ir72twf95JzQMILzQTeJd { width:20rem;height:7.4791666666667rem;top:26.1953125rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #fEMqNZBN9ZC7GHT1lkTywCxrlfIwtgew { width:20rem;height:7.4791666666667rem;top:25.310546875rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #FAgA11hOl3BNKLulMEOqEtFftXMSHBme { display:block; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmovBr4EFovKKrnmqPzytQNcK1ZHZ4Xk { width:20rem;height:7.87109375rem;top:12.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwV3TUPTKmPxq4XdeROEObIzmhxqsmDw { width:20rem;height:25.0625rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8LnTpMoxhpuyh79PZ97br2vPK9XB4c0 { width:20rem;height:4.625rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr  { width:17.5rem;height:auto;top:33.625rem;left:0rem; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr {display:block;}#Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr { width:17.5rem;height:auto;top:33.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #zTn0IvHJVmeSltOmsq8E9vI9Ghvel9yR {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #hBnJW5CBbBVStBnDz5rUBi2EOTTXQl8V { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #LwCr0RqEJulANdPzgp1kBEMLfBzQEkqw {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #thLTFd768qkIZGtE9IbiN2RegRZqnKr5 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Bv3otObTcsHvRptrLT71kuTRvkbkViOH { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #JFSkbfGkV4kbPLQoMIpTZ0XFueuTTTuB {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #fW1yzoRsLyAZwqeTcAECGU6pB0TipvQv {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #qbG5SURCBgGbXPVPBTfa2HXXWJWplLH0 { display:none; }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #WUB1z41JD5aFHdXRZTc3vRTwb8BZrQd8 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #Tsq50T0WqomhVwaJfgOFgVdoUrwdLoB3 {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #wNRWQkeTOSdalp3NMA910ytHpMnkpc9G {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #G5mNUmFwvw2yeSrGdWrGPG5bJOIKlZ0G {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DcBEe1XSrBqtV2EZzXFXxInNXE1vythf {  }
 }@media only screen and (max-width: 763px) { #Qmuo5dCLiXTzsUZH1eZk87XHzmxxigJr #DJop45LiGPZRcrlPMlFH2EzaptX8BeQ6 {  }
 }@media only screen and (max-width: 763px) { #Mr3V93teQFV5m4vg0qoNTNc09lrF7A1z { width:20rem;height:10.3984375rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyE4xU8rN1FwN5fpK5dfd3oWgTSAifK6 { width:20rem;height:1.57493125rem;top:21.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poDI0eTPwa93nlsf37Iq40T6iO66BFMT { width:20rem;height:2.25rem;top:23.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cycMWZT5IbX1EP081DWx86oF1rdRtSMD { width:20rem;height:2.25rem;top:25.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwcZuTMnqQI8Iu8AVFDH0PU3pm8fMilS { width:20rem;height:3.5rem;top:29.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh { display:block; }#bf2ZzCmsOlabfP9ANaypbKx1NuVZuWDh > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePgAycaDOdF3pxF3vRSs5aGZBiIuDvKK { width:20rem;height:2.4375rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJ1pXahJOD0cs2uJcU0gZzQAZRlBGTWc { width:3.25rem;height:3.0625rem;top:0.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsKD35tTq9syp47HpfBIQL1UFywtcDJw { width:20rem;height:4.3857375rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }