.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:106,106,106;--color-tertiary-4:0,0,0;--headlines-font-family:lato;--paragraphs-font-family:lato; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container { display: none; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .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); }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT { 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; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container { background-color: transparent; background-image: none; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container > .video-iframe-container { display: none; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row > .video-iframe-container { display: none; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .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); }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container { border-width: 0; border-radius: 0; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#kUfIbXTKdi7VJikirMdzEKAG980I4nFL { position:absolute;display:block;z-index:15001;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:6.625rem;width:28.25rem;top:0rem;left:15.875rem;overflow:hidden;display:block; }
#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI { position:relative;display:block; }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI { background-color: transparent; background-image: none; }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI > .row .container > .video-iframe-container { display: none; }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI > .row > .video-iframe-container { display: none; }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI > .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); }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI { border-width: 0; border-radius: 0; }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iDl6eESoliUXpWCR72Gb7tnNLzzxy59J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 { position:relative;display:block; }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 { background-color: transparent; background-image: none; }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row .container > .video-iframe-container { display: none; }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row > .video-iframe-container { display: none; }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .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); }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 { border-width: 0; border-radius: 0; }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/7SAEnH4a/Projekt_bez_tytu_u_32_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row .container.adaptive-delivery-prevent-bg, #Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row .container.lazyload, #Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row .container.lazyloading { background-image: none; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX { 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; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container { background-color: transparent; background-image: none; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container > .video-iframe-container { display: none; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row > .video-iframe-container { display: none; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .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); }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container { border-width: 0; border-radius: 0; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#yFXtkLu45alyEErt84PfMOrVCqBaTy9Z { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.30078125rem;left:0.125rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxCyHkVgu4qlogCKpo74c8uCsHvM1dpD { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:4.34375rem;left:8.78125rem;height:14.43484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZtG064zGhi5uFDfkB1RE0GtNZrwb239 { position:absolute;display:block;z-index:15016;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:9.9375rem;width:8.8125rem;top:4.1006937026978rem;left:0rem;overflow:hidden;display:block; }
#bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR { background-color:#b5a089;background-image:url("https://images.assets-landingi.com/7SAEnH4a/Projekt_bez_tytu_u_32_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.810763120651rem;left:9.84375rem;display:block; }#bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR.adaptive-delivery-prevent-bg, #bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR.lazyload, #bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR.lazyloading { background-image: none; }
#KQkaBQbVfnl05THaJybEdn5z4HIksyiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3fmRnZkqUWftsXWmClRk2G4bAAGekV8 { background-color:#b5a089;background-image:url("https://images.assets-landingi.com/7SAEnH4a/Projekt_bez_tytu_u_32_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:17.810546875rem;left:33.78125rem;display:block; }#O3fmRnZkqUWftsXWmClRk2G4bAAGekV8.adaptive-delivery-prevent-bg, #O3fmRnZkqUWftsXWmClRk2G4bAAGekV8.lazyload, #O3fmRnZkqUWftsXWmClRk2G4bAAGekV8.lazyloading { background-image: none; }
#ZIMfyKdTlyqE1lrD4TMcxJCI2FlmInCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG { position:relative;display:block; }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG { background-color: transparent; background-image: none; }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row .container > .video-iframe-container { display: none; }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row > .video-iframe-container { display: none; }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .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); }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG { border-width: 0; border-radius: 0; }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/RzfCYojO/KONKURS_10_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:1.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row .container.adaptive-delivery-prevent-bg, #M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row .container.lazyload, #M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row .container.lazyloading { background-image: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { background-color: transparent; background-image: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .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); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { border-width: 0; border-radius: 0; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:60rem;height:47.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-form-header {  }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:56.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.4; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:56.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:56.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:56.875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:56.875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.7;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:55.625rem;overflow:hidden;font-style:normal; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .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; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .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.5; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container:first-of-type{padding-top:0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container:last-of-type{padding-bottom:0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR  { background-color:#b7a487;background-image:url("https://images.assets-landingi.com/7SAEnH4a/Projekt_bez_tytu_u_32_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:56.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:0.625rem;top:5.4991302490234rem;z-index:15000;position:absolute; }#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .adaptive-delivery-prevent-bg, #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .lazyload, #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .lazyloading { background-image: none; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:56.875rem;display:block;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR {display:block;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR { background-color:#b7a487;background-image:url("https://images.assets-landingi.com/7SAEnH4a/Projekt_bez_tytu_u_32_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:56.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:0.625rem;top:5.4991302490234rem;z-index:15000;position:absolute; }#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR.adaptive-delivery-prevent-bg, #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR.lazyload, #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR.lazyloading { background-image: none; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Misl8kMP19IQJW0oqqsmi9Q2gz9IOOcA { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #dJx7IUPzTvx23ov78wOZaT1dJ9bUNzZm { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #kdKV92syxm07r0J9PUGldIw1muntF7nh { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Zuw4u3i2Hq05NNFclbwxRhgE4di2mXFa { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ebhJ6XwhnLfON957Sqx2HdPHTK1hB2Iz { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #PEuQJZORlFASC6GQ2aNuH1E9hoXn4hrg { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #bFtERIkmAOUNGOhXOEkyoU35G7y1gAWz { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #x7TdPKLkwSzvUSZrI5pnkQrQ09elv5ZV { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #mgplAaotvWwBsGabuba0wMDe5oZXOH3D { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #q90N0sohB292WTlzkRq4NZv7wCNwdAol { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #h3nbSqcBkQt1LnF3hdEgCy0mcPTG2E6o { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #CxgK9B2PsRMHlnSBl22dV57xCQoscf2T { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #uebKBwgqJD6ZBWR68LCWvGu4ubctB4dE { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ZfNFXxzOQpVz8NcrIQKoN3EEEvh6JxgV { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TBMc78oWqZQRBeBpsoxnDpqT5RsiLpVp { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #zi8SHxc6E5wIkf7FNC6Lcgt5dgU6b8sx { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #KvUgTBrnBuEvquTFLhUnzDtdwNf3qcPN { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #WNxfT1sDXBcgFwqOqCWO4VkKkkQMkGcB { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #tS6v1t5BrHPukgBBbkK9b7qs8u3OpSJZ { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #lrs1iF1AszF7T7QP8lbTaa0qcBAKxrcz { position:relative;z-index:2; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #pSW25DuCkwDqV0y77nPt1SrRJVmCcI7p { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #nB0WkZf8ofEAPlcM3okAWrWkO77X7ZqK { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TLn8u9oJ4T9tSWlQa79VWqy6FF8SNs9B { position:relative;z-index:2; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #wOqQpRoTlP7AfDn21EHhn6EpARu5TstU { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #IFTMaq8bGUMCkOQ2xA4PrV94NobVJsgI { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #NMmf14m9HNNeAIVrmS6ogdUBs5m9NlJa { position:relative; }
#HugAR9nkTh9ZKbi2JEfn1zQUIV3TFcCI { color:rgba(var(--color-tertiary-4),1);display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:1.6866321563721rem;left:1.71875rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;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; }
#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7a487;background-image:url("https://images.assets-landingi.com/frbZvcra/_T_O.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w.adaptive-delivery-prevent-bg, #FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w.lazyload, #FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w.lazyloading { background-image: none; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row .container { background-color: transparent; background-image: none; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row .container > .video-iframe-container { display: none; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row > .video-iframe-container { display: none; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .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); }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row .container { border-width: 0; border-radius: 0; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#pLbBZDN7VHFTP8vL9xZIMKlnRHWNXwsE { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:3.5664072036743rem;left:0rem;height:2.39868125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1aXfnT4nzmrzWlto6igIDfOv2VTLgUV { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.2158203125rem;left:0rem;height:5.1001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/frbZvcra/_T_O.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl.adaptive-delivery-prevent-bg, #uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl.lazyload, #uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl.lazyloading { background-image: none; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container { background-color: transparent; background-image: none; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container > .video-iframe-container { display: none; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row > .video-iframe-container { display: none; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .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); }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container { border-width: 0; border-radius: 0; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container { width:60rem;height:2.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm.adaptive-delivery-prevent-bg, #hPpWJSztrkQI7lphd4mn4mffswy9x8Hm.lazyload, #hPpWJSztrkQI7lphd4mn4mffswy9x8Hm.lazyloading { background-image: none; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container { background-color: transparent; background-image: none; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container > .video-iframe-container { display: none; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row > .video-iframe-container { display: none; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .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); }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container { border-width: 0; border-radius: 0; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD.adaptive-delivery-prevent-bg, #TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD.lazyload, #TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD.lazyloading { background-image: none; }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .row .container { background-color: transparent; background-image: none; }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .row .container > .video-iframe-container { display: none; }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .row > .video-iframe-container { display: none; }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .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); }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .row .container { border-width: 0; border-radius: 0; }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#lUCFfo3VdlDbZVwGBRETWreetCLtynxx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:10.25rem;top:0.875rem;left:36.5869140625rem;overflow:hidden;display:block; }
#OSAvkQ3hs0qcAbhaWocJqssIuTzCPBeC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.568359375rem;left:16.4619140625rem;height:1.29980625rem;font-style:normal;display:block; }
#SKEPTFVvlicInHILrguUI5MpIBGtoNIP { position:relative;display:block; }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP { background-color: transparent; background-image: none; }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row .container > .video-iframe-container { display: none; }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row > .video-iframe-container { display: none; }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .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); }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP { border-width: 0; border-radius: 0; }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/7SAEnH4a/Projekt_bez_tytu_u_32_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row .container.adaptive-delivery-prevent-bg, #SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row .container.lazyload, #SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row .container.lazyloading { background-image: none; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container { background-color: transparent; background-image: none; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container > .video-iframe-container { display: none; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row > .video-iframe-container { display: none; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .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); }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container { border-width: 0; border-radius: 0; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container { width:60rem;height:27.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CuQiJGzvagLO0vUC4vy00CCNpXtwnek6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7rem;top:10.9375rem;left:31.75rem;overflow:hidden;display:block; }
#KdR0tHdzCcCn9IOHSZaDNeTrEw9W1pwq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3CyVnI3iH3CGSWxsufQdvthqk8VQKmH { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:19.875rem;left:1.9375rem;height:5.249025rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Zv4dA0DBBSE05q6NhElkMvGs4G99PSus { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.1494140625rem;left:14.90625rem;height:1.7858875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FliTPQBXNa5lyrMt5oTDexxMhnFl1Vxa { 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:11.9375rem;width:11.9375rem;top:5.3125rem;left:24rem;overflow:hidden;display:block; }
#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM { position:relative;display:block; }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM { background-color: transparent; background-image: none; }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM > .row .container > .video-iframe-container { display: none; }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM > .row > .video-iframe-container { display: none; }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM > .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); }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM { border-width: 0; border-radius: 0; }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V3lxPV4oypKFBPw8KMHFJqwyDg0XsXuI { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:1.7858875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCpTRcXX1pn1rS8u8QK9v0Rm5NWqPvbV { color:rgba(var(--color-tertiary-4),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:16.4375rem;left:1.6875rem;height:5.249025rem;font-style:normal;text-align:center;text-align-last:center;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; }
#CzbaTHpkKOpxFhal1PcqgWogk6cGBC3e { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:7.6875rem;top:6rem;left:31.625rem;overflow:hidden;display:block; }
#ZNr0b8KKa2METCTb6ssQ5mrN9ovEytu3 { position:absolute;display:block;z-index:15021;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:11.9375rem;width:11.9375rem;top:1.375rem;left:24rem;overflow:hidden;display:block; }
#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm { position:relative;display:block; }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm { background-color: transparent; background-image: none; }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm > .row .container > .video-iframe-container { display: none; }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm > .row > .video-iframe-container { display: none; }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm > .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); }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm { border-width: 0; border-radius: 0; }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 { position:relative;display:block; }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 { background-color: transparent; background-image: none; }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row .container > .video-iframe-container { display: none; }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row > .video-iframe-container { display: none; }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .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); }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 { border-width: 0; border-radius: 0; }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/RzfCYojO/KONKURS_10_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:1.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row .container.adaptive-delivery-prevent-bg, #ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row .container.lazyload, #ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row .container.lazyloading { background-image: none; }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .row .container { background-color: transparent; background-image: none; }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .row .container > .video-iframe-container { display: none; }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .row > .video-iframe-container { display: none; }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .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); }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .row .container { border-width: 0; border-radius: 0; }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .row .container { width:60rem;height:54.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#uUWTvT4KDx2IOIGTMHKpkys8OcTVOZlN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.433837890625rem;left:0rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BD0TA1p9C8gKI65m3n0QxEQifL9nDxeS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.3125rem;left:44.9375rem;height:1.298825rem;display:block; }
#kb3C1ydE8ZbR7mJpiPAbQ0i3zm1FdG93 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.0625rem;left:4.4375rem;height:1.298825rem;font-style:normal;display:block; }
#KvmbT7BIoxzv6vU9lxZX4rc12FEAk8M9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.0625rem;left:38.8125rem;height:1.298825rem;font-style:normal;display:block; }
#OBxcLoSN0g8MIrRk5rWqZcRKeGvurflE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.0625rem;left:20.75rem;height:1.298825rem;font-style:normal;display:block; }
#KPoISAdRVyk9i7AXNSais06lKnpxBBCw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:23.3125rem;left:20.75rem;height:1.298825rem;display:block; }
#EUGtS3saElnvWOVNFWdNSGQwdBChSPxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.3125rem;left:4.4375rem;height:1.298825rem;display:block; }
#lHVTaKgnDrCU7lNASphsCk5EX7Wc6mMK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.3125rem;left:4.4375rem;height:1.298825rem;display:block; }
#t461Tx6KAQSvzCFsi2uoC6Lu5gwsAGnu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.0625rem;left:4.4375rem;height:1.298825rem;font-style:normal;display:block; }
#pTU0Oeo6ydiFcLWRdy00JW2xrpIMEK2I { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.0625rem;left:38.8125rem;height:1.298825rem;font-style:normal;display:block; }
#dSJAUC7NIc79uCqtaXqPiHh1F09SuSZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.375rem;left:38.8125rem;height:1.298825rem;display:block; }
#lk7CntOhx5vQz3JIJy92PoWE5D7focXt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.0625rem;left:20.8125rem;height:1.298825rem;font-style:normal;display:block; }
#O0uu8TFA4yUkcQAUCkIVIQpQACaQgpUn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.375rem;left:20.8125rem;height:1.298825rem;display:block; }
#r8BAnqQ41T7qXR5N1oIME5G6kTrmXg57 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.0625rem;left:4.4375rem;height:1.298825rem;font-style:normal;display:block; }
#pnStb4f2kuuc39inrqUBHeJ7ArREAfTi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.375rem;left:4.4375rem;height:2.59765rem;display:block; }
#TVdWFyVv7KcZVAR2OhyGXztzTaPDkABI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.3125rem;left:38.8125rem;height:1.298825rem;display:block; }
#Mez6Q5BsRvx3txK7VMv5NIFoNxEZriOd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33.5rem;left:38.8125rem;height:1.298825rem;font-style:normal;display:block; }
#tdtMRaXMDL8dnCDgtXNPoEWRWf580bMW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:33.5rem;left:20.8125rem;height:1.298825rem;font-style:normal;display:block; }
#KU2n8C86XTey98iLZB2lEm5aC3AFdvdB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:34.8125rem;left:20.8125rem;height:1.298825rem;display:block; }
#x0uH6PokxVhWp0z6xqJrquJDebDsUrR0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:33.5rem;left:4.4375rem;height:1.298825rem;font-style:normal;display:block; }
#JNPXfFbeqma4aVTcJ2T0wF1nM4kVKqdC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:34.875rem;left:38.75rem;height:1.298825rem;display:block; }
#zVsSgLpL1kzmy7V6WImytvhXpWV9eopi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:34.8125rem;left:4.4375rem;height:3.896475rem;display:block; }
#IXsaTaqEQ2b5Krsbvmz91OCgQ82TaTIL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:39.125rem;left:38.75rem;height:1.298825rem;font-style:normal;display:block; }
#vgtTsokuoHxfg7TD6cZp0ns6ipOOShyq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:40.375rem;left:38.75rem;height:3.896475rem;display:block; }
#mym33EkguIm7PJCVf9araSb6ZbzBpfEr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:39.125rem;left:20.8125rem;height:1.298825rem;font-style:normal;display:block; }
#k1aazb0mAdWZoWof5tpTs9gsocfTRPK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:40.4375rem;left:20.875rem;height:2.59765rem;display:block; }
#Ka959OUOLoseQAal9KU7lqPguu7tLPy6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:39.75rem;left:4.4375rem;height:1.298825rem;font-style:normal;display:block; }
#oI0hbbpRFSQkqc51s2Oa5gIukxi64HKi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:41.0625rem;left:4.4375rem;height:1.298825rem;display:block; }
#aNmiibQimXxEFecc9ZMK1yK0dfbMaN4A { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:45.125rem;left:38.75rem;height:1.298825rem;font-style:normal;display:block; }
#vd4nZE5wP9b9Uq4autcHRZHAFrQTFDVq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:46.4375rem;left:38.75rem;height:1.298825rem;display:block; }
#S8VwOx3TZUDinvBJh5SSh9qo4aRwySMQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:45.125rem;left:20.8125rem;height:1.298825rem;font-style:normal;display:block; }
#FO0ptx30CdZ8zxesBkPDMJWR54KGqHxf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:46.375rem;left:20.8125rem;height:2.59765rem;display:block; }
#palhOZkgqeh2yHK57SIHZ9eIP1zlAVo4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:45.125rem;left:4.4375rem;height:1.298825rem;font-style:normal;display:block; }
#gFvb8HMPDAWTEWiVRzER4gtapKwRW9fg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:46.375rem;left:4.4375rem;height:1.298825rem;display:block; }
#AodWE0H5LgRQOtyKbD1yVFsCFIrKa6D3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:50.8125rem;left:38.8125rem;height:1.298825rem;font-style:normal;display:block; }
#G3pmhss9Xngtvo1cBDFSh2TIZItzRMZq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:52.0625rem;left:38.8125rem;height:1.298825rem;display:block; }
#IAFcn9fB4HrTzf0Mgw809HOQi4JiUQsb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:50.8125rem;left:20.75rem;height:1.298825rem;font-style:normal;display:block; }
#huVWApguVbt1eFEFduenPtusvNBh7OCe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:52.0625rem;left:20.75rem;height:1.298825rem;display:block; }
#xv0DSVz6Jzi5qlTL87sLUFnQvnULMmo6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:50.75rem;left:4.4375rem;height:1.298825rem;font-style:normal;display:block; }
#cRGcnisOic2E5euIqaOMamlJBrGpMkTs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:52rem;left:4.4375rem;height:1.298825rem;display:block; }
#dKtbp4yeeEzCQUZ0LC05IdMkNKdMOLVn { 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:12.9375rem;width:11.625rem;top:28.6875rem;left:48.4375rem;overflow:hidden;display:block; }
#ST3yr3tVFGZJFAsd3G2tgN6X9wJavCTx { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:24.5625rem;left:4.375rem;height:1.298825rem;display:block; }
#AHGyXP139pP91Og68rrnkIDQMOnkZfn9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:47.75rem;left:38.8125rem;height:1.298825rem;display:block; }
#LhmTy6dKoHlR7JuNOgIcPb3Cdz7hGtQx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.75rem;height:1.298825rem;font-style:normal;display:block; }
#K2wghllrPXbW88E5CnxUN1tSWcDFAEep { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18.3125rem;left:20.75rem;height:1.298825rem;display:block; }
#cFahz31WlL6pNLVHpe91lOEGZRxASqgE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.0625rem;left:38.625rem;height:1.298825rem;font-style:normal;display:block; }
#SzhTinysCW0ATyAnqQJrSkDObf0Io3Ew { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.3125rem;left:38.625rem;height:1.298825rem;display:block; }
#UqZN3axCVe7ZsOgJJLRpXs02peB3WOMQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.625rem;left:38.625rem;height:1.298825rem;display:block; }
#csuDWlckmc3zMVTr34MeDMZmQTia0o7H { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.3125rem;left:4.4375rem;height:1.298825rem;font-style:normal;display:block; }
#M6OZi8uK3rthHLeXrwPoBa7FKq0H0xd2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.4375rem;height:1.298825rem;display:block; }
#oxNetqt4PNxCEUehFO348VTiwtgbiBmK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:12.875rem;left:4.4375rem;height:1.298825rem;display:block; }
#S0y1beeCm5ECStDZlAT424PIQaa93Ald { color:rgba(var(--color-tertiary-4),1);display:block;width:8.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.1875rem;left:4.5rem;height:1.298825rem;display:block; }
#UqKJ0RPbgy2HuI54rpgTXJAnmll4uNKI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.25rem;height:1.298825rem;font-style:normal;display:block; }
#CefTlDdOXAwl3lq94zFk3VJ0ZmCvEGBf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.5625rem;left:20.25rem;height:1.298825rem;display:block; }
#HPOPdQ6EVRsM8W40LdM2ekmgBqK8zQIk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:12.874755859375rem;left:20.2490234375rem;height:1.298825rem;display:block; }
#HcaembracUJsInalawqXf3uTIlwENXKA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#HcaembracUJsInalawqXf3uTIlwENXKA > .row .container { background-color: transparent; background-image: none; }#HcaembracUJsInalawqXf3uTIlwENXKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcaembracUJsInalawqXf3uTIlwENXKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcaembracUJsInalawqXf3uTIlwENXKA > .row .container > .video-iframe-container { display: none; }#HcaembracUJsInalawqXf3uTIlwENXKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcaembracUJsInalawqXf3uTIlwENXKA > .row > .video-iframe-container { display: none; }#HcaembracUJsInalawqXf3uTIlwENXKA > .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); }#HcaembracUJsInalawqXf3uTIlwENXKA > .row .container { border-width: 0; border-radius: 0; }#HcaembracUJsInalawqXf3uTIlwENXKA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcaembracUJsInalawqXf3uTIlwENXKA > .row .container { width:60rem;height:43.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#feas9te0kSeDUKCUorEvi5VWhxsaU9V8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.0615234375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VlFZRshJupMSWQ063GFB99OoeqNPuHap { position:absolute;display:block;z-index:15015;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:16.6875rem;width:25.0625rem;top:6.125rem;left:2.4375rem;overflow:hidden;display:block; }
#gZLIC0uPxQuA64rpUxrr2oQZdKsnmSsA { position:absolute;display:block;z-index:15016;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:16.6875rem;width:25.0625rem;top:24.75rem;left:31.375rem;overflow:hidden;display:block; }
#qZuo5IHKt3h1qr8P8OoHxL36bWJQLWah { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:25.0625rem;top:24.75rem;left:2.4375rem;overflow:hidden;display:block; }
#NP5qVKbNrN3IQkVwTtDEtKZCztsToloZ { 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:16.6875rem;width:25.0625rem;top:6.125rem;left:31.375rem;overflow:hidden;display:block; }
#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g { position:relative;display:block; }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g { background-color: transparent; background-image: none; }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g > .row .container > .video-iframe-container { display: none; }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g > .row > .video-iframe-container { display: none; }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g > .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); }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g { border-width: 0; border-radius: 0; }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SgoV2BRzFzEE3WzF2wyx3RHPkVhu261M { position:absolute;display:block;z-index:14997;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:24.125rem;width:23.4375rem;top:0.75rem;left:1.9375rem;overflow:hidden;display:block; }
#noZpUwupxTBKMOfchT9nlNSiXK83r9Ml { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1875rem;left:25.375rem;height:3.571775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGwuLRgM0CtLT8dvhHVw5GbnliiwqixZ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.744140625rem;left:26.0625rem;height:11.37695rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fisEg2GE53lzyyZOH51PFkqWpexGkowT { position:absolute;display:block;z-index:14998;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:24.125rem;width:24.125rem;top:0rem;left:1.9375rem;overflow:hidden;display:block; }
#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ { position:relative;display:block; }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ { background-color: transparent; background-image: none; }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row .container > .video-iframe-container { display: none; }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row > .video-iframe-container { display: none; }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .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); }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ { border-width: 0; border-radius: 0; }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/RzfCYojO/KONKURS_10_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:1rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row .container.adaptive-delivery-prevent-bg, #y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row .container.lazyload, #y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row .container.lazyloading { background-image: none; }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv { 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; }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .row .container { background-color: transparent; background-image: none; }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .row .container > .video-iframe-container { display: none; }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .row > .video-iframe-container { display: none; }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .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); }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .row .container { border-width: 0; border-radius: 0; }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#OU6BHT0JQ8reQwNp8pA5dhNJycWT20fd { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:7.5625rem;left:29.6875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GKJcDoIVKpemP77kGMzSbLQhVTwnRnDW { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:2rem;left:0.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cxUkbmlbDTm0MI8Lyr04SeMbh70dyivw { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:4.5rem;left:7.6875rem;height:1.72485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXMCbydoTbZAtoO12SNf8TBZUwI8LXtc { 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:10.4375rem;width:10.4375rem;top:3.40625rem;left:16.8125rem;overflow:hidden;display:block; }
#hA3yD9daxlMk7W8fykynCvo2KdETMh4o { 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; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container { background-color: transparent; background-image: none; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container > .video-iframe-container { display: none; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row > .video-iframe-container { display: none; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .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); }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container { border-width: 0; border-radius: 0; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#sLcSI7y2yb5aa5VIuoTqEa4m6BhBzpfm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.4375rem;top:0.90625rem;left:25.28125rem;overflow:hidden;display:block; }
#GvEOLcPGSm84Zk4Sr6cT5zzggU9oztzL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8118125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3116149902344rem;left:0rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #i6DdHUeV7OWzONnwtU3PgGThTdi5lntT { display:block; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kUfIbXTKdi7VJikirMdzEKAG980I4nFL { width:18.25rem;height:4.625rem;top:1rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI { display:block; }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI > .row .container { width:47.75rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iDl6eESoliUXpWCR72Gb7tnNLzzxy59J { width:47.75rem;height:23.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 { display:block; }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row .container { width:47.75rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LTl060GN4LlXLI08eGeE4KkKqHwCgENX { display:block; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container { width:47.75rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yFXtkLu45alyEErt84PfMOrVCqBaTy9Z { width:24.125rem;height:1.94921875rem;top:3.125rem;left:12.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #RxCyHkVgu4qlogCKpo74c8uCsHvM1dpD { width:42.625rem;height:19.79784375rem;top:6.625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 959px) { #AZtG064zGhi5uFDfkB1RE0GtNZrwb239 { width:5.3125rem;height:6.0625rem;top:0rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR { width:17.5rem;height:3.4375rem;top:24.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KQkaBQbVfnl05THaJybEdn5z4HIksyiK { display:block; }
 }@media only screen and (max-width: 959px) { #O3fmRnZkqUWftsXWmClRk2G4bAAGekV8 { width:17.5rem;height:3.4375rem;top:24.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZIMfyKdTlyqE1lrD4TMcxJCI2FlmInCN { display:block; }
 }@media only screen and (max-width: 959px) { #M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG { display:block; }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #leTTHSqwkoRO6FGd3eBiIxglDCR87eno { display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:47.75rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR  { width:45.25rem;height:auto;top:4.625rem;left:0rem; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR {display:block;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR { width:45.25rem;height:auto;top:4.625rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Misl8kMP19IQJW0oqqsmi9Q2gz9IOOcA {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #dJx7IUPzTvx23ov78wOZaT1dJ9bUNzZm { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #kdKV92syxm07r0J9PUGldIw1muntF7nh {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Zuw4u3i2Hq05NNFclbwxRhgE4di2mXFa {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ebhJ6XwhnLfON957Sqx2HdPHTK1hB2Iz { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #PEuQJZORlFASC6GQ2aNuH1E9hoXn4hrg {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #bFtERIkmAOUNGOhXOEkyoU35G7y1gAWz {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #x7TdPKLkwSzvUSZrI5pnkQrQ09elv5ZV { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #mgplAaotvWwBsGabuba0wMDe5oZXOH3D {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #q90N0sohB292WTlzkRq4NZv7wCNwdAol {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #h3nbSqcBkQt1LnF3hdEgCy0mcPTG2E6o { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #CxgK9B2PsRMHlnSBl22dV57xCQoscf2T {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #uebKBwgqJD6ZBWR68LCWvGu4ubctB4dE {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ZfNFXxzOQpVz8NcrIQKoN3EEEvh6JxgV { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TBMc78oWqZQRBeBpsoxnDpqT5RsiLpVp {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #zi8SHxc6E5wIkf7FNC6Lcgt5dgU6b8sx {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #KvUgTBrnBuEvquTFLhUnzDtdwNf3qcPN { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #WNxfT1sDXBcgFwqOqCWO4VkKkkQMkGcB {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #tS6v1t5BrHPukgBBbkK9b7qs8u3OpSJZ {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #lrs1iF1AszF7T7QP8lbTaa0qcBAKxrcz {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #pSW25DuCkwDqV0y77nPt1SrRJVmCcI7p {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #nB0WkZf8ofEAPlcM3okAWrWkO77X7ZqK {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TLn8u9oJ4T9tSWlQa79VWqy6FF8SNs9B {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #wOqQpRoTlP7AfDn21EHhn6EpARu5TstU {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #IFTMaq8bGUMCkOQ2xA4PrV94NobVJsgI {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #NMmf14m9HNNeAIVrmS6ogdUBs5m9NlJa {  }
 }@media only screen and (max-width: 959px) { #HugAR9nkTh9ZKbi2JEfn1zQUIV3TFcCI { width:42.375rem;height:1.75rem;top:1.4609375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w { display:block; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row .container { width:47.75rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pLbBZDN7VHFTP8vL9xZIMKlnRHWNXwsE { width:47.7480625rem;height:1.57421875rem;top:0.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #k1aXfnT4nzmrzWlto6igIDfOv2VTLgUV { width:47.7480625rem;height:3.1484375rem;top:0.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl { display:block; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container { width:47.75rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hPpWJSztrkQI7lphd4mn4mffswy9x8Hm { display:block; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container { width:47.75rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD { display:block; }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lUCFfo3VdlDbZVwGBRETWreetCLtynxx { width:10.25rem;height:2.6875rem;top:0.875rem;left:30.4619140625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OSAvkQ3hs0qcAbhaWocJqssIuTzCPBeC { width:12.5rem;height:1.25rem;top:1.5625rem;left:10.3369140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SKEPTFVvlicInHILrguUI5MpIBGtoNIP { display:block; }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AEFNuFogGNikZqhtbeqFfLsh4ioqklbp { display:block; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container { width:47.75rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CuQiJGzvagLO0vUC4vy00CCNpXtwnek6 { width:10.5rem;height:11.75rem;top:8.03125rem;left:35.1494140625rem;display:none; }
 }@media only screen and (max-width: 959px) { #KdR0tHdzCcCn9IOHSZaDNeTrEw9W1pwq { width:47.75rem;height:1.94921875rem;top:3.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #H3CyVnI3iH3CGSWxsufQdvthqk8VQKmH { width:30.0625rem;height:15.7421875rem;top:50.8125rem;left:17.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 959px) { #Zv4dA0DBBSE05q6NhElkMvGs4G99PSus { width:30.1875rem;height:1.7871125rem;top:48.4375rem;left:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FliTPQBXNa5lyrMt5oTDexxMhnFl1Vxa { width:11.9375rem;height:11.9375rem;top:5.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #c5VptkNNI8F3WhAK7U56TmxJep6WwKlM { display:block; }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #V3lxPV4oypKFBPw8KMHFJqwyDg0XsXuI { width:30.1875rem;height:1.7871125rem;top:48.4375rem;left:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mCpTRcXX1pn1rS8u8QK9v0Rm5NWqPvbV { width:30.0625rem;height:15.7421875rem;top:50.8125rem;left:17.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 959px) { #CzbaTHpkKOpxFhal1PcqgWogk6cGBC3e { width:10.5rem;height:11.75rem;top:8.03125rem;left:35.1494140625rem;display:none; }
 }@media only screen and (max-width: 959px) { #ZNr0b8KKa2METCTb6ssQ5mrN9ovEytu3 { width:11.9375rem;height:11.9375rem;top:1.375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm { display:block; }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 { display:block; }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 { display:block; }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .row .container { width:47.75rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uUWTvT4KDx2IOIGTMHKpkys8OcTVOZlN { width:24.125rem;height:1.94921875rem;top:3.3125rem;left:12.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #BD0TA1p9C8gKI65m3n0QxEQifL9nDxeS { width:12.5rem;height:0;top:10.625rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #kb3C1ydE8ZbR7mJpiPAbQ0i3zm1FdG93 { width:12.5rem;height:1.29980625rem;top:13.25rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KvmbT7BIoxzv6vU9lxZX4rc12FEAk8M9 { width:12.5rem;height:1.29980625rem;top:13.25rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #OBxcLoSN0g8MIrRk5rWqZcRKeGvurflE { width:12.5rem;height:1.29980625rem;top:13.25rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KPoISAdRVyk9i7AXNSais06lKnpxBBCw { width:12.5rem;height:1.29980625rem;top:14.5rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #EUGtS3saElnvWOVNFWdNSGQwdBChSPxJ { width:12.5rem;height:1.29980625rem;top:14.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #lHVTaKgnDrCU7lNASphsCk5EX7Wc6mMK { width:12.5rem;height:1.29980625rem;top:9.75rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #t461Tx6KAQSvzCFsi2uoC6Lu5gwsAGnu { width:12.5rem;height:1.29980625rem;top:8.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pTU0Oeo6ydiFcLWRdy00JW2xrpIMEK2I { width:12.5rem;height:1.29980625rem;top:18.5625rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #dSJAUC7NIc79uCqtaXqPiHh1F09SuSZ5 { width:15.8125rem;height:1.29980625rem;top:19.8125rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #lk7CntOhx5vQz3JIJy92PoWE5D7focXt { width:12.5rem;height:1.29980625rem;top:18.5625rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #O0uu8TFA4yUkcQAUCkIVIQpQACaQgpUn { width:15.8125rem;height:1.29980625rem;top:19.8125rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #r8BAnqQ41T7qXR5N1oIME5G6kTrmXg57 { width:12.5rem;height:1.29980625rem;top:18.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pnStb4f2kuuc39inrqUBHeJ7ArREAfTi { width:15.8125rem;height:2.5996125rem;top:19.75rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TVdWFyVv7KcZVAR2OhyGXztzTaPDkABI { width:15.8125rem;height:1.29980625rem;top:14.5rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mez6Q5BsRvx3txK7VMv5NIFoNxEZriOd { width:12.5rem;height:1.29980625rem;top:24.375rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #tdtMRaXMDL8dnCDgtXNPoEWRWf580bMW { width:15.8125rem;height:1.29980625rem;top:24.375rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KU2n8C86XTey98iLZB2lEm5aC3AFdvdB { width:15.8125rem;height:1.29980625rem;top:25.625rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #x0uH6PokxVhWp0z6xqJrquJDebDsUrR0 { width:12.5rem;height:1.29980625rem;top:24.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #JNPXfFbeqma4aVTcJ2T0wF1nM4kVKqdC { width:15.8125rem;height:1.29980625rem;top:25.625rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zVsSgLpL1kzmy7V6WImytvhXpWV9eopi { width:15.8125rem;height:3.89941875rem;top:25.625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #IXsaTaqEQ2b5Krsbvmz91OCgQ82TaTIL { width:12.5rem;height:1.29980625rem;top:29.4375rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vgtTsokuoHxfg7TD6cZp0ns6ipOOShyq { width:15.8125rem;height:3.89941875rem;top:30.6875rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #mym33EkguIm7PJCVf9araSb6ZbzBpfEr { width:12.5rem;height:1.29980625rem;top:29.4375rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #k1aazb0mAdWZoWof5tpTs9gsocfTRPK3 { width:15.8125rem;height:3.89941875rem;top:30.6875rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ka959OUOLoseQAal9KU7lqPguu7tLPy6 { width:12.5rem;height:1.29980625rem;top:29.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #oI0hbbpRFSQkqc51s2Oa5gIukxi64HKi { width:15.8125rem;height:1.29980625rem;top:31.25rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #aNmiibQimXxEFecc9ZMK1yK0dfbMaN4A { width:12.5rem;height:1.29980625rem;top:35.375rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vd4nZE5wP9b9Uq4autcHRZHAFrQTFDVq { width:15.8125rem;height:1.29980625rem;top:36.625rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #S8VwOx3TZUDinvBJh5SSh9qo4aRwySMQ { width:12.5rem;height:1.29980625rem;top:35.3125rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FO0ptx30CdZ8zxesBkPDMJWR54KGqHxf { width:15.8125rem;height:2.5996125rem;top:36.625rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #palhOZkgqeh2yHK57SIHZ9eIP1zlAVo4 { width:12.5rem;height:1.29980625rem;top:35.3125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gFvb8HMPDAWTEWiVRzER4gtapKwRW9fg { width:15.8125rem;height:1.29980625rem;top:36.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AodWE0H5LgRQOtyKbD1yVFsCFIrKa6D3 { width:12.5rem;height:1.29980625rem;top:40.75rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #G3pmhss9Xngtvo1cBDFSh2TIZItzRMZq { width:15.8125rem;height:1.29980625rem;top:42rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #IAFcn9fB4HrTzf0Mgw809HOQi4JiUQsb { width:12.5rem;height:1.29980625rem;top:40.75rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #huVWApguVbt1eFEFduenPtusvNBh7OCe { width:15.8125rem;height:1.29980625rem;top:41.875rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #xv0DSVz6Jzi5qlTL87sLUFnQvnULMmo6 { width:12.5rem;height:1.29980625rem;top:40.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cRGcnisOic2E5euIqaOMamlJBrGpMkTs { width:15.8125rem;height:1.29980625rem;top:41.875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #dKtbp4yeeEzCQUZ0LC05IdMkNKdMOLVn { width:11.5625rem;height:12.867722961784rem;top:28.6875rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #ST3yr3tVFGZJFAsd3G2tgN6X9wJavCTx { width:14.875rem;height:1.29980625rem;top:15.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AHGyXP139pP91Og68rrnkIDQMOnkZfn9 { width:15.8125rem;height:1.29980625rem;top:37.9375rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LhmTy6dKoHlR7JuNOgIcPb3Cdz7hGtQx { width:12.5rem;height:1.29980625rem;top:8.5rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #K2wghllrPXbW88E5CnxUN1tSWcDFAEep { width:12.5rem;height:1.29980625rem;top:11rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cFahz31WlL6pNLVHpe91lOEGZRxASqgE { width:12.5rem;height:1.29980625rem;top:8.5rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SzhTinysCW0ATyAnqQJrSkDObf0Io3Ew { width:12.5rem;height:1.29980625rem;top:11rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UqZN3axCVe7ZsOgJJLRpXs02peB3WOMQ { width:12.5rem;height:1.29980625rem;top:11rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #csuDWlckmc3zMVTr34MeDMZmQTia0o7H { width:12.5rem;height:1.29980625rem;top:8.5rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #M6OZi8uK3rthHLeXrwPoBa7FKq0H0xd2 { width:12.5rem;height:1.29980625rem;top:11rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #oxNetqt4PNxCEUehFO348VTiwtgbiBmK { width:12.5rem;height:1.29980625rem;top:11rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #S0y1beeCm5ECStDZlAT424PIQaa93Ald { width:12.5rem;height:1.29980625rem;top:11rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UqKJ0RPbgy2HuI54rpgTXJAnmll4uNKI { width:12.5rem;height:1.29980625rem;top:8.5rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CefTlDdOXAwl3lq94zFk3VJ0ZmCvEGBf { width:12.5rem;height:1.29980625rem;top:11rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #HPOPdQ6EVRsM8W40LdM2ekmgBqK8zQIk { width:12.5rem;height:1.29980625rem;top:11rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #HcaembracUJsInalawqXf3uTIlwENXKA { display:block; }#HcaembracUJsInalawqXf3uTIlwENXKA > .row .container { width:47.75rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #feas9te0kSeDUKCUorEvi5VWhxsaU9V8 { width:24.125rem;height:1.94921875rem;top:3.3125rem;left:12.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #VlFZRshJupMSWQ063GFB99OoeqNPuHap { width:25.0625rem;height:16.6875rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #gZLIC0uPxQuA64rpUxrr2oQZdKsnmSsA { width:25.0625rem;height:16.6875rem;top:24.75rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #qZuo5IHKt3h1qr8P8OoHxL36bWJQLWah { width:25.0625rem;height:16.6875rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NP5qVKbNrN3IQkVwTtDEtKZCztsToloZ { width:25.0625rem;height:16.6875rem;top:6.125rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g { display:block; }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SgoV2BRzFzEE3WzF2wyx3RHPkVhu261M { width:23.4375rem;height:24.125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #noZpUwupxTBKMOfchT9nlNSiXK83r9Ml { width:24.625rem;height:2.986325rem;top:5.1875rem;left:23.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rGwuLRgM0CtLT8dvhHVw5GbnliiwqixZ { width:25.375rem;height:13.640625rem;top:9.6875rem;left:22.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fisEg2GE53lzyyZOH51PFkqWpexGkowT { width:24.125rem;height:24.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ { display:block; }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mqLxbD7Z1zsituVulgi9q9zKzq12SCCv { display:block; }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .row .container { width:47.75rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OU6BHT0JQ8reQwNp8pA5dhNJycWT20fd { width:24.3125rem;height:5.25rem;top:6.59375rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GKJcDoIVKpemP77kGMzSbLQhVTwnRnDW { width:34.375rem;height:1.53409375rem;top:2.7183952331543rem;left:6.6867897510531rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #cxUkbmlbDTm0MI8Lyr04SeMbh70dyivw { width:34.375rem;height:1.57421875rem;top:3.2490234375rem;left:9.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CXMCbydoTbZAtoO12SNf8TBZUwI8LXtc { width:13.5625rem;height:13.5625rem;top:0.75rem;left:8.849609375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hA3yD9daxlMk7W8fykynCvo2KdETMh4o { display:block; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sLcSI7y2yb5aa5VIuoTqEa4m6BhBzpfm { width:9.4375rem;height:3.4375rem;top:0.875rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GvEOLcPGSm84Zk4Sr6cT5zzggU9oztzL { width:47.75rem;height:2.5996125rem;top:5.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i6DdHUeV7OWzONnwtU3PgGThTdi5lntT { display:block; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUfIbXTKdi7VJikirMdzEKAG980I4nFL { width:15.625rem;height:3.875rem;top:1.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI { display:block; }#h8J16DZJ3tmkW2l0yTmyJoCN3Nk1JGwI > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDl6eESoliUXpWCR72Gb7tnNLzzxy59J { width:20rem;height:9.98825rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 { display:block; }#Blwhaskv0dRvVKKTuN0zZh7sVeHFmeW0 > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTl060GN4LlXLI08eGeE4KkKqHwCgENX { display:block; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFXtkLu45alyEErt84PfMOrVCqBaTy9Z { width:20rem;height:1.29980625rem;top:1.3837890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxCyHkVgu4qlogCKpo74c8uCsHvM1dpD { width:20rem;height:15.75rem;top:2.68359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZtG064zGhi5uFDfkB1RE0GtNZrwb239 { width:4.1875rem;height:4.75rem;top:15.671875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR { width:17.5rem;height:2rem;top:20.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQkaBQbVfnl05THaJybEdn5z4HIksyiK { display:block; }
 }@media only screen and (max-width: 763px) { #O3fmRnZkqUWftsXWmClRk2G4bAAGekV8 { width:17.5rem;height:3.4375rem;top:23.6875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIMfyKdTlyqE1lrD4TMcxJCI2FlmInCN { display:block; }
 }@media only screen and (max-width: 763px) { #M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG { display:block; }#M1c56gzMhEG3Tbsnb0oaQt0IaUh7xmnG > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leTTHSqwkoRO6FGd3eBiIxglDCR87eno { display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-form-header {  }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#001833;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.5;font-size:0.625rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .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; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .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.5; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container:first-of-type{padding-top:0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container:last-of-type{padding-bottom:0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:4.222225rem;z-index:15002; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR {display:block;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:4.222225rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Misl8kMP19IQJW0oqqsmi9Q2gz9IOOcA {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #dJx7IUPzTvx23ov78wOZaT1dJ9bUNzZm { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #kdKV92syxm07r0J9PUGldIw1muntF7nh {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Zuw4u3i2Hq05NNFclbwxRhgE4di2mXFa {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ebhJ6XwhnLfON957Sqx2HdPHTK1hB2Iz { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #PEuQJZORlFASC6GQ2aNuH1E9hoXn4hrg {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #bFtERIkmAOUNGOhXOEkyoU35G7y1gAWz {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #x7TdPKLkwSzvUSZrI5pnkQrQ09elv5ZV { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #mgplAaotvWwBsGabuba0wMDe5oZXOH3D {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #q90N0sohB292WTlzkRq4NZv7wCNwdAol {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #h3nbSqcBkQt1LnF3hdEgCy0mcPTG2E6o { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #CxgK9B2PsRMHlnSBl22dV57xCQoscf2T {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #uebKBwgqJD6ZBWR68LCWvGu4ubctB4dE {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ZfNFXxzOQpVz8NcrIQKoN3EEEvh6JxgV { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TBMc78oWqZQRBeBpsoxnDpqT5RsiLpVp {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #zi8SHxc6E5wIkf7FNC6Lcgt5dgU6b8sx {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #KvUgTBrnBuEvquTFLhUnzDtdwNf3qcPN { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #WNxfT1sDXBcgFwqOqCWO4VkKkkQMkGcB {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #tS6v1t5BrHPukgBBbkK9b7qs8u3OpSJZ {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #lrs1iF1AszF7T7QP8lbTaa0qcBAKxrcz {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #pSW25DuCkwDqV0y77nPt1SrRJVmCcI7p {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #nB0WkZf8ofEAPlcM3okAWrWkO77X7ZqK {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TLn8u9oJ4T9tSWlQa79VWqy6FF8SNs9B {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #wOqQpRoTlP7AfDn21EHhn6EpARu5TstU {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #IFTMaq8bGUMCkOQ2xA4PrV94NobVJsgI {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #NMmf14m9HNNeAIVrmS6ogdUBs5m9NlJa {  }
 }@media only screen and (max-width: 763px) { #HugAR9nkTh9ZKbi2JEfn1zQUIV3TFcCI { width:20rem;height:1.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w { background-color:#b7a487;background-image:url("https://images.assets-landingi.com/frbZvcra/_T_O.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w.adaptive-delivery-prevent-bg, #FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w.lazyload, #FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w.lazyloading { background-image: none; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row .container { background-color: transparent; background-image: none; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row .container > .video-iframe-container { display: none; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row > .video-iframe-container { display: none; }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .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); }#FbDU9E9yytkVQmXBQ6POmWrDTdPZRv3w > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLbBZDN7VHFTP8vL9xZIMKlnRHWNXwsE { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1aXfnT4nzmrzWlto6igIDfOv2VTLgUV { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl { display:none; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container { width:20rem;height:1.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hPpWJSztrkQI7lphd4mn4mffswy9x8Hm { display:block; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD { display:block; }#TL2Z3twQ5dZ8JcbNVAV9aOB27sXD4msD > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUCFfo3VdlDbZVwGBRETWreetCLtynxx { width:5.5625rem;height:1.5rem;top:1.4736328125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSAvkQ3hs0qcAbhaWocJqssIuTzCPBeC { width:10.875rem;height:1.29980625rem;top:1.57421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKEPTFVvlicInHILrguUI5MpIBGtoNIP { display:block; }#SKEPTFVvlicInHILrguUI5MpIBGtoNIP > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEFNuFogGNikZqhtbeqFfLsh4ioqklbp { display:block; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuQiJGzvagLO0vUC4vy00CCNpXtwnek6 { width:4.1875rem;height:4.6875rem;top:42.0380859375rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdR0tHdzCcCn9IOHSZaDNeTrEw9W1pwq { width:20rem;height:1.21875rem;top:1.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3CyVnI3iH3CGSWxsufQdvthqk8VQKmH { width:20rem;height:14.625rem;top:59.7373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv4dA0DBBSE05q6NhElkMvGs4G99PSus { width:20rem;height:1.7871125rem;top:57.9501953125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FliTPQBXNa5lyrMt5oTDexxMhnFl1Vxa { width:12rem;height:12rem;top:75.6123046875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5VptkNNI8F3WhAK7U56TmxJep6WwKlM { display:block; }#c5VptkNNI8F3WhAK7U56TmxJep6WwKlM > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3lxPV4oypKFBPw8KMHFJqwyDg0XsXuI { width:20rem;height:0;top:24.312591472339rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCpTRcXX1pn1rS8u8QK9v0Rm5NWqPvbV { width:20rem;height:0;top:27.347260222339rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzbaTHpkKOpxFhal1PcqgWogk6cGBC3e { width:7.6875rem;height:8.6250914723388rem;top:14.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNr0b8KKa2METCTb6ssQ5mrN9ovEytu3 { width:11.9375rem;height:11.9375rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm { display:block; }#WV0cCFAngfHzO5f9lDfS63B6oxGQfgIm > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 { display:block; }#ApnbwiryW9acLehTiETpg7XD2Uqc4mQ0 > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 { display:block; }#cuEbHQyQO4F6OeDmASV5hXx7DaTt5xu1 > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUWTvT4KDx2IOIGTMHKpkys8OcTVOZlN { width:20rem;height:1.29980625rem;top:0.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BD0TA1p9C8gKI65m3n0QxEQifL9nDxeS { width:12.5rem;height:1.29980625rem;top:26.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb3C1ydE8ZbR7mJpiPAbQ0i3zm1FdG93 { width:7.9375rem;height:0.89355625rem;top:13.6875rem;left:11.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvmbT7BIoxzv6vU9lxZX4rc12FEAk8M9 { width:8.25rem;height:0.89355625rem;top:11.375rem;left:11.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBxcLoSN0g8MIrRk5rWqZcRKeGvurflE { width:12.5rem;height:0.89355625rem;top:11.4375rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPoISAdRVyk9i7AXNSais06lKnpxBBCw { width:12.5rem;height:0.8125rem;top:12.25rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUGtS3saElnvWOVNFWdNSGQwdBChSPxJ { width:7.75rem;height:0.8125rem;top:14.5625rem;left:11.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHVTaKgnDrCU7lNASphsCk5EX7Wc6mMK { width:12.5rem;height:0.8125rem;top:8.9375rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t461Tx6KAQSvzCFsi2uoC6Lu5gwsAGnu { width:6.625rem;height:0.89355625rem;top:8.125rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTU0Oeo6ydiFcLWRdy00JW2xrpIMEK2I { width:12.5rem;height:0.89355625rem;top:13.6875rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJAUC7NIc79uCqtaXqPiHh1F09SuSZ5 { width:15.8125rem;height:0.8125rem;top:14.5625rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk7CntOhx5vQz3JIJy92PoWE5D7focXt { width:8.0625rem;height:0.89355625rem;top:17.75rem;left:11.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0uu8TFA4yUkcQAUCkIVIQpQACaQgpUn { width:8.125rem;height:0.8125rem;top:18.625rem;left:11.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8BAnqQ41T7qXR5N1oIME5G6kTrmXg57 { width:12.5rem;height:0.89355625rem;top:17.75rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnStb4f2kuuc39inrqUBHeJ7ArREAfTi { width:11.5rem;height:1.625rem;top:18.625rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVdWFyVv7KcZVAR2OhyGXztzTaPDkABI { width:8.3125rem;height:0.8125rem;top:12.25rem;left:11.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mez6Q5BsRvx3txK7VMv5NIFoNxEZriOd { width:7.9375rem;height:0.89355625rem;top:21rem;left:11.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdtMRaXMDL8dnCDgtXNPoEWRWf580bMW { width:15.8125rem;height:0.89355625rem;top:21rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU2n8C86XTey98iLZB2lEm5aC3AFdvdB { width:10.0625rem;height:0.8125rem;top:21.875rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0uH6PokxVhWp0z6xqJrquJDebDsUrR0 { width:8.125rem;height:0.89355625rem;top:24rem;left:11.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNPXfFbeqma4aVTcJ2T0wF1nM4kVKqdC { width:8.0625rem;height:0.8125rem;top:21.875rem;left:11.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVsSgLpL1kzmy7V6WImytvhXpWV9eopi { width:7.875rem;height:3.25rem;top:24.875rem;left:11.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXsaTaqEQ2b5Krsbvmz91OCgQ82TaTIL { width:5.375rem;height:0.89355625rem;top:24rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgtTsokuoHxfg7TD6cZp0ns6ipOOShyq { width:9.9375rem;height:2.4375rem;top:24.875rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mym33EkguIm7PJCVf9araSb6ZbzBpfEr { width:6.3125rem;height:0.8125rem;top:28.0625rem;left:11.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1aazb0mAdWZoWof5tpTs9gsocfTRPK3 { width:7.6875rem;height:2.4375rem;top:28.875rem;left:11.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka959OUOLoseQAal9KU7lqPguu7tLPy6 { width:5.5625rem;height:0.89355625rem;top:28.0625rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI0hbbpRFSQkqc51s2Oa5gIukxi64HKi { width:6.8125rem;height:0.8125rem;top:28.875rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNmiibQimXxEFecc9ZMK1yK0dfbMaN4A { width:6.125rem;height:0.89355625rem;top:31.9375rem;left:11.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4nZE5wP9b9Uq4autcHRZHAFrQTFDVq { width:4.6875rem;height:0.8125rem;top:32.8125rem;left:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8VwOx3TZUDinvBJh5SSh9qo4aRwySMQ { width:5.0625rem;height:0.89355625rem;top:31.9375rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0ptx30CdZ8zxesBkPDMJWR54KGqHxf { width:9.625rem;height:1.625rem;top:32.75rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #palhOZkgqeh2yHK57SIHZ9eIP1zlAVo4 { width:6.1875rem;height:0.89355625rem;top:36.0625rem;left:11.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFvb8HMPDAWTEWiVRzER4gtapKwRW9fg { width:5.5rem;height:0.8125rem;top:37rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AodWE0H5LgRQOtyKbD1yVFsCFIrKa6D3 { width:5.75rem;height:0.89355625rem;top:36.0625rem;left:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3pmhss9Xngtvo1cBDFSh2TIZItzRMZq { width:8.625rem;height:0.8125rem;top:36.875rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAFcn9fB4HrTzf0Mgw809HOQi4JiUQsb { width:4.75rem;height:0.89355625rem;top:39.125rem;left:11.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huVWApguVbt1eFEFduenPtusvNBh7OCe { width:6.4375rem;height:0.8125rem;top:40.0625rem;left:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv0DSVz6Jzi5qlTL87sLUFnQvnULMmo6 { width:6.6875rem;height:0.89355625rem;top:39.1875rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRGcnisOic2E5euIqaOMamlJBrGpMkTs { width:8.875rem;height:0.8125rem;top:40.0625rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKtbp4yeeEzCQUZ0LC05IdMkNKdMOLVn { width:4.6875rem;height:5.25rem;top:2.2373046875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST3yr3tVFGZJFAsd3G2tgN6X9wJavCTx { width:8.0625rem;height:1.625rem;top:15.375rem;left:11.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHGyXP139pP91Og68rrnkIDQMOnkZfn9 { width:8.125rem;height:1.625rem;top:33.625rem;left:11.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhmTy6dKoHlR7JuNOgIcPb3Cdz7hGtQx { width:8.1875rem;height:0.89355625rem;top:8.125rem;left:11.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2wghllrPXbW88E5CnxUN1tSWcDFAEep { width:8.25rem;height:0.8125rem;top:9.75rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFahz31WlL6pNLVHpe91lOEGZRxASqgE { width:12.5rem;height:0.89355625rem;top:4.4375rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhTinysCW0ATyAnqQJrSkDObf0Io3Ew { width:12.5rem;height:0.8125rem;top:5.3125rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqZN3axCVe7ZsOgJJLRpXs02peB3WOMQ { width:8.25rem;height:0.8125rem;top:6.125rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csuDWlckmc3zMVTr34MeDMZmQTia0o7H { width:12.5rem;height:0;top:42.125rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6OZi8uK3rthHLeXrwPoBa7FKq0H0xd2 { width:12.5rem;height:0;top:47.2202125rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxNetqt4PNxCEUehFO348VTiwtgbiBmK { width:8.1875rem;height:0;top:49.76781875rem;left:5.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0y1beeCm5ECStDZlAT424PIQaa93Ald { width:8.1875rem;height:0;top:52.315425rem;left:5.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqKJ0RPbgy2HuI54rpgTXJAnmll4uNKI { width:12.5rem;height:0;top:44.67260625rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CefTlDdOXAwl3lq94zFk3VJ0ZmCvEGBf { width:12.5rem;height:0;top:54.86303125rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPOPdQ6EVRsM8W40LdM2ekmgBqK8zQIk { width:11.1875rem;height:0;top:57.4106375rem;left:4.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcaembracUJsInalawqXf3uTIlwENXKA { display:block; }#HcaembracUJsInalawqXf3uTIlwENXKA > .row .container { width:20rem;height:87.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feas9te0kSeDUKCUorEvi5VWhxsaU9V8 { width:20rem;height:1.29980625rem;top:0.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlFZRshJupMSWQ063GFB99OoeqNPuHap { width:19rem;height:12.625rem;top:3.48730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZLIC0uPxQuA64rpUxrr2oQZdKsnmSsA { width:19.125rem;height:12.75rem;top:17.43849375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZuo5IHKt3h1qr8P8OoHxL36bWJQLWah { width:19.125rem;height:12.75rem;top:31.45024375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP5qVKbNrN3IQkVwTtDEtKZCztsToloZ { width:19.125rem;height:12.75rem;top:45.46199375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g { display:block; }#Dg0Z44boQTWU2T9NS07WivL39uzCWJ3g > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgoV2BRzFzEE3WzF2wyx3RHPkVhu261M { width:20rem;height:20.5859375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noZpUwupxTBKMOfchT9nlNSiXK83r9Ml { width:20rem;height:2.923825rem;top:22.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGwuLRgM0CtLT8dvhHVw5GbnliiwqixZ { width:20rem;height:18.18753125rem;top:26.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fisEg2GE53lzyyZOH51PFkqWpexGkowT { width:20rem;height:20rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ { display:block; }#y0gGxL8aHnns6N4TgpAH2mSp1rReg8aQ > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqLxbD7Z1zsituVulgi9q9zKzq12SCCv { display:block; }#mqLxbD7Z1zsituVulgi9q9zKzq12SCCv > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU6BHT0JQ8reQwNp8pA5dhNJycWT20fd { width:18.75rem;height:4.89845rem;top:17.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKJcDoIVKpemP77kGMzSbLQhVTwnRnDW { width:18.75rem;height:2.625rem;top:12.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxUkbmlbDTm0MI8Lyr04SeMbh70dyivw { width:20rem;height:1.3496125rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXMCbydoTbZAtoO12SNf8TBZUwI8LXtc { width:9.125rem;height:9.125rem;top:7rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA3yD9daxlMk7W8fykynCvo2KdETMh4o { display:block; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLcSI7y2yb5aa5VIuoTqEa4m6BhBzpfm { width:6.625rem;height:2.5rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvEOLcPGSm84Zk4Sr6cT5zzggU9oztzL { width:20rem;height:7.7988125rem;top:5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }