.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;
  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;
}
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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s { position:relative;display:none; }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s { border-width: 0; border-radius: 0; }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .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; }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TCglnVIfoViLD4NZkGfUQsXZRZAGA2kU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sJvzdd4ib9dIAtmw2bLPly5JOzIUTQFn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.0625rem;top:2.5625rem;left:1rem;overflow:hidden;display:none; }
#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI { position:relative;display:none; }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI { border-width: 0; border-radius: 0; }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .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; }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KvkEURlJy3u1hg0LQmISRAhqWmkDKuWO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5rem;left:36.4375rem;display:none; }
#t3MUbQyeBbsuvp1do45O5657Ddl4Inqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FB0cnXPfaT0ONwMaBcTx2XwJoXnV3tu8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.5rem;left:46.125rem;display:none; }
#cKIFDMxWGpqQud83SHTaA8xuswWOyCIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQe4ahF0W33TMLh75xePKTuFlAX8UPcw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.5rem;left:54.25rem;display:none; }
#NCQwbMtJVXObqOT6EhV1DN2FqseHUNO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGOr2TWy53EnP9rdqlbK5bfs2pC3a3dT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.5rem;left:60.9375rem;display:none; }
#kAciJX3tXmqqQfxLiZzBcqRz99hO9nyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOAnPyiDtT2H3vhHB0v5DbfxiXJnaIiB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.5rem;left:68.8125rem;display:none; }
#JZXEU9kIL5k6FAhg6n1STrZRqBs9Lpm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NX2dc0CiizB2xTT1orXyFndzTsxVZUOr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.5rem;left:68.8125rem;display:none; }
#FpUDf9RHRWbhaQD1C38zoDOwLDMygM0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA { position:relative;display:block; }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA { background-color: transparent; background-image: none; }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA > .row .container > .video-iframe-container { display: none; }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA > .row > .video-iframe-container { display: none; }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA > .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); }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA { border-width: 0; border-radius: 0; }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA > .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; }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DihLtKQiIIrN2x7BgbUJaHUVlvZWyRF9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.0625rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#UqkZomIPx3XOo3DhJ0scItwauvhmUOy9 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.0625rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#KVSaeRZCNhfVdPiKWsz9hAnTd79lQiWn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1870125rem;height:2.56225625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.5625rem;left:37.4375rem;display:block; }
#MWnlIBBee9Ru9AhboCKgoVzvaCqkfffh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VePuJTkNbbM1TgT94bnT2ng9zCchA6B9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.93675rem;height:2.56225625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.5625rem;left:41.5rem;display:block; }
#T01c7RaQAgzWBe16BRUN2fDCC9R7rQEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ysWpaEb23RoMEGVoWJaw9HzTOZNVpQ6U { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.5625rem;left:50.375rem;display:block; }
#zUR0zdIMv3EEnZCGXta906uny7gq6C0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBrkaJqS1h0dMFqfWhcHUvyqe9FBZDvf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.5625rem;left:55.1875rem;display:block; }
#gtpJilUrTHsyE2qXzuUWMcxOAS5OiokB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKZOzNyr8N2lb5xVq4ukZoiTbKlb3FQ1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.246125rem;height:2.5612rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.5625rem;left:60.6875rem;display:block; }
#OAyuDEbJ6VZphVePCMHJ7uDgx7xDlzXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9nclmVZMQQ6FsUvuQQ8ySyiI3aODvHB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.5625rem;left:68.25rem;display:block; }
#nnQG8BPptR6Fvo2qhT9kn8746oWmHR4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#a70bda;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#mR5TlMXpbPNn8O5GVaf6Ed4TMSrSIB3A { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:"roboto condensed";font-size:8.4375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:11.375rem;left:-0.625rem;height:25.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#QMSsuSltvC8fVaz6Vr0BvgUSlMsxvo1E { color:#00b8de;display:block;width:40.5rem;position:absolute;font-family:"roboto condensed";font-size:8.4375rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:11.3125rem;left:-0.75rem;height:25.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#XDGwlWrLSdG2y6015ooMrTV83U9DUASn { color:#cf2c91;display:block;width:40.5rem;position:absolute;font-family:"roboto condensed";font-size:8.4375rem;font-weight:700;z-index:14998;line-height:1.5;letter-spacing:0;top:11.4375rem;left:-0.375rem;height:25.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#J5D22Kq6snhor9V88E45WCmsGITilOT3 { color:#ffffff;display:block;width:58rem;position:absolute;font-family:"roboto condensed";font-size:6.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:22.1875rem;left:0rem;height:9.375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 { position:relative;display:block; }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 { background-color: transparent; background-image: none; }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 > .row .container > .video-iframe-container { display: none; }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 > .row > .video-iframe-container { display: none; }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 > .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); }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 { border-width: 0; border-radius: 0; }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 > .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; }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OyvCINmSPZPZlXlaNU82nG6fCXytODcC { color:#000000;display:block;width:71.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.5rem;left:1.65625rem;height:7.96875rem;font-style:normal;display:block; }
#Ty3mcP67xshmI5bTOMgegR4IwJ5mewVU { position:absolute;display:block;z-index:15001;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:11.75rem;top:9.375rem;left:0rem;display:block; }
#IMATkvf27tuiuNX0TO4KZCQyWoErRJ9f { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:16.125rem;left:1rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCQd553oAzAky3D3hWEAvlTDWc2TWhwl { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:10.4375rem;left:0.53125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbCELpVWHH1BZy7MSUTmWTfDM0ETTSez { position:absolute;display:block;z-index:15002;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:11.75rem;top:9.375rem;left:12.6875rem;display:block; }
#zv0tThTpMH5fOgeOJJ2i5XTRlD4Z9kSU { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:10.4375rem;left:13.21875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9zTd55T47T7TnVUDrcgB5qs87Lna2ZA { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:16.125rem;left:13.6875rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O529HJhP1D1vm6QH5SnB8CRvzioxSTaM { position:absolute;display:block;z-index:15003;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:11.75rem;top:9.375rem;left:25.4375rem;display:block; }
#vMNNuT37tu1nF4DmtLqNWXpUb3hXOU0i { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:10.5rem;left:31.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lDfwfWEzQzxiUCL8AzBr24vFrZ5LtNpw { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:15.328125rem;left:26.03125rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Itc8ygVFmAHgGMqoU1KDwanTOE4uoaw8 { position:absolute;display:block;z-index:15004;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:11.75rem;top:9.375rem;left:38.125rem;display:block; }
#eSHsKAHS70sQhbcWyMI4ygohXPAALcle { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:16.125rem;left:38.71875rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rddmMzwd4GDpfHqlxWfPyIexmSHATBg2 { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:10.4375rem;left:38.65625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmwAw5LwB5QzPadM9TkXmycSUmkTRGSi { position:absolute;display:block;z-index:15005;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:11.75rem;top:9.375rem;left:50.6875rem;display:block; }
#TBPrRbV5vtn4pJOgi7w6DVWfNfrSwWfU { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:10.4375rem;left:55.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iK97dd90wiI3MQIZRb4OhIBtZrCrQkgG { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.125rem;left:51.28125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BCQal1VPciNMbd0ZeQPeNCqDvcgraM5T { position:absolute;display:block;z-index:15006;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:11.75rem;top:9.375rem;left:63.25rem;display:block; }
#HQnQ6Wl70xRc95JxpM85hrTfpelZnhUB { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.4375rem;left:63.78125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dyltvSwtG9JghqQ6wL5v3wdWIrzAArq5 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:16.125rem;left:63.84375rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQXuoSAMCtdJATcDHoSe6PQPhhxiuNkq { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:10.5625rem;left:25.84375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5mOTz88yW3W383eGnT4QLVCkkr9XuZg { color:#ffffff;display:block;width:6rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.375rem;left:51.21875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTDmhkpz7c1UDbCynB1KuTl3XCIaaIXf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:37.4365rem;width:67.43625rem;top:24.12353515625rem;left:3.780517578125rem;display:block; }
#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row .container { background-color: transparent; background-image: none; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row .container > .video-iframe-container { display: none; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row > .video-iframe-container { display: none; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .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); }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row .container { border-width: 0; border-radius: 0; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C { position:relative;display:block; }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C { background-color: transparent; background-image: none; }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C > .row .container > .video-iframe-container { display: none; }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C > .row > .video-iframe-container { display: none; }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C > .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); }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C { border-width: 0; border-radius: 0; }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C > .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; }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/72f2b0d1-53f8-4e81-a83c-db071eba068d/newArvatoWEBDugolatkowieMonikaGrniaczyk1202501.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL.adaptive-delivery-prevent-bg, #xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL.lazyload, #xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL.lazyloading { background-image: none; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row .container { background-color: transparent; background-image: none; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row .container > .video-iframe-container { display: none; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row > .video-iframe-container { display: none; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .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); }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row .container { border-width: 0; border-radius: 0; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#htaPmVPTTAuwKfcSuxDop8AZNOHgIs6N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.25rem;left:68.125rem; }
#uAtfFTe8WDKPkEIfoMv3hM5gTLBciL1L { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.25rem;left:66.75rem;display:block; }
#MlnembN1Xko9gpmCT4OKuC6XcgeecTM1 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.6875rem;left:33.125rem;height:11.8125rem;font-style:normal;display:block; }
#FioErFxesgHckrpdTbedbnHzmRoWknWS { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;overflow:hidden;display:block; }
#vImx92mL4lDqw0X9IGyX1QsphPWR93Dg { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;display:block; }
#peNiqASTy3wVRogT1UI7lyuyfb4KZoGh { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.375rem;left:33.125rem;height:3.5625rem;font-style:normal;display:block; }
#aLhIb89bDBRGVi9QZSSEc5G5zCpRQv4F { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.9375rem;left:33.125rem;height:2.0625rem;font-style:normal;display:block; }
#MDX1VgXg2731FmXGGs9TFBcIFPMsoghA { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;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:15007;text-align:center;text-align-last:center;top:41.76513671875rem;left:43.499755859375rem;display:block; }
#ARGbSMfIi90w1nI6v3iZDsW3ImSAdfmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfX4SslqhGsUPh0MKfQCqq59GJTnspsv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:34.6875rem;top:5.2490234375rem;left:32.139892578125rem;overflow:hidden;display:block; }
#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/a1b41915-00a3-40e1-9733-287b0130580c/newArvatoWEBDugolatkowieSGrzeskowiak120250101.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg.adaptive-delivery-prevent-bg, #rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg.lazyload, #rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg.lazyloading { background-image: none; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row .container { background-color: transparent; background-image: none; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row .container > .video-iframe-container { display: none; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row > .video-iframe-container { display: none; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .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); }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row .container { border-width: 0; border-radius: 0; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#p2OzaBP8SzF3WBHaJBABmbT2JZIQRDwO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.25rem;left:68.125rem; }
#nfraowpMBnHc0FV0dGwJsvOINdUso7Xv { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.25rem;left:66.75rem;display:block; }
#wLrJubsOxcAoehzD37L4VSWlJidZE2kN { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.6875rem;left:33.125rem;height:6.75rem;font-style:normal;display:block; }
#kwHqNCZxaSi41AaHRob3oteotsMcP26B { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;overflow:hidden;display:block; }
#bDXgOEMZ1H46g2NaGhsuNnNve8JXk6N8 { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;display:block; }
#P9d33sZwCgVwFMFc1Tv9xTM8zRqD7vRX { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.375rem;left:33.125rem;height:3.5625rem;font-style:normal;display:block; }
#paVAMVSt8qVVGQJLyTVWaBS4gqk96rVr { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.9375rem;left:33.125rem;height:2.0625rem;font-style:normal;display:block; }
#efoFTuttmoDZTuNAWl5ogptprWuDv9Et { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;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:15007;text-align:center;text-align-last:center;top:41.76513671875rem;left:43.499755859375rem;display:block; }
#pzyK0wBXXOGquNWZCcCXGwkLQCBrau2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oqU0qvRXTi6XruxAGHaoS69SzGdvrcUu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:34.6875rem;top:5.2490234375rem;left:32.139892578125rem;overflow:hidden;display:block; }
#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/55f12178-1b38-49ae-a5de-e89163146397/ArvatoWEBDugolatkowieIlonaKwiatkowska.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF.adaptive-delivery-prevent-bg, #BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF.lazyload, #BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF.lazyloading { background-image: none; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row .container { background-color: transparent; background-image: none; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row .container > .video-iframe-container { display: none; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row > .video-iframe-container { display: none; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .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); }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row .container { border-width: 0; border-radius: 0; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#vM2lZ7c9T8WywCEMEeQ1MEX3zNqRTBXQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.25rem;left:68.125rem; }
#O9SHzJZtZt34ngDEw2LT1qtDwySrZpGP { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.25rem;left:66.75rem;display:block; }
#lC3nmyNmh65UL6wfALGeBvPTVHSwFrkI { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.6875rem;left:33.125rem;height:8.4375rem;font-style:normal;display:block; }
#qtT7O0AzW67G0iJ2K3oL3Jt8c8XC91HW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;overflow:hidden;display:block; }
#CAs48xGeN68E1B8TGHVZLxkTNS1cwqZa { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;display:block; }
#LdPxJeX66aZGmPsMiNXM2snQSAIOMmFf { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.375rem;left:33.125rem;height:3.5625rem;font-style:normal;display:block; }
#MLTz104g3pLEKIgnnWbeqMuG0l7wev9K { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.9375rem;left:33.125rem;height:2.0625rem;font-style:normal;display:block; }
#KBBJwyTVUyAue3KpZhnT5tPnkvs7sb9B { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;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:15007;text-align:center;text-align-last:center;top:41.76513671875rem;left:43.499755859375rem;display:block; }
#hoV18bXSnAADaoBGlV2COpXvlT2z3WLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xLOeBEO8DJW5hDn0cUT92v6WSQ2o9kFn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:34.6875rem;top:5.2490234375rem;left:32.139892578125rem;overflow:hidden;display:block; }
#QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/0a5dfd9e-488c-440d-a8c9-921d1a19a0b9/newArvatoWEBDugolatkowieWKaczmarek1202501.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa.adaptive-delivery-prevent-bg, #QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa.lazyload, #QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa.lazyloading { background-image: none; }#QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa > .row .container { border-width: 0; border-radius: 0; }#QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:none; }#Z595xnVDbdFkN7AtT4XVPBr34nT2UyTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.25rem;left:68.125rem; }
#a5DOXViBmmF4zmtCeAmEJP9fRPP1wRpg { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.25rem;left:66.75rem;display:block; }
#lK18uLFAIcXkcbPb6sTVcUEfCBy86bkb { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.6875rem;left:33.125rem;height:6.75rem;font-style:normal;display:block; }
#ppsiMKL4HhGULs6p4I97TWa2PVkz1fWt { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;overflow:hidden;display:block; }
#cLFVgy7PgeZNFfIp6FQr0QdFgV9aH6Vn { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;display:block; }
#o8H4AaIPJlCPPGeIM6gN8LwR9krdWqnA { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.375rem;left:33.125rem;height:3.5625rem;font-style:normal;display:block; }
#ZdUOm5Of72Leyv469igkamhz2NkrVV3Q { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.9375rem;left:33.125rem;height:2.0625rem;font-style:normal;display:block; }
#OEEvqtnUi7ZS8R1Z621LhMU0OeI78Inh { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;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:15007;text-align:center;text-align-last:center;top:41.76513671875rem;left:43.499755859375rem;display:block; }
#Jcy0PzPT1m61uhNdkUO5o6vuZsnh9Tcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOBlTqMEUX7dffmLyld85z46JNOLvV1o { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:34.6875rem;top:5.2490234375rem;left:32.139892578125rem;overflow:hidden;display:block; }
#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/0c08c058-ea86-4b85-894c-0a41f0e24f10/newArvatoWEBDugolatkowieKKubala120201.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc.adaptive-delivery-prevent-bg, #l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc.lazyload, #l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc.lazyloading { background-image: none; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row .container { background-color: transparent; background-image: none; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row .container > .video-iframe-container { display: none; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row > .video-iframe-container { display: none; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .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); }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row .container { border-width: 0; border-radius: 0; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#Kf1c7a4xW6ocnAPLJC2eXs5qAoMexSbl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.25rem;left:68.125rem; }
#IuxdMQ3tG7Mi3zNJiXX9dnsOgvsNorx7 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.25rem;left:66.75rem;display:block; }
#X5MceExHIwFUvMQGt9bJo3EsDQ2tEPJr { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.6875rem;left:33.125rem;height:6.75rem;font-style:normal;display:block; }
#Lylg18pq9OZEVZSHiVKaIslRGyNiEKTi { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;overflow:hidden;display:block; }
#OUZA64UW421pX5IxvSSesTmb9rMo7uAW { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;display:block; }
#TB0RxulHEfZpXAeeXF17daZLv50yEROc { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.375rem;left:33.125rem;height:3.5625rem;font-style:normal;display:block; }
#uhUf5xvfkgedpacsQsvUwtGGsOCKoU3F { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.9375rem;left:33.125rem;height:2.0625rem;font-style:normal;display:block; }
#dJWNdMWTLta2uKPZh44dU2Qdy9tATnVS { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;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:15007;text-align:center;text-align-last:center;top:41.76513671875rem;left:43.499755859375rem;display:block; }
#wVJeTcD1AeFQxr8wEkXBpKCDZ4HAV80B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whzhXOQuaghfuh3lCWWJkNsTCFNQ45q9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:34.6875rem;top:5.2490234375rem;left:32.139892578125rem;overflow:hidden;display:block; }
#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/30b176e6-d56c-4f41-89dd-bf53774d8693/newArvatoWEBDugolatkowieJaroslawDybikowski01202501.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA.adaptive-delivery-prevent-bg, #cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA.lazyload, #cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA.lazyloading { background-image: none; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row .container { background-color: transparent; background-image: none; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row .container > .video-iframe-container { display: none; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row > .video-iframe-container { display: none; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .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); }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row .container { border-width: 0; border-radius: 0; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#yzTwVhzV0Ge8CDfPzilfBhyFOdQsaNmV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.25rem;left:68.125rem; }
#WVXw2Qgq4Adyh18KTW6LqQ4P3UgXrmgM { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.25rem;left:66.75rem;display:block; }
#dK0qr2mkLUx2Q1TTWSwFH1VfbxQAI1Tk { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.6875rem;left:33.125rem;height:11.8125rem;font-style:normal;display:block; }
#FldeyvCbVSVuIodiGM16HX2cmZLVesJa { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;overflow:hidden;display:block; }
#BF3cwwVH12OlMdfpTBQERsz965SZu6CH { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;display:block; }
#J9OKbX0z9Z8BLUX0CWmRANvioK6kJ5C0 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.375rem;left:33.125rem;height:3.5625rem;font-style:normal;display:block; }
#rZsGk2830LQNogz7wKhiFXQWLJUATy7O { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.9375rem;left:33.125rem;height:2.0625rem;font-style:normal;display:block; }
#kt3o2ngTSUVDL8TH9hrEyInx12xvmQGI { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;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:15007;text-align:center;text-align-last:center;top:41.76513671875rem;left:43.499755859375rem;display:block; }
#CSKWZsfwgBxafFe100OFXct1BSLuXF3x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LLHdylbRxAg2RqToHHHQcqFk9VWqTT7e { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:34.6875rem;top:5.2490234375rem;left:32.139892578125rem;overflow:hidden;display:block; }
#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/c15c346e-635e-4187-9f0d-c9ecf426b8a6/2ArvatoWEBDugolatkowieAnetaWysocka01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d.adaptive-delivery-prevent-bg, #J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d.lazyload, #J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d.lazyloading { background-image: none; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row .container { background-color: transparent; background-image: none; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row .container > .video-iframe-container { display: none; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row > .video-iframe-container { display: none; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .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); }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row .container { border-width: 0; border-radius: 0; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#aodX9LOoLMVazVNXdtn58ATsmapnSTQD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.25rem;left:68.125rem; }
#h4FEdeyZFofnE519A06X3ZXo2QEsQ11u { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.25rem;left:66.75rem;display:block; }
#ZuB4xQ4mMG8AlR8ydpDyONveSDrNTfSW { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.6875rem;left:33.125rem;height:8.4375rem;font-style:normal;display:block; }
#p2TSFyVFf2oKszLoyRT7fmQZ2EqESQkA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;overflow:hidden;display:block; }
#AtBNX6aAERBmvKIu4egCRFyKmledExRQ { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;display:block; }
#k0xneihvzLicnPnhmKdqtql4xsCoDRZ5 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.375rem;left:33.125rem;height:3.5625rem;font-style:normal;display:block; }
#Gn2DFxy6SMBQFFNeLxsI33TiSrou1gwF { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.9375rem;left:33.125rem;height:2.0625rem;font-style:normal;display:block; }
#zorKyvLQADpryRQfroOd7SJIS25EVw8z { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;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:15007;text-align:center;text-align-last:center;top:41.76513671875rem;left:43.499755859375rem;display:block; }
#r9eVz2XsOyUrHvTpfl1T2ZaKMIETAMhm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTtuPDo77O3NynsFEohUN5WtAWzC6Q1c { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:34.6875rem;top:5.2490234375rem;left:32.139892578125rem;overflow:hidden;display:block; }
#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/b28ff17e-e2d2-4cf7-a3be-1325815e0781/newArvatoWEBDugolatkowiePawelPolom01202501.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC.adaptive-delivery-prevent-bg, #J3iiOATaRIOZZSoV7riW6k7XDoooLNvC.lazyload, #J3iiOATaRIOZZSoV7riW6k7XDoooLNvC.lazyloading { background-image: none; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row .container { background-color: transparent; background-image: none; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row .container > .video-iframe-container { display: none; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row > .video-iframe-container { display: none; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .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); }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row .container { border-width: 0; border-radius: 0; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#X5JomWeL1vIr6SaZgBJyDDSQSeyX5IPU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.25rem;left:68.125rem; }
#vJ2kJwSvyEOFKmQkSTEfTVWxPHNr5wSs { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.25rem;left:66.75rem;display:block; }
#z7L9M5uXeiVeidw9gqFXzMH190TgsDxo { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.6875rem;left:33.125rem;height:6.75rem;font-style:normal;display:block; }
#kGSQbT6xJn8hhTpUIuQfycOBWAF6TH7m { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;overflow:hidden;display:block; }
#eMmFbqFKRaqVf5pmgDwm8rUKesKSgPix { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:30.5rem;display:block; }
#TNxvU5SrJrNa3OVrfNHplsFwkuN7HPwp { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.375rem;left:33.125rem;height:3.5625rem;font-style:normal;display:block; }
#k15EqQcbD2DtGkUQXvKeTNgzlcLWbun0 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.9375rem;left:33.125rem;height:2.0625rem;font-style:normal;display:block; }
#Pa5xlZ40zDnOv3AKo5gqrtEnBepF8S9t { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;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:15007;text-align:center;text-align-last:center;top:41.76513671875rem;left:43.499755859375rem;display:block; }
#s0UUd7n6ouc5Im216JD08tp4ySXONVBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRB9AW2ETQ8qDdmmcTdHTyWqbMsBUwSV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:34.6875rem;top:5.2490234375rem;left:32.139892578125rem;overflow:hidden;display:block; }
#eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/672331ac-8451-4a7f-b688-136cbb23a8ed/Group3031.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6.adaptive-delivery-prevent-bg, #eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6.lazyload, #eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6.lazyloading { background-image: none; }#eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6 > .row .container { border-width: 0; border-radius: 0; }#eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6 > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:none; }#NPXTTDVI1poltZ6Ute66BWFpKBfFXepq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.625rem;left:39.875rem; }
#nIhh596mhqpskuFQkul6xlSTRymCe8PU { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.625rem;left:38.5rem;display:block; }
#QTAMTzpLDLE67EV4TQWtStVZSwKF2eRS { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.125rem;left:2.625rem;height:10.125rem;font-style:normal;display:block; }
#RJfisZTOrW2FQZi5rAHEO86fvTZh2JKK { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:0rem;overflow:hidden;display:block; }
#f81uGRkChVaMz20ZSFdnicgO7Dnp79ge { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:0rem;display:block; }
#Tg50RMTVW2ioUmEoeQa7Xxanv0AHkUKa { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:17.8125rem;left:2.625rem;height:3.56323125rem;font-style:normal;display:block; }
#OwBHckmrvMeW54WulxXGDLTERDo2eOsA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:42.625rem;left:32.75rem; }
#pV5AO4VRXEV0g60ysOy0mCwwfQwRr3wN { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.625rem;left:31.5rem;display:block; }
#Tihdkwxw42GoEnlLhZlV7hTx2Gt4Jhuh { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.375rem;left:2.625rem;height:2.0625rem;font-style:normal;display:block; }
#Ci8czgcgRgGyCRObElEFfPVsPyC8hqAO { color:#ffffff;display:block;width:74.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:1.4375rem;left:0rem;height:1.59375rem;font-style:normal;display:block; }
#NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/f985c6bb-4f00-4c40-8977-02cecf3a9832/Variant4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK.adaptive-delivery-prevent-bg, #NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK.lazyload, #NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK.lazyloading { background-image: none; }#NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK > .row .container { border-width: 0; border-radius: 0; }#NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:none; }#NEksEyCEC01Up3CcQNtfK6UA1XlnBr6R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.625rem;left:39.875rem; }
#tks1vJr9lNWBymFJTwH5vL9oXAowFcSI { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.625rem;left:38.5rem;display:block; }
#BaMTZQ8SxalHcnRqmUO4HtUIWcOfP7Tx { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.75rem;left:2.625rem;height:8.4375rem;font-style:normal;display:block; }
#T0gpDX6AzzpObVy08bgkETveettWrMB6 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:0rem;overflow:hidden;display:block; }
#KV2NIydQKyEpBg4lLiycLNW4zEx5eZc6 { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:0rem;display:block; }
#SkortNnwXuO52VIq1zxF1Lp122BOXTZM { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.625rem;height:3.56323125rem;font-style:normal;display:block; }
#NiUmAqfx5OuhWzfByt24f2e748qFb57G { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:42.625rem;left:32.75rem; }
#J1QElebRcaJQZo6pCGBRVDtqg2iVkinS { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.625rem;left:31.5rem;display:block; }
#EuLKViDUw5cHT2FRVQiFEAtbl8h7dLEh { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:23rem;left:2.625rem;height:2.0625rem;font-style:normal;display:block; }
#wZ8kpIlTGuUTrXe12IGWFBkJfNosAWRE { color:#ffffff;display:block;width:74.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:1.4375rem;left:0rem;height:4.78125rem;font-style:normal;display:block; }
#X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/cb1a3b15-033c-48fd-9b66-66e71a561d97/Variant7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT.adaptive-delivery-prevent-bg, #X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT.lazyload, #X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT.lazyloading { background-image: none; }#X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT > .row .container { border-width: 0; border-radius: 0; }#X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:none; }#OrUEdF19uxRgWXEDsxnclrAkRoToPMgy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.625rem;left:39.875rem; }
#Sdox3UHL3UMRh2H0wmTOixm6XnBEJNKL { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.625rem;left:38.5rem;display:block; }
#DIZVyZVVq0iA5InXvtbnun5RxEfV6u2m { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25.5625rem;left:2.625rem;height:8.4375rem;font-style:normal;display:block; }
#eMROOWDiRI3dRzNuHZV0yRnH4pP6r1Lt { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:0rem;overflow:hidden;display:block; }
#AS6fir0A6oRiJl1LNM6p4qe6igZtfkPl { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:0rem;display:block; }
#wPRNyUUNB69G3glXzdGyv6mUDHfCz0u9 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.25rem;left:2.625rem;height:3.56323125rem;font-style:normal;display:block; }
#esWU6iBmUIe2bbnvJ6Fd7Mkof8Z1TOWh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:42.625rem;left:32.75rem; }
#ASB7U3bHOmes1c4g6Ou1JKekEqpaqtii { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.625rem;left:31.5rem;display:block; }
#Tkumi1z2wPnplzZo6JdL3L5Ss8vHDQff { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.8125rem;left:2.625rem;height:2.0625rem;font-style:normal;display:block; }
#MOFFwGiuw2f9Z5qlDw8T2GNm6F9H2iWT { color:#ffffff;display:block;width:74.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:1.4375rem;left:0rem;height:4.78125rem;font-style:normal;display:block; }
#ZsTslQGXJX6iTDfTQirICTTwkP94iDWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/82972bb4-8b78-4aff-836a-bf5b12f5af22/Variant7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZsTslQGXJX6iTDfTQirICTTwkP94iDWT.adaptive-delivery-prevent-bg, #ZsTslQGXJX6iTDfTQirICTTwkP94iDWT.lazyload, #ZsTslQGXJX6iTDfTQirICTTwkP94iDWT.lazyloading { background-image: none; }#ZsTslQGXJX6iTDfTQirICTTwkP94iDWT > .row .container { border-width: 0; border-radius: 0; }#ZsTslQGXJX6iTDfTQirICTTwkP94iDWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsTslQGXJX6iTDfTQirICTTwkP94iDWT > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:none; }#qcBBNzxQL0chQIn9qLvW6ca8CA8a3ytC { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:25rem;left:2.625rem;height:10.125rem;font-style:normal;display:block; }
#i7GrVoN2ED101G2N3mX0FpIh9Z1i3k2f { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:0rem;overflow:hidden;display:block; }
#C8sJRMMonEEiSHmr0Gg69HHgkasmesZw { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:0rem;display:block; }
#Gby77T9v6dmfspt3k3ypvJDP7o3B4e00 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:17.6875rem;left:2.625rem;height:3.56323125rem;font-style:normal;display:block; }
#rfGeiXssx7AhaHPdZKWS3brWTcy8z8bP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:42.625rem;left:32.75rem; }
#ql6TeHNNTL4pseeqQNHkbrBi80zqhdRs { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.625rem;left:31.5rem;display:block; }
#H8BTecB9QrF2xfLwaITVRaEVCLVQZLrI { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.25rem;left:2.625rem;height:2.0625rem;font-style:normal;display:block; }
#AiTSs3k3ZzceDkXWAl3DXbHH5VIf04Tb { color:#ffffff;display:block;width:74.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.4375rem;left:0rem;height:4.78125rem;font-style:normal;display:block; }
#te9eHnx3cdApF2GMiK5aFV4VFcx1p0i2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.625rem;left:39.875rem; }
#MErwLU9LcDd3eWLSgPDrEtLIox0uUkxl { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.625rem;left:38.5rem;display:block; }
#Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d27;background-image:url("https://images.assets-landingi.com/uc/9ef4e35c-472c-4dd6-82e4-63d059fb0852/Component1012.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS.adaptive-delivery-prevent-bg, #Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS.lazyload, #Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS.lazyloading { background-image: none; }#Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS > .row .container { border-width: 0; border-radius: 0; }#Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:none; }#yxq3xWoRoSfI7aqrtf3KDkFhLfX17EwP { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:22.25rem;left:2.625rem;height:2.0625rem;font-style:normal;display:block; }
#FLFEFTioHLcMMOlLMS9UcNmIWiTfwFxE { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:0rem;overflow:hidden;display:block; }
#nEBm2sdxttsD6k5QTTB0tKPX3kLMfiaW { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.75rem;width:41.1875rem;top:15.1875rem;left:0rem;display:block; }
#XlH1sX3Sz88BaT76lUgv0AHJCVKosDOw { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:17.6875rem;left:2.625rem;height:3.56323125rem;font-style:normal;display:block; }
#D1OExTMQDFXHShe44yxHRydU7hEi0zBH { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:25rem;left:2.625rem;height:10.125rem;font-style:normal;display:block; }
#OStNowMr6KIMRADyBQTAw1DZ8Zlzz6JN { color:#ffffff;display:block;width:74.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4375rem;left:0rem;height:4.78125rem;font-style:normal;display:block; }
#mOSAhbEPLUEDMggU8zkEm86yvb1fXRsh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:42.625rem;left:32.75rem; }
#GN4rFT5u0GP6RwTEFDAeX7htDc7oN7gK { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.5rem;width:5rem;top:42.625rem;left:31.5rem;display:block; }
#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 { position:relative;display:block; }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 { background-color: transparent; background-image: none; }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 > .row .container > .video-iframe-container { display: none; }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 > .row > .video-iframe-container { display: none; }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 > .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); }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 { border-width: 0; border-radius: 0; }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 > .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; }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z6u4klnoypzgbiuC31L5MzoAAlle6C35 { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.4375rem;left:2.96875rem;height:4.78125rem;font-style:normal;display:block; }
#spOgd5OkqEneAGTmfQBDS0UtO7EC1ihy { 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:23.5rem;width:70.75rem;top:7.5rem;left:2.125rem;overflow:hidden;display:block; }
#ahv4DwMJKHi6k6MMNCBhDlRlF5AfZMNr { position:relative;display:none; }#ahv4DwMJKHi6k6MMNCBhDlRlF5AfZMNr { border-width: 0; border-radius: 0; }#ahv4DwMJKHi6k6MMNCBhDlRlF5AfZMNr > .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; }#ahv4DwMJKHi6k6MMNCBhDlRlF5AfZMNr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WDRLwdz9CrUtlTVnFqF2DQSEdBtLDCXi { position:absolute;display:block;z-index:15000;background-color:#cf2c91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:67.625rem;top:0rem;left:3.6875rem;display:block; }
#JzaQxaw9FDnwT0DTQCIm9IqT7TNLbKft { color:#000000;display:block;width:58.625rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8125rem;left:8.25rem;height:4.500325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqXqNBC06fGqlRUvuMeRfCvDmTU3tGHu { color:#000000;display:block;width:59.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.3125rem;left:7.84375rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5x2d8MROormzUW2sSDkdw55XyHLgV3W { background-color:#101010;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;box-shadow: none;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:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.75rem;left:33.5625rem;display:block; }
#bGSi2a6M1ZKZkDNd4LeFl0WLXvoFLniC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row .container { background-color: transparent; background-image: none; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row .container > .video-iframe-container { display: none; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row > .video-iframe-container { display: block; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .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); }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row .container { border-width: 0; border-radius: 0; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:block; }#iNeG0nXELeqz86XvqXnzFL9RDaUOJrN7 { position:absolute;display:block;z-index:15000;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;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4.21875rem;left:3.5rem;display:block; }
#urB1TMtselS85PfqNkGGAp3DRC7wkxE7 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:10.28125rem;left:4.71875rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWg6gcsyJBpHZ4UEV2ZTKXdDBs8dDR2K { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:7.40625rem;left:4.71875rem;height:2.34375rem;font-style:normal;display:block; }
#H26o30FQKtZLykl9byzBIkWgzUnmSfns { position:absolute;display:block;z-index:15002;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.9375rem;width:3.9375rem;top:17.8125rem;left:4.96875rem;overflow:hidden;display:block; }
#PtOfmrWdCTOaCKtLu3LGnDPwaanzHnTm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:18.8125rem;left:20.28125rem;overflow:hidden;display:block; }
#UMTChCpTFnTPi5STq3aeBoaeyvKETdmH { position:absolute;display:block;z-index:15001;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;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4.21875rem;left:27.03125rem;display:block; }
#dMfDUfi5usXaalg9WHGp4ydKwdDkoU6q { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:10.71875rem;left:28.40625rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQE9PenEz3HFaQpfEgqSnUMsJ4fETSI0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:2.875rem;top:17.8125rem;left:28.59375rem;overflow:hidden;display:block; }
#up7m5fJlF8OoAeTvnZrvlczXp5ENW9S2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:18.8125rem;left:43.78125rem;overflow:hidden;display:block; }
#J4HER6cGTHTvBSQ6DgxI3LcuQoyLceNN { position:absolute;display:block;z-index:15002;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;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4.21875rem;left:50.53125rem;display:block; }
#b79DF9D0WUZTmBQR1kLcXGKAlFcIiClC { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.75rem;left:52.375rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHTwcAfTXx73K19171vL3IZLDETtfc3x { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:17.84375rem;left:52.375rem;overflow:hidden;display:block; }
#KFtnRlDMgErrTV9QRFgmT5tehTzchPvX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:18.28125rem;left:67.34375rem;overflow:hidden;display:block; }
#rwRZ5Pud4qDvkXHaOFhangtF8BetL4wB { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:7.40625rem;left:28.40625rem;height:2.34375rem;font-style:normal;display:block; }
#cLszMcb5oPPFipTEFUGnOoBxFSMCaZ8I { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:7.40625rem;left:52.375rem;height:2.34375rem;font-style:normal;display:block; }
#dgCkwGcAcV8bO3zCbXxIhe0nlgZNJCZ6 { position:absolute;display:block;z-index:14999;background-color:#cf2c91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4.5625rem;left:3.8125rem;display:block; }
#cpciENh6A2Mxzo2CQHkSD1rqJvvtLx5W { position:absolute;display:block;z-index:14998;background-color:#00b8de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:3.96875rem;left:3.25rem;display:block; }
#lN5QIxL95Osp6L6gXHspeVQywnPaPn00 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4.21875rem;left:3.5rem;display:block; }
#TLEZas7z0pI9XtRZQviTImPLXxLKlTQQ { position:absolute;display:block;z-index:14996;background-color:#00b8de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4rem;left:26.8125rem;display:block; }
#THQaaIBN2RyLKatxLReSmtsSqbsq7y3g { position:absolute;display:block;z-index:14997;background-color:#cf2c91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4.5625rem;left:27.375rem;display:block; }
#bONgVC2SsMosC50dlaTQ3m1sx0ViPdT9 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4.25rem;left:27.0625rem;display:block; }
#JooxRwI8JzTChJOTx6uzuwyL6OPRwgoR { position:absolute;display:block;z-index:14999;background-color:#00b8de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4rem;left:50.3125rem;display:block; }
#kK9pE2c9Vm9mepROvWSCBAopd9Kqk5eX { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4.25rem;left:50.5625rem;display:block; }
#IE9oeVtJTIuq6Mi4bxaTdU6ybccJaeau { position:absolute;display:block;z-index:15000;background-color:#cf2c91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:4.5625rem;left:50.875rem;display:block; }
#qG9TWHC2y8yrsMJDMgfUhXvxBs3vsQ8S { position:absolute;display:block;z-index:14998;background-color:#00b8de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:26.9375rem;left:3.25rem;display:block; }
#QuqE04elaIaA616RhiQfEae66y947gBb { position:absolute;display:block;z-index:15000;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;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:27.1875rem;left:3.5rem;display:block; }
#TlOhcc46qXi6SVXuN4LccTyrTHvXycOc { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:27.1875rem;left:3.5rem;display:block; }
#pXDETEnwRwTcuzi5IMrHl4TASbswin9h { position:absolute;display:block;z-index:14999;background-color:#cf2c91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:27.5rem;left:3.8125rem;display:block; }
#uiLbPAAqWo07TBbBu5TVgLB706moSVPR { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:30.375rem;left:4.6875rem;height:2.53125rem;font-style:normal;display:block; }
#McCKT12nctgkqsA26h9Xp3seviwTLolI { position:absolute;display:block;z-index:15001;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;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:27.1875rem;left:27rem;display:block; }
#yklW2Z5SkrWUcr2bxvCW1gXFJPfto1it { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:30.375rem;left:28.375rem;height:;font-style:normal;display:block; }
#W7B007N0UZSl0WiV69WWOiOomfPafRnl { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:27.1875rem;left:27.0625rem;display:block; }
#qFAiv5BRbZbPulrW7Xh42GdsS1KMaFTm { position:absolute;display:block;z-index:14996;background-color:#00b8de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:26.9375rem;left:26.8125rem;display:block; }
#g1hv28a6VCwdxTo326TSdiDeT9JmTs4t { position:absolute;display:block;z-index:14997;background-color:#cf2c91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:27.5rem;left:27.375rem;display:block; }
#mIR0anCT7K62HxcowK2PCJnCf5Nf67Le { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:33.6875rem;left:4.6875rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yVZAFRSV5ToH6Hd7OArTi4kCTiXsRaix { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.625rem;top:39.9375rem;left:4.9375rem;overflow:hidden;display:block; }
#X2oIJd7n5agXW9oKTVrwOSMg5SXHfnFT { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:33.6875rem;left:28.375rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVnKo9w9KQFqtSo9ouz05MCnkVlfFL51 { position:absolute;display:block;z-index:15003;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:4rem;width:4.3125rem;top:40.875rem;left:28.375rem;overflow:hidden;display:block; }
#ZxRIbuft6beM0tzveHBs4dQQATnfi35M { position:absolute;display:block;z-index:15002;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;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:27.1875rem;left:50.5rem;display:block; }
#UoiJ8UbsGZ6RCSSIFhdBydgCKGopWsGe { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:33.6875rem;left:52.375rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5JhWL0FkXwDNE81M5zT7s3hO3LGSeK2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:40.75rem;left:52.375rem;overflow:hidden;display:block; }
#yAZQFC4rMq584CxUtnU1pPJGvxVlclNo { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:30.375rem;left:52.375rem;height:2.53125rem;font-style:normal;display:block; }
#X1l93bBcpJSfctMSUOnIgu5X6PzGVeGV { position:absolute;display:block;z-index:14999;background-color:#00b8de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:26.9375rem;left:50.3125rem;display:block; }
#XE8EpE9cf13Uy6KMpE37GzVV5rtCfHpb { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:27.1875rem;left:50.5625rem;display:block; }
#b6m21iSOgeN677oZSNSZeD4Dg8zh6I9x { position:absolute;display:block;z-index:15000;background-color:#cf2c91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20rem;width:20.9375rem;top:27.5rem;left:50.875rem;display:block; }
#ckPuO2Jk9ggSGMt6h2TrNfnuuTUSTrdQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:41.75rem;left:20.25rem;overflow:hidden;display:block; }
#bO7N5Ezl3F7gZvTBJGmclbMWNv6t26Na { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:41.75rem;left:43.75rem;overflow:hidden;display:block; }
#GOEOQNTaIdop2Txrrec1Ni66vhEwAHW0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:41.25rem;left:67.3125rem;overflow:hidden;display:block; }
#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bc08a3;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; }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .row .container { background-color: transparent; background-image: none; }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .row .container > .video-iframe-container { display: none; }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .row > .video-iframe-container { display: none; }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .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); }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .row .container { border-width: 0; border-radius: 0; }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/56a96373-369c-4b20-8f91-10b0a60f307b/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC.adaptive-delivery-prevent-bg, #EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC.lazyload, #EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC.lazyloading { background-image: none; }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .row .container { background-color: transparent; background-image: none; }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .row .container > .video-iframe-container { display: none; }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .row > .video-iframe-container { display: none; }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .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); }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .row .container { border-width: 0; border-radius: 0; }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;overflow:visible;position:relative;display:block; }#adaQh7dL40MNkFPzRz7oTrF7kTR8eds4 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:2.76245rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wlsn9EirwckWnT0BH6OZC5HRBXrrpS8t { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.262499809265rem;left:0rem;height:5.20019375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yG1NC5JrsTO8tNUOflvupTtqpTzGkD2i { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:12.25rem;top:11.875rem;left:-0.375rem;overflow:hidden;display:block; }
#qeXUHuVKlGQ1ohk0KraHJMoPR6ceAM9f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.625rem;width:13.125rem;top:9.3125rem;left:15.0625rem;overflow:hidden;display:block; }
#y1u1uxNTkyTSLNrsGrMn0KfVAEiICvUW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.9375rem;width:12.9375rem;top:11.6875rem;left:22.1875rem;overflow:hidden;display:none; }
#TPi8362wpFPTiHvei23Gnzov0wPH9H9V { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.3125rem;width:12.75rem;top:12.4375rem;left:23.6875rem;overflow:hidden;display:block; }
#dzQlNZX9w6HI4GhmSTWIiC1LkTR1DfOA { position:absolute;display:block;z-index:15009;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:42.5rem;width:12.5rem;top:11.375rem;left:32.5625rem;overflow:hidden;display:block; }
#A51kAfApXRQINkm3gHQckiH6Xq2IpuwD { position:absolute;display:block;z-index:15010;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:42.6875rem;width:12.5625rem;top:10.8125rem;left:42.125rem;overflow:hidden;display:block; }
#JvcNFMlkBo832EJLtbKvza1VsEIDTtNe { 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:44.625rem;width:13.125rem;top:9.3125rem;left:15.0625rem;overflow:hidden;display:block; }
#fB80duwhTt1ZOICUod5LiUoouSPonK8p { position:absolute;display:block;z-index:14996;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:43.9375rem;width:12.9375rem;top:11.6875rem;left:22.125rem;overflow:hidden;display:none; }
#iUrH9Ti6dRA9NHT0twPMxMhOybz7MtkX { 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:43.3125rem;width:12.75rem;top:12.4375rem;left:23.6875rem;overflow:hidden;display:block; }
#z6X0evGP5vl8e2r7Tq2Xk4yOlI9vyd9o { position:absolute;display:block;z-index:14993;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:42.5rem;width:12.5rem;top:11.4375rem;left:32.5625rem;overflow:hidden;display:block; }
#NzFJ6IAymDBwiIqpmSSdubkZJb1iVAh4 { position:absolute;display:block;z-index:14992;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:42.6875rem;width:12.5625rem;top:10.875rem;left:42.125rem;overflow:hidden;display:block; }
#TiAGzKw8s65Out6R4FgPHS6B0gz3SPGw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.6875rem;top:13.28125rem;left:12.75rem;overflow:hidden;display:block; }
#P3CUMZ2GNFBJpXh4T6T6FSdykw60RvSV { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.75rem;left:55rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BKfT58LG7VXEUSIOlgUOWtUAwwKmi8It { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.75rem;left:60.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#feLDnvfExfeELbbqdIQgi2CBMaqe5CDv { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.75rem;left:67.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IP20RH8dkc0yhAgAG1molsTf4smrBRKO { position:absolute;display:block;z-index:15008;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:34.375rem;top:5.8125rem;left:40.625rem;display:none; }
#fIras3a4RJwnm152gu2Aq5sXr9O2dbh6 { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:2.75rem;left:47.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RiKLRMrsgPUT60lZInwu3f6ynCV6g0B9 { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:42.1875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Wu5PaW5BTIMxTCX2gLh22kq3ehx30aZT { position:absolute;display:block;z-index:15007;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:52.9375rem;left:0rem;display:block; }
#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .row .container { background-color: transparent; background-image: none; }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .row .container > .video-iframe-container { display: none; }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .row > .video-iframe-container { display: none; }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .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); }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .row .container { border-width: 0; border-radius: 0; }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .row .container { font-size:0.875rem;font-family:arial;height:70.875rem;width:75rem;position:relative;display:block; }#eqrliol5UpvhISmlr2P5pHiuvxo0uN56 { position:absolute;display:block;z-index:15000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:70.875rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#kAlxXW2dchqAEaOBfNzdT0fcq1ZZT0nF { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:8.875rem;left:42.5625rem;height:3.9375rem;font-style:normal;display:block; }
#PVSewa43DQv98qmhTxTr00dMnwbhixX0 { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14.6875rem;left:42.562502503395rem;height:54.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTdnBoAKKwcRm305puBAFPv6uFtO8cqr { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#fh83bIXlPuf9tcKTs8Dkm3TtxOAZZaXF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.125rem;left:70.625rem; }
#WSTRVTkiT6Xng7TS5SF6qX3y1VgTa1nB { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .row .container { background-color: transparent; background-image: none; }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .row .container > .video-iframe-container { display: none; }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .row > .video-iframe-container { display: none; }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .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); }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .row .container { border-width: 0; border-radius: 0; }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#iHlTviSUDSxSuxFb4UqlXUzFbVZg2Dc9 { position:absolute;display:block;z-index:15000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63.5rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#WQE5dI8OXIh0VLWcHTB2p6JbntxQ2QmQ { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"roboto condensed";font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.875rem;left:42.5625rem;height:3.9375rem;font-style:normal;display:block; }
#vnl5wv6IuiA9BLbCgmbtQe8HNAlAkdZn { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14.5625rem;left:42.5625rem;height:51rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MJInTVKUJz5szyHVuVMARGibNMig5gxa { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#sEi4la7bTkJ2A4GWz3qqWU1ME2DoUP8C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.125rem;left:70.625rem; }
#sMdDTx21KQ0wRV8IXtiTxHdvVu8hLiw8 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .row .container { background-color: transparent; background-image: none; }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .row .container > .video-iframe-container { display: none; }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .row > .video-iframe-container { display: none; }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .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); }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .row .container { border-width: 0; border-radius: 0; }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#DSkCqEROggdiCNbiCtr0PNDTAJ86tdlR { position:absolute;display:block;z-index:15000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.9375rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#BI9CI0iTaD7Md0Z8AEmyRUGlb6ZVVHmG { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"roboto condensed";font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.875rem;left:42.5625rem;height:3.9375rem;font-style:normal;display:block; }
#mlxy0d3JcdAsUOfwk02f1tp7EtvRzbbV { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14.5625rem;left:42.5625rem;height:43.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WXxXPxSFOJTdoR82hpwaKFNW84G38xds { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#BRUTcBAtRwhDq8zZvMn6PGCxU88Hmq19 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.125rem;left:70.625rem; }
#EtWbsL7zoTh5c1ah7TJiIzeLhP7mn7gU { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .row .container { background-color: transparent; background-image: none; }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .row .container > .video-iframe-container { display: none; }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .row > .video-iframe-container { display: none; }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .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); }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .row .container { border-width: 0; border-radius: 0; }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .row .container { font-size:0.875rem;font-family:arial;height:61.125rem;width:75rem;position:relative;display:block; }#TxkqmgTa3oaRzF4Tyt3w4QbQNA2PpA2M { position:absolute;display:block;z-index:15000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61.125rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#cTk6XsagkuJVtF9KUgUgDtE5C2cXE5OF { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.875rem;left:42.5625rem;height:3.9375rem;font-style:normal;display:block; }
#HJhxIw6IPATQKBQEqaw5WqtuhsuPKK8x { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14.436889648438rem;left:42.906252503395rem;height:49.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AyxUxZGp624TfbsdMXVWQw4UTSPoU1d2 { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#Eg5ERSmCyALVH7yibdddKWTZGyO9hXTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.125rem;left:70.625rem; }
#KeXQ4C4uxU0MtXKP5UnbTlf2yv3Cva0q { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .row .container { background-color: transparent; background-image: none; }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .row .container > .video-iframe-container { display: none; }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .row > .video-iframe-container { display: none; }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .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); }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .row .container { border-width: 0; border-radius: 0; }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .row .container { font-size:0.875rem;font-family:arial;height:65.1875rem;width:75rem;position:relative;display:block; }#NT6UtPhieCn3TvACVuuWi73TQVgQXT6d { position:absolute;display:block;z-index:15000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63.3125rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#RrlTmrfmCEgvpsXr6Q6WXP3ybhykGEgG { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.875rem;left:42.5625rem;height:3.9375rem;font-style:normal;display:block; }
#hkhshV3anGHbmKwyalCnrKg0odE3dJyt { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14.5625rem;left:42.5625rem;height:54.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zpKRBoX0VJ7FGzgCdthWKWlwdLMHyhRF { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#ckKFOmU9vDbn9aAsTvMTAZ51CiBwUXgb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.125rem;left:70.625rem; }
#iT770ffzw4fdsFKvopzmHUPJeSFnTLvH { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .row .container { background-color: transparent; background-image: none; }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .row .container > .video-iframe-container { display: none; }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .row > .video-iframe-container { display: none; }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .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); }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .row .container { border-width: 0; border-radius: 0; }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#U6OKcf2TvkItiv5i8NiKvi9fMzUvtsy3 { position:absolute;display:block;z-index:15000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.9375rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#b81yhUeVtX1kxBICc2EVTSMT63UbMtnf { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.875rem;left:42.5625rem;height:3.9375rem;font-style:normal;display:block; }
#xCTMBp8R9e8S9Jk0HZERGxkb412C5WTU { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14.5625rem;left:42.5625rem;height:33.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dboM0wAmJnX4RuF3SBDozissyVhfuaTo { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#pSLcmc7EkZmsQfIoSeJoM4tQr6STgtgB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.125rem;left:70.625rem; }
#A7AhcPVUW7vk0q0V4M3kW3aUnky2x3XC { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:69.4375rem;display:block; }
#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .row .container { background-color: transparent; background-image: none; }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .row .container > .video-iframe-container { display: none; }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .row > .video-iframe-container { display: none; }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .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); }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .row .container { border-width: 0; border-radius: 0; }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#KmkxQWCNG4vHTAL9HH279ck1rbynrmih { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.810546875rem;left:47.812502503395rem;height:2.1254875rem;font-style:normal;display:block; }
#rrBeqPfTFnVDTaPhtnwydZdUbJJyLXTZ { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:6.248046875rem;left:47.812502503395rem;height:1.23730625rem;font-style:normal;display:block; }
#KECoJI2AMqIne77mng9o1fnvD1oPPnBg { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:9.9296684265138rem;left:47.812501907349rem;height:1.01236875rem;font-style:normal;display:block; }
#Tpi7MNmKpUi4g8q8KeqHSmmmmZt80Kew { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.875rem;top:2.8098964691162rem;left:5.9153652191162rem;overflow:hidden;display:block; }
#LFpFPdF7FgMLKI9nguIhGfhpdZHXfXQr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.248678207398rem;left:51.229166030884rem; }
#LFpFPdF7FgMLKI9nguIhGfhpdZHXfXQr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Nv9Uqr6dLi0FmzzlN50xNVVV1OCPaCrt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.247375488281rem;left:54.812501907349rem; }
#Nv9Uqr6dLi0FmzzlN50xNVVV1OCPaCrt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#iGHX2fqC2d6UB0JtmVy9KxRlHo9WGtAK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.249980926514rem;left:47.812501907349rem; }
#iGHX2fqC2d6UB0JtmVy9KxRlHo9WGtAK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#CvKyvhUxP2C7vhFBqNdsnKW6TvKO5oMT { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:18.958333015442rem;left:0rem;display:block; }
#MgWFWTfVlwH9F1iUpGZiTabSnJ3SfQUz { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:21.053387641907rem;left:5.9153652191162rem;height:0.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Utq0ovihLBdhxm936NDKCMovlZNX7o1L { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:.9;letter-spacing:0;top:21.0625rem;left:16.375rem;height:0.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xs4tRfy9yhbl6o5EQVNlg8pSctBlcKCT { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:21.0625rem;left:26.9375rem;height:0.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cedI90ROHUxqMPsFPdLo270k5X9mlC1s { display:none; }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCglnVIfoViLD4NZkGfUQsXZRZAGA2kU { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJvzdd4ib9dIAtmw2bLPly5JOzIUTQFn { width:5.0625rem;height:1.1875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXS5zRAFbQ24HNF44GdyTZplgDtES7KI { display:none; }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KvkEURlJy3u1hg0LQmISRAhqWmkDKuWO { width:8.3125rem;height:2.5625rem;top:0.5rem;left:22.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3MUbQyeBbsuvp1do45O5657Ddl4Inqv { display:block; }
 }@media only screen and (max-width: 763px) { #FB0cnXPfaT0ONwMaBcTx2XwJoXnV3tu8 { width:6.75rem;height:2.5625rem;top:0.5rem;left:32.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKIFDMxWGpqQud83SHTaA8xuswWOyCIS { display:block; }
 }@media only screen and (max-width: 763px) { #kQe4ahF0W33TMLh75xePKTuFlAX8UPcw { width:5.125rem;height:2.5625rem;top:0.5rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCQwbMtJVXObqOT6EhV1DN2FqseHUNO9 { display:block; }
 }@media only screen and (max-width: 763px) { #EGOr2TWy53EnP9rdqlbK5bfs2pC3a3dT { width:6.375rem;height:2.5625rem;top:0.5rem;left:41.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAciJX3tXmqqQfxLiZzBcqRz99hO9nyD { display:block; }
 }@media only screen and (max-width: 763px) { #iOAnPyiDtT2H3vhHB0v5DbfxiXJnaIiB { width:6.1875rem;height:2.5625rem;top:0.5rem;left:41.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZXEU9kIL5k6FAhg6n1STrZRqBs9Lpm0 { display:block; }
 }@media only screen and (max-width: 763px) { #NX2dc0CiizB2xTT1orXyFndzTsxVZUOr { width:6.1875rem;height:2.5625rem;top:0.5rem;left:41.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpUDf9RHRWbhaQD1C38zoDOwLDMygM0v { display:block; }
 }@media only screen and (max-width: 763px) { #CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA { display:block; }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DihLtKQiIIrN2x7BgbUJaHUVlvZWyRF9 { width:5.0625rem;height:1.1875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqkZomIPx3XOo3DhJ0scItwauvhmUOy9 { width:5.0625rem;height:1.1875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVSaeRZCNhfVdPiKWsz9hAnTd79lQiWn { width:4.125rem;height:2.5rem;top:2.5625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWnlIBBee9Ru9AhboCKgoVzvaCqkfffh { display:block; }
 }@media only screen and (max-width: 763px) { #VePuJTkNbbM1TgT94bnT2ng9zCchA6B9 { width:8.875rem;height:2.5rem;top:2.5625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T01c7RaQAgzWBe16BRUN2fDCC9R7rQEt { display:block; }
 }@media only screen and (max-width: 763px) { #ysWpaEb23RoMEGVoWJaw9HzTOZNVpQ6U { width:3.875rem;height:2.5rem;top:2.5625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUR0zdIMv3EEnZCGXta906uny7gq6C0D { display:block; }
 }@media only screen and (max-width: 763px) { #zBrkaJqS1h0dMFqfWhcHUvyqe9FBZDvf { width:5.25rem;height:2.5625rem;top:2.5625rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtpJilUrTHsyE2qXzuUWMcxOAS5OiokB { display:block; }
 }@media only screen and (max-width: 763px) { #LKZOzNyr8N2lb5xVq4ukZoiTbKlb3FQ1 { width:7.1875rem;height:2.5rem;top:2.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAyuDEbJ6VZphVePCMHJ7uDgx7xDlzXQ { display:block; }
 }@media only screen and (max-width: 763px) { #y9nclmVZMQQ6FsUvuQQ8ySyiI3aODvHB { width:4.6875rem;height:2.5rem;top:2.5625rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnQG8BPptR6Fvo2qhT9kn8746oWmHR4q { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mR5TlMXpbPNn8O5GVaf6Ed4TMSrSIB3A { width:40.5rem;height:12.625rem;top:11.375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMSsuSltvC8fVaz6Vr0BvgUSlMsxvo1E { width:40.5rem;height:12.625rem;top:11.3125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDGwlWrLSdG2y6015ooMrTV83U9DUASn { width:40.5rem;height:12.625rem;top:11.4375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5D22Kq6snhor9V88E45WCmsGITilOT3 { width:47.75rem;height:9.375rem;top:22.1875rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 { display:block; }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyvCINmSPZPZlXlaNU82nG6fCXytODcC { width:47.75rem;height:4.75rem;top:2.5rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ty3mcP67xshmI5bTOMgegR4IwJ5mewVU { width:11.75rem;height:9.875rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMATkvf27tuiuNX0TO4KZCQyWoErRJ9f { width:9.75rem;height:1.5625rem;top:16.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCQd553oAzAky3D3hWEAvlTDWc2TWhwl { width:10.6875rem;height:4.5rem;top:10.4375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbCELpVWHH1BZy7MSUTmWTfDM0ETTSez { width:11.75rem;height:9.875rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv0tThTpMH5fOgeOJJ2i5XTRlD4Z9kSU { width:10.625rem;height:4.5rem;top:10.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9zTd55T47T7TnVUDrcgB5qs87Lna2ZA { width:9.75rem;height:1.5625rem;top:16.125rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O529HJhP1D1vm6QH5SnB8CRvzioxSTaM { width:11.75rem;height:9.875rem;top:9.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMNNuT37tu1nF4DmtLqNWXpUb3hXOU0i { width:5.5625rem;height:4.5rem;top:10.5rem;left:17.40625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDfwfWEzQzxiUCL8AzBr24vFrZ5LtNpw { width:10.5625rem;height:3.1875rem;top:15.3125rem;left:12.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itc8ygVFmAHgGMqoU1KDwanTOE4uoaw8 { width:11.75rem;height:9.875rem;top:9.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSHsKAHS70sQhbcWyMI4ygohXPAALcle { width:10.5625rem;height:1.5625rem;top:16.125rem;left:25.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rddmMzwd4GDpfHqlxWfPyIexmSHATBg2 { width:10.6875rem;height:4.5rem;top:10.4375rem;left:25.03125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmwAw5LwB5QzPadM9TkXmycSUmkTRGSi { width:11.75rem;height:9.875rem;top:9.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBPrRbV5vtn4pJOgi7w6DVWfNfrSwWfU { width:6.875rem;height:4.5rem;top:10.4375rem;left:37.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK97dd90wiI3MQIZRb4OhIBtZrCrQkgG { width:10.5625rem;height:1.5625rem;top:16.125rem;left:37.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCQal1VPciNMbd0ZeQPeNCqDvcgraM5T { width:11.75rem;height:9.875rem;top:9.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQnQ6Wl70xRc95JxpM85hrTfpelZnhUB { width:10.6875rem;height:4.5rem;top:10.4375rem;left:37.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyltvSwtG9JghqQ6wL5v3wdWIrzAArq5 { width:10.5625rem;height:1.5625rem;top:16.125rem;left:37.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQXuoSAMCtdJATcDHoSe6PQPhhxiuNkq { width:5.5rem;height:4.5rem;top:10.5625rem;left:12.21875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5mOTz88yW3W383eGnT4QLVCkkr9XuZg { width:6rem;height:4.5rem;top:10.375rem;left:37.59375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTDmhkpz7c1UDbCynB1KuTl3XCIaaIXf { width:47.75rem;height:26.507543143397rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho { display:block; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C { display:block; }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL { display:block; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htaPmVPTTAuwKfcSuxDop8AZNOHgIs6N { top:42.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAtfFTe8WDKPkEIfoMv3hM5gTLBciL1L { width:5rem;height:2.5rem;top:42.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlnembN1Xko9gpmCT4OKuC6XcgeecTM1 { width:35.9375rem;height:10.125rem;top:25.6875rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FioErFxesgHckrpdTbedbnHzmRoWknWS { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vImx92mL4lDqw0X9IGyX1QsphPWR93Dg { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peNiqASTy3wVRogT1UI7lyuyfb4KZoGh { width:35.9375rem;height:3.5625rem;top:18.375rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLhIb89bDBRGVi9QZSSEc5G5zCpRQv4F { width:35.9375rem;height:2rem;top:22.9375rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDX1VgXg2731FmXGGs9TFBcIFPMsoghA { width:17.5rem;height:3.4375rem;top:41.75rem;left:29.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARGbSMfIi90w1nI6v3iZDsW3ImSAdfmo { display:block; }
 }@media only screen and (max-width: 763px) { #VfX4SslqhGsUPh0MKfQCqq59GJTnspsv { width:34.6875rem;height:5.625rem;top:5.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg { display:block; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2OzaBP8SzF3WBHaJBABmbT2JZIQRDwO { top:42.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfraowpMBnHc0FV0dGwJsvOINdUso7Xv { width:5rem;height:2.5rem;top:42.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLrJubsOxcAoehzD37L4VSWlJidZE2kN { width:35.9375rem;height:5rem;top:25.6875rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwHqNCZxaSi41AaHRob3oteotsMcP26B { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDXgOEMZ1H46g2NaGhsuNnNve8JXk6N8 { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9d33sZwCgVwFMFc1Tv9xTM8zRqD7vRX { width:35.9375rem;height:3.5rem;top:18.375rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paVAMVSt8qVVGQJLyTVWaBS4gqk96rVr { width:35.9375rem;height:2rem;top:22.9375rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efoFTuttmoDZTuNAWl5ogptprWuDv9Et { width:17.5rem;height:3.4375rem;top:41.75rem;left:29.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzyK0wBXXOGquNWZCcCXGwkLQCBrau2O { display:block; }
 }@media only screen and (max-width: 763px) { #oqU0qvRXTi6XruxAGHaoS69SzGdvrcUu { width:34.6875rem;height:5.625rem;top:5.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF { display:block; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vM2lZ7c9T8WywCEMEeQ1MEX3zNqRTBXQ { top:42.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9SHzJZtZt34ngDEw2LT1qtDwySrZpGP { width:5rem;height:2.5rem;top:42.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3nmyNmh65UL6wfALGeBvPTVHSwFrkI { width:35.9375rem;height:6.6875rem;top:25.625rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtT7O0AzW67G0iJ2K3oL3Jt8c8XC91HW { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAs48xGeN68E1B8TGHVZLxkTNS1cwqZa { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdPxJeX66aZGmPsMiNXM2snQSAIOMmFf { width:35.9375rem;height:3.5rem;top:18.3125rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLTz104g3pLEKIgnnWbeqMuG0l7wev9K { width:35.9375rem;height:2rem;top:22.875rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBBJwyTVUyAue3KpZhnT5tPnkvs7sb9B { width:17.5rem;height:3.4375rem;top:41.75rem;left:29.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoV18bXSnAADaoBGlV2COpXvlT2z3WLO { display:block; }
 }@media only screen and (max-width: 763px) { #xLOeBEO8DJW5hDn0cUT92v6WSQ2o9kFn { width:34.6875rem;height:5.625rem;top:5.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa { display:none; }#QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z595xnVDbdFkN7AtT4XVPBr34nT2UyTQ { top:42.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5DOXViBmmF4zmtCeAmEJP9fRPP1wRpg { width:5rem;height:2.5rem;top:42.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK18uLFAIcXkcbPb6sTVcUEfCBy86bkb { width:35.9375rem;height:6.6875rem;top:25.625rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppsiMKL4HhGULs6p4I97TWa2PVkz1fWt { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLFVgy7PgeZNFfIp6FQr0QdFgV9aH6Vn { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8H4AaIPJlCPPGeIM6gN8LwR9krdWqnA { width:35.9375rem;height:3.5rem;top:18.3125rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdUOm5Of72Leyv469igkamhz2NkrVV3Q { width:35.9375rem;height:2rem;top:22.875rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEEvqtnUi7ZS8R1Z621LhMU0OeI78Inh { width:17.5rem;height:3.4375rem;top:41.75rem;left:29.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcy0PzPT1m61uhNdkUO5o6vuZsnh9Tcm { display:block; }
 }@media only screen and (max-width: 763px) { #ZOBlTqMEUX7dffmLyld85z46JNOLvV1o { width:34.6875rem;height:5.625rem;top:5.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc { display:block; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf1c7a4xW6ocnAPLJC2eXs5qAoMexSbl { top:42.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuxdMQ3tG7Mi3zNJiXX9dnsOgvsNorx7 { width:5rem;height:2.5rem;top:42.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5MceExHIwFUvMQGt9bJo3EsDQ2tEPJr { width:35.9375rem;height:6.6875rem;top:25.625rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lylg18pq9OZEVZSHiVKaIslRGyNiEKTi { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUZA64UW421pX5IxvSSesTmb9rMo7uAW { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB0RxulHEfZpXAeeXF17daZLv50yEROc { width:35.9375rem;height:3.5rem;top:18.3125rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhUf5xvfkgedpacsQsvUwtGGsOCKoU3F { width:35.9375rem;height:2.0625rem;top:22.875rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJWNdMWTLta2uKPZh44dU2Qdy9tATnVS { width:17.5rem;height:3.4375rem;top:41.75rem;left:29.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVJeTcD1AeFQxr8wEkXBpKCDZ4HAV80B { display:block; }
 }@media only screen and (max-width: 763px) { #whzhXOQuaghfuh3lCWWJkNsTCFNQ45q9 { width:34.6875rem;height:5.625rem;top:5.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA { display:block; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzTwVhzV0Ge8CDfPzilfBhyFOdQsaNmV { top:42.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVXw2Qgq4Adyh18KTW6LqQ4P3UgXrmgM { width:5rem;height:2.5rem;top:42.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK0qr2mkLUx2Q1TTWSwFH1VfbxQAI1Tk { width:35.9375rem;height:10.125rem;top:25.625rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FldeyvCbVSVuIodiGM16HX2cmZLVesJa { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF3cwwVH12OlMdfpTBQERsz965SZu6CH { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9OKbX0z9Z8BLUX0CWmRANvioK6kJ5C0 { width:35.9375rem;height:3.5rem;top:18.3125rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZsGk2830LQNogz7wKhiFXQWLJUATy7O { width:35.9375rem;height:2.0625rem;top:22.9375rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3o2ngTSUVDL8TH9hrEyInx12xvmQGI { width:17.5rem;height:3.4375rem;top:41.75rem;left:29.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSKWZsfwgBxafFe100OFXct1BSLuXF3x { display:block; }
 }@media only screen and (max-width: 763px) { #LLHdylbRxAg2RqToHHHQcqFk9VWqTT7e { width:34.6875rem;height:5.625rem;top:5.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d { display:block; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aodX9LOoLMVazVNXdtn58ATsmapnSTQD { top:42.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4FEdeyZFofnE519A06X3ZXo2QEsQ11u { width:5rem;height:2.5rem;top:42.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuB4xQ4mMG8AlR8ydpDyONveSDrNTfSW { width:35.9375rem;height:6.75rem;top:25.6875rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TSFyVFf2oKszLoyRT7fmQZ2EqESQkA { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtBNX6aAERBmvKIu4egCRFyKmledExRQ { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0xneihvzLicnPnhmKdqtql4xsCoDRZ5 { width:35.9375rem;height:3.5625rem;top:18.375rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn2DFxy6SMBQFFNeLxsI33TiSrou1gwF { width:35.9375rem;height:2.0625rem;top:22.9375rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zorKyvLQADpryRQfroOd7SJIS25EVw8z { width:17.5rem;height:3.4375rem;top:41.75rem;left:29.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9eVz2XsOyUrHvTpfl1T2ZaKMIETAMhm { display:block; }
 }@media only screen and (max-width: 763px) { #xTtuPDo77O3NynsFEohUN5WtAWzC6Q1c { width:34.6875rem;height:5.625rem;top:5.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3iiOATaRIOZZSoV7riW6k7XDoooLNvC { display:block; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5JomWeL1vIr6SaZgBJyDDSQSeyX5IPU { top:42.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ2kJwSvyEOFKmQkSTEfTVWxPHNr5wSs { width:5rem;height:2.5rem;top:42.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7L9M5uXeiVeidw9gqFXzMH190TgsDxo { width:35.9375rem;height:5.0625rem;top:25.6875rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGSQbT6xJn8hhTpUIuQfycOBWAF6TH7m { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMmFbqFKRaqVf5pmgDwm8rUKesKSgPix { width:41.1875rem;height:22.75rem;top:15.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNxvU5SrJrNa3OVrfNHplsFwkuN7HPwp { width:35.9375rem;height:3.5625rem;top:18.375rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k15EqQcbD2DtGkUQXvKeTNgzlcLWbun0 { width:35.9375rem;height:2.0625rem;top:22.9375rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa5xlZ40zDnOv3AKo5gqrtEnBepF8S9t { width:17.5rem;height:3.4375rem;top:41.75rem;left:29.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0UUd7n6ouc5Im216JD08tp4ySXONVBM { display:block; }
 }@media only screen and (max-width: 763px) { #GRB9AW2ETQ8qDdmmcTdHTyWqbMsBUwSV { width:34.6875rem;height:5.625rem;top:5.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6 { display:none; }#eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NPXTTDVI1poltZ6Ute66BWFpKBfFXepq { top:42.625rem;left:26.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIhh596mhqpskuFQkul6xlSTRymCe8PU { width:5rem;height:2.5rem;top:42.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAMTzpLDLE67EV4TQWtStVZSwKF2eRS { width:35.9375rem;height:10.125rem;top:25.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJfisZTOrW2FQZi5rAHEO86fvTZh2JKK { width:41.1875rem;height:22.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f81uGRkChVaMz20ZSFdnicgO7Dnp79ge { width:41.1875rem;height:22.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg50RMTVW2ioUmEoeQa7Xxanv0AHkUKa { width:35.9375rem;height:3.5625rem;top:17.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwBHckmrvMeW54WulxXGDLTERDo2eOsA { top:42.625rem;left:19.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV5AO4VRXEV0g60ysOy0mCwwfQwRr3wN { width:5rem;height:2.5rem;top:42.625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tihdkwxw42GoEnlLhZlV7hTx2Gt4Jhuh { width:35.9375rem;height:2.0625rem;top:22.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8czgcgRgGyCRObElEFfPVsPyC8hqAO { width:47.75rem;height:1.5625rem;top:1.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK { display:none; }#NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NEksEyCEC01Up3CcQNtfK6UA1XlnBr6R { top:42.625rem;left:26.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tks1vJr9lNWBymFJTwH5vL9oXAowFcSI { width:5rem;height:2.5rem;top:42.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaMTZQ8SxalHcnRqmUO4HtUIWcOfP7Tx { width:35.9375rem;height:8.4375rem;top:25.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0gpDX6AzzpObVy08bgkETveettWrMB6 { width:41.1875rem;height:22.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV2NIydQKyEpBg4lLiycLNW4zEx5eZc6 { width:41.1875rem;height:22.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkortNnwXuO52VIq1zxF1Lp122BOXTZM { width:35.9375rem;height:3.5625rem;top:18.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiUmAqfx5OuhWzfByt24f2e748qFb57G { top:42.625rem;left:19.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1QElebRcaJQZo6pCGBRVDtqg2iVkinS { width:5rem;height:2.5rem;top:42.625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuLKViDUw5cHT2FRVQiFEAtbl8h7dLEh { width:35.9375rem;height:2.0625rem;top:23rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8kpIlTGuUTrXe12IGWFBkJfNosAWRE { width:47.75rem;height:4.75rem;top:1.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT { display:none; }#X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OrUEdF19uxRgWXEDsxnclrAkRoToPMgy { top:42.625rem;left:26.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdox3UHL3UMRh2H0wmTOixm6XnBEJNKL { width:5rem;height:2.5rem;top:42.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIZVyZVVq0iA5InXvtbnun5RxEfV6u2m { width:35.9375rem;height:8.4375rem;top:25.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMROOWDiRI3dRzNuHZV0yRnH4pP6r1Lt { width:41.1875rem;height:22.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS6fir0A6oRiJl1LNM6p4qe6igZtfkPl { width:41.1875rem;height:22.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPRNyUUNB69G3glXzdGyv6mUDHfCz0u9 { width:35.9375rem;height:3.5625rem;top:18.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWU6iBmUIe2bbnvJ6Fd7Mkof8Z1TOWh { top:42.625rem;left:19.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASB7U3bHOmes1c4g6Ou1JKekEqpaqtii { width:5rem;height:2.5rem;top:42.625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkumi1z2wPnplzZo6JdL3L5Ss8vHDQff { width:35.9375rem;height:2.0625rem;top:22.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOFFwGiuw2f9Z5qlDw8T2GNm6F9H2iWT { width:47.75rem;height:4.75rem;top:1.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsTslQGXJX6iTDfTQirICTTwkP94iDWT { display:none; }#ZsTslQGXJX6iTDfTQirICTTwkP94iDWT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcBBNzxQL0chQIn9qLvW6ca8CA8a3ytC { width:35.9375rem;height:10.125rem;top:25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7GrVoN2ED101G2N3mX0FpIh9Z1i3k2f { width:41.1875rem;height:22.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8sJRMMonEEiSHmr0Gg69HHgkasmesZw { width:41.1875rem;height:22.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gby77T9v6dmfspt3k3ypvJDP7o3B4e00 { width:35.9375rem;height:3.5625rem;top:17.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfGeiXssx7AhaHPdZKWS3brWTcy8z8bP { top:42.625rem;left:19.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql6TeHNNTL4pseeqQNHkbrBi80zqhdRs { width:5rem;height:2.5rem;top:42.625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8BTecB9QrF2xfLwaITVRaEVCLVQZLrI { width:35.9375rem;height:2.0625rem;top:22.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiTSs3k3ZzceDkXWAl3DXbHH5VIf04Tb { width:47.75rem;height:4.75rem;top:1.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #te9eHnx3cdApF2GMiK5aFV4VFcx1p0i2 { top:42.625rem;left:26.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MErwLU9LcDd3eWLSgPDrEtLIox0uUkxl { width:5rem;height:2.5rem;top:42.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS { display:none; }#Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yxq3xWoRoSfI7aqrtf3KDkFhLfX17EwP { width:35.9375rem;height:2.0625rem;top:22.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLFEFTioHLcMMOlLMS9UcNmIWiTfwFxE { width:41.1875rem;height:22.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEBm2sdxttsD6k5QTTB0tKPX3kLMfiaW { width:41.1875rem;height:22.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlH1sX3Sz88BaT76lUgv0AHJCVKosDOw { width:35.9375rem;height:3.5625rem;top:17.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1OExTMQDFXHShe44yxHRydU7hEi0zBH { width:34.5625rem;height:10.125rem;top:25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OStNowMr6KIMRADyBQTAw1DZ8Zlzz6JN { width:47.75rem;height:4.75rem;top:1.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOSAhbEPLUEDMggU8zkEm86yvb1fXRsh { top:42.625rem;left:19.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN4rFT5u0GP6RwTEFDAeX7htDc7oN7gK { width:5rem;height:2.5rem;top:42.625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 { display:block; }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6u4klnoypzgbiuC31L5MzoAAlle6C35 { width:47.75rem;height:3.125rem;top:2.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spOgd5OkqEneAGTmfQBDS0UtO7EC1ihy { width:47.75rem;height:15.860424028269rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahv4DwMJKHi6k6MMNCBhDlRlF5AfZMNr { display:block; }#ahv4DwMJKHi6k6MMNCBhDlRlF5AfZMNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDRLwdz9CrUtlTVnFqF2DQSEdBtLDCXi { width:47.75rem;height:18.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzaQxaw9FDnwT0DTQCIm9IqT7TNLbKft { width:47.75rem;height:4.5rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqXqNBC06fGqlRUvuMeRfCvDmTU3tGHu { width:47.75rem;height:4.3125rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5x2d8MROormzUW2sSDkdw55XyHLgV3W { width:8rem;height:2.75rem;top:12.75rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGSi2a6M1ZKZkDNd4LeFl0WLXvoFLniC { display:block; }
 }@media only screen and (max-width: 763px) { #J5wdsWswp3P47VqCNJA5FOczFvLJmL0c { display:block; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNeG0nXELeqz86XvqXnzFL9RDaUOJrN7 { width:20.9375rem;height:20rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urB1TMtselS85PfqNkGGAp3DRC7wkxE7 { width:17.1875rem;height:3.1875rem;top:10.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWg6gcsyJBpHZ4UEV2ZTKXdDBs8dDR2K { width:16.625rem;height:;top:7.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H26o30FQKtZLykl9byzBIkWgzUnmSfns { width:3.9375rem;height:3.9375rem;top:17.8125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtOfmrWdCTOaCKtLu3LGnDPwaanzHnTm { width:3rem;height:3rem;top:18.8125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTChCpTFnTPi5STq3aeBoaeyvKETdmH { width:20.9375rem;height:20rem;top:4.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfDUfi5usXaalg9WHGp4ydKwdDkoU6q { width:18.5rem;height:3.125rem;top:10.6875rem;left:13.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQE9PenEz3HFaQpfEgqSnUMsJ4fETSI0 { width:2.875rem;height:4.0625rem;top:17.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #up7m5fJlF8OoAeTvnZrvlczXp5ENW9S2 { width:3rem;height:3rem;top:18.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4HER6cGTHTvBSQ6DgxI3LcuQoyLceNN { width:20.9375rem;height:20rem;top:4.1875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b79DF9D0WUZTmBQR1kLcXGKAlFcIiClC { width:18.5rem;height:3.1875rem;top:10.75rem;left:29.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHTwcAfTXx73K19171vL3IZLDETtfc3x { width:3.875rem;height:3.875rem;top:17.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFtnRlDMgErrTV9QRFgmT5tehTzchPvX { width:3rem;height:3rem;top:18.25rem;left:44.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwRZ5Pud4qDvkXHaOFhangtF8BetL4wB { width:16.625rem;height:2.3125rem;top:7.375rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLszMcb5oPPFipTEFUGnOoBxFSMCaZ8I { width:16.625rem;height:;top:7.375rem;left:31rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgCkwGcAcV8bO3zCbXxIhe0nlgZNJCZ6 { width:20.9375rem;height:20rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpciENh6A2Mxzo2CQHkSD1rqJvvtLx5W { width:20.9375rem;height:20rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN5QIxL95Osp6L6gXHspeVQywnPaPn00 { width:20.9375rem;height:20rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEZas7z0pI9XtRZQviTImPLXxLKlTQQ { width:20.9375rem;height:20rem;top:4rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQaaIBN2RyLKatxLReSmtsSqbsq7y3g { width:20.9375rem;height:20rem;top:4.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bONgVC2SsMosC50dlaTQ3m1sx0ViPdT9 { width:20.9375rem;height:20rem;top:4.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JooxRwI8JzTChJOTx6uzuwyL6OPRwgoR { width:20.9375rem;height:20rem;top:4rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK9pE2c9Vm9mepROvWSCBAopd9Kqk5eX { width:20.9375rem;height:20rem;top:4.25rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE9oeVtJTIuq6Mi4bxaTdU6ybccJaeau { width:20.9375rem;height:20rem;top:4.5625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9TWHC2y8yrsMJDMgfUhXvxBs3vsQ8S { width:20.9375rem;height:20rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuqE04elaIaA616RhiQfEae66y947gBb { width:20.9375rem;height:20rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlOhcc46qXi6SVXuN4LccTyrTHvXycOc { width:20.9375rem;height:20rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXDETEnwRwTcuzi5IMrHl4TASbswin9h { width:20.9375rem;height:20rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiLbPAAqWo07TBbBu5TVgLB706moSVPR { width:16.625rem;height:2.5rem;top:30.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McCKT12nctgkqsA26h9Xp3seviwTLolI { width:20.9375rem;height:20rem;top:27.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yklW2Z5SkrWUcr2bxvCW1gXFJPfto1it { width:16.625rem;height:;top:30.375rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7B007N0UZSl0WiV69WWOiOomfPafRnl { width:20.9375rem;height:20rem;top:27.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFAiv5BRbZbPulrW7Xh42GdsS1KMaFTm { width:20.9375rem;height:20rem;top:26.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hv28a6VCwdxTo326TSdiDeT9JmTs4t { width:20.9375rem;height:20rem;top:27.5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIR0anCT7K62HxcowK2PCJnCf5Nf67Le { width:18.5rem;height:3.1875rem;top:33.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZAFRSV5ToH6Hd7OArTi4kCTiXsRaix { width:4.625rem;height:4.75rem;top:39.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2oIJd7n5agXW9oKTVrwOSMg5SXHfnFT { width:15.75rem;height:3.1875rem;top:33.6875rem;left:15.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVnKo9w9KQFqtSo9ouz05MCnkVlfFL51 { width:4.3125rem;height:4rem;top:40.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxRIbuft6beM0tzveHBs4dQQATnfi35M { width:20.9375rem;height:20rem;top:27.1875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoiJ8UbsGZ6RCSSIFhdBydgCKGopWsGe { width:17.1875rem;height:3.1875rem;top:33.6875rem;left:29.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5JhWL0FkXwDNE81M5zT7s3hO3LGSeK2 { width:4.0625rem;height:4.0625rem;top:40.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAZQFC4rMq584CxUtnU1pPJGvxVlclNo { width:16.625rem;height:;top:30.375rem;left:31rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1l93bBcpJSfctMSUOnIgu5X6PzGVeGV { width:20.9375rem;height:20rem;top:26.9375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE8EpE9cf13Uy6KMpE37GzVV5rtCfHpb { width:20.9375rem;height:20rem;top:27.1875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6m21iSOgeN677oZSNSZeD4Dg8zh6I9x { width:20.9375rem;height:20rem;top:27.5rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckPuO2Jk9ggSGMt6h2TrNfnuuTUSTrdQ { width:3rem;height:3rem;top:41.75rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7N5Ezl3F7gZvTBJGmclbMWNv6t26Na { width:3rem;height:3rem;top:41.75rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOEOQNTaIdop2Txrrec1Ni66vhEwAHW0 { width:3rem;height:3rem;top:41.25rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S { display:block; }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC { display:none; }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #adaQh7dL40MNkFPzRz7oTrF7kTR8eds4 { width:32.5rem;height:2.75rem;top:5.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlsn9EirwckWnT0BH6OZC5HRBXrrpS8t { width:39.25rem;height:5.1875rem;top:7.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG1NC5JrsTO8tNUOflvupTtqpTzGkD2i { width:12.25rem;height:4.0625rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeXUHuVKlGQ1ohk0KraHJMoPR6ceAM9f { width:13.125rem;height:44.625rem;top:9.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1u1uxNTkyTSLNrsGrMn0KfVAEiICvUW { width:12.875rem;height:43.726185069954rem;top:11.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPi8362wpFPTiHvei23Gnzov0wPH9H9V { width:12.75rem;height:43.3125rem;top:12.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzQlNZX9w6HI4GhmSTWIiC1LkTR1DfOA { width:12.5rem;height:42.5rem;top:11.375rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A51kAfApXRQINkm3gHQckiH6Xq2IpuwD { width:12.5625rem;height:42.6875rem;top:10.8125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvcNFMlkBo832EJLtbKvza1VsEIDTtNe { width:13.125rem;height:44.625rem;top:9.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB80duwhTt1ZOICUod5LiUoouSPonK8p { width:12.875rem;height:43.726185069954rem;top:11.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUrH9Ti6dRA9NHT0twPMxMhOybz7MtkX { width:12.75rem;height:43.3125rem;top:12.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6X0evGP5vl8e2r7Tq2Xk4yOlI9vyd9o { width:12.5rem;height:42.5rem;top:11.4375rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzFJ6IAymDBwiIqpmSSdubkZJb1iVAh4 { width:12.5625rem;height:42.6875rem;top:10.875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiAGzKw8s65Out6R4FgPHS6B0gz3SPGw { width:5.6875rem;height:1.625rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3CUMZ2GNFBJpXh4T6T6FSdykw60RvSV { width:4.75rem;height:1.75rem;top:2.75rem;left:41.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKfT58LG7VXEUSIOlgUOWtUAwwKmi8It { width:6.375rem;height:1.75rem;top:2.75rem;left:41.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLDnvfExfeELbbqdIQgi2CBMaqe5CDv { width:5.9375rem;height:1.75rem;top:2.75rem;left:41.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP20RH8dkc0yhAgAG1molsTf4smrBRKO { width:34.375rem;height:0.0625rem;top:5.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIras3a4RJwnm152gu2Aq5sXr9O2dbh6 { width:6.625rem;height:1.75rem;top:2.75rem;left:33.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiKLRMrsgPUT60lZInwu3f6ynCV6g0B9 { width:4.3125rem;height:1.75rem;top:2.75rem;left:28.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu5PaW5BTIMxTCX2gLh22kq3ehx30aZT { width:47.75rem;height:0.0625rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH { display:block; }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqrliol5UpvhISmlr2P5pHiuvxo0uN56 { width:37.5rem;height:70.875rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAlxXW2dchqAEaOBfNzdT0fcq1ZZT0nF { width:20.9375rem;height:3.9375rem;top:8.875rem;left:26.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVSewa43DQv98qmhTxTr00dMnwbhixX0 { width:26.4375rem;height:54.1875rem;top:14.6875rem;left:21.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTdnBoAKKwcRm305puBAFPv6uFtO8cqr { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh83bIXlPuf9tcKTs8Dkm3TtxOAZZaXF { width:1.375rem;height:1.375rem;top:3.125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSTRVTkiT6Xng7TS5SF6qX3y1VgTa1nB { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu { display:block; }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHlTviSUDSxSuxFb4UqlXUzFbVZg2Dc9 { width:37.5rem;height:63.5rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQE5dI8OXIh0VLWcHTB2p6JbntxQ2QmQ { width:16.625rem;height:3.9375rem;top:8.875rem;left:28.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnl5wv6IuiA9BLbCgmbtQe8HNAlAkdZn { width:26.9375rem;height:43rem;top:14.5625rem;left:20.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJInTVKUJz5szyHVuVMARGibNMig5gxa { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEi4la7bTkJ2A4GWz3qqWU1ME2DoUP8C { width:1.375rem;height:1.375rem;top:3.125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdDTx21KQ0wRV8IXtiTxHdvVu8hLiw8 { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp { display:block; }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSkCqEROggdiCNbiCtr0PNDTAJ86tdlR { width:37.5rem;height:57.9375rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI9CI0iTaD7Md0Z8AEmyRUGlb6ZVVHmG { width:16.625rem;height:3.9375rem;top:8.875rem;left:28.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlxy0d3JcdAsUOfwk02f1tp7EtvRzbbV { width:26.6875rem;height:39.8125rem;top:14.5625rem;left:21.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXxXPxSFOJTdoR82hpwaKFNW84G38xds { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRUTcBAtRwhDq8zZvMn6PGCxU88Hmq19 { width:1.375rem;height:1.375rem;top:3.125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtWbsL7zoTh5c1ah7TJiIzeLhP7mn7gU { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP { display:block; }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxkqmgTa3oaRzF4Tyt3w4QbQNA2PpA2M { width:37.5rem;height:61.125rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTk6XsagkuJVtF9KUgUgDtE5C2cXE5OF { width:19.5625rem;height:3.9375rem;top:8.875rem;left:28.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJhxIw6IPATQKBQEqaw5WqtuhsuPKK8x { width:26.6875rem;height:43rem;top:14.375rem;left:21.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyxUxZGp624TfbsdMXVWQw4UTSPoU1d2 { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg5ERSmCyALVH7yibdddKWTZGyO9hXTT { width:1.375rem;height:1.375rem;top:3.125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeXQ4C4uxU0MtXKP5UnbTlf2yv3Cva0q { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk { display:block; }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT6UtPhieCn3TvACVuuWi73TQVgQXT6d { width:37.5rem;height:63.3125rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrlTmrfmCEgvpsXr6Q6WXP3ybhykGEgG { width:19.5625rem;height:3.9375rem;top:8.875rem;left:28.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkhshV3anGHbmKwyalCnrKg0odE3dJyt { width:26.6875rem;height:47.8125rem;top:14.5625rem;left:21.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpKRBoX0VJ7FGzgCdthWKWlwdLMHyhRF { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKFOmU9vDbn9aAsTvMTAZ51CiBwUXgb { width:1.375rem;height:1.375rem;top:3.125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT770ffzw4fdsFKvopzmHUPJeSFnTLvH { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg { display:block; }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6OKcf2TvkItiv5i8NiKvi9fMzUvtsy3 { width:37.5rem;height:50.9375rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b81yhUeVtX1kxBICc2EVTSMT63UbMtnf { width:19.5625rem;height:3.9375rem;top:8.875rem;left:28.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTMBp8R9e8S9Jk0HZERGxkb412C5WTU { width:26.6875rem;height:31.875rem;top:14.5625rem;left:21.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dboM0wAmJnX4RuF3SBDozissyVhfuaTo { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSLcmc7EkZmsQfIoSeJoM4tQr6STgtgB { width:1.375rem;height:1.375rem;top:3.125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7AhcPVUW7vk0q0V4M3kW3aUnky2x3XC { width:3.75rem;height:3.75rem;top:1.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezeJFanP0XuXkkm34TdmvXEsVkSefmCU { display:none; }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KmkxQWCNG4vHTAL9HH279ck1rbynrmih { top:2.75rem;left:23.125rem;width:24.625rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBeqPfTFnVDTaPhtnwydZdUbJJyLXTZ { top:6.1875rem;left:33.625rem;width:14.125rem;height:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KECoJI2AMqIne77mng9o1fnvD1oPPnBg { top:9.875rem;left:26.0625rem;width:21.6875rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpi7MNmKpUi4g8q8KeqHSmmmmZt80Kew { width:9.875rem;height:3.4375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFpFPdF7FgMLKI9nguIhGfhpdZHXfXQr { width:1.875rem;height:1.875rem;top:12.1875rem;left:37.604166030884rem;display:block; }
#LFpFPdF7FgMLKI9nguIhGfhpdZHXfXQr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Nv9Uqr6dLi0FmzzlN50xNVVV1OCPaCrt { width:1.875rem;height:1.875rem;top:12.1875rem;left:41.187501907349rem;display:block; }
#Nv9Uqr6dLi0FmzzlN50xNVVV1OCPaCrt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iGHX2fqC2d6UB0JtmVy9KxRlHo9WGtAK { width:1.875rem;height:1.875rem;top:12.1875rem;left:34.187501907349rem;display:block; }
#iGHX2fqC2d6UB0JtmVy9KxRlHo9WGtAK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CvKyvhUxP2C7vhFBqNdsnKW6TvKO5oMT { width:47.75rem;height:0.0625rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgWFWTfVlwH9F1iUpGZiTabSnJ3SfQUz { top:21rem;left:0rem;width:11.4375rem;height:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utq0ovihLBdhxm936NDKCMovlZNX7o1L { top:21.0625rem;left:2.75rem;width:11.375rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs4tRfy9yhbl6o5EQVNlg8pSctBlcKCT { top:21.0625rem;left:13.3125rem;width:11.375rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cedI90ROHUxqMPsFPdLo270k5X9mlC1s { background-color:#ffffff;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; }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .row .container { background-color: transparent; background-image: none; }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .row .container > .video-iframe-container { display: none; }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .row > .video-iframe-container { display: none; }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .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); }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .row .container { border-width: 0; border-radius: 0; }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cedI90ROHUxqMPsFPdLo270k5X9mlC1s > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCglnVIfoViLD4NZkGfUQsXZRZAGA2kU { display:flex;top:1.125rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #sJvzdd4ib9dIAtmw2bLPly5JOzIUTQFn { width:5.0625rem;height:1.1875rem;top:1.5625rem;left:0.3125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QXS5zRAFbQ24HNF44GdyTZplgDtES7KI { background-color:#101010;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; }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .row .container { background-color: transparent; background-image: none; }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .row .container > .video-iframe-container { display: none; }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .row > .video-iframe-container { display: none; }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .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); }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .row .container { border-width: 0; border-radius: 0; }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXS5zRAFbQ24HNF44GdyTZplgDtES7KI > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvkEURlJy3u1hg0LQmISRAhqWmkDKuWO { width:8.3105625rem;height:2.56225625rem;top:2.75rem;left:5.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #t3MUbQyeBbsuvp1do45O5657Ddl4Inqv { display:block; }
 }@media only screen and (max-width: 763px) { #FB0cnXPfaT0ONwMaBcTx2XwJoXnV3tu8 { width:6.7480625rem;height:2.56225625rem;top:5.25rem;left:6.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #cKIFDMxWGpqQud83SHTaA8xuswWOyCIS { display:block; }
 }@media only screen and (max-width: 763px) { #kQe4ahF0W33TMLh75xePKTuFlAX8UPcw { width:5.125rem;height:2.5625rem;top:7.6875rem;left:7.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NCQwbMtJVXObqOT6EhV1DN2FqseHUNO9 { display:block; }
 }@media only screen and (max-width: 763px) { #EGOr2TWy53EnP9rdqlbK5bfs2pC3a3dT { width:6.375rem;height:2.5625rem;top:10.4375rem;left:6.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kAciJX3tXmqqQfxLiZzBcqRz99hO9nyD { display:block; }
 }@media only screen and (max-width: 763px) { #iOAnPyiDtT2H3vhHB0v5DbfxiXJnaIiB { width:6.1875rem;height:2.5625rem;top:13.1875rem;left:6.90625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #JZXEU9kIL5k6FAhg6n1STrZRqBs9Lpm0 { display:block; }
 }@media only screen and (max-width: 763px) { #NX2dc0CiizB2xTT1orXyFndzTsxVZUOr { width:6.186525rem;height:2.56225625rem;top:15.74951171875rem;left:6.905517578125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #FpUDf9RHRWbhaQD1C38zoDOwLDMygM0v { display:block; }
 }@media only screen and (max-width: 763px) { #CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA { display:none; }#CSbJqk4VsFKfsELAotq7Zt16ffmT1PgA > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DihLtKQiIIrN2x7BgbUJaHUVlvZWyRF9 { width:5.0625rem;height:1.1875rem;top:15.5625rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqkZomIPx3XOo3DhJ0scItwauvhmUOy9 { width:5.0625rem;height:1.1875rem;top:13.125rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVSaeRZCNhfVdPiKWsz9hAnTd79lQiWn { width:8.3125rem;height:2.5625rem;top:3.125rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWnlIBBee9Ru9AhboCKgoVzvaCqkfffh { display:block; }
 }@media only screen and (max-width: 763px) { #VePuJTkNbbM1TgT94bnT2ng9zCchA6B9 { width:6.75rem;height:2.5625rem;top:6.9375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T01c7RaQAgzWBe16BRUN2fDCC9R7rQEt { display:block; }
 }@media only screen and (max-width: 763px) { #ysWpaEb23RoMEGVoWJaw9HzTOZNVpQ6U { width:5.125rem;height:2.5625rem;top:10.75rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUR0zdIMv3EEnZCGXta906uny7gq6C0D { display:block; }
 }@media only screen and (max-width: 763px) { #zBrkaJqS1h0dMFqfWhcHUvyqe9FBZDvf { width:6.375rem;height:2.5625rem;top:14.5625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtpJilUrTHsyE2qXzuUWMcxOAS5OiokB { display:block; }
 }@media only screen and (max-width: 763px) { #LKZOzNyr8N2lb5xVq4ukZoiTbKlb3FQ1 { width:7.1875rem;height:2.5rem;top:2.5625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAyuDEbJ6VZphVePCMHJ7uDgx7xDlzXQ { display:block; }
 }@media only screen and (max-width: 763px) { #y9nclmVZMQQ6FsUvuQQ8ySyiI3aODvHB { width:6.1875rem;height:2.5625rem;top:18.375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnQG8BPptR6Fvo2qhT9kn8746oWmHR4q { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mR5TlMXpbPNn8O5GVaf6Ed4TMSrSIB3A { width:15.125rem;height:4.59375rem;top:2.375rem;left:1.625rem;font-size:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMSsuSltvC8fVaz6Vr0BvgUSlMsxvo1E { width:18.6875rem;height:4.59375rem;top:2.375rem;left:0rem;font-size:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDGwlWrLSdG2y6015ooMrTV83U9DUASn { width:17.5rem;height:4.59375rem;top:2.375rem;left:0.25rem;font-size:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5D22Kq6snhor9V88E45WCmsGITilOT3 { width:20rem;height:3rem;top:6.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 { display:block; }#TBI9JEf4WtD9H2wPhNEX3dsqLH5qX4z1 > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyvCINmSPZPZlXlaNU82nG6fCXytODcC { width:20rem;height:15.9375rem;top:11.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3mcP67xshmI5bTOMgegR4IwJ5mewVU { width:9.375rem;height:7rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMATkvf27tuiuNX0TO4KZCQyWoErRJ9f { width:9.375rem;height:1.3125rem;top:32.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCQd553oAzAky3D3hWEAvlTDWc2TWhwl { width:9.375rem;height:3rem;top:29.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbCELpVWHH1BZy7MSUTmWTfDM0ETTSez { width:9.375rem;height:7rem;top:28.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv0tThTpMH5fOgeOJJ2i5XTRlD4Z9kSU { width:9.375rem;height:3rem;top:29.1875rem;left:10.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9zTd55T47T7TnVUDrcgB5qs87Lna2ZA { width:9.375rem;height:1.3125rem;top:32.5rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O529HJhP1D1vm6QH5SnB8CRvzioxSTaM { width:9.375rem;height:8.375rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMNNuT37tu1nF4DmtLqNWXpUb3hXOU0i { width:4.125rem;height:3rem;top:37.4375rem;left:4.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDfwfWEzQzxiUCL8AzBr24vFrZ5LtNpw { width:8.75rem;height:2.625rem;top:40.75rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itc8ygVFmAHgGMqoU1KDwanTOE4uoaw8 { width:9.375rem;height:8.375rem;top:36.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSHsKAHS70sQhbcWyMI4ygohXPAALcle { width:9.375rem;height:1.3125rem;top:40.6875rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rddmMzwd4GDpfHqlxWfPyIexmSHATBg2 { width:7.1875rem;height:3rem;top:37.5rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmwAw5LwB5QzPadM9TkXmycSUmkTRGSi { width:9.375rem;height:7rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBPrRbV5vtn4pJOgi7w6DVWfNfrSwWfU { width:9.375rem;height:3rem;top:47.1875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK97dd90wiI3MQIZRb4OhIBtZrCrQkgG { width:9.375rem;height:1.3125rem;top:50.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCQal1VPciNMbd0ZeQPeNCqDvcgraM5T { width:9.375rem;height:7rem;top:46.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQnQ6Wl70xRc95JxpM85hrTfpelZnhUB { width:9.375rem;height:3rem;top:47.1875rem;left:10.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyltvSwtG9JghqQ6wL5v3wdWIrzAArq5 { width:9.375rem;height:1.3125rem;top:50.5rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQXuoSAMCtdJATcDHoSe6PQPhhxiuNkq { width:5.5rem;height:3rem;top:37.5rem;left:0.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5mOTz88yW3W383eGnT4QLVCkkr9XuZg { width:6rem;height:3rem;top:47.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTDmhkpz7c1UDbCynB1KuTl3XCIaaIXf { height:11.121125rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho { background-color:#fafafa;background-image:none;display:block; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row .container { background-color: transparent; background-image: none; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row .container > .video-iframe-container { display: none; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row > .video-iframe-container { display: none; }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .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); }#nfl4GtI6fzfpqJuAxBmINv4LOJ2SMxho > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C { display:block; }#sf9Rr9Eyf0u6Urdx75TqVaHTq9KHrz0C > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e327e79-b607-46e0-9bd7-c93f905f29a6/DSC_1355.crop_2000x2308_0,700.preview.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL.adaptive-delivery-prevent-bg, #xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL.lazyload, #xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL.lazyloading { background-image: none; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row .container { background-color: transparent; background-image: none; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row .container > .video-iframe-container { display: none; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row > .video-iframe-container { display: none; }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .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); }#xHSQnTRuGHTh47R0Nqu7cOLdDzv4vCEL > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htaPmVPTTAuwKfcSuxDop8AZNOHgIs6N { width:1.75rem;height:1.75rem;top:29.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAtfFTe8WDKPkEIfoMv3hM5gTLBciL1L { width:3.875rem;height:1.8125rem;top:29.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlnembN1Xko9gpmCT4OKuC6XcgeecTM1 { width:18.5625rem;height:9.75rem;top:20rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FioErFxesgHckrpdTbedbnHzmRoWknWS { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vImx92mL4lDqw0X9IGyX1QsphPWR93Dg { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #peNiqASTy3wVRogT1UI7lyuyfb4KZoGh { width:18.5rem;height:2.0625rem;top:16.1875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLhIb89bDBRGVi9QZSSEc5G5zCpRQv4F { width:19.1875rem;height:1.21875rem;top:18.625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDX1VgXg2731FmXGGs9TFBcIFPMsoghA { width:17.5rem;height:3.4375rem;top:33.3896484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARGbSMfIi90w1nI6v3iZDsW3ImSAdfmo { display:block; }
 }@media only screen and (max-width: 763px) { #VfX4SslqhGsUPh0MKfQCqq59GJTnspsv { width:16.8125rem;height:2.6875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/799dfcf5-5242-47a5-a0e8-c7bbdcbc528b/MOBILE320x630SLawomir.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg.adaptive-delivery-prevent-bg, #rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg.lazyload, #rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg.lazyloading { background-image: none; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row .container { background-color: transparent; background-image: none; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row .container > .video-iframe-container { display: none; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row > .video-iframe-container { display: none; }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .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); }#rifD6Zk7zcvNPaQMzMHsuLvaZ4mzCONg > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2OzaBP8SzF3WBHaJBABmbT2JZIQRDwO { width:1.75rem;height:1.75rem;top:29.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfraowpMBnHc0FV0dGwJsvOINdUso7Xv { width:3.875rem;height:1.8125rem;top:29.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLrJubsOxcAoehzD37L4VSWlJidZE2kN { width:18.5625rem;height:6.09375rem;top:20rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwHqNCZxaSi41AaHRob3oteotsMcP26B { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDXgOEMZ1H46g2NaGhsuNnNve8JXk6N8 { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #P9d33sZwCgVwFMFc1Tv9xTM8zRqD7vRX { width:18.5rem;height:2.0625rem;top:16.1875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paVAMVSt8qVVGQJLyTVWaBS4gqk96rVr { width:19.1875rem;height:1.21875rem;top:18.625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efoFTuttmoDZTuNAWl5ogptprWuDv9Et { width:17.5rem;height:3.4375rem;top:33.3896484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzyK0wBXXOGquNWZCcCXGwkLQCBrau2O { display:block; }
 }@media only screen and (max-width: 763px) { #oqU0qvRXTi6XruxAGHaoS69SzGdvrcUu { width:16.8125rem;height:2.6875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae024a45-77b3-490e-9f6a-526d49f44558/MOBILE320x630Ilona.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF.adaptive-delivery-prevent-bg, #BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF.lazyload, #BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF.lazyloading { background-image: none; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row .container { background-color: transparent; background-image: none; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row .container > .video-iframe-container { display: none; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row > .video-iframe-container { display: none; }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .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); }#BsD5A6OV0oNAF8q6NzcwN9GlNLZpvlOF > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vM2lZ7c9T8WywCEMEeQ1MEX3zNqRTBXQ { width:1.75rem;height:1.75rem;top:29.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9SHzJZtZt34ngDEw2LT1qtDwySrZpGP { width:3.875rem;height:1.8125rem;top:29.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3nmyNmh65UL6wfALGeBvPTVHSwFrkI { width:18.5625rem;height:7.3125rem;top:20rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtT7O0AzW67G0iJ2K3oL3Jt8c8XC91HW { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAs48xGeN68E1B8TGHVZLxkTNS1cwqZa { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #LdPxJeX66aZGmPsMiNXM2snQSAIOMmFf { width:18.5rem;height:2.0625rem;top:16.1875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLTz104g3pLEKIgnnWbeqMuG0l7wev9K { width:19.1875rem;height:1.21875rem;top:18.625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBBJwyTVUyAue3KpZhnT5tPnkvs7sb9B { width:17.5rem;height:3.4375rem;top:33.3896484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoV18bXSnAADaoBGlV2COpXvlT2z3WLO { display:block; }
 }@media only screen and (max-width: 763px) { #xLOeBEO8DJW5hDn0cUT92v6WSQ2o9kFn { width:16.8125rem;height:2.6875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af61da43-fee9-4025-a5b3-3208af9f4e69/MOBILE320x630Waldemar.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa.adaptive-delivery-prevent-bg, #QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa.lazyload, #QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa.lazyloading { background-image: none; }#QmuzggVWq8TL4t3kDTgOlQMzkd7iSNKa > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z595xnVDbdFkN7AtT4XVPBr34nT2UyTQ { width:1.75rem;height:1.75rem;top:29.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5DOXViBmmF4zmtCeAmEJP9fRPP1wRpg { width:3.875rem;height:1.8125rem;top:29.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK18uLFAIcXkcbPb6sTVcUEfCBy86bkb { width:18.5625rem;height:7.3125rem;top:20rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppsiMKL4HhGULs6p4I97TWa2PVkz1fWt { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLFVgy7PgeZNFfIp6FQr0QdFgV9aH6Vn { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #o8H4AaIPJlCPPGeIM6gN8LwR9krdWqnA { width:18.5rem;height:2.0625rem;top:16.1875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdUOm5Of72Leyv469igkamhz2NkrVV3Q { width:19.1875rem;height:1.21875rem;top:18.625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEEvqtnUi7ZS8R1Z621LhMU0OeI78Inh { width:17.5rem;height:3.4375rem;top:33.3896484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcy0PzPT1m61uhNdkUO5o6vuZsnh9Tcm { display:block; }
 }@media only screen and (max-width: 763px) { #ZOBlTqMEUX7dffmLyld85z46JNOLvV1o { width:16.8125rem;height:2.6875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/052a2ea8-655b-4275-983e-410b3ebd6350/MOBILE320x630Katarzyna.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc.adaptive-delivery-prevent-bg, #l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc.lazyload, #l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc.lazyloading { background-image: none; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row .container { background-color: transparent; background-image: none; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row .container > .video-iframe-container { display: none; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row > .video-iframe-container { display: none; }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .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); }#l0lx4m6J009hmmkKlJmTQ1fkSwf41FNc > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf1c7a4xW6ocnAPLJC2eXs5qAoMexSbl { width:1.75rem;height:1.75rem;top:29.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuxdMQ3tG7Mi3zNJiXX9dnsOgvsNorx7 { width:3.875rem;height:1.8125rem;top:29.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5MceExHIwFUvMQGt9bJo3EsDQ2tEPJr { width:18.5625rem;height:7.3125rem;top:20rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lylg18pq9OZEVZSHiVKaIslRGyNiEKTi { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUZA64UW421pX5IxvSSesTmb9rMo7uAW { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #TB0RxulHEfZpXAeeXF17daZLv50yEROc { width:18.5rem;height:2.0625rem;top:16.1875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhUf5xvfkgedpacsQsvUwtGGsOCKoU3F { width:19.1875rem;height:1.21875rem;top:18.625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJWNdMWTLta2uKPZh44dU2Qdy9tATnVS { width:17.5rem;height:3.4375rem;top:33.3896484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVJeTcD1AeFQxr8wEkXBpKCDZ4HAV80B { display:block; }
 }@media only screen and (max-width: 763px) { #whzhXOQuaghfuh3lCWWJkNsTCFNQ45q9 { width:16.8125rem;height:2.6875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06db9d72-efe0-4882-89db-10610c78eed8/MOBILE320x630Jaroslaw.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA.adaptive-delivery-prevent-bg, #cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA.lazyload, #cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA.lazyloading { background-image: none; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row .container { background-color: transparent; background-image: none; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row .container > .video-iframe-container { display: none; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row > .video-iframe-container { display: none; }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .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); }#cBUkiIsSbzz74qIqmDTAKIf4RgWI36IA > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzTwVhzV0Ge8CDfPzilfBhyFOdQsaNmV { width:1.75rem;height:1.75rem;top:30.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVXw2Qgq4Adyh18KTW6LqQ4P3UgXrmgM { width:3.875rem;height:1.8125rem;top:30.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK0qr2mkLUx2Q1TTWSwFH1VfbxQAI1Tk { width:18.5625rem;height:10.96875rem;top:17.0625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FldeyvCbVSVuIodiGM16HX2cmZLVesJa { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BF3cwwVH12OlMdfpTBQERsz965SZu6CH { width:19.8125rem;height:17.5625rem;top:12.3125rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #J9OKbX0z9Z8BLUX0CWmRANvioK6kJ5C0 { width:18.5rem;height:2.0625rem;top:13.25rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZsGk2830LQNogz7wKhiFXQWLJUATy7O { width:19.1875rem;height:1.21875rem;top:15.6875rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3o2ngTSUVDL8TH9hrEyInx12xvmQGI { width:17.5rem;height:3.4375rem;top:33.3896484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSKWZsfwgBxafFe100OFXct1BSLuXF3x { display:block; }
 }@media only screen and (max-width: 763px) { #LLHdylbRxAg2RqToHHHQcqFk9VWqTT7e { width:16.8125rem;height:2.6875rem;top:3.1875047683716rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5bffab2b-712d-4213-a311-b19f4dc4df45/MOBILE320x630Aneta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d.adaptive-delivery-prevent-bg, #J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d.lazyload, #J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d.lazyloading { background-image: none; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row .container { background-color: transparent; background-image: none; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row .container > .video-iframe-container { display: none; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row > .video-iframe-container { display: none; }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .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); }#J52NtkQMEJoaHIlKZMnBlnBzKqX3df4d > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aodX9LOoLMVazVNXdtn58ATsmapnSTQD { width:1.75rem;height:1.75rem;top:29.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4FEdeyZFofnE519A06X3ZXo2QEsQ11u { width:3.875rem;height:1.8125rem;top:29.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuB4xQ4mMG8AlR8ydpDyONveSDrNTfSW { width:18.5625rem;height:7.3125rem;top:20rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TSFyVFf2oKszLoyRT7fmQZ2EqESQkA { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtBNX6aAERBmvKIu4egCRFyKmledExRQ { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #k0xneihvzLicnPnhmKdqtql4xsCoDRZ5 { width:18.5rem;height:2.0625rem;top:16.1875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn2DFxy6SMBQFFNeLxsI33TiSrou1gwF { width:19.1875rem;height:1.21875rem;top:18.625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zorKyvLQADpryRQfroOd7SJIS25EVw8z { width:17.5rem;height:3.4375rem;top:33.3896484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9eVz2XsOyUrHvTpfl1T2ZaKMIETAMhm { display:block; }
 }@media only screen and (max-width: 763px) { #xTtuPDo77O3NynsFEohUN5WtAWzC6Q1c { width:16.8125rem;height:2.6875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3iiOATaRIOZZSoV7riW6k7XDoooLNvC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33e894e1-3086-4b4e-98b6-5b16c2aa8f91/MOBILE320x630Pawel.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC.adaptive-delivery-prevent-bg, #J3iiOATaRIOZZSoV7riW6k7XDoooLNvC.lazyload, #J3iiOATaRIOZZSoV7riW6k7XDoooLNvC.lazyloading { background-image: none; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row .container { background-color: transparent; background-image: none; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row .container > .video-iframe-container { display: none; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,29,39,0.61); }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row > .video-iframe-container { display: none; }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .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); }#J3iiOATaRIOZZSoV7riW6k7XDoooLNvC > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5JomWeL1vIr6SaZgBJyDDSQSeyX5IPU { width:1.75rem;height:1.75rem;top:29.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ2kJwSvyEOFKmQkSTEfTVWxPHNr5wSs { width:3.875rem;height:1.8125rem;top:29.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7L9M5uXeiVeidw9gqFXzMH190TgsDxo { width:18.5625rem;height:6.09375rem;top:20rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGSQbT6xJn8hhTpUIuQfycOBWAF6TH7m { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMmFbqFKRaqVf5pmgDwm8rUKesKSgPix { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #TNxvU5SrJrNa3OVrfNHplsFwkuN7HPwp { width:18.5rem;height:2.0625rem;top:16.1875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k15EqQcbD2DtGkUQXvKeTNgzlcLWbun0 { width:19.1875rem;height:1.21875rem;top:18.625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa5xlZ40zDnOv3AKo5gqrtEnBepF8S9t { width:17.5rem;height:3.4375rem;top:33.3896484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0UUd7n6ouc5Im216JD08tp4ySXONVBM { display:block; }
 }@media only screen and (max-width: 763px) { #GRB9AW2ETQ8qDdmmcTdHTyWqbMsBUwSV { width:16.8125rem;height:2.6875rem;top:2.4374904632568rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/672331ac-8451-4a7f-b688-136cbb23a8ed/Group3031.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6.adaptive-delivery-prevent-bg, #eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6.lazyload, #eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6.lazyloading { background-image: none; }#eqQv66It0rkPBvvSTrDNmgQTbpF5oeG6 > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NPXTTDVI1poltZ6Ute66BWFpKBfFXepq { width:1.75rem;height:1.75rem;top:6.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIhh596mhqpskuFQkul6xlSTRymCe8PU { width:3.875rem;height:1.8125rem;top:6.375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAMTzpLDLE67EV4TQWtStVZSwKF2eRS { width:18.9375rem;height:8.536375rem;top:19.875rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJfisZTOrW2FQZi5rAHEO86fvTZh2JKK { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f81uGRkChVaMz20ZSFdnicgO7Dnp79ge { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #Tg50RMTVW2ioUmEoeQa7Xxanv0AHkUKa { width:14.75rem;height:2.0625rem;top:16.0625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwBHckmrvMeW54WulxXGDLTERDo2eOsA { width:1.75rem;height:1.75rem;top:6.375rem;left:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV5AO4VRXEV0g60ysOy0mCwwfQwRr3wN { width:3.875rem;height:1.8125rem;top:6.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tihdkwxw42GoEnlLhZlV7hTx2Gt4Jhuh { width:19.1875rem;height:1.21948125rem;top:18.5rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8czgcgRgGyCRObElEFfPVsPyC8hqAO { width:20rem;height:0.6875rem;top:0.625rem;left:0rem;font-size:0.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f985c6bb-4f00-4c40-8977-02cecf3a9832/Variant4.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK.adaptive-delivery-prevent-bg, #NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK.lazyload, #NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK.lazyloading { background-image: none; }#NitA8RRSCIRqitAbdelJ1aJXOlZLDUJK > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NEksEyCEC01Up3CcQNtfK6UA1XlnBr6R { width:1.75rem;height:1.75rem;top:6.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #tks1vJr9lNWBymFJTwH5vL9oXAowFcSI { width:3.875rem;height:1.8125rem;top:6.375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaMTZQ8SxalHcnRqmUO4HtUIWcOfP7Tx { width:18.4375rem;height:7.31689375rem;top:20.375rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0gpDX6AzzpObVy08bgkETveettWrMB6 { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KV2NIydQKyEpBg4lLiycLNW4zEx5eZc6 { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #SkortNnwXuO52VIq1zxF1Lp122BOXTZM { width:18.8125rem;height:1.875rem;top:16.6875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiUmAqfx5OuhWzfByt24f2e748qFb57G { width:1.75rem;height:1.75rem;top:6.375rem;left:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1QElebRcaJQZo6pCGBRVDtqg2iVkinS { width:3.875rem;height:1.8125rem;top:6.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuLKViDUw5cHT2FRVQiFEAtbl8h7dLEh { width:19.1875rem;height:1.21948125rem;top:19rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8kpIlTGuUTrXe12IGWFBkJfNosAWRE { width:20rem;height:4.1235375rem;top:0.625rem;left:0rem;font-size:0.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb1a3b15-033c-48fd-9b66-66e71a561d97/Variant7.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT.adaptive-delivery-prevent-bg, #X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT.lazyload, #X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT.lazyloading { background-image: none; }#X5DVV56Z8ULzvFrkPJyGUlQd353mCJfT > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OrUEdF19uxRgWXEDsxnclrAkRoToPMgy { width:1.75rem;height:1.75rem;top:6.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdox3UHL3UMRh2H0wmTOixm6XnBEJNKL { width:3.875rem;height:1.8125rem;top:6.375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIZVyZVVq0iA5InXvtbnun5RxEfV6u2m { width:18.4375rem;height:6.0974125rem;top:20.375rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMROOWDiRI3dRzNuHZV0yRnH4pP6r1Lt { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AS6fir0A6oRiJl1LNM6p4qe6igZtfkPl { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #wPRNyUUNB69G3glXzdGyv6mUDHfCz0u9 { width:18.8125rem;height:2.0625rem;top:16.8125rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWU6iBmUIe2bbnvJ6Fd7Mkof8Z1TOWh { width:1.75rem;height:1.75rem;top:6.375rem;left:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASB7U3bHOmes1c4g6Ou1JKekEqpaqtii { width:3.875rem;height:1.8125rem;top:6.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkumi1z2wPnplzZo6JdL3L5Ss8vHDQff { width:19.1875rem;height:1.21948125rem;top:19rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOFFwGiuw2f9Z5qlDw8T2GNm6F9H2iWT { width:20rem;height:4.1235375rem;top:0.625rem;left:0rem;font-size:0.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZsTslQGXJX6iTDfTQirICTTwkP94iDWT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/82972bb4-8b78-4aff-836a-bf5b12f5af22/Variant7.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ZsTslQGXJX6iTDfTQirICTTwkP94iDWT.adaptive-delivery-prevent-bg, #ZsTslQGXJX6iTDfTQirICTTwkP94iDWT.lazyload, #ZsTslQGXJX6iTDfTQirICTTwkP94iDWT.lazyloading { background-image: none; }#ZsTslQGXJX6iTDfTQirICTTwkP94iDWT > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcBBNzxQL0chQIn9qLvW6ca8CA8a3ytC { width:18.4375rem;height:9.7558375rem;top:19.8125rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7GrVoN2ED101G2N3mX0FpIh9Z1i3k2f { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8sJRMMonEEiSHmr0Gg69HHgkasmesZw { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #Gby77T9v6dmfspt3k3ypvJDP7o3B4e00 { width:18.8125rem;height:2.0625rem;top:16.25rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfGeiXssx7AhaHPdZKWS3brWTcy8z8bP { width:1.75rem;height:1.75rem;top:6.375rem;left:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql6TeHNNTL4pseeqQNHkbrBi80zqhdRs { width:3.875rem;height:1.8125rem;top:6.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8BTecB9QrF2xfLwaITVRaEVCLVQZLrI { width:19.1875rem;height:1.21948125rem;top:18.4375rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiTSs3k3ZzceDkXWAl3DXbHH5VIf04Tb { width:20rem;height:4.1235375rem;top:0.625rem;left:0rem;font-size:0.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #te9eHnx3cdApF2GMiK5aFV4VFcx1p0i2 { width:1.75rem;height:1.75rem;top:6.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #MErwLU9LcDd3eWLSgPDrEtLIox0uUkxl { width:3.875rem;height:1.8125rem;top:6.375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ef4e35c-472c-4dd6-82e4-63d059fb0852/Component1012.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS.adaptive-delivery-prevent-bg, #Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS.lazyload, #Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS.lazyloading { background-image: none; }#Ud19KHmPwcsH1NsQFvmTKfHKcMLl72FS > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yxq3xWoRoSfI7aqrtf3KDkFhLfX17EwP { width:18.5625rem;height:1.21948125rem;top:18.5625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLFEFTioHLcMMOlLMS9UcNmIWiTfwFxE { width:20rem;height:19.6875rem;top:17.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEBm2sdxttsD6k5QTTB0tKPX3kLMfiaW { width:19.75rem;height:13.75rem;top:15.25rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.27);border-left:0.125rem solid rgba(255,255,255,0.27);border-right:0.125rem solid rgba(255,255,255,0.27);border-bottom:0.125rem solid rgba(255,255,255,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #XlH1sX3Sz88BaT76lUgv0AHJCVKosDOw { width:14.75rem;height:2.0625rem;top:16.125rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1OExTMQDFXHShe44yxHRydU7hEi0zBH { width:18.5625rem;height:8.536375rem;top:19.9375rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OStNowMr6KIMRADyBQTAw1DZ8Zlzz6JN { width:20rem;height:4.1235375rem;top:0.60000038146973rem;left:0rem;font-size:0.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOSAhbEPLUEDMggU8zkEm86yvb1fXRsh { width:1.75rem;height:1.75rem;top:6.375rem;left:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN4rFT5u0GP6RwTEFDAeX7htDc7oN7gK { width:3.875rem;height:1.8125rem;top:6.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 { display:block; }#xcfNMEoSRE5ER3Ce8ghbTTqyMXlPEb76 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6u4klnoypzgbiuC31L5MzoAAlle6C35 { width:20rem;height:9.5625rem;top:2.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spOgd5OkqEneAGTmfQBDS0UtO7EC1ihy { width:20rem;height:6.6426875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahv4DwMJKHi6k6MMNCBhDlRlF5AfZMNr { display:none; }#ahv4DwMJKHi6k6MMNCBhDlRlF5AfZMNr > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WDRLwdz9CrUtlTVnFqF2DQSEdBtLDCXi { width:20rem;height:23.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzaQxaw9FDnwT0DTQCIm9IqT7TNLbKft { width:20rem;height:4.798825rem;top:2.3125rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aqXqNBC06fGqlRUvuMeRfCvDmTU3tGHu { width:16.75rem;height:9.4453125rem;top:7.9312515258787rem;left:1.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z5x2d8MROormzUW2sSDkdw55XyHLgV3W { width:8rem;height:2.75rem;top:18.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGSi2a6M1ZKZkDNd4LeFl0WLXvoFLniC { display:block; }
 }@media only screen and (max-width: 763px) { #J5wdsWswp3P47VqCNJA5FOczFvLJmL0c { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2c720303-f48c-4a1f-9632-27fd37a9bc35/filmnatlo_11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c.adaptive-delivery-prevent-bg, #J5wdsWswp3P47VqCNJA5FOczFvLJmL0c.lazyload, #J5wdsWswp3P47VqCNJA5FOczFvLJmL0c.lazyloading { background-image: none; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row .container { background-color: transparent; background-image: none; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row .container > .video-iframe-container { display: none; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row > .video-iframe-container { display: none; }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .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); }#J5wdsWswp3P47VqCNJA5FOczFvLJmL0c > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNeG0nXELeqz86XvqXnzFL9RDaUOJrN7 { width:9.375rem;height:14.625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urB1TMtselS85PfqNkGGAp3DRC7wkxE7 { width:8.0625rem;height:3.16796875rem;top:6.0625rem;left:0.6875rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hWg6gcsyJBpHZ4UEV2ZTKXdDBs8dDR2K { width:7.75rem;height:1.59375rem;top:4.0625rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H26o30FQKtZLykl9byzBIkWgzUnmSfns { width:3.0625rem;height:3.0625rem;top:13.15625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtOfmrWdCTOaCKtLu3LGnDPwaanzHnTm { width:3rem;height:3rem;top:13.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTChCpTFnTPi5STq3aeBoaeyvKETdmH { width:9.375rem;height:14.625rem;top:3.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfDUfi5usXaalg9WHGp4ydKwdDkoU6q { width:8.0625rem;height:4.22395625rem;top:6.0625rem;left:11.40625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zQE9PenEz3HFaQpfEgqSnUMsJ4fETSI0 { width:2.125rem;height:3rem;top:13.1875rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #up7m5fJlF8OoAeTvnZrvlczXp5ENW9S2 { width:3rem;height:3rem;top:13.1875rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4HER6cGTHTvBSQ6DgxI3LcuQoyLceNN { width:9.375rem;height:14.625rem;top:35.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b79DF9D0WUZTmBQR1kLcXGKAlFcIiClC { width:7.9375rem;height:4.22395625rem;top:22.25rem;left:0.8125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XHTwcAfTXx73K19171vL3IZLDETtfc3x { width:2.875rem;height:2.875rem;top:29.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFtnRlDMgErrTV9QRFgmT5tehTzchPvX { width:3rem;height:3rem;top:29.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwRZ5Pud4qDvkXHaOFhangtF8BetL4wB { width:7.9375rem;height:1.6875rem;top:4.0625rem;left:11.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLszMcb5oPPFipTEFUGnOoBxFSMCaZ8I { width:7.8125rem;height:1.6875rem;top:20.25rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgCkwGcAcV8bO3zCbXxIhe0nlgZNJCZ6 { width:9.375rem;height:14.625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpciENh6A2Mxzo2CQHkSD1rqJvvtLx5W { width:9.375rem;height:14.625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN5QIxL95Osp6L6gXHspeVQywnPaPn00 { width:9.375rem;height:14.625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEZas7z0pI9XtRZQviTImPLXxLKlTQQ { width:9.375rem;height:14.625rem;top:2.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQaaIBN2RyLKatxLReSmtsSqbsq7y3g { width:9.375rem;height:14.625rem;top:3.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bONgVC2SsMosC50dlaTQ3m1sx0ViPdT9 { width:9.375rem;height:14.625rem;top:3.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JooxRwI8JzTChJOTx6uzuwyL6OPRwgoR { width:9.375rem;height:14.625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK9pE2c9Vm9mepROvWSCBAopd9Kqk5eX { width:9.375rem;height:14.625rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE9oeVtJTIuq6Mi4bxaTdU6ybccJaeau { width:9.375rem;height:14.625rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9TWHC2y8yrsMJDMgfUhXvxBs3vsQ8S { width:9.375rem;height:14.625rem;top:19rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuqE04elaIaA616RhiQfEae66y947gBb { width:9.375rem;height:14.625rem;top:19.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlOhcc46qXi6SVXuN4LccTyrTHvXycOc { width:9.375rem;height:14.625rem;top:19.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXDETEnwRwTcuzi5IMrHl4TASbswin9h { width:9.375rem;height:14.625rem;top:19.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiLbPAAqWo07TBbBu5TVgLB706moSVPR { width:8.3125rem;height:1.59375rem;top:20.375rem;left:11.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McCKT12nctgkqsA26h9Xp3seviwTLolI { width:9.375rem;height:14.625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yklW2Z5SkrWUcr2bxvCW1gXFJPfto1it { width:7.8125rem;height:1.6875rem;top:36.625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7B007N0UZSl0WiV69WWOiOomfPafRnl { width:9.375rem;height:14.625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFAiv5BRbZbPulrW7Xh42GdsS1KMaFTm { width:9.375rem;height:14.625rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hv28a6VCwdxTo326TSdiDeT9JmTs4t { width:9.375rem;height:14.625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIR0anCT7K62HxcowK2PCJnCf5Nf67Le { width:7.75rem;height:3.16796875rem;top:22.25rem;left:11.4375rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yVZAFRSV5ToH6Hd7OArTi4kCTiXsRaix { width:3.375rem;height:3.5rem;top:29.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2oIJd7n5agXW9oKTVrwOSMg5SXHfnFT { width:7.9375rem;height:2.11198125rem;top:38.75rem;left:0.8125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hVnKo9w9KQFqtSo9ouz05MCnkVlfFL51 { width:3.3125rem;height:3.0625rem;top:45.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxRIbuft6beM0tzveHBs4dQQATnfi35M { width:9.375rem;height:14.625rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoiJ8UbsGZ6RCSSIFhdBydgCKGopWsGe { width:8.375rem;height:4.22395625rem;top:38.75rem;left:11.4375rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I5JhWL0FkXwDNE81M5zT7s3hO3LGSeK2 { width:2.875rem;height:2.875rem;top:45.4375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAZQFC4rMq584CxUtnU1pPJGvxVlclNo { width:8.1875rem;height:1.6875rem;top:36.625rem;left:11.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1l93bBcpJSfctMSUOnIgu5X6PzGVeGV { width:9.375rem;height:14.625rem;top:35.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE8EpE9cf13Uy6KMpE37GzVV5rtCfHpb { width:9.375rem;height:14.625rem;top:35.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6m21iSOgeN677oZSNSZeD4Dg8zh6I9x { width:9.375rem;height:14.625rem;top:35.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckPuO2Jk9ggSGMt6h2TrNfnuuTUSTrdQ { width:3rem;height:3rem;top:29.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7N5Ezl3F7gZvTBJGmclbMWNv6t26Na { width:3rem;height:3rem;top:45.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOEOQNTaIdop2Txrrec1Ni66vhEwAHW0 { width:3rem;height:3rem;top:45.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S { display:block; }#WWqbnrEUDNIwoEOddO6ArFb2ew76Eh7S > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC { display:block; }#EcgJmkkoLgaKf3TauNvfJmGBokGkm7UC > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adaQh7dL40MNkFPzRz7oTrF7kTR8eds4 { width:20rem;height:2.1933625rem;top:2.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wlsn9EirwckWnT0BH6OZC5HRBXrrpS8t { width:20rem;height:3.16894375rem;top:4.5062503814697rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yG1NC5JrsTO8tNUOflvupTtqpTzGkD2i { width:12.25rem;height:4.0625rem;top:7.675000190735rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeXUHuVKlGQ1ohk0KraHJMoPR6ceAM9f { width:4.5rem;height:15.25rem;top:13.625rem;left:3.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #y1u1uxNTkyTSLNrsGrMn0KfVAEiICvUW { width:4.5rem;height:15.1875rem;top:13.8125rem;left:4.5625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #TPi8362wpFPTiHvei23Gnzov0wPH9H9V { width:4.5rem;height:15.1875rem;top:14.375rem;left:6.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dzQlNZX9w6HI4GhmSTWIiC1LkTR1DfOA { width:4.5rem;height:15.25rem;top:13.625rem;left:9.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #A51kAfApXRQINkm3gHQckiH6Xq2IpuwD { width:4.5rem;height:15.1875rem;top:13.4375rem;left:12.4375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #JvcNFMlkBo832EJLtbKvza1VsEIDTtNe { width:4.5rem;height:15.25rem;top:13.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB80duwhTt1ZOICUod5LiUoouSPonK8p { width:4.5rem;height:15.1875rem;top:13.8125rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUrH9Ti6dRA9NHT0twPMxMhOybz7MtkX { width:4.5rem;height:15.1875rem;top:14.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6X0evGP5vl8e2r7Tq2Xk4yOlI9vyd9o { width:4.5rem;height:15.25rem;top:13.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzFJ6IAymDBwiIqpmSSdubkZJb1iVAh4 { width:4.5rem;height:15.1875rem;top:13.4375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiAGzKw8s65Out6R4FgPHS6B0gz3SPGw { width:3.9375rem;height:1.0625rem;top:11.737500190735rem;left:7.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3CUMZ2GNFBJpXh4T6T6FSdykw60RvSV { width:4.75rem;height:auto;top:2.75rem;left:7.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKfT58LG7VXEUSIOlgUOWtUAwwKmi8It { width:6.375rem;height:auto;top:2.75rem;left:6.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #feLDnvfExfeELbbqdIQgi2CBMaqe5CDv { width:5.9375rem;height:auto;top:2.75rem;left:7rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IP20RH8dkc0yhAgAG1molsTf4smrBRKO { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIras3a4RJwnm152gu2Aq5sXr9O2dbh6 { width:6.625rem;height:auto;top:2.75rem;left:6.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiKLRMrsgPUT60lZInwu3f6ynCV6g0B9 { width:4.3125rem;height:auto;top:2.75rem;left:7.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wu5PaW5BTIMxTCX2gLh22kq3ehx30aZT { width:20rem;height:0.0625rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH { display:block; }#G5l5S7V27HMBhNxR0fa7gMl3z9xbTlLH > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqrliol5UpvhISmlr2P5pHiuvxo0uN56 { width:20rem;height:57.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAlxXW2dchqAEaOBfNzdT0fcq1ZZT0nF { width:16.625rem;height:3rem;top:3.0625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVSewa43DQv98qmhTxTr00dMnwbhixX0 { width:17.9375rem;height:48.98435rem;top:7.4375rem;left:1.03125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bTdnBoAKKwcRm305puBAFPv6uFtO8cqr { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh83bIXlPuf9tcKTs8Dkm3TtxOAZZaXF { display:flex;width:1.375rem;height:1.375rem;top:1.6875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #WSTRVTkiT6Xng7TS5SF6qX3y1VgTa1nB { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu { display:block; }#rsQeJQF98RloHHcDa6ZfGJ1PTiZqKXDu > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHlTviSUDSxSuxFb4UqlXUzFbVZg2Dc9 { width:20rem;height:50.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQE5dI8OXIh0VLWcHTB2p6JbntxQ2QmQ { width:16.625rem;height:3rem;top:3.0625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnl5wv6IuiA9BLbCgmbtQe8HNAlAkdZn { width:17.9375rem;height:41.63671875rem;top:7.4375rem;left:1.03125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MJInTVKUJz5szyHVuVMARGibNMig5gxa { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEi4la7bTkJ2A4GWz3qqWU1ME2DoUP8C { display:flex;width:1.375rem;height:1.375rem;top:1.6875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #sMdDTx21KQ0wRV8IXtiTxHdvVu8hLiw8 { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp { display:block; }#ZVqgAEWhuKGPTyFatP5aJfrK4HvtD2Sp > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSkCqEROggdiCNbiCtr0PNDTAJ86tdlR { width:20rem;height:45.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI9CI0iTaD7Md0Z8AEmyRUGlb6ZVVHmG { width:16.625rem;height:3rem;top:3.0625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlxy0d3JcdAsUOfwk02f1tp7EtvRzbbV { width:17.9375rem;height:36.73831875rem;top:7.4375rem;left:1.03125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WXxXPxSFOJTdoR82hpwaKFNW84G38xds { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRUTcBAtRwhDq8zZvMn6PGCxU88Hmq19 { display:flex;width:1.375rem;height:1.375rem;top:1.6875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #EtWbsL7zoTh5c1ah7TJiIzeLhP7mn7gU { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP { display:block; }#DCJko6qkgXrv2xAknfXvzZ5nVWvOzDaP > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxkqmgTa3oaRzF4Tyt3w4QbQNA2PpA2M { width:20rem;height:46.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTk6XsagkuJVtF9KUgUgDtE5C2cXE5OF { width:16.625rem;height:3rem;top:3.0625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJhxIw6IPATQKBQEqaw5WqtuhsuPKK8x { width:17.9375rem;height:37.962925rem;top:7.4375rem;left:1.03125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AyxUxZGp624TfbsdMXVWQw4UTSPoU1d2 { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg5ERSmCyALVH7yibdddKWTZGyO9hXTT { display:flex;width:1.375rem;height:1.375rem;top:1.6875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #KeXQ4C4uxU0MtXKP5UnbTlf2yv3Cva0q { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk { display:block; }#swmkTfSCmgQRrMGSR1tTdhBJtEASOmxk > .row .container { width:20rem;height:50.2988125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT6UtPhieCn3TvACVuuWi73TQVgQXT6d { width:20rem;height:45.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrlTmrfmCEgvpsXr6Q6WXP3ybhykGEgG { width:16.625rem;height:3rem;top:3.0625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkhshV3anGHbmKwyalCnrKg0odE3dJyt { width:17.9375rem;height:42.86135625rem;top:7.4375rem;left:1.03125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zpKRBoX0VJ7FGzgCdthWKWlwdLMHyhRF { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKFOmU9vDbn9aAsTvMTAZ51CiBwUXgb { display:flex;width:1.375rem;height:1.375rem;top:1.6875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #iT770ffzw4fdsFKvopzmHUPJeSFnTLvH { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg { display:block; }#PTwpPyLbrL9TPBNFMMJLOBlm3WqZzGmg > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6OKcf2TvkItiv5i8NiKvi9fMzUvtsy3 { width:20rem;height:35.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b81yhUeVtX1kxBICc2EVTSMT63UbMtnf { width:16.625rem;height:3rem;top:3.0625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTMBp8R9e8S9Jk0HZERGxkb412C5WTU { width:17.9375rem;height:25.71679375rem;top:7.4375rem;left:1.03125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dboM0wAmJnX4RuF3SBDozissyVhfuaTo { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSLcmc7EkZmsQfIoSeJoM4tQr6STgtgB { display:flex;width:1.375rem;height:1.375rem;top:1.6875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #A7AhcPVUW7vk0q0V4M3kW3aUnky2x3XC { width:3.75rem;height:3.75rem;top:0.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezeJFanP0XuXkkm34TdmvXEsVkSefmCU { display:block; }#ezeJFanP0XuXkkm34TdmvXEsVkSefmCU > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmkxQWCNG4vHTAL9HH279ck1rbynrmih { width:20rem;height:4rem;top:8.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrBeqPfTFnVDTaPhtnwydZdUbJJyLXTZ { width:14.125rem;height:1.23730625rem;top:14.3125rem;left:2.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KECoJI2AMqIne77mng9o1fnvD1oPPnBg { width:20rem;height:1.01236875rem;top:16.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tpi7MNmKpUi4g8q8KeqHSmmmmZt80Kew { width:9.875rem;height:3.4378046155989rem;top:2.0735812187195rem;left:5.0618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFpFPdF7FgMLKI9nguIhGfhpdZHXfXQr { display:flex;width:1.875rem;height:1.875rem;top:19.5625rem;left:9.0625rem; }
#LFpFPdF7FgMLKI9nguIhGfhpdZHXfXQr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Nv9Uqr6dLi0FmzzlN50xNVVV1OCPaCrt { display:flex;width:1.875rem;height:1.875rem;top:19.5625rem;left:13.3125rem; }
#Nv9Uqr6dLi0FmzzlN50xNVVV1OCPaCrt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iGHX2fqC2d6UB0JtmVy9KxRlHo9WGtAK { display:flex;width:1.875rem;height:1.875rem;top:19.5625rem;left:5.0625rem; }
#iGHX2fqC2d6UB0JtmVy9KxRlHo9WGtAK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CvKyvhUxP2C7vhFBqNdsnKW6TvKO5oMT { width:20rem;height:0.0625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgWFWTfVlwH9F1iUpGZiTabSnJ3SfQUz { width:11.436625rem;height:0.84375rem;top:26rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Utq0ovihLBdhxm936NDKCMovlZNX7o1L { width:11.436625rem;height:0.84375rem;top:30.375rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xs4tRfy9yhbl6o5EQVNlg8pSctBlcKCT { width:11.436625rem;height:0.84375rem;top:28.1875rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }