.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ANlqhr1p/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#apvGFZ1HMsPMW4DNclpbK0D3FOx2i8DP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:12.5rem;top:2.9375rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#TnKT2RqdTo51LOOywrVELAD9k6AcgdzH { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:11.0625rem;left:0.0010414123535156rem;height:6.175rem;font-style:normal;display:block; }
#p0sIcCfrIaiBeLDoVSa1Bhu2Nd4BnGw9 { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:20.25rem;left:0.0010414123535156rem;height:1.7875rem;font-style:normal;display:block; }
#PAEK3lFyRlhedDh8l74w1bgKzSry3Oh7 { background-color:#2550aa;background-image:url("https://images.assets-landingi.com/cGjc5RfW/Warstwa_3%401x.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:25.625rem;left:0.0010414123535156rem;display:block; }#PAEK3lFyRlhedDh8l74w1bgKzSry3Oh7.adaptive-delivery-prevent-bg, #PAEK3lFyRlhedDh8l74w1bgKzSry3Oh7.lazyload, #PAEK3lFyRlhedDh8l74w1bgKzSry3Oh7.lazyloading { background-image: none; }
#DgsgB9tzR4PI2oaVCpmlk53EdTVO34Bo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row .container { background-color: transparent; background-image: none; }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row .container > .video-iframe-container { display: none; }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row > .video-iframe-container { display: none; }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .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); }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row .container { border-width: 0; border-radius: 0; }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row > .video-iframe-container {  }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#AWJud3zQrlr845BOCxI7KKU0tRdT9pXt { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:13.25rem;left:42.375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rOWG8XXMZ3pPrtSmkT59XKPs2cXsHl8E { color:#000000;display:block;width:32.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:100005;line-height:1.7;letter-spacing:0;top:19.75rem;left:42.4375rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G66xkrsiqpQTvtVqg1eLoyHpd3O8BABP { background-color:#2550aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:25.8125rem;left:42.4375rem;display:block; }
#Dho2TNIhZvSbf3i3ZmTL9KJcITAiUOhO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mr9bATPoVovXQCIdzhucKiznTdIMDiBU { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:31.3125rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#sbhWowGK0kh3auuTEnd2RQT9HDKtxIxW { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3125rem;width:37.5rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row .container { background-color: transparent; background-image: none; }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row .container > .video-iframe-container { display: none; }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row > .video-iframe-container { display: none; }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .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); }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row .container { border-width: 0; border-radius: 0; }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row > .video-iframe-container {  }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#rQFVe9RdtfF9K4qNJ0CFOk8hJKLGJRu0 { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:5.2770843505859rem;left:0.0010414123535156rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MOVmRinRNpMMDT6obbb98SgKTS8a6Zom { color:#000000;display:block;width:37.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:10.139587402344rem;left:18.9375rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDFVsC3BHQNm2UyDd4atuMpHQT3N0EmW { background-color:#2550aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:15.602081298828rem;left:28.75rem;display:block; }
#JyTc5NrR6goJTiC7iP5zpUyWusCcsAEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eoqz9MZGAOr3sS90Gv7cWO4BRAvGo0gf { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:11.25rem;top:13.602081298828rem;left:0rem;overflow:hidden;display:block; }
#d2ygtFF2lrIyd451FlwtT2wXOa2TdW5d { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:8.0625rem;top:22.78125rem;left:66.445831298825rem;overflow:hidden;display:block; }
#THiwvwG4CaJeCBRoXOOAuorKM5unhb4n { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.375rem;width:75rem;top:23.21875rem;left:0rem;overflow:hidden;display:block; }
#lvsQJ9UHDCol0A7rKbyl76ny6A7NaiGS { position:absolute;display:block;z-index:99996;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.375rem -0.25rem 2.0625rem rgba(0,0,0,0.08) ;height:21.3125rem;width:57.75rem;top:23.21875rem;left:0rem;display:block; }
#cgdhEez14UolZvOqqLkUhoOVUq1sOTwN { position:absolute;display:block;z-index:99997;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.375rem -0.25rem 2.0625rem rgba(0,0,0,0.08) ;height:18.625rem;width:52.3125rem;top:29.40625rem;left:22.625rem;display:block; }
#HkU3lVTfRwOZtB01Za0bKSRETrwT1bJs { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:28.625rem;display:none; }
#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/03d9338a-6bcb-4c9f-a969-8199cfbc4256/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT.adaptive-delivery-prevent-bg, #SeMD1HnWVTCMwm7TWTqg7465CHGyiweT.lazyload, #SeMD1HnWVTCMwm7TWTqg7465CHGyiweT.lazyloading { background-image: none; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row .container { background-color: transparent; background-image: none; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row .container > .video-iframe-container { display: none; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row > .video-iframe-container { display: none; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .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); }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row .container { border-width: 0; border-radius: 0; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row > .video-iframe-container {  }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#iuh6EbMWwpBtq4Dg05mBKSLvptgpFWbw { color:#000000;display:block;width:33.5rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#shNPsitOT9yHPwcuJLNfw5zusnZaPXSO { color:#000000;display:block;width:33.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:15.293750762939rem;left:0rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVzm343sCxWsMAs9J3As77IB9ms41MPK { background-color:#2550aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:24rem;left:0rem;display:block; }
#zxvsf51JxOZ3XuwmeVbaGT5i8wM160I9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .row .container { background-color: transparent; background-image: none; }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .row .container > .video-iframe-container { display: none; }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .row > .video-iframe-container { display: none; }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .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); }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .row .container { border-width: 0; border-radius: 0; }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .row > .video-iframe-container {  }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#HGbonMzKBxDgUkl6cTT7fK0To92gAPUD { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZ1VEJ5FOD2d9BKDCO9nQb28TnowHGPJ { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:100010;line-height:1.8;letter-spacing:0;top:8.75rem;left:0rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGZCZ5rpmR2GbG1EqRhkTZA1wZzMkzUD { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:28.1875rem;width:24.375rem;top:12.78125rem;left:0rem;display:block; }
#JqJGbK0RypGMKd9nMd2hZFdz3ggr0COn { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:22.125rem;top:14.015625rem;left:1.0625rem;overflow:hidden;display:block; }
#DlDAgfsuO7gXc9OgDdXNGXbv6EiQ7kdt { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:14.640625rem;left:20.914581298828rem;height:1.625rem;display:block; }
#FSppchTpP1o45T3v76izkDX420JKs65V { color:#000000;display:block;width:21.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:100014;line-height:1.4;letter-spacing:0;top:30.5rem;left:1.125rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQ76rv6KniTm0S6UFd5eNUJolL2cFZS0 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:36.346874237061rem;left:1.125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dO4GkTztqLrgsbcXXRHt2v9vZbRKutBm { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(0,0,0,0.06) ;height:28.1875rem;width:24.375rem;top:12.734375rem;left:25.352081298828rem;display:block; }
#KLsOtT3Cnlg73lnTuwTal3OG9arNE7xC { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.4;letter-spacing:0;top:30.453125rem;left:26.477081298828rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xTlluC5PASpX1gk8ekiCLTd4S7agTtoq { color:#000000;display:block;width:21.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.6;letter-spacing:0;top:36.299999237061rem;left:26.477081298828rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FO9nvpvZev0t9pMerhATi6MT4WXT38f6 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:22.125rem;top:13.96875rem;left:26.414581298828rem;overflow:hidden;display:block; }
#QqQqTfDuc25dHrl3glKGiGlP16ON4Jpl { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:14.59375rem;left:46.266662597656rem;height:1.625rem;display:block; }
#IVHg1mPOl3ioE1Ggoi1zUR5bv3BM5T7H { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(0,0,0,0.06) ;height:28.1875rem;width:24.375rem;top:12.8125rem;left:50.625rem;display:block; }
#MTdoFbHOE99TkFNmCeM1ZCEd390ReVut { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:22.125rem;top:14rem;left:51.6875rem;overflow:hidden;display:block; }
#EDD64bBtT09ktcAXOF6IOmvo35NFUzFU { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:15.25rem;left:71.5625rem;height:1.625rem;display:block; }
#bVa5nW9b8KuzlwRexAfdTDCZd39mlVLR { color:#000000;display:block;width:21.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:100024;line-height:1.4;letter-spacing:0;top:30.5rem;left:51.75rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DaImlsMXmF6q2WZFdXQrhOTanccIDEZg { color:#000000;display:block;width:21.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:100025;line-height:1.4;letter-spacing:0;top:36.375rem;left:51.75rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8dglaJmWBGo1iXkNEC6ZqALIlbT51ZS { background-color:#2550aa;background-image:url("https://images.assets-landingi.com/cGjc5RfW/Warstwa_3%401x.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.75rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:43.674999237061rem;left:30.125rem;display:block; }#N8dglaJmWBGo1iXkNEC6ZqALIlbT51ZS.adaptive-delivery-prevent-bg, #N8dglaJmWBGo1iXkNEC6ZqALIlbT51ZS.lazyload, #N8dglaJmWBGo1iXkNEC6ZqALIlbT51ZS.lazyloading { background-image: none; }
#v2NPdfDHm4H2gCq2ioEpXOdy76bQvDLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .row .container { background-color: transparent; background-image: none; }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .row .container > .video-iframe-container { display: none; }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .row > .video-iframe-container { display: none; }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .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); }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .row .container { border-width: 0; border-radius: 0; }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .row > .video-iframe-container {  }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#iuIci5mVoiffE3IAL7XJnWJ28CTdMBQf { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:21.1875rem;width:75rem;top:5.875rem;left:0rem;display:block; }
#R5qVBnkx3z7D2CJFpuohPv7hBwKeBqkW { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:12.5rem;top:22.75rem;left:0rem;overflow:hidden;display:block; }
#dqhZD97CrbBLhSIppG6SDLuzeuZqsd5V { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:11rem;top:0rem;left:64.001037597656rem;overflow:hidden;display:block; }
#PucLCBeqII9SxM1vgq0NxIdiQsq6uM87 { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dml3k7Eo57blTON8JvsXnKyZzbsXoLPs { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:100012;line-height:1.8;letter-spacing:0;top:16.318748474121rem;left:0rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#um4ZpPSKXAaSpmgrqR2L1patfC40PMHr { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:12.009376525879rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loLrgyGK3uL0ZLuRIEksZEcPQ8NkugTf { background-color:#2550aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:20.194793701172rem;left:34.352081298828rem;display:block; }
#Qpe7TKWBD6Nqt0Rewxxoc7ToZ4lvkry5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pKJOncnS7b9Sf1lp5Z9goycM95MhrzQS { color:#000000;display:block;width:13.125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:21.238533020019rem;left:21.296875rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2450a9;background-image:none;position:relative;display:block; }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .row .container { background-color: transparent; background-image: none; }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .row .container > .video-iframe-container { display: none; }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .row > .video-iframe-container { display: none; }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .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); }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .row .container { border-width: 0; border-radius: 0; }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .row > .video-iframe-container {  }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#SUgMAszGVkD9wiCOqqG4AzMEHmf37nAo { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:6.25rem;top:2.46875rem;left:0rem;overflow:hidden;display:block; }
#vu9T3sCCIfOLBhNz3481JMw79Ey0rxWP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.7750015258789rem;left:11.53125rem;height:1.1375rem;font-style:normal;display:block; }
#XwTXgBMW3NQBOM3Xo6JWtksMegT5B6bI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:2.7750015258789rem;left:25.84375rem;height:1.1375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apvGFZ1HMsPMW4DNclpbK0D3FOx2i8DP { top:2.9375rem;left:0rem;width:12.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnKT2RqdTo51LOOywrVELAD9k6AcgdzH { top:11.0625rem;left:0rem;width:26.4375rem;height:6.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0sIcCfrIaiBeLDoVSa1Bhu2Nd4BnGw9 { top:20.25rem;left:0rem;width:26.4375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAEK3lFyRlhedDh8l74w1bgKzSry3Oh7 { width:13.9375rem;height:3.75rem;top:15.4375rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgsgB9tzR4PI2oaVCpmlk53EdTVO34Bo { display:block; }
 }@media only screen and (max-width: 763px) { #CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs { display:block; }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWJud3zQrlr845BOCxI7KKU0tRdT9pXt { top:13.25rem;left:17.8125rem;width:29.9375rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOWG8XXMZ3pPrtSmkT59XKPs2cXsHl8E { top:19.75rem;left:15.375rem;width:32.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G66xkrsiqpQTvtVqg1eLoyHpd3O8BABP { width:17.5rem;height:4rem;top:25.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dho2TNIhZvSbf3i3ZmTL9KJcITAiUOhO { display:block; }
 }@media only screen and (max-width: 763px) { #mr9bATPoVovXQCIdzhucKiznTdIMDiBU { top:6.25rem;left:0rem;width:47.75rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbhWowGK0kh3auuTEnd2RQT9HDKtxIxW { width:37.5rem;height:31.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf { display:block; }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQFVe9RdtfF9K4qNJ0CFOk8hJKLGJRu0 { top:5.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOVmRinRNpMMDT6obbb98SgKTS8a6Zom { top:10.125rem;left:5.3125rem;width:37.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDFVsC3BHQNm2UyDd4atuMpHQT3N0EmW { width:17.5rem;height:4rem;top:15.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyTc5NrR6goJTiC7iP5zpUyWusCcsAEI { display:block; }
 }@media only screen and (max-width: 763px) { #eoqz9MZGAOr3sS90Gv7cWO4BRAvGo0gf { top:13.5625rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ygtFF2lrIyd451FlwtT2wXOa2TdW5d { top:22.75rem;left:39.6875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THiwvwG4CaJeCBRoXOOAuorKM5unhb4n { top:23.1875rem;left:0rem;width:47.75rem;height:16.155416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvsQJ9UHDCol0A7rKbyl76ny6A7NaiGS { top:23.1875rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgdhEez14UolZvOqqLkUhoOVUq1sOTwN { top:29.375rem;left:0rem;width:47.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkU3lVTfRwOZtB01Za0bKSRETrwT1bJs { width:28.625rem;height:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeMD1HnWVTCMwm7TWTqg7465CHGyiweT { display:block; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuh6EbMWwpBtq4Dg05mBKSLvptgpFWbw { top:10.4375rem;left:0rem;width:33.5rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shNPsitOT9yHPwcuJLNfw5zusnZaPXSO { top:15.25rem;left:0rem;width:33.125rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVzm343sCxWsMAs9J3As77IB9ms41MPK { width:17.5rem;height:4rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxvsf51JxOZ3XuwmeVbaGT5i8wM160I9 { display:block; }
 }@media only screen and (max-width: 763px) { #xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF { display:block; }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGbonMzKBxDgUkl6cTT7fK0To92gAPUD { top:4.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1VEJ5FOD2d9BKDCO9nQb28TnowHGPJ { top:8.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGZCZ5rpmR2GbG1EqRhkTZA1wZzMkzUD { top:12.75rem;left:0rem;width:24.375rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqJGbK0RypGMKd9nMd2hZFdz3ggr0COn { top:14rem;left:0rem;width:22.125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlDAgfsuO7gXc9OgDdXNGXbv6EiQ7kdt { top:14.625rem;left:13.75rem;width:2.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSppchTpP1o45T3v76izkDX420JKs65V { top:30.5rem;left:0rem;width:21.375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ76rv6KniTm0S6UFd5eNUJolL2cFZS0 { top:36.3125rem;left:0rem;width:21.375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO4GkTztqLrgsbcXXRHt2v9vZbRKutBm { top:12.6875rem;left:7.375rem;width:24.375rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLsOtT3Cnlg73lnTuwTal3OG9arNE7xC { top:30.4375rem;left:12.4375rem;width:19.3125rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTlluC5PASpX1gk8ekiCLTd4S7agTtoq { top:36.25rem;left:10.375rem;width:21.375rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9nvpvZev0t9pMerhATi6MT4WXT38f6 { top:13.9375rem;left:9.625rem;width:22.125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqQqTfDuc25dHrl3glKGiGlP16ON4Jpl { top:14.5625rem;left:29.625rem;width:2.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVHg1mPOl3ioE1Ggoi1zUR5bv3BM5T7H { top:12.8125rem;left:23.25rem;width:24.375rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdoFbHOE99TkFNmCeM1ZCEd390ReVut { top:14rem;left:25.5rem;width:22.125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDD64bBtT09ktcAXOF6IOmvo35NFUzFU { top:15.25rem;left:45.5rem;width:2.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVa5nW9b8KuzlwRexAfdTDCZd39mlVLR { top:30.5rem;left:26.25rem;width:21.375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaImlsMXmF6q2WZFdXQrhOTanccIDEZg { top:36.375rem;left:26.25rem;width:21.375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dglaJmWBGo1iXkNEC6ZqALIlbT51ZS { width:13.9375rem;height:3.75rem;top:15.4375rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2NPdfDHm4H2gCq2ioEpXOdy76bQvDLD { display:block; }
 }@media only screen and (max-width: 763px) { #uxMJvxr111gI6W8WBs6P69O7eLzm3wIX { display:block; }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuIci5mVoiffE3IAL7XJnWJ28CTdMBQf { top:5.875rem;left:0rem;width:47.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5qVBnkx3z7D2CJFpuohPv7hBwKeBqkW { top:22.75rem;left:0rem;width:12.5rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqhZD97CrbBLhSIppG6SDLuzeuZqsd5V { top:0rem;left:36.75rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #PucLCBeqII9SxM1vgq0NxIdiQsq6uM87 { top:9.0625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dml3k7Eo57blTON8JvsXnKyZzbsXoLPs { top:16.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #um4ZpPSKXAaSpmgrqR2L1patfC40PMHr { top:12rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loLrgyGK3uL0ZLuRIEksZEcPQ8NkugTf { width:17.5rem;height:4rem;top:20.1875rem;left:20.727081298828rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpe7TKWBD6Nqt0Rewxxoc7ToZ4lvkry5 { display:block; }
 }@media only screen and (max-width: 763px) { #pKJOncnS7b9Sf1lp5Z9goycM95MhrzQS { top:21.1875rem;left:7.671875rem;width:13.125rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ { display:block; }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUgMAszGVkD9wiCOqqG4AzMEHmf37nAo { top:2.4375rem;left:0rem;width:6.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu9T3sCCIfOLBhNz3481JMw79Ey0rxWP { top:2.75rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwTXgBMW3NQBOM3Xo6JWtksMegT5B6bI { top:2.75rem;left:12.21875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vAcH4SPt/bg1m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apvGFZ1HMsPMW4DNclpbK0D3FOx2i8DP { width:12.5rem;height:3.3125rem;top:2.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnKT2RqdTo51LOOywrVELAD9k6AcgdzH { width:20rem;height:4.875rem;top:7.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0sIcCfrIaiBeLDoVSa1Bhu2Nd4BnGw9 { width:20rem;height:1.54375rem;top:14.699999809265rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAEK3lFyRlhedDh8l74w1bgKzSry3Oh7 { width:14.75rem;height:3.75rem;top:19.0625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgsgB9tzR4PI2oaVCpmlk53EdTVO34Bo { display:block; }
 }@media only screen and (max-width: 763px) { #CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs { background-color:#ffffff;background-image:none;display:block; }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row .container { background-color: transparent; background-image: none; }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row .container > .video-iframe-container { display: none; }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row > .video-iframe-container { display: none; }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .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); }#CKTAyZIsEVBtT9QLa6umkEnLUh6UfuNs > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWJud3zQrlr845BOCxI7KKU0tRdT9pXt { width:20rem;height:7.3125rem;top:4.3749980926514rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOWG8XXMZ3pPrtSmkT59XKPs2cXsHl8E { width:20rem;height:4.8rem;top:12.487499237061rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G66xkrsiqpQTvtVqg1eLoyHpd3O8BABP { width:17.5rem;height:4rem;top:19.656253814698rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dho2TNIhZvSbf3i3ZmTL9KJcITAiUOhO { display:block; }
 }@media only screen and (max-width: 763px) { #mr9bATPoVovXQCIdzhucKiznTdIMDiBU { width:20rem;height:31.3125rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbhWowGK0kh3auuTEnd2RQT9HDKtxIxW { width:20rem;height:16.7rem;top:28.299999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf { background-color:#f9f9f9;background-image:none;display:block; }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row .container { background-color: transparent; background-image: none; }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row .container > .video-iframe-container { display: none; }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row > .video-iframe-container { display: none; }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .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); }#W1q0AS9Rg6Idma6XGlRJvLwxNfaoxgnf > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQFVe9RdtfF9K4qNJ0CFOk8hJKLGJRu0 { width:18.25rem;height:4.225rem;top:3.9375rem;left:0.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOVmRinRNpMMDT6obbb98SgKTS8a6Zom { width:18.5625rem;height:6.4rem;top:9.2375030517575rem;left:0.71875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tDFVsC3BHQNm2UyDd4atuMpHQT3N0EmW { width:17.5rem;height:4rem;top:17.762504577637rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyTc5NrR6goJTiC7iP5zpUyWusCcsAEI { display:block; }
 }@media only screen and (max-width: 763px) { #eoqz9MZGAOr3sS90Gv7cWO4BRAvGo0gf { width:4.6875rem;height:4.6875rem;top:29.325000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ygtFF2lrIyd451FlwtT2wXOa2TdW5d { width:3.25rem;height:3.25rem;top:13.957288742066rem;left:14.5rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #THiwvwG4CaJeCBRoXOOAuorKM5unhb4n { width:20rem;height:6.7666875rem;top:26.909375190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvsQJ9UHDCol0A7rKbyl76ny6A7NaiGS { width:15.25rem;height:4.5rem;top:24.471878051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgdhEez14UolZvOqqLkUhoOVUq1sOTwN { width:13.3125rem;height:4.3125rem;top:26.637504577637rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkU3lVTfRwOZtB01Za0bKSRETrwT1bJs { top:24.471878051757rem;left:0rem;width:20rem;height:7.875rem;z-index:100011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SeMD1HnWVTCMwm7TWTqg7465CHGyiweT { background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/ofnvMtzU/BG05.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT.adaptive-delivery-prevent-bg, #SeMD1HnWVTCMwm7TWTqg7465CHGyiweT.lazyload, #SeMD1HnWVTCMwm7TWTqg7465CHGyiweT.lazyloading { background-image: none; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row .container { background-color: transparent; background-image: none; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row .container > .video-iframe-container { display: none; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row > .video-iframe-container { display: none; }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .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); }#SeMD1HnWVTCMwm7TWTqg7465CHGyiweT > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuh6EbMWwpBtq4Dg05mBKSLvptgpFWbw { width:20rem;height:4.225rem;top:3.107292175293rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shNPsitOT9yHPwcuJLNfw5zusnZaPXSO { width:20rem;height:6.4rem;top:8.3250007629394rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVzm343sCxWsMAs9J3As77IB9ms41MPK { width:17.5rem;height:4rem;top:16.025001525879rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxvsf51JxOZ3XuwmeVbaGT5i8wM160I9 { display:block; }
 }@media only screen and (max-width: 763px) { #xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF { display:block; }#xuIMOfdFd8rdkdGdscVEtBI35Pe2X4iF > .row .container { width:20rem;height:100.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGbonMzKBxDgUkl6cTT7fK0To92gAPUD { width:20rem;height:2.6rem;top:4.3697929382324rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1VEJ5FOD2d9BKDCO9nQb28TnowHGPJ { width:20rem;height:1.8rem;top:7.0322952270506rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGZCZ5rpmR2GbG1EqRhkTZA1wZzMkzUD { width:20rem;height:27.25rem;top:11.222915649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqJGbK0RypGMKd9nMd2hZFdz3ggr0COn { width:18.6875rem;height:12.1875rem;top:11.821868896484rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlDAgfsuO7gXc9OgDdXNGXbv6EiQ7kdt { width:2.125rem;height:1.625rem;top:12.446868896484rem;left:17.187499046326rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSppchTpP1o45T3v76izkDX420JKs65V { width:19.125rem;height:6.3rem;top:25.868743896484rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ76rv6KniTm0S6UFd5eNUJolL2cFZS0 { width:16.4375rem;height:2.625rem;top:33.465621948243rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO4GkTztqLrgsbcXXRHt2v9vZbRKutBm { width:20rem;height:24.9375rem;top:40.087493896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLsOtT3Cnlg73lnTuwTal3OG9arNE7xC { width:19.3125rem;height:4.2rem;top:55.056243896484rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTlluC5PASpX1gk8ekiCLTd4S7agTtoq { width:19.25rem;height:2.8125rem;top:60.006256103516rem;left:0.6875rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FO9nvpvZev0t9pMerhATi6MT4WXT38f6 { width:18.6875rem;height:12.25rem;top:40.884368896484rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqQqTfDuc25dHrl3glKGiGlP16ON4Jpl { width:2.125rem;height:1.625rem;top:41.509368896484rem;left:17.288540840149rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVHg1mPOl3ioE1Ggoi1zUR5bv3BM5T7H { width:20rem;height:24.625rem;top:66.899993896488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdoFbHOE99TkFNmCeM1ZCEd390ReVut { width:18.6875rem;height:12.25rem;top:67.649993896488rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDD64bBtT09ktcAXOF6IOmvo35NFUzFU { width:2.125rem;height:1.625rem;top:68.274993896488rem;left:17.249999046326rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVa5nW9b8KuzlwRexAfdTDCZd39mlVLR { width:19.3125rem;height:4.2rem;top:81.774993896488rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaImlsMXmF6q2WZFdXQrhOTanccIDEZg { width:19.25rem;height:2.625rem;top:86.662506103512rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dglaJmWBGo1iXkNEC6ZqALIlbT51ZS { width:14.75rem;height:3.75rem;top:93.837499618531rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2NPdfDHm4H2gCq2ioEpXOdy76bQvDLD { display:block; }
 }@media only screen and (max-width: 763px) { #uxMJvxr111gI6W8WBs6P69O7eLzm3wIX { display:block; }#uxMJvxr111gI6W8WBs6P69O7eLzm3wIX > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuIci5mVoiffE3IAL7XJnWJ28CTdMBQf { width:20rem;height:30.0625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5qVBnkx3z7D2CJFpuohPv7hBwKeBqkW { width:7.4375rem;height:6.0625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqhZD97CrbBLhSIppG6SDLuzeuZqsd5V { width:6.625rem;height:6.625rem;top:0.57395935058594rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PucLCBeqII9SxM1vgq0NxIdiQsq6uM87 { width:18.5rem;height:6.825rem;top:7.1291656494137rem;left:0.75rem;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dml3k7Eo57blTON8JvsXnKyZzbsXoLPs { width:20rem;height:3.2rem;top:17.818748474121rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #um4ZpPSKXAaSpmgrqR2L1patfC40PMHr { width:20rem;height:4.225rem;top:11.704166412354rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loLrgyGK3uL0ZLuRIEksZEcPQ8NkugTf { width:17.5rem;height:4rem;top:23.569789886474rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpe7TKWBD6Nqt0Rewxxoc7ToZ4lvkry5 { display:block; }
 }@media only screen and (max-width: 763px) { #pKJOncnS7b9Sf1lp5Z9goycM95MhrzQS { width:13.125rem;height:1.9125rem;top:28.844791412354rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ { display:block; }#ODd5I4f3HuDNrTZcoxofytLsmLa8kqbJ > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUgMAszGVkD9wiCOqqG4AzMEHmf37nAo { width:6.25rem;height:1.75rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu9T3sCCIfOLBhNz3481JMw79Ey0rxWP { width:12.5rem;height:1.1375rem;top:3.9312515258789rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwTXgBMW3NQBOM3Xo6JWtksMegT5B6bI { width:12.5rem;height:1.1375rem;top:6.2000007629394rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }