.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wQO3ntZs/30C_BG_Main_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:58.25rem;width:75rem;position:relative;display:block; }#raLgT4piygVkN6xWLklivgKLtIGCTb87 { color:#ffffff;display:block;width:69.8125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:9rem;left:2.59375rem;height:11.6979375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x3qm3LwnGxhqMgzO7qCCZALAnxmAb9QR { color:#ffffff;display:block;width:69.8125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:20.854166030884rem;left:2.59375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#olqw2d7ytUWCTtsSuk4SLWoXLSAautCP { color:#000000;display:block;width:69.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:51.5625rem;left:2.75rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlZhkwEMVgybtW3TQX9h97zQxNTs9PbM { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(255,255,255,0.53) ;height:5.75rem;width:71.625rem;top:50.686634063721rem;left:1.5rem;display:block; }
#oP1TQTbf9wVqXJlkvPTGim14241RM5Mo { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.1875rem;width:55.6875rem;top:25.5625rem;left:9.1336803436281rem;overflow:hidden;display:block; }
#ysbMS7sZJwWuKT7MU2EencuVN2VABp1N { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:15.125rem;top:1.5rem;left:29.446182250976rem;overflow:hidden;display:block; }
#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:none;position:relative;display:block; }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .row .container { background-color: transparent; background-image: none; }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .row .container > .video-iframe-container { display: none; }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .row > .video-iframe-container { display: none; }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .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); }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .row .container { border-width: 0; border-radius: 0; }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .row > .video-iframe-container {  }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#w8h2E9gC7KqmBK8LTzrVpvgNLQmZBLVW { position:absolute;display:block;z-index:100029;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:21.37325rem;width:32.122375rem;top:11.892360687256rem;left:39.4375rem;overflow:hidden;display:block; }
#v8xsPGAxRgzvo8txgcarEorP3HkDsezR { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.3567705154419rem;left:8.96875rem;height:6.3368125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdKwCDO5IPS6R5OoW4HJ43JZMxayMXIq { position:absolute;display:block;z-index:100030;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;height:22.6875rem;width:32.875rem;top:11.484375rem;left:3.1875rem;display:block; }
#rblU20bOJwQcA2TFdlBMUSkTv11LSNmJ { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:4rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:13.416666507721rem;left:4.5rem;height:5.19965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUAtIl0KDLp11QFuPqTsZEwAn2Fh1vq5 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:14.354166507721rem;left:7.375rem;height:6.5rem;display:block; }
#v3AnLBM97QXe5GDKzCpXET7pbGK0fzie { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:4rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:19.9375rem;left:4.4375rem;height:5.19965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWepfPwogp4pLqh6r9wpXLHWpCWEmnm7 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:20.3125rem;left:7.3125rem;height:4.875rem;display:block; }
#gWQvTuFCwmA2AKVXcTyLtx0tITubQwuP { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:4rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:26.375rem;left:4.4375rem;height:5.19965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAxNDpNDHr2x16TrkCyhrdBsI6cHWRPH { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:27.3125rem;left:7.3125rem;height:4.875rem;display:block; }
#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.68);background-image:none;position:relative;display:block; }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .row .container { background-color: transparent; background-image: none; }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .row .container > .video-iframe-container { display: none; }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .row > .video-iframe-container { display: none; }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .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); }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .row .container { border-width: 0; border-radius: 0; }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .row > .video-iframe-container {  }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#LITk7fecTQZmOEzmHBmWlGTtUwKdl9gU { color:#ffffff;display:block;width:65.25rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:6.6961803436281rem;left:4.875rem;height:6.824625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FgyehTsd5BT5HX7IkwV4vqgSuwH24Trv { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.6519098281861rem;left:0rem;height:3.1684rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cTTKnseUuKW0vP8MOzwGA8LT7thsUpo7 { position:absolute;display:block;z-index:100002;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.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:7.9375rem;width:66.0625rem;top:6.15234375rem;left:4.5625rem;display:block; }
#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af { position:relative;display:block; }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af { background-color: transparent; background-image: none; }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af > .row .container > .video-iframe-container { display: none; }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af > .row > .video-iframe-container { display: none; }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af > .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); }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af { border-width: 0; border-radius: 0; }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af > .row .container > .video-iframe-container {  }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#TOTiT3R2toxF4RlIyNwllQocGAG9yC1v { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.25rem;left:9rem;height:6.3368125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .row .container { background-color: transparent; background-image: none; }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .row .container > .video-iframe-container { display: none; }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .row > .video-iframe-container { display: none; }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .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); }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .row .container { border-width: 0; border-radius: 0; }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .row > .video-iframe-container {  }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .row .container { font-size:0.875rem;font-family:arial;height:95.125rem;width:75rem;position:relative;display:block; }#uoImF3a2vv9LWTO2dDdTXQh3oTCW71rE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:24.1875rem;top:3.875rem;left:0.4375rem;overflow:hidden;display:block; }
#iJxKBZJgtLBnKZZ8ouNhHQ4NAHMU4PrU { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:24.0625rem;top:3.875rem;left:25.4375rem;overflow:hidden;display:block; }
#oIBBMdM7v7IlDD5uklJlcIgleVXumXc8 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:24.1875rem;top:3.875rem;left:50.4375rem;overflow:hidden;display:block; }
#FvPReATXHxw1uRxP5QX3J61AHZ6nfDal { box-sizing:content-box;color:#ffffff;font-size:9.875rem;font-weight:400;line-height:1;height:14.1875rem;width:14.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.67);display:block;z-index:100003;top:16.25rem;left:5.4375rem;display:block; }
#CLCiTDPx1ska6hOND3OxMhMT5sZhda6m { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17.375rem;left:1.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JIwbmvvUOC23yZCCLBDoJszgBpJRGhyV { box-sizing:content-box;color:#ffffff;font-size:9.875rem;font-weight:400;line-height:1;height:14.1875rem;width:14.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.67);display:block;z-index:100005;top:16.25rem;left:30.4375rem;display:block; }
#mBUG1A3FqqMbQmryLmUmz5vTXcsBSeuJ { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.375rem;left:26.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sR0WlIkVCesvHdbxmusp335rP1o7DPPQ { box-sizing:content-box;color:#ffffff;font-size:9.875rem;font-weight:400;line-height:1;height:14.1875rem;width:14.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.67);display:block;z-index:100007;top:16.25rem;left:55.4375rem;display:block; }
#tIFnfpBIVEMXCUlyd1RDBTMhhiZoMy8o { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:17.375rem;left:51.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RcvyQFFhn43ZR0lRSzCLIX0XGVkpKeMq { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:24.1875rem;top:27.6875rem;left:0.4375rem;overflow:hidden;display:block; }
#IuUw8iV8yuWcQVpoqtGv7z41cUn0pzOq { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:24.1875rem;top:27.6875rem;left:25.4375rem;overflow:hidden;display:block; }
#BN4eeRxArXpb4fhQZZd5aZ4IfqPmPE2I { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:24.1875rem;top:27.6875rem;left:50.4375rem;overflow:hidden;display:block; }
#nIVcHSi2KA9TaZ2tpMqs0XrJJO22d3QA { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.53125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h5CHikycspoU3lZ9KfmhHPFT16vL4xeL { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0.875rem;left:26.53125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CWwx2v4nzSc5gfOiWkXE8SN1OOQgBcvP { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0.875rem;left:51.53125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eAJ0LX8LMsoCN4JSTThdT9ZnWOFPLlsT { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:24.1875rem;top:74.1875rem;left:0.4375rem;overflow:hidden;display:block; }
#SRAFawEtUTLTlp4dRWSSDbKfFeTE9xAp { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:24.0625rem;top:50.375rem;left:0.4375rem;overflow:hidden;display:block; }
#sih5uETy8O9L4mQAmiBc19ZyhzBJ0bPp { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:24.0625rem;top:50.375rem;left:25.4375rem;overflow:hidden;display:block; }
#sSuZFlekn3TL1NJDHsXznimpcR6fJadO { box-sizing:content-box;color:#ffffff;font-size:9.875rem;font-weight:400;line-height:1;height:14.1875rem;width:14.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.67);display:block;z-index:100015;top:62.75rem;left:5.4375rem;display:block; }
#u9acR1v7OAJGH3GwqDBTXffiJ00azv79 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:63.875rem;left:1.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rg4BbE3y3Vpyp1GkCed7G4gLmJWweg5T { box-sizing:content-box;color:#ffffff;font-size:9.875rem;font-weight:400;line-height:1;height:14.1875rem;width:14.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.67);display:block;z-index:100017;top:62.75rem;left:30.4375rem;display:block; }
#BDN6Rf59FqiNTaJ5bssC5ThWkGNe7KD3 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:63.875rem;left:26.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIJq7eaiQDv9975VeMBAI8xwmQPOPv88 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:24.1875rem;top:74.1875rem;left:25.4375rem;overflow:hidden;display:block; }
#FJ5DN6lJt1v5hqOLf6M40m91HBiNixyQ { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:24.1875rem;top:50.375rem;left:50.4375rem;overflow:hidden;display:block; }
#A9D7Cl4R1plnr5NiyQBwgIgunaO6rKeu { box-sizing:content-box;color:#ffffff;font-size:9.875rem;font-weight:400;line-height:1;height:14.1875rem;width:14.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.67);display:block;z-index:100019;top:62.75rem;left:55.4375rem;display:block; }
#adLP7bQXnLQXyqKvZb84fiwihF3agAMW { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:63.875rem;left:51.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqF9hhpHPdzQL2r0SCvd965EyHTWrtyP { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:24.1875rem;top:74.1875rem;left:50.4375rem;overflow:hidden;display:block; }
#wGg22kkiAIzC3RTLRBVPvcGtQLa9Vblf { color:#ffffff;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:47.3125rem;left:1rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zxqz3SFcwrzIrPXZpqCmsZpwIxClGobk { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:47.3125rem;left:26.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:none;position:relative;display:block; }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .row .container { background-color: transparent; background-image: none; }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .row .container > .video-iframe-container { display: none; }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .row > .video-iframe-container { display: none; }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .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); }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .row .container { border-width: 0; border-radius: 0; }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .row > .video-iframe-container {  }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#NyCbFrIzscitUQVDDQu9ZwykflSTv64S { position:absolute;display:block;z-index:100029;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:21.37325rem;width:32.122375rem;top:9.3291015625rem;left:39.4375rem;overflow:hidden;display:block; }
#T15SWtoywEbZeclxRMwFxqZvDaGBhbrL { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.3567705154419rem;left:8.96875rem;height:3.1684rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ax9wQ5qNGNWWwcN2Kl8ynXGwsw3rqwqE { position:absolute;display:block;z-index:100030;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;height:22.6875rem;width:32.875rem;top:8.921875rem;left:3.1875rem;display:block; }
#eZ3bJD06XSd4KQG7POeK1uavew3tioPq { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:10.984375rem;left:4.0625rem;height:19.0078125rem;text-align:center;text-align-last:center;display:block; }
#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .row .container { background-color: transparent; background-image: none; }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .row .container > .video-iframe-container { display: none; }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .row > .video-iframe-container { display: none; }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .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); }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .row .container { border-width: 0; border-radius: 0; }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .row > .video-iframe-container {  }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#pzpAFiJJGMc1PDw1NoTpH63gMqV9Wnma { position:absolute;display:block;z-index:100015;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:20.1875rem;width:34.8125rem;top:11.3125rem;left:1.375rem;overflow:hidden;display:block; }
#yo0rvqRh9IqfIJEAHLUsUxh9yQgLD6nu { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:14.125rem;left:41.6875rem;height:3.09375rem;text-align:left;text-align-last:left;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; }
#X7wsOHTCuTLoGorvz3LTphXVgqaZ1t70 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:17.1875rem;left:41.625rem;height:3.5625rem;text-align:left;text-align-last:left;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; }
#d6hBgPrGEylaEsA3TFN5UdQy3N3rqAg8 { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:21.5625rem;left:41.625rem;height:7.7986rem;display:block; }
#Wy5qOSJA8s2XqipP33MIKMLL412twpWa { position:absolute;display:block;z-index:100016;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:20.1875rem;width:38.25rem;top:34.3125rem;left:34.75rem;overflow:hidden;display:block; }
#J6wqoiF3E70t9OJrLP8mv83hCz0dviys { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:36.125rem;left:1.375rem;height:3.09375rem;text-align:left;text-align-last:left;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; }
#dCSHpFqx22eU3cwuqAKf5SrV0z9LErBy { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:39.1875rem;left:1.375rem;height:;text-align:left;text-align-last:left;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; }
#DS5grDRvfKTZODMdHl9tvLQOqQe5osM1 { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:43.5625rem;left:1.375rem;height:9.74825625rem;display:block; }
#FveJGERdyVxJUDN8IrGEWTBSN1SSz6UX { color:#ffffff;display:block;width:69.8125rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.8871507644653rem;left:2.59375rem;height:6.3368125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RpkpQq98raFWc8D6ak5Gxx1XDigoCTRu { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:6.5625rem;top:25.375rem;left:5.90625rem;overflow:hidden;display:block; }
#ciMlyJHQHXaqdUL0Vp6tVm0aBxwrgmVu { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:6.1875rem;top:38.625rem;left:40.03125rem;overflow:hidden;display:block; }
#g6NWmfPV5sqD9rUIhIoZUQ4JJZXtMg2Q { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:46rem;left:41.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NiVdeqFMdEf6oi4XVZeKcXB5UoExAsEF { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:23.5625rem;left:7.34375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:none;position:relative;display:block; }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .row .container { background-color: transparent; background-image: none; }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .row .container > .video-iframe-container { display: none; }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .row > .video-iframe-container { display: none; }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .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); }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .row .container { border-width: 0; border-radius: 0; }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .row > .video-iframe-container {  }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#uidgqwngrertlTpVkChgf4yivQdFlyI4 { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2309026718139rem;left:9rem;height:6.3368125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:none;position:relative;display:block; }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .row .container { background-color: transparent; background-image: none; }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .row .container > .video-iframe-container { display: none; }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .row > .video-iframe-container { display: none; }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .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); }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .row .container { border-width: 0; border-radius: 0; }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .row > .video-iframe-container {  }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:block; }#oCDofhGVKsTsKRGC6siaRlDut6OHFVBy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.6875rem;width:35.875rem;top:0.53125rem;left:0.8125rem;overflow:hidden;display:block; }
#Zmvgp3p4sMQNfHxKnguJNPz01ou7MNhH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:35.875rem;top:0.53125rem;left:38.3125rem;overflow:hidden;display:block; }
#Tsrp55MQDxA2oHPJwyPESk3LZm4e5UBf { color:#ffffff;display:block;width:34rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:18.15625rem;left:1.75rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MHLwF6CiiFTnQlMcxpnRPffzk3hgn3Az { color:#ffffff;display:block;width:34rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:21.03125rem;left:39.25rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sK9Tyd2GpP0UZB0DfqGzIhkQqJFCB7Hm { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34rem;width:35.875rem;top:22.78125rem;left:0.8125rem;overflow:hidden;display:block; }
#iaVOMrH0C82BpHe4yQTlg4DvH7ieBdU0 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:35.875rem;top:26.125rem;left:38.3125rem;overflow:hidden;display:block; }
#UEGmHu4M6DRxypc8iOq0K5tOEfqUfN3y { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:35.875rem;top:41.5rem;left:38.3125rem;overflow:hidden;display:block; }
#e5w2skEKvX0ZDKpsuuPX0K4wbTcCZR2f { color:#ffffff;display:block;width:34rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:54.4375rem;left:39.25rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H9rMGTTVggmptwtqn58TmT34UgyTmziT { position:relative;display:block; }#H9rMGTTVggmptwtqn58TmT34UgyTmziT { background-color: transparent; background-image: none; }#H9rMGTTVggmptwtqn58TmT34UgyTmziT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9rMGTTVggmptwtqn58TmT34UgyTmziT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9rMGTTVggmptwtqn58TmT34UgyTmziT > .row .container > .video-iframe-container { display: none; }#H9rMGTTVggmptwtqn58TmT34UgyTmziT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9rMGTTVggmptwtqn58TmT34UgyTmziT > .row > .video-iframe-container { display: none; }#H9rMGTTVggmptwtqn58TmT34UgyTmziT > .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); }#H9rMGTTVggmptwtqn58TmT34UgyTmziT { border-width: 0; border-radius: 0; }#H9rMGTTVggmptwtqn58TmT34UgyTmziT > .row .container > .video-iframe-container {  }#H9rMGTTVggmptwtqn58TmT34UgyTmziT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#puQlRcLWfSThECWIPPR2L1qrD2c0En3k { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.25rem;left:9rem;height:3.1684rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl { position:relative;display:block; }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl { background-color: transparent; background-image: none; }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl > .row .container > .video-iframe-container { display: none; }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl > .row > .video-iframe-container { display: none; }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl > .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); }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl { border-width: 0; border-radius: 0; }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl > .row .container > .video-iframe-container {  }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#iHSozahUx4izdUTfW4tFLwc8K54OkIey { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100018;line-height:1.6;letter-spacing:0;top:3.8515625rem;left:42.40625rem;height:19.19446875rem;text-align:center;text-align-last:center;display:block; }
#kEEgF6VLfbwrNLZT8GpiZLTEbKvyDPTg { position:absolute;display:block;z-index:99999;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;height:22.6875rem;width:32.875rem;top:2.0078125rem;left:39.8125rem;display:block; }
#B6zwGzzrFETRTNiJdarGvclLJuDGuycE { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:24.75rem;top:1.6015625rem;left:6.375rem;overflow:hidden;display:block; }
#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:none;position:relative;display:block; }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .row .container { background-color: transparent; background-image: none; }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .row .container > .video-iframe-container { display: none; }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .row > .video-iframe-container { display: none; }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .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); }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .row .container { border-width: 0; border-radius: 0; }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .row > .video-iframe-container {  }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#e2SfZLmWFd1FhEFEi6J4WTov7BK4wcqm { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.25rem;left:9rem;height:3.1684rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:none;position:relative;display:block; }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .row .container { background-color: transparent; background-image: none; }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .row .container > .video-iframe-container { display: none; }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .row > .video-iframe-container { display: none; }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .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); }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .row .container { border-width: 0; border-radius: 0; }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .row > .video-iframe-container {  }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#wBKiMG11puMgaFk6tscOnlKBtBG5GB1W { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:1.40625rem;left:17.5rem;display:block; }
#OgIrhAUsSGUIrb6kuSVwmU1pEesSdT25 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:10.5625rem;top:11.1875rem;left:5.3662109375rem;overflow:hidden;display:block; }
#UuX3kIGK51iqvq5ptuZ5krBNFBwJAomD { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:10.5625rem;top:11.1875rem;left:59.0625rem;overflow:hidden;display:block; }
#lLcRQ2TAuufG9soWudAVWmH7a2TzG2be { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:24.467868804932rem;left:18.90625rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .row .container { background-color: transparent; background-image: none; }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .row .container > .video-iframe-container { display: none; }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .row > .video-iframe-container { display: none; }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .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); }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .row .container { border-width: 0; border-radius: 0; }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .row > .video-iframe-container {  }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#VCc09747VChTs4ffa0Zh0XT6RgU3mASG { color:#c2c2c2;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .row .container { background-color: transparent; background-image: none; }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .row .container > .video-iframe-container { display: none; }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .row > .video-iframe-container { display: none; }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .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); }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .row .container { border-width: 0; border-radius: 0; }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .row > .video-iframe-container {  }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:75rem;position:relative;display:block; }#tmn3XBTgLinLz9xLuaqw2IrUtQHe9SSJ { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:3.125rem;height:4.875rem;font-style:normal;display:block; }
#HVQsbKQ7CpHZUNTNqi6bHXfIT6vhpNmm { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:7.625rem;left:3.125rem;height:;font-style:normal;display:block; }#HVQsbKQ7CpHZUNTNqi6bHXfIT6vhpNmm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HVQsbKQ7CpHZUNTNqi6bHXfIT6vhpNmm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/K4qFlrK3/check_1_.png); }
#RWBfUWdKBV0ylTFWebi5u1CykeiI0bs7 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:10.375rem;top:0.875rem;left:60.1875rem;overflow:hidden;display:block; }
#AUdTtnWZHMgfglWcqc7AynEgnQclfdzi { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.5) ;height:30.3125rem;width:34.875rem;top:15.5rem;left:38.8125rem;overflow:hidden;display:block; }
#Ig4u2V1HBzIG7zOgxt5LAb9Cr27TfEPT { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.24) ;height:11.625rem;width:34.875rem;top:48.9375rem;left:38.8125rem;overflow:hidden;display:block; }
#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:none;position:relative;display:block; }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .row .container { background-color: transparent; background-image: none; }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .row .container > .video-iframe-container { display: none; }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .row > .video-iframe-container { display: none; }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .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); }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .row .container { border-width: 0; border-radius: 0; }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .row > .video-iframe-container {  }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#kbvm02M0n5ZSoc50gHVQamzTXdIF41us { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:2.25rem;left:0rem;height:3.32465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M0w0S8JRUgN3No0i5w4v1kgszlGZO1Fh { box-sizing:content-box;color:#ffffff;font-size:5.4375rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:7rem;left:5.46875rem;display:block; }
#Sbo8VLDgny6M7rkwV9A3TSbryavwMxNz { color:#fd8100;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAMWCJupb28pboJbymgL1ZllXfIloPir { color:#fd8100;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.8125rem;left:37.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TM5RmPFTSek5TnQQRUlcGDpwJx8g9XRU { box-sizing:content-box;color:#ffffff;font-size:5.4375rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:7rem;left:43rem;display:block; }
#MfJSLQENTgHoDLXLsBAp3oQmDb2SCVnd { color:#fd8100;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:18.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx1wMQmIKf7kctMasNaCgkheCx1ylFt2 { box-sizing:content-box;color:#ffffff;font-size:5.4375rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:7rem;left:24.25rem;display:block; }
#iyrMerUgxK0WLkqPXJwflcD2u1JQR8Ur { color:#fd8100;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:56.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NwTsmnrcKL7C5rSzJ9Rf1fzAtT5Nd5dg { box-sizing:content-box;color:#ffffff;font-size:5.4375rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:7rem;left:61.75rem;display:block; }
#qTBDv5GGtl1tPJm9G1oTx9uXREWhbs20 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:18.8125rem;left:19.0625rem;height:6.497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqDKCTpGPngtuTc7WH1aBGGKbr9b9fNJ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:19.4375rem;left:37.8125rem;height:5.19791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xylu8RwepWVTv0TKQtoATlEroRwMcbKv { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:20.0625rem;left:56.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea { position:relative;display:block; }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea { background-color: transparent; background-image: none; }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea > .row .container > .video-iframe-container { display: none; }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea > .row > .video-iframe-container { display: none; }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea > .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); }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea { border-width: 0; border-radius: 0; }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea > .row .container > .video-iframe-container {  }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#bSpGJ30fBi57IlE1z7t3BT7OVnEX3Ns1 { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:9rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vg06Dcwg/Background2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx.adaptive-delivery-prevent-bg, #sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx.lazyload, #sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx.lazyloading { background-image: none; }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .row .container { background-color: transparent; background-image: none; }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .row .container > .video-iframe-container { display: none; }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .row > .video-iframe-container { display: none; }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .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); }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .row .container { border-width: 0; border-radius: 0; }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .row > .video-iframe-container {  }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:block; }#QXyqULtgHkKn6CweTtTKDA5d9PBmr5f6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.125rem rgba(0,0,0,0.17) ;height:40.125rem;width:22.5625rem;top:-1.875rem;left:0rem;overflow:hidden;display:block; }
#PkUNhSPX0TUHwNQvIwizGZPODQ2XRMfv { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.1) ;height:27.5625rem;width:31.625rem;top:30.562065124512rem;left:4.312068939209rem;display:block; }
#pKzgvyM4MqMwHs4BGUVrxEhEra4ufoHr { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:35.186630249024rem;left:5.9678840637207rem;height:;font-style:normal;display:block; }#pKzgvyM4MqMwHs4BGUVrxEhEra4ufoHr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pKzgvyM4MqMwHs4BGUVrxEhEra4ufoHr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Ucab1LTz/Elipsa_2_kopia_9czerwona.png); }
#LToQtGBSd1vZim0HBSf9n8ccqWcFVDpv { color:#000000;display:block;width:45.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:25.9365234375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIRxoAqk7eWKUELAJ70aFyebX0LtpvTD { color:#000000;display:block;width:45.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:13.5rem;left:25.9365234375rem;height:6.822925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gTv6HzoX3u5dRG4EgtG8QtcC1sbF8EXd { background-color:#ee0000;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.37325rem;height:5.05989375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:23.384534835816rem;left:44.373264312744rem;display:block; }
#loz8y6n3SAgTZPQGpEO4fqFGb2ZIBfIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xTohNZwk298JBEgFPeVmCqAJkdiyGlw7 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee0000, #e94c40);background-image: -moz-linear-gradient(90deg, #ee0000, #e94c40);background-image: -ms-linear-gradient(90deg, #ee0000, #e94c40);background-image: -o-linear-gradient(90deg, #ee0000, #e94c40);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#e94c40' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#e94c40' );";background-image: linear-gradient(90deg, #ee0000, #e94c40);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:5.6875rem;top:33.999565124512rem;left:5.9678840637207rem;display:block; }
#n6iNyuSEiHMtSzqoEzSB4V2QLO2tUPZ9 { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:31.625rem;left:5.96875rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#U1sCNPaqT02R7UIA8MUTvve4mXcBVGRc { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.1) ;height:4rem;width:14.375rem;top:-1.875rem;left:60.625rem;display:block; }
#HBlLxUGQOVXCltRFFxzf7m1xkced7FQl { box-sizing:content-box;color:#000000;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:block;z-index:100022;top:-1.4375rem;left:71.1875rem;display:block; }
#mA53yOLGFT8qIDZPOvMNbm6C5hr6f3T2 { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:-0.4375rem;left:61.75rem;height:1.29980625rem;font-style:normal;display:block; }
#AG0xZh5UGaIBFbZpBTZeXN6m6F2WZri1 { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.1) ;height:4.0625rem;width:34.25rem;top:50.435546875rem;left:37.7275390625rem;display:block; }
#DAZ2FhCAhTaDlvvyNO6RiEW2p7US79qE { color:#000000;display:block;width:33.6870625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:50.997832417488rem;left:38.193363189698rem;height:3.0868rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N53ZF7CswlbDNZt9pTpso5NGiZcIm6NQ { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:19.8125rem;width:13.1875rem;top:30.5625rem;left:40.6875rem;overflow:hidden;display:block; }
#W7UusLXJHVbTOtq1dsHhwvUXcWiZNnTa { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:12.25rem;top:55.915805339813rem;left:61.6875rem;overflow:hidden;display:block; }
#oaD5o3MyJaLeypAbbU8zr70dLhx56b57 { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:7.1875rem;top:26.406236648559rem;left:20.1875rem;overflow:hidden;display:block; }
#tc6SQVEGQ4yIfcNRbo03Gx8PVomrCfoa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:24.638874053955rem;left:24.748264312744rem;height:2.5996125rem;display:block; }
#rNsT5Pw7LaT8S3Cz2shEyC4g9tlSr3f5 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:19.8125rem;width:12.875rem;top:30.5625rem;left:56.1875rem;overflow:hidden;display:block; }
#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dbIwPYR3/cubebackground.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq.adaptive-delivery-prevent-bg, #txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq.lazyload, #txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq.lazyloading { background-image: none; }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .row .container { background-color: transparent; background-image: none; }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .row .container > .video-iframe-container { display: none; }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .row > .video-iframe-container { display: none; }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .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); }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .row .container { border-width: 0; border-radius: 0; }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .row > .video-iframe-container {  }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:block; }#ZtQ1n0EVdflCCnnwLKnxrZngfumNd64h { position:absolute;display:block;z-index:100006;background-color:#787878;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:5.625rem;width:5.625rem;top:10rem;left:4.1875rem;display:block; }
#oGasXXwRfc4Im29ypWnhRLmgpMIuTTgL { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:10.78125rem;left:11.25rem;height:6.09375rem;font-style:normal;display:block; }
#QnFDaUCRoa2hABC8bRTxIr5HwPRkxmua { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:10.9375rem;left:5.125rem;display:block; }
#iMlk8Hbc3P7Mb8wObhfcmoeSmR2ULyLs { position:absolute;display:block;z-index:100011;background-color:#fee440;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:5.625rem;width:5.625rem;top:9.9997825622556rem;left:41.624355316162rem;display:block; }
#JPOJ4MHoNouepWb4t2it8gF90Xymt8Pz { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:10.874347686767rem;left:42.624782562256rem;display:block; }
#s7a5suDpW0HEUKFQxOMCs2kalGykdumG { position:absolute;display:block;z-index:100005;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:10.3125rem;width:31.25rem;top:7.5616302490238rem;left:3.0620670318604rem;display:block; }
#QMfZaZ5bcIUPQwuDat3VhDMZTxT5iQA0 { position:absolute;display:block;z-index:100010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:10.3125rem;width:31.25rem;top:7.5616302490238rem;left:40.562068939209rem;display:block; }
#fzZbLiIvIpvCetrbtBfCV2mbGRnQyFPI { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:9.765625rem;left:48.75rem;height:6.09375rem;font-style:normal;display:block; }
#VrIlJSyQn9gf5P6vS33SHQX8o1L54Akz { position:absolute;display:block;z-index:100010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:10.3125rem;width:31.25rem;top:19.687282562256rem;left:3.0620670318604rem;display:block; }
#bXp79a1T20139MDseezbgVc1xixhgahX { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:21.873779296875rem;left:11.25rem;height:6.09375rem;font-style:normal;display:block; }
#cikN174bydPHstd5JR9y6ePh99WeiI7i { position:absolute;display:block;z-index:100011;background-color:#f61067;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:5.625rem;width:5.625rem;top:22.125rem;left:4.1875rem;display:block; }
#ga3NPEplK8pWTWkyD0ZZGVwZ8Bo1clTr { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:23.0625rem;left:5.125rem;display:block; }
#t1rwwlZ4XKf36PNpUMTWVkqyXbsyL81H { position:absolute;display:block;z-index:100015;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:10.3125rem;width:31.25rem;top:19.687282562256rem;left:40.562068939209rem;display:block; }
#FtyilIm78u5tQ0hA769wSDNguZgA8e6l { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:22.889404296875rem;left:48.75rem;height:4.0625rem;font-style:normal;display:block; }
#TaSB5pxEcfu1CHCpdB4BwE7V1E3Bw8Tx { position:absolute;display:block;z-index:100016;background-color:#40fe84;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:5.625rem;width:5.625rem;top:22.124351501465rem;left:41.624355316162rem;display:block; }
#EbKuHfzV6CtPQihqyKBP7Ac5xWU5aDnn { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:22.937065124512rem;left:42.561855316162rem;display:block; }
#qXCe0kAIX63ZdzveeiyGfbL23EhibtWc { color:#000000;display:block;width:27.749rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:36.58447265625rem;left:3.99951171875rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lIFakscd8H6ssk05RvbBoGcQFWHpCwc7 { position:absolute;display:block;z-index:100006;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:10.3125rem;width:31.25rem;top:34.749134063721rem;left:3.0620670318604rem;display:block; }
#bu5K29ouIHGJ1Q0EceanFNlsdQ3cFeW3 { position:absolute;display:block;z-index:100047;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:17.6245rem;width:31.12425rem;top:31.34033203125rem;left:40.576171875rem;overflow:hidden;display:block; }
#QCDu5CgCXIG0xGH8cdxKCTZVfcavuMZS { box-sizing:content-box;color:#db2645;font-size:7.9375rem;font-weight:400;line-height:1;height:11.375rem;width:11.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.5rem 0.625rem 2.3125rem rgba(0,0,0,0.21);display:block;z-index:100048;top:30.625rem;left:30.3125rem;display:none; }
#oPXyoym4S5oXNXiFeQ7pPJnf20e1U0mG { box-sizing:content-box;color:#db2645;font-size:7.9375rem;font-weight:400;line-height:1;height:11.375rem;width:11.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.5rem 0.625rem 2.3125rem rgba(0,0,0,0.21);display:block;z-index:100049;top:34.250003814698rem;left:30.312503814698rem;display:block; }
#LAIVnkyIH9evXzM3nIxdBBZBaDOJ2Z8I { color:#000000;display:block;width:49.9365rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.7236328125rem;left:11.685791015625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atoMQETcJGmW80y5tPbLln8d01nqR1Kh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:none;position:relative;display:block; }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .row .container { background-color: transparent; background-image: none; }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .row .container > .video-iframe-container { display: none; }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .row > .video-iframe-container { display: none; }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .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); }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .row .container { border-width: 0; border-radius: 0; }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .row > .video-iframe-container {  }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#ysFUKbNyFS6kJioSc37g5tRc0w9LwXuR { color:#fd8100;display:block;width:34.5605625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:99993;line-height:1.1;letter-spacing:0;top:11.6875rem;left:20.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3bEZCvodmdt8BFU6E5LLykV6fT36sMa { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:99994;line-height:1.1;letter-spacing:0;top:15.4375rem;left:20.25rem;height:2.474825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H4JmPHTdOk1LxU7E9qomPzg01VRPnxGl { position:absolute;display:block;z-index:100000;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:15.875rem;width:36.25rem;top:19rem;left:19.375rem;display:block; }
#TMsszQCyR9OTo6l2CLausellAfpeJXkA { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:20.25rem;left:20.5rem;height:3.89930625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#uTSkse1PbHnlGivaTaGGG31aiNBGiSMn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:24.5625rem;left:20.5rem;height:1.29980625rem;font-style:normal;display:block; }
#ArkDlq8ffan5qcs8rZ2eGb5Ta5JWCwtS { color:#fd8100;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:26.3125rem;left:27.75rem;height:4.875rem;font-style:normal;display:block; }
#IZIFkxJwUioA3RPlh9mDwcucGmR6nuET { background-color:#e5042f;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:277777.75rem;border-top-right-radius:277777.75rem;border-bottom-left-radius:277777.75rem;border-bottom-right-radius:277777.75rem;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:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:26.25rem;left:38.5625rem;display:block; }
#dXXrS8E5P7Ufx5w8bJev8lzEiaL9waJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KvPCv7fsAsHRcuRFJGSGPhz05qFdHOA2 { box-sizing:content-box;color:#ffffff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:27.1875rem;left:51.3125rem;display:block; }
#ADZS8khKE7ZiJfCSoRAD6N79IvJMBaZr { color:#999999;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:27.8125rem;left:22.25rem;height:2.92480625rem;font-style:normal;display:block; }
#IDJbn6DUZRgik3okR6RTBF7A5M6nJQhv { color:#fd8100;display:block;width:2.375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:27.8125rem;left:35.125rem;height:2.92480625rem;font-style:normal;display:block; }
#MNGxM54devoutfEicRzXbIJZpArF4I39 { box-sizing:content-box;color:#b7b7b7;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:31.5rem;left:20.5rem;display:block; }
#O9Uq9KlUDrbfZ4Egw9JCzz3WlxX7P4mX { color:#b7b7b7;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:31.5625rem;left:23.6875rem;height:2.4375rem;display:block; }
#TmZnzIBwq1M3wOrs61VSMOtahzFKMXT4 { position:absolute;display:block;z-index:100010;height:1.3125rem;width:12.25rem;top:32.875rem;left:41.4375rem;display:block; }
#TWzdnf9RGhJoVixabMlJ4qsOG4DbqG4V { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:31.375rem;left:41.4375rem;height:1.29980625rem;display:block; }
#qKGLeClgcD4Am7v2GNsHI4NLibEe1AC6 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:31.5625rem;left:38.5625rem;display:block; }
#fuGMaPkDuuNXOTTKKGU3cb0VMZ9OOKGk { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.25rem;width:36rem;top:36.9375rem;left:19.375rem;display:block; }
#AiAsAZfXaAzKCES4hK8xv02SOKRSL7NM { color:#f89f24;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:37.8125rem;left:24.9375rem;height:0.8125rem;font-style:normal;display:block; }
#dCrdq4ph7OEU7aTy33C3NEg6r7LfAdkm { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:37.75rem;left:20.9375rem;overflow:hidden;display:block; }
#fUluP1FTkkCB7xoLewH3HkGpEdZDohS3 { color:rgba(255,255,255,0.5);display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:38.625rem;left:24.9375rem;height:2.111325rem;display:block; }
#Go3y7AoEZdarWB77biWPbQKlTpPWQwyT { color:#ffffff;display:block;width:58.058625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:99990;line-height:1.3;letter-spacing:0;top:2.0625rem;left:8.4697265625rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .row .container { background-color: transparent; background-image: none; }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .row .container > .video-iframe-container { display: none; }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .row > .video-iframe-container { display: none; }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .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); }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .row .container { border-width: 0; border-radius: 0; }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .row > .video-iframe-container {  }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:75rem;position:relative;display:block; }#HQSkzh5pmfdtMOBIBbszFHdTdvozq7DR { color:#ff004c;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.27430625rem;font-style:normal;display:block; }
#zycFpccUK7PxoJKFd9f5kcwgPLDRvG0r { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:7.375rem;left:1.25rem;height:60.375rem;display:block; }#zycFpccUK7PxoJKFd9f5kcwgPLDRvG0r li:not(:first-child){ padding-top:2.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#zycFpccUK7PxoJKFd9f5kcwgPLDRvG0r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/pLhpZp2x/check_1_.png); }
#TAiwsR74lRTyR2K34Rs3es9MFBpqCIVG { position:absolute;display:block;z-index:100002;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;height:37.5rem;width:25rem;top:2.375rem;left:50rem;overflow:hidden;display:block; }
#CCx8gKmSqIGfCwlTayG5PW3iEnugeUPy { 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.125rem solid #e5042f;border-left:0.125rem solid #e5042f;border-right:0.125rem solid #e5042f;border-bottom:0.125rem solid #e5042f;border-top-left-radius:277777.75rem;border-top-right-radius:277777.75rem;border-bottom-left-radius:277777.75rem;border-bottom-right-radius:277777.75rem;box-sizing:border-box;color:#e5042f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.0625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:40.875rem;left:50rem;display:block; }
#FernBP804UP4OQM5CWSk0kbgyzKIQ3TT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PTtKe03dWQu8OmfaiTeHEwOy5OZap8Xs { box-sizing:content-box;color:#e5042f;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:block;z-index:100009;top:41.53125rem;left:70.9375rem;display:block; }
#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000441;background-image:none;position:relative;display:block; }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .row .container { background-color: transparent; background-image: none; }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .row .container > .video-iframe-container { display: none; }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .row > .video-iframe-container { display: none; }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .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); }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .row .container { border-width: 0; border-radius: 0; }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .row > .video-iframe-container {  }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#TvZlG36R6nnqBzlTEU5dpG6yyCUTW1Pc { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#db2645;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.559875rem;height:4.5rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:10.25rem;left:18.75rem;display:block; }
#uyJ0HWAZWXHE40rIPVosuZPFrafuhq5h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T0mgyEhZU80GTB5UcI83hx457dmQyeCU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:1.787325rem;text-align:center;text-align-last:center;display:block; }
#BhX5FDT1PVSma4RHz7u7mJ3O7kF1VvRH { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .row .container { background-color: transparent; background-image: none; }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .row .container > .video-iframe-container { display: none; }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .row > .video-iframe-container { display: none; }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .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); }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .row .container { border-width: 0; border-radius: 0; }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .row > .video-iframe-container {  }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#ng5I2U8272LDA8KDWyMUsRsog3s1nbvz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.9375rem 1.5625rem rgba(0,0,0,0.12) ;height:13.125rem;width:31.5rem;top:2.25rem;left:3rem;overflow:hidden;display:block; }
#hMrZ9OW7ZGNplA1kxvBR11rOskRGO6TD { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.9375rem 1.5625rem rgba(0,0,0,0.12) ;height:11.25rem;width:31.5rem;top:3.1875rem;left:40.5rem;overflow:hidden;display:block; }
#GaGGmabbcAnP1sykhvDyCIJaJ1FexW4T { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.9375rem 1.5625rem rgba(0,0,0,0.12) ;height:11.25rem;width:31.5rem;top:16.9375rem;left:3rem;overflow:hidden;display:block; }
#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .row .container { background-color: transparent; background-image: none; }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .row .container > .video-iframe-container { display: none; }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .row > .video-iframe-container { display: none; }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .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); }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .row .container { border-width: 0; border-radius: 0; }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .row > .video-iframe-container {  }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#mwF3ivv6GQTECKiMbz9xnd0pyPx678Qm { position:absolute;display:block;z-index:100000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.9375rem 1.5625rem rgba(0,0,0,0.03) ;height:25rem;width:23.75rem;top:0rem;left:0.625rem;display:block; }
#gvSFL5tFk1ykeueI660wf5vOcKKnLDqQ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:2.125rem;left:3.125rem;height:16.875rem;text-align:center;text-align-last:center;display:block; }
#qrr1pvGmKS7hJTVoIN5l3Wph4zOxOtpa { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:8.75rem;width:8.75rem;top:20.625rem;left:8.125rem;overflow:hidden;display:block; }
#q0H2fkv2O3XgEPM4p55WvK8CtunhpQkT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:30.625rem;left:6.25rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkQ0ZJbemK6Ce2fbymQHwPiR74BS7TWO { color:#56aee3;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:33.125rem;left:3.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#WLrbc3qTstnwKVvDFACLrIJ3vWGi4Gqe { position:absolute;display:block;z-index:100005;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.9375rem 1.5625rem rgba(0,0,0,0.03) ;height:15.625rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#QIrxmkTKXPeyKZP4Zx8b24dwGEU7H3Lo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:21.25rem;left:31.25rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aoPGUBRGkUmvQEDZ57lhFpbAHmkRO4LG { color:#56aee3;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:23.75rem;left:28.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#NHRsHR4NQzyfO0ANSdNucuVJGUFh4Akn { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:2.125rem;left:28.125rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#MXNR7UlrW9SIf7FOn5a3ROIb9wV2dsvy { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:8.75rem;width:8.75rem;top:11.25rem;left:33.125rem;overflow:hidden;display:block; }
#BRxTXdZPdTMR2dXTXOcfiTK0ZmKsui0i { position:absolute;display:block;z-index:100010;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.9375rem 1.5625rem rgba(0,0,0,0.03) ;height:21.25rem;width:23.75rem;top:0rem;left:50.625rem;display:block; }
#aO9IkAIkoTUWKzCKmKLWMe6SMZ8q42iz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:26.875rem;left:56.25rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KE1cboEkHrtOWCpdnVMDHAyNkMi2bK3c { color:#56aee3;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:29.375rem;left:53.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#VcGBQaZ8D46Kc8oABgyx4m8rcUEnRe72 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:2.125rem;left:53.125rem;height:13.125rem;text-align:center;text-align-last:center;display:block; }
#WUDHAfU1vaLGaSafVeA5V5TpO4xG8AZe { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:8.75rem;width:8.75rem;top:16.875rem;left:58.125rem;overflow:hidden;display:block; }
#g0imhZKVOoED6Thr6hwawayawpwcptwO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:none;position:relative;display:block; }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .row .container { background-color: transparent; background-image: none; }#g0imhZKVOoED6Thr6hwawayawpwcptwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .row .container > .video-iframe-container { display: none; }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .row > .video-iframe-container { display: none; }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .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); }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .row .container { border-width: 0; border-radius: 0; }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .row > .video-iframe-container {  }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#ycObhzrGbVsBWVN55TTNNzDgbEq8NaBs { position:absolute;display:block;z-index:100029;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:21.37325rem;width:32.122375rem;top:11.892360687256rem;left:39.4375rem;overflow:hidden;display:block; }
#a59vPWLW4tHOlpRtUpDUC6r0ruLpntPn { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.9;letter-spacing:0;top:12.914930343628rem;left:2.5625rem;height:19.9488rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q2MMJocpPR2koFfR0NlQwwNAUpq7slaD { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.3567705154419rem;left:8.96875rem;height:6.3368125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#56aee3;background-image:none;position:relative;display:block; }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .row .container { background-color: transparent; background-image: none; }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .row .container > .video-iframe-container { display: none; }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .row > .video-iframe-container { display: none; }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .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); }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .row .container { border-width: 0; border-radius: 0; }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .row > .video-iframe-container {  }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:75rem;position:relative;display:block; }#BT1M0ZqyTNID3WMyyf1yEyJp0eFFe72K { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.625rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:3rem;left:0rem;height:3.98730625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mKIg0QeF8XSw71popfzQBqJLGKg6BEtN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:6.9375rem;left:0rem;height:2.44965rem;text-align:center;text-align-last:center;display:block; }
#CanRBnGqG6AcSQeaA1wqPCp1H8NThUpE { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:9.375rem;left:0rem;height:2.44965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nioRdPa6X3OJLUNhMlKIpG4zlFOgJT6q { position:absolute;display:block;z-index:100003;background-color:#ff004c;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;height:4.3125rem;width:27rem;top:11.8125rem;left:24rem;display:block; }
#b0bAbskoAl13vDNfywHz2h3RJX2Cv8H1 { position:absolute;display:block;z-index:100011;height:2.625rem;width:17.6875rem;top:12.78125rem;left:28.96875rem;display:block; }
#ds069Wrrm0VwCevCqfa0cq41Lv3ZmiO3 { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.9375rem 1.5625rem rgba(0,0,0,0.22) ;height:40.75rem;width:35.875rem;top:18.4375rem;left:19.5625rem;display:block; }
#LRA5qoU81lEIdEnnKtIVzpSTBJ4kanxM { color:#000000;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:20.4375rem;left:27.125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPGs5GEHxIUUUrLo4TTaMRJE2FVtietK { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.125rem;width:17.8125rem;top:24.1875rem;left:28.90625rem;overflow:hidden;display:block; }
#Llaq3iAIVskrMVHh1HE6xQJyWXRPhf1H { color:#999999;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:46.25rem;left:29.875rem;height:2.92480625rem;font-style:normal;display:block; }
#LP9He7dsqu23SIpWWcHvwfykc7C1MMKe { color:#fd8100;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:44.75rem;left:35.3125rem;height:4.875rem;font-style:normal;display:block; }
#Ti7cMb4MCVSf3Wun6sMTiUyJbLvQfCsk { color:#999999;display:block;width:2.375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:46.25rem;left:42.75rem;height:2.92480625rem;font-style:normal;display:block; }
#F3otUBfrDvKOIuO8E6pS28TOG3cWexty { background-color:#e5042f;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:277777.75rem;border-top-right-radius:277777.75rem;border-bottom-left-radius:277777.75rem;border-bottom-right-radius:277777.75rem;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:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:50rem;left:29.4375rem;display:block; }
#oXOGNnnL9pbW0Xbdb6GBQM30IHCHRckV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DrF73XCTRTOFGHhGZNd1UskAbu4hgWm0 { box-sizing:content-box;color:#ffffff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:51.0625rem;left:42.1875rem;display:block; }
#VfnrFFJdcGlTIgxksy8ZT9TrR4xeMq8h { box-sizing:content-box;color:#b7b7b7;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:55.09375rem;left:30.8125rem;display:block; }
#uROH3zTvRPR7Za1fxTvkH6x2TAkiR4l0 { color:#b7b7b7;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:55rem;left:34rem;height:2.4375rem;display:block; }
#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .row .container { background-color: transparent; background-image: none; }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .row .container > .video-iframe-container { display: none; }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .row > .video-iframe-container { display: none; }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .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); }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .row .container { border-width: 0; border-radius: 0; }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .row > .video-iframe-container {  }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#WisHu9NPGs05VEn8Tfsx6HBmhXBDmUGs { color:#c2c2c2;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .row .container { background-color: transparent; background-image: none; }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .row .container > .video-iframe-container { display: none; }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .row > .video-iframe-container { display: none; }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .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); }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .row .container { border-width: 0; border-radius: 0; }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .row > .video-iframe-container {  }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#gMnesin2weWamvTFWnXrLCrvv5RXOBoU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:10.625rem;top:2.6875rem;left:3.8125rem;overflow:hidden;display:block; }
#uLF0zGGTyghaNItysCZnkAnZGx2THRNx { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:9.8125rem;top:2.4375rem;left:15.875rem;overflow:hidden;display:block; }
#QiSXcbbkRHU13PbFsUTaZvvltZFp0WRR { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.9375rem;top:2.4375rem;left:26.25rem;overflow:hidden;display:block; }
#F4Rrw5JB4Z3cBtlxNIEPm3amp1F6cJWr { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:13.5625rem;top:2.8125rem;left:33.125rem;overflow:hidden;display:block; }
#gTraQMZLskps5kb8iGunAZnETVgn3o0o { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:15.3125rem;top:2.4375rem;left:47.75rem;overflow:hidden;display:block; }
#fcI8xuPBzWik7zP2iLM21ocJWwbFmKsE { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:6.75rem;top:2.4375rem;left:64.4375rem;overflow:hidden;display:block; }
#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000441;background-image:none;position:relative;display:block; }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .row .container { background-color: transparent; background-image: none; }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .row .container > .video-iframe-container { display: none; }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .row > .video-iframe-container { display: none; }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .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); }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .row .container { border-width: 0; border-radius: 0; }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .row > .video-iframe-container {  }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#EtBc4qux0AEJDQN6VC9KcQJMmFu6LwvO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:11.25rem;top:2.6241149902344rem;left:31.875001907349rem;overflow:hidden;display:block; }
#w1CXCGrrbFKWRTR2z7sALINzyPVNCTau { color:rgba(255,255,255,0.42);display:block;width:26.999125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:10.397405624389rem;left:24.000001907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VHi7pXxzMJyETi0RbTrMhekWEmIQrLHl { background-color:rgba(0,0,0,0);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-sizing:border-box;color:#41b7d8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:1.25rem;text-decoration:none;z-index:100004;text-align:right;text-align-last:right;top:12.375rem;left:31.5rem;display:block; }
#nhy1Pkyz6kEanbdkAxUKRs0FT0d25ZpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ci96BGkQxuDcWTMQcK4VnWbK9GuqH9zd { color:#ffffff;display:block;width:0.624410625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:12.375rem;left:38.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WvkiElQeZuswRK86knx3DrBhv6igvW65 { background-color:rgba(0,0,0,0);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-sizing:border-box;color:#41b7d8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:1.25rem;text-decoration:none;z-index:100005;text-align:left;text-align-last:left;top:12.375rem;left:39.75rem;display:block; }
#PcIXCLgtkIuVxN4GFFCGqPl5z9eRqwpQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raLgT4piygVkN6xWLklivgKLtIGCTb87 { top:9rem;left:0rem;width:47.75rem;height:11.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3qm3LwnGxhqMgzO7qCCZALAnxmAb9QR { top:20.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olqw2d7ytUWCTtsSuk4SLWoXLSAautCP { top:51.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlZhkwEMVgybtW3TQX9h97zQxNTs9PbM { top:50.625rem;left:0rem;width:47.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP1TQTbf9wVqXJlkvPTGim14241RM5Mo { top:25.5625rem;left:0rem;width:47.75rem;height:19.882435465769rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysbMS7sZJwWuKT7MU2EencuVN2VABp1N { top:1.5rem;left:15.821182250976rem;width:15.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 { display:block; }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8h2E9gC7KqmBK8LTzrVpvgNLQmZBLVW { top:11.875rem;left:15.1875rem;width:32.0625rem;height:21.333410998564rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8xsPGAxRgzvo8txgcarEorP3HkDsezR { top:3.3125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdKwCDO5IPS6R5OoW4HJ43JZMxayMXIq { top:11.4375rem;left:0rem;width:32.875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rblU20bOJwQcA2TFdlBMUSkTv11LSNmJ { top:13.375rem;left:0rem;width:2.1875rem;height:5.125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUAtIl0KDLp11QFuPqTsZEwAn2Fh1vq5 { top:14.3125rem;left:0rem;width:27.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3AnLBM97QXe5GDKzCpXET7pbGK0fzie { top:19.9375rem;left:0rem;width:2.1875rem;height:5.125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWepfPwogp4pLqh6r9wpXLHWpCWEmnm7 { top:20.3125rem;left:0rem;width:27.5rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWQvTuFCwmA2AKVXcTyLtx0tITubQwuP { top:26.375rem;left:0rem;width:2.1875rem;height:5.125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAxNDpNDHr2x16TrkCyhrdBsI6cHWRPH { top:27.3125rem;left:0rem;width:27.5rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 { display:block; }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LITk7fecTQZmOEzmHBmWlGTtUwKdl9gU { top:6.6875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgyehTsd5BT5HX7IkwV4vqgSuwH24Trv { top:1.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTKnseUuKW0vP8MOzwGA8LT7thsUpo7 { top:6.125rem;left:0rem;width:47.375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af { display:block; }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOTiT3R2toxF4RlIyNwllQocGAG9yC1v { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI { display:block; }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoImF3a2vv9LWTO2dDdTXQh3oTCW71rE { top:3.875rem;left:0rem;width:24.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJxKBZJgtLBnKZZ8ouNhHQ4NAHMU4PrU { top:3.875rem;left:7.6875rem;width:24.0625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIBBMdM7v7IlDD5uklJlcIgleVXumXc8 { top:3.875rem;left:23.4375rem;width:24.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvPReATXHxw1uRxP5QX3J61AHZ6nfDal { top:16.25rem;left:0.875rem;width:14.1875rem;height:14.1875rem;font-size:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLCiTDPx1ska6hOND3OxMhMT5sZhda6m { top:17.375rem;left:0rem;width:21.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIwbmvvUOC23yZCCLBDoJszgBpJRGhyV { top:16.25rem;left:16.75rem;width:14.1875rem;height:14.1875rem;font-size:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUG1A3FqqMbQmryLmUmz5vTXcsBSeuJ { top:17.375rem;left:9.8125rem;width:21.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR0WlIkVCesvHdbxmusp335rP1o7DPPQ { top:16.25rem;left:32.625rem;width:14.1875rem;height:14.1875rem;font-size:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIFnfpBIVEMXCUlyd1RDBTMhhiZoMy8o { top:17.375rem;left:25.6875rem;width:21.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvyQFFhn43ZR0lRSzCLIX0XGVkpKeMq { top:27.6875rem;left:0rem;width:24.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuUw8iV8yuWcQVpoqtGv7z41cUn0pzOq { top:27.6875rem;left:7.5625rem;width:24.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4eeRxArXpb4fhQZZd5aZ4IfqPmPE2I { top:27.6875rem;left:23.4375rem;width:24.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIVcHSi2KA9TaZ2tpMqs0XrJJO22d3QA { top:0.875rem;left:0rem;width:21.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5CHikycspoU3lZ9KfmhHPFT16vL4xeL { top:0.875rem;left:9.8125rem;width:21.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWwx2v4nzSc5gfOiWkXE8SN1OOQgBcvP { top:0.875rem;left:25.6875rem;width:21.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAJ0LX8LMsoCN4JSTThdT9ZnWOFPLlsT { top:74.1875rem;left:0rem;width:24.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRAFawEtUTLTlp4dRWSSDbKfFeTE9xAp { top:50.375rem;left:0rem;width:24.0625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sih5uETy8O9L4mQAmiBc19ZyhzBJ0bPp { top:50.375rem;left:7.6875rem;width:24.0625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSuZFlekn3TL1NJDHsXznimpcR6fJadO { top:62.75rem;left:0.875rem;width:14.1875rem;height:14.1875rem;font-size:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9acR1v7OAJGH3GwqDBTXffiJ00azv79 { top:63.875rem;left:0rem;width:21.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg4BbE3y3Vpyp1GkCed7G4gLmJWweg5T { top:62.75rem;left:16.75rem;width:14.1875rem;height:14.1875rem;font-size:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDN6Rf59FqiNTaJ5bssC5ThWkGNe7KD3 { top:63.875rem;left:9.8125rem;width:21.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIJq7eaiQDv9975VeMBAI8xwmQPOPv88 { top:74.1875rem;left:7.5625rem;width:24.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ5DN6lJt1v5hqOLf6M40m91HBiNixyQ { top:50.375rem;left:23.4375rem;width:24.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9D7Cl4R1plnr5NiyQBwgIgunaO6rKeu { top:62.75rem;left:32.625rem;width:14.1875rem;height:14.1875rem;font-size:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adLP7bQXnLQXyqKvZb84fiwihF3agAMW { top:63.875rem;left:25.6875rem;width:21.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqF9hhpHPdzQL2r0SCvd965EyHTWrtyP { top:74.1875rem;left:23.4375rem;width:24.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGg22kkiAIzC3RTLRBVPvcGtQLa9Vblf { top:47.3125rem;left:0rem;width:23rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxqz3SFcwrzIrPXZpqCmsZpwIxClGobk { top:47.3125rem;left:9.8125rem;width:21.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcfhAB5ApXE36VuDdguz3ZA1xHdTitme { display:block; }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyCbFrIzscitUQVDDQu9ZwykflSTv64S { top:9.3125rem;left:15.1875rem;width:32.0625rem;height:21.333431388668rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15SWtoywEbZeclxRMwFxqZvDaGBhbrL { top:3.3125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax9wQ5qNGNWWwcN2Kl8ynXGwsw3rqwqE { top:8.875rem;left:0rem;width:32.875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ3bJD06XSd4KQG7POeK1uavew3tioPq { top:10.9375rem;left:0rem;width:30.6875rem;height:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m { display:block; }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzpAFiJJGMc1PDw1NoTpH63gMqV9Wnma { top:11.3125rem;left:0rem;width:34.8125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo0rvqRh9IqfIJEAHLUsUxh9yQgLD6nu { top:14.125rem;left:15.8125rem;width:31.9375rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7wsOHTCuTLoGorvz3LTphXVgqaZ1t70 { top:17.1875rem;left:15.875rem;width:31.875rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6hBgPrGEylaEsA3TFN5UdQy3N3rqAg8 { top:21.5625rem;left:20.0625rem;width:27.6875rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy5qOSJA8s2XqipP33MIKMLL412twpWa { top:34.3125rem;left:9rem;width:38.25rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6wqoiF3E70t9OJrLP8mv83hCz0dviys { top:36.125rem;left:0rem;width:31.9375rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCSHpFqx22eU3cwuqAKf5SrV0z9LErBy { top:39.1875rem;left:0rem;width:31.875rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS5grDRvfKTZODMdHl9tvLQOqQe5osM1 { top:43.5625rem;left:0rem;width:27.6875rem;height:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FveJGERdyVxJUDN8IrGEWTBSN1SSz6UX { top:2.875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpkpQq98raFWc8D6ak5Gxx1XDigoCTRu { top:25.375rem;left:0rem;width:6.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciMlyJHQHXaqdUL0Vp6tVm0aBxwrgmVu { top:38.625rem;left:26.40625rem;width:6.1875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6NWmfPV5sqD9rUIhIoZUQ4JJZXtMg2Q { top:46rem;left:28.0625rem;width:11.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiVdeqFMdEf6oi4XVZeKcXB5UoExAsEF { top:23.5625rem;left:0rem;width:11.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo { display:block; }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uidgqwngrertlTpVkChgf4yivQdFlyI4 { top:2.1875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM { display:block; }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCDofhGVKsTsKRGC6siaRlDut6OHFVBy { top:0.5rem;left:0rem;width:35.875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmvgp3p4sMQNfHxKnguJNPz01ou7MNhH { top:0.5rem;left:11.875rem;width:35.875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsrp55MQDxA2oHPJwyPESk3LZm4e5UBf { top:18.125rem;left:0rem;width:34rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLwF6CiiFTnQlMcxpnRPffzk3hgn3Az { top:21rem;left:13.75rem;width:34rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK9Tyd2GpP0UZB0DfqGzIhkQqJFCB7Hm { top:22.75rem;left:0rem;width:35.875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaVOMrH0C82BpHe4yQTlg4DvH7ieBdU0 { top:26.125rem;left:11.875rem;width:35.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEGmHu4M6DRxypc8iOq0K5tOEfqUfN3y { top:41.5rem;left:11.875rem;width:35.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5w2skEKvX0ZDKpsuuPX0K4wbTcCZR2f { top:54.4375rem;left:13.75rem;width:34rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rMGTTVggmptwtqn58TmT34UgyTmziT { display:block; }#H9rMGTTVggmptwtqn58TmT34UgyTmziT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puQlRcLWfSThECWIPPR2L1qrD2c0En3k { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl { display:block; }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHSozahUx4izdUTfW4tFLwc8K54OkIey { top:3.8125rem;left:20.0625rem;width:27.6875rem;height:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEEgF6VLfbwrNLZT8GpiZLTEbKvyDPTg { top:2rem;left:14.875rem;width:32.875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zwGzzrFETRTNiJdarGvclLJuDGuycE { top:1.5625rem;left:0rem;width:24.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz { display:block; }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2SfZLmWFd1FhEFEi6J4WTov7BK4wcqm { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX { display:block; }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBKiMG11puMgaFk6tscOnlKBtBG5GB1W { top:1.375rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgIrhAUsSGUIrb6kuSVwmU1pEesSdT25 { top:11.1875rem;left:0rem;width:10.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuX3kIGK51iqvq5ptuZ5krBNFBwJAomD { top:11.1875rem;left:37.1875rem;width:10.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLcRQ2TAuufG9soWudAVWmH7a2TzG2be { top:24.4375rem;left:5.28125rem;width:37.1875rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN { display:block; }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCc09747VChTs4ffa0Zh0XT6RgU3mASG { top:2.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUurCf7lGxPSxwrfQOAlXyQemG6p5utg { display:block; }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmn3XBTgLinLz9xLuaqw2IrUtQHe9SSJ { top:1.4375rem;left:0rem;width:31.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVQsbKQ7CpHZUNTNqi6bHXfIT6vhpNmm { top:7.625rem;left:0rem;width:31.25rem;height:55.125rem;font-size:1rem;display:block; }#HVQsbKQ7CpHZUNTNqi6bHXfIT6vhpNmm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/K4qFlrK3/check_1_.png); }
 }@media only screen and (max-width: 763px) { #RWBfUWdKBV0ylTFWebi5u1CykeiI0bs7 { top:0.875rem;left:37.375rem;width:10.375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUdTtnWZHMgfglWcqc7AynEgnQclfdzi { top:15.5rem;left:12.875rem;width:34.875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig4u2V1HBzIG7zOgxt5LAb9Cr27TfEPT { top:48.9375rem;left:12.875rem;width:34.875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h { display:block; }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbvm02M0n5ZSoc50gHVQamzTXdIF41us { top:2.25rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0w0S8JRUgN3No0i5w4v1kgszlGZO1Fh { top:7rem;left:2.0625rem;width:7.8125rem;height:7.8125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbo8VLDgny6M7rkwV9A3TSbryavwMxNz { top:14.8125rem;left:0rem;width:17.25rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMWCJupb28pboJbymgL1ZllXfIloPir { top:14.8125rem;left:17.0625rem;width:18.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM5RmPFTSek5TnQQRUlcGDpwJx8g9XRU { top:7rem;left:25.96875rem;width:7.8125rem;height:7.8125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfJSLQENTgHoDLXLsBAp3oQmDb2SCVnd { top:14.8125rem;left:5.125rem;width:18.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx1wMQmIKf7kctMasNaCgkheCx1ylFt2 { top:7rem;left:14.03125rem;width:7.8125rem;height:7.8125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyrMerUgxK0WLkqPXJwflcD2u1JQR8Ur { top:14.8125rem;left:29rem;width:18.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTsmnrcKL7C5rSzJ9Rf1fzAtT5Nd5dg { top:7rem;left:37.90625rem;width:7.8125rem;height:7.8125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTBDv5GGtl1tPJm9G1oTx9uXREWhbs20 { top:18.8125rem;left:5.75rem;width:18.125rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqDKCTpGPngtuTc7WH1aBGGKbr9b9fNJ { top:19.4375rem;left:17.6875rem;width:18.125rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xylu8RwepWVTv0TKQtoATlEroRwMcbKv { top:20.0625rem;left:29.625rem;width:18.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea { display:block; }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSpGJ30fBi57IlE1z7t3BT7OVnEX3Ns1 { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx { display:block; }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXyqULtgHkKn6CweTtTKDA5d9PBmr5f6 { top:-1.875rem;left:0rem;width:22.5625rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkUNhSPX0TUHwNQvIwizGZPODQ2XRMfv { top:30.5rem;left:0rem;width:31.625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKzgvyM4MqMwHs4BGUVrxEhEra4ufoHr { top:35.125rem;left:0rem;width:28.5625rem;height:;font-size:1rem;display:block; }#pKzgvyM4MqMwHs4BGUVrxEhEra4ufoHr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Ucab1LTz/Elipsa_2_kopia_9czerwona.png); }
 }@media only screen and (max-width: 763px) { #LToQtGBSd1vZim0HBSf9n8ccqWcFVDpv { top:4.25rem;left:1.875rem;width:45.875rem;height:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIRxoAqk7eWKUELAJ70aFyebX0LtpvTD { top:13.5rem;left:1.875rem;width:45.875rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTv6HzoX3u5dRG4EgtG8QtcC1sbF8EXd { width:23.3125rem;height:5rem;top:23.375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loz8y6n3SAgTZPQGpEO4fqFGb2ZIBfIq { display:block; }
 }@media only screen and (max-width: 763px) { #xTohNZwk298JBEgFPeVmCqAJkdiyGlw7 { top:33.9375rem;left:0rem;width:5.6875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6iNyuSEiHMtSzqoEzSB4V2QLO2tUPZ9 { top:31.625rem;left:0rem;width:22.3125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1sCNPaqT02R7UIA8MUTvve4mXcBVGRc { top:-1.875rem;left:29.875rem;width:14.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlLxUGQOVXCltRFFxzf7m1xkced7FQl { top:-1.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA53yOLGFT8qIDZPOvMNbm6C5hr6f3T2 { top:-0.4375rem;left:37.75rem;width:10rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG0xZh5UGaIBFbZpBTZeXN6m6F2WZri1 { top:50.375rem;left:13.5rem;width:34.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAZ2FhCAhTaDlvvyNO6RiEW2p7US79qE { top:50.9375rem;left:14.125rem;width:33.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N53ZF7CswlbDNZt9pTpso5NGiZcIm6NQ { top:30.5625rem;left:27.0625rem;width:13.1875rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7UusLXJHVbTOtq1dsHhwvUXcWiZNnTa { top:55.875rem;left:35.5rem;width:12.25rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaD5o3MyJaLeypAbbU8zr70dLhx56b57 { top:26.375rem;left:6.5625rem;width:7.1875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc6SQVEGQ4yIfcNRbo03Gx8PVomrCfoa { top:24.625rem;left:11.123264312744rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNsT5Pw7LaT8S3Cz2shEyC4g9tlSr3f5 { top:30.5625rem;left:34.875rem;width:12.875rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq { display:block; }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtQ1n0EVdflCCnnwLKnxrZngfumNd64h { top:10rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGasXXwRfc4Im29ypWnhRLmgpMIuTTgL { top:10.75rem;left:1.6875rem;width:22.1875rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnFDaUCRoa2hABC8bRTxIr5HwPRkxmua { top:10.9375rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlk8Hbc3P7Mb8wObhfcmoeSmR2ULyLs { top:9.9375rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPOJ4MHoNouepWb4t2it8gF90Xymt8Pz { top:10.8125rem;left:23.875rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7a5suDpW0HEUKFQxOMCs2kalGykdumG { top:7.5rem;left:0rem;width:31.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMfZaZ5bcIUPQwuDat3VhDMZTxT5iQA0 { top:7.5rem;left:16.375rem;width:31.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzZbLiIvIpvCetrbtBfCV2mbGRnQyFPI { top:9.75rem;left:25.5625rem;width:22.1875rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrIlJSyQn9gf5P6vS33SHQX8o1L54Akz { top:19.625rem;left:0rem;width:31.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXp79a1T20139MDseezbgVc1xixhgahX { top:21.8125rem;left:1.6875rem;width:22.6875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cikN174bydPHstd5JR9y6ePh99WeiI7i { top:22.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3NPEplK8pWTWkyD0ZZGVwZ8Bo1clTr { top:23.0625rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1rwwlZ4XKf36PNpUMTWVkqyXbsyL81H { top:19.625rem;left:16.375rem;width:31.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtyilIm78u5tQ0hA769wSDNguZgA8e6l { top:22.875rem;left:25.5625rem;width:22.1875rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaSB5pxEcfu1CHCpdB4BwE7V1E3Bw8Tx { top:22.0625rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbKuHfzV6CtPQihqyKBP7Ac5xWU5aDnn { top:22.875rem;left:23.875rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXCe0kAIX63ZdzveeiyGfbL23EhibtWc { top:36.5625rem;left:0rem;width:27.6875rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIFakscd8H6ssk05RvbBoGcQFWHpCwc7 { top:34.6875rem;left:0rem;width:31.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu5K29ouIHGJ1Q0EceanFNlsdQ3cFeW3 { top:31.3125rem;left:16.5rem;width:31.0625rem;height:17.589533281926rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCDu5CgCXIG0xGH8cdxKCTZVfcavuMZS { top:30.625rem;left:12.5rem;width:11.375rem;height:11.375rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPXyoym4S5oXNXiFeQ7pPJnf20e1U0mG { top:34.25rem;left:12.5rem;width:11.375rem;height:11.375rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAIVnkyIH9evXzM3nIxdBBZBaDOJ2Z8I { top:1.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atoMQETcJGmW80y5tPbLln8d01nqR1Kh { display:block; }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysFUKbNyFS6kJioSc37g5tRc0w9LwXuR { top:11.6875rem;left:6.5625rem;width:34.5rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3bEZCvodmdt8BFU6E5LLykV6fT36sMa { top:15.4375rem;left:6.625rem;width:34.375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4JmPHTdOk1LxU7E9qomPzg01VRPnxGl { top:19rem;left:5.75rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMsszQCyR9OTo6l2CLausellAfpeJXkA { top:20.25rem;left:6.875rem;width:33.8125rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTSkse1PbHnlGivaTaGGG31aiNBGiSMn { top:24.5625rem;left:6.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArkDlq8ffan5qcs8rZ2eGb5Ta5JWCwtS { top:26.3125rem;left:14.125rem;width:8rem;height:4.875rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZIFkxJwUioA3RPlh9mDwcucGmR6nuET { width:16.1875rem;height:3.625rem;top:26.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXXrS8E5P7Ufx5w8bJev8lzEiaL9waJQ { display:block; }
 }@media only screen and (max-width: 763px) { #KvPCv7fsAsHRcuRFJGSGPhz05qFdHOA2 { top:27.1875rem;left:37.6875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADZS8khKE7ZiJfCSoRAD6N79IvJMBaZr { top:27.8125rem;left:8.625rem;width:5.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDJbn6DUZRgik3okR6RTBF7A5M6nJQhv { top:27.8125rem;left:21.5rem;width:2.375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNGxM54devoutfEicRzXbIJZpArF4I39 { top:31.5rem;left:6.875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Uq9KlUDrbfZ4Egw9JCzz3WlxX7P4mX { top:31.5625rem;left:10.0625rem;width:12.5rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZnzIBwq1M3wOrs61VSMOtahzFKMXT4 { top:32.875rem;left:27.8125rem;width:12.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWzdnf9RGhJoVixabMlJ4qsOG4DbqG4V { top:31.375rem;left:27.8125rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKGLeClgcD4Am7v2GNsHI4NLibEe1AC6 { top:31.5625rem;left:24.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuGMaPkDuuNXOTTKKGU3cb0VMZ9OOKGk { top:36.9375rem;left:5.75rem;width:36rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiAsAZfXaAzKCES4hK8xv02SOKRSL7NM { top:37.8125rem;left:11.3125rem;width:12.5rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCrdq4ph7OEU7aTy33C3NEg6r7LfAdkm { top:37.75rem;left:7.3125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUluP1FTkkCB7xoLewH3HkGpEdZDohS3 { top:38.625rem;left:11.3125rem;width:29.625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go3y7AoEZdarWB77biWPbQKlTpPWQwyT { top:2.0625rem;left:0rem;width:47.75rem;height:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw { display:block; }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQSkzh5pmfdtMOBIBbszFHdTdvozq7DR { top:2.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zycFpccUK7PxoJKFd9f5kcwgPLDRvG0r { top:7.375rem;left:0rem;width:47.5rem;height:;font-size:1rem;display:block; }#zycFpccUK7PxoJKFd9f5kcwgPLDRvG0r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/pLhpZp2x/check_1_.png); }
 }@media only screen and (max-width: 763px) { #TAiwsR74lRTyR2K34Rs3es9MFBpqCIVG { top:2.375rem;left:22.625rem;width:25rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCx8gKmSqIGfCwlTayG5PW3iEnugeUPy { width:25rem;height:4.0625rem;top:40.875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FernBP804UP4OQM5CWSk0kbgyzKIQ3TT { display:block; }
 }@media only screen and (max-width: 763px) { #PTtKe03dWQu8OmfaiTeHEwOy5OZap8Xs { top:41.5rem;left:45.125rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE { display:block; }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvZlG36R6nnqBzlTEU5dpG6yyCUTW1Pc { width:37.5rem;height:4.5rem;top:10.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyJ0HWAZWXHE40rIPVosuZPFrafuhq5h { display:block; }
 }@media only screen and (max-width: 763px) { #T0mgyEhZU80GTB5UcI83hx457dmQyeCU { top:6.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5FDT1PVSma4RHz7u7mJ3O7kF1VvRH { top:2.5rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO { display:block; }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ng5I2U8272LDA8KDWyMUsRsog3s1nbvz { top:2.25rem;left:0rem;width:31.5rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMrZ9OW7ZGNplA1kxvBR11rOskRGO6TD { top:3.1875rem;left:16.25rem;width:31.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaGGmabbcAnP1sykhvDyCIJaJ1FexW4T { top:16.9375rem;left:0rem;width:31.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9OwdGW2h5JHIngRAnndCsSrALgcoMZg { display:block; }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwF3ivv6GQTECKiMbz9xnd0pyPx678Qm { top:0rem;left:0rem;width:23.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvSFL5tFk1ykeueI660wf5vOcKKnLDqQ { top:2.125rem;left:0rem;width:18.75rem;height:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrr1pvGmKS7hJTVoIN5l3Wph4zOxOtpa { top:20.625rem;left:3.5625rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0H2fkv2O3XgEPM4p55WvK8CtunhpQkT { top:30.625rem;left:1.6875rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkQ0ZJbemK6Ce2fbymQHwPiR74BS7TWO { top:33.125rem;left:0rem;width:18.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLrbc3qTstnwKVvDFACLrIJ3vWGi4Gqe { top:0rem;left:8rem;width:23.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIrxmkTKXPeyKZP4Zx8b24dwGEU7H3Lo { top:21.25rem;left:17.5625rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoPGUBRGkUmvQEDZ57lhFpbAHmkRO4LG { top:23.75rem;left:13rem;width:18.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHRsHR4NQzyfO0ANSdNucuVJGUFh4Akn { top:2.125rem;left:13rem;width:18.75rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXNR7UlrW9SIf7FOn5a3ROIb9wV2dsvy { top:11.25rem;left:19.4375rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRxTXdZPdTMR2dXTXOcfiTK0ZmKsui0i { top:0rem;left:23.875rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO9IkAIkoTUWKzCKmKLWMe6SMZ8q42iz { top:26.875rem;left:33.4375rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE1cboEkHrtOWCpdnVMDHAyNkMi2bK3c { top:29.375rem;left:28.875rem;width:18.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcGBQaZ8D46Kc8oABgyx4m8rcUEnRe72 { top:2.125rem;left:28.875rem;width:18.75rem;height:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUDHAfU1vaLGaSafVeA5V5TpO4xG8AZe { top:16.875rem;left:35.3125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0imhZKVOoED6Thr6hwawayawpwcptwO { display:block; }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycObhzrGbVsBWVN55TTNNzDgbEq8NaBs { top:11.875rem;left:15.1875rem;width:32.0625rem;height:21.333410998564rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59vPWLW4tHOlpRtUpDUC6r0ruLpntPn { top:12.875rem;left:0rem;width:32.6875rem;height:19.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2MMJocpPR2koFfR0NlQwwNAUpq7slaD { top:3.3125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw { display:block; }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT1M0ZqyTNID3WMyyf1yEyJp0eFFe72K { top:3rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKIg0QeF8XSw71popfzQBqJLGKg6BEtN { top:6.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CanRBnGqG6AcSQeaA1wqPCp1H8NThUpE { top:9.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nioRdPa6X3OJLUNhMlKIpG4zlFOgJT6q { top:11.8125rem;left:10.375rem;width:27rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0bAbskoAl13vDNfywHz2h3RJX2Cv8H1 { top:12.75rem;left:15.34375rem;width:17.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds069Wrrm0VwCevCqfa0cq41Lv3ZmiO3 { top:18.4375rem;left:5.9375rem;width:35.875rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRA5qoU81lEIdEnnKtIVzpSTBJ4kanxM { top:20.4375rem;left:13.5rem;width:20.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPGs5GEHxIUUUrLo4TTaMRJE2FVtietK { top:24.1875rem;left:15.28125rem;width:17.8125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llaq3iAIVskrMVHh1HE6xQJyWXRPhf1H { top:46.25rem;left:16.25rem;width:5.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP9He7dsqu23SIpWWcHvwfykc7C1MMKe { top:44.75rem;left:21.6875rem;width:8rem;height:4.875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7cMb4MCVSf3Wun6sMTiUyJbLvQfCsk { top:46.25rem;left:29.125rem;width:2.375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3otUBfrDvKOIuO8E6pS28TOG3cWexty { width:16.1875rem;height:3.625rem;top:50rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXOGNnnL9pbW0Xbdb6GBQM30IHCHRckV { display:block; }
 }@media only screen and (max-width: 763px) { #DrF73XCTRTOFGHhGZNd1UskAbu4hgWm0 { top:51.0625rem;left:28.5625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfnrFFJdcGlTIgxksy8ZT9TrR4xeMq8h { top:55.0625rem;left:17.1875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uROH3zTvRPR7Za1fxTvkH6x2TAkiR4l0 { top:55rem;left:20.375rem;width:10.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z { display:block; }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WisHu9NPGs05VEn8Tfsx6HBmhXBDmUGs { top:3.125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 { display:block; }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMnesin2weWamvTFWnXrLCrvv5RXOBoU { top:2.6875rem;left:0rem;width:10.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLF0zGGTyghaNItysCZnkAnZGx2THRNx { top:2.4375rem;left:2.25rem;width:9.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiSXcbbkRHU13PbFsUTaZvvltZFp0WRR { top:2.4375rem;left:12.625rem;width:3.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Rrw5JB4Z3cBtlxNIEPm3amp1F6cJWr { top:2.8125rem;left:19.5rem;width:13.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTraQMZLskps5kb8iGunAZnETVgn3o0o { top:2.4375rem;left:32.4375rem;width:15.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcI8xuPBzWik7zP2iLM21ocJWwbFmKsE { top:2.4375rem;left:41rem;width:6.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 { display:block; }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtBc4qux0AEJDQN6VC9KcQJMmFu6LwvO { top:2.5625rem;left:18.250001907349rem;width:11.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1CXCGrrbFKWRTR2z7sALINzyPVNCTau { top:10.375rem;left:10.375001907349rem;width:26.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHi7pXxzMJyETi0RbTrMhekWEmIQrLHl { width:7.125rem;height:1.1875rem;top:12.375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhy1Pkyz6kEanbdkAxUKRs0FT0d25ZpU { display:block; }
 }@media only screen and (max-width: 763px) { #Ci96BGkQxuDcWTMQcK4VnWbK9GuqH9zd { top:12.375rem;left:25.3125rem;width:0.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvkiElQeZuswRK86knx3DrBhv6igvW65 { width:3.75rem;height:1.1875rem;top:12.375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcIXCLgtkIuVxN4GFFCGqPl5z9eRqwpQ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raLgT4piygVkN6xWLklivgKLtIGCTb87 { width:19.9996875rem;height:8.75rem;top:5.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3qm3LwnGxhqMgzO7qCCZALAnxmAb9QR { width:20rem;height:1.75rem;top:13.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olqw2d7ytUWCTtsSuk4SLWoXLSAautCP { width:20rem;height:10.125rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlZhkwEMVgybtW3TQX9h97zQxNTs9PbM { width:20rem;height:11.6875rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP1TQTbf9wVqXJlkvPTGim14241RM5Mo { width:20rem;height:8.327125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysbMS7sZJwWuKT7MU2EencuVN2VABp1N { width:8.875rem;height:3.75rem;top:0.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 { display:block; }#WOHn7ogBD9HVTxwqRZyf39eTiIgKVzI6 > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8h2E9gC7KqmBK8LTzrVpvgNLQmZBLVW { width:19.5rem;height:12.974625rem;top:31.953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8xsPGAxRgzvo8txgcarEorP3HkDsezR { width:20rem;height:7rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdKwCDO5IPS6R5OoW4HJ43JZMxayMXIq { width:20rem;height:21.5625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rblU20bOJwQcA2TFdlBMUSkTv11LSNmJ { width:2.1875rem;height:2.5625rem;top:10.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUAtIl0KDLp11QFuPqTsZEwAn2Fh1vq5 { width:17.6875rem;height:6.25rem;top:11.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3AnLBM97QXe5GDKzCpXET7pbGK0fzie { width:2.1875rem;height:2.5625rem;top:17.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWepfPwogp4pLqh6r9wpXLHWpCWEmnm7 { width:17.6875rem;height:6.25rem;top:17.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWQvTuFCwmA2AKVXcTyLtx0tITubQwuP { width:2.1875rem;height:2.5625rem;top:24.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAxNDpNDHr2x16TrkCyhrdBsI6cHWRPH { width:17.6875rem;height:5rem;top:24.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 { display:block; }#VEaPPV9FGDNxNe1rAm4XloJImZ1WOsb3 > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LITk7fecTQZmOEzmHBmWlGTtUwKdl9gU { width:20rem;height:5.625rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgyehTsd5BT5HX7IkwV4vqgSuwH24Trv { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTKnseUuKW0vP8MOzwGA8LT7thsUpo7 { width:19.625rem;height:6.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af { display:block; }#lQzSVXUgTJcaR7eNNgKUcgFL7Cevo1Af > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOTiT3R2toxF4RlIyNwllQocGAG9yC1v { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI { display:block; }#ZkStmRnigediC2F3VG4RM4CDkcQ3iMyI > .row .container { width:20rem;height:181.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoImF3a2vv9LWTO2dDdTXQh3oTCW71rE { width:20rem;height:10.2324375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJxKBZJgtLBnKZZ8ouNhHQ4NAHMU4PrU { width:20rem;height:10.285714285714rem;top:76.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIBBMdM7v7IlDD5uklJlcIgleVXumXc8 { width:20rem;height:10.2324375rem;top:148.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvPReATXHxw1uRxP5QX3J61AHZ6nfDal { width:10.625rem;height:10.625rem;top:14.482421875rem;left:4.6875rem;font-size:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLCiTDPx1ska6hOND3OxMhMT5sZhda6m { width:20rem;height:1.25rem;top:14.794921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIwbmvvUOC23yZCCLBDoJszgBpJRGhyV { width:10.625rem;height:10.625rem;top:86.8125rem;left:4.6875rem;font-size:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUG1A3FqqMbQmryLmUmz5vTXcsBSeuJ { width:20rem;height:1.25rem;top:87.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR0WlIkVCesvHdbxmusp335rP1o7DPPQ { width:10.625rem;height:10.625rem;top:158.732421875rem;left:4.6875rem;font-size:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIFnfpBIVEMXCUlyd1RDBTMhhiZoMy8o { width:20rem;height:1.25rem;top:159.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvyQFFhn43ZR0lRSzCLIX0XGVkpKeMq { width:20rem;height:12.505875rem;top:22.919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuUw8iV8yuWcQVpoqtGv7z41cUn0pzOq { width:20rem;height:12.505875rem;top:95.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4eeRxArXpb4fhQZZd5aZ4IfqPmPE2I { width:20rem;height:12.505875rem;top:167.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIVcHSi2KA9TaZ2tpMqs0XrJJO22d3QA { width:20rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5CHikycspoU3lZ9KfmhHPFT16vL4xeL { width:20rem;height:1.4375rem;top:74.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWwx2v4nzSc5gfOiWkXE8SN1OOQgBcvP { width:20rem;height:1.4375rem;top:146.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAJ0LX8LMsoCN4JSTThdT9ZnWOFPLlsT { width:20rem;height:12.505875rem;top:59.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRAFawEtUTLTlp4dRWSSDbKfFeTE9xAp { width:20rem;height:10.285125rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sih5uETy8O9L4mQAmiBc19ZyhzBJ0bPp { width:20rem;height:10.181625rem;top:111.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSuZFlekn3TL1NJDHsXznimpcR6fJadO { width:10.625rem;height:10.625rem;top:50.9375rem;left:4.6875rem;font-size:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9acR1v7OAJGH3GwqDBTXffiJ00azv79 { width:20rem;height:1.25rem;top:51.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg4BbE3y3Vpyp1GkCed7G4gLmJWweg5T { width:10.625rem;height:10.625rem;top:122rem;left:4.6875rem;font-size:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDN6Rf59FqiNTaJ5bssC5ThWkGNe7KD3 { width:20rem;height:1.25rem;top:122.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIJq7eaiQDv9975VeMBAI8xwmQPOPv88 { width:20rem;height:12.505875rem;top:130.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ5DN6lJt1v5hqOLf6M40m91HBiNixyQ { width:20rem;height:10.232558139535rem;top:215.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9D7Cl4R1plnr5NiyQBwgIgunaO6rKeu { width:14.1875rem;height:14.1875rem;top:226.8125rem;left:2.90625rem;font-size:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #adLP7bQXnLQXyqKvZb84fiwihF3agAMW { width:20rem;height:0;top:226.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EqF9hhpHPdzQL2r0SCvd965EyHTWrtyP { width:20rem;height:12.505875rem;top:237.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGg22kkiAIzC3RTLRBVPvcGtQLa9Vblf { width:20rem;height:1.4375rem;top:38.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxqz3SFcwrzIrPXZpqCmsZpwIxClGobk { width:20rem;height:1.4375rem;top:109.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcfhAB5ApXE36VuDdguz3ZA1xHdTitme { display:block; }#WcfhAB5ApXE36VuDdguz3ZA1xHdTitme > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyCbFrIzscitUQVDDQu9ZwykflSTv64S { width:19.5rem;height:12.974625rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15SWtoywEbZeclxRMwFxqZvDaGBhbrL { width:20rem;height:3.5rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax9wQ5qNGNWWwcN2Kl8ynXGwsw3rqwqE { width:20rem;height:17rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ3bJD06XSd4KQG7POeK1uavew3tioPq { width:20rem;height:14.625rem;top:6.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m { display:block; }#RHB7fUSEArgHzR5WhtHVIebTnaDVAy6m > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzpAFiJJGMc1PDw1NoTpH63gMqV9Wnma { width:19.5rem;height:11.307899461401rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo0rvqRh9IqfIJEAHLUsUxh9yQgLD6nu { width:20rem;height:auto;top:14.125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7wsOHTCuTLoGorvz3LTphXVgqaZ1t70 { width:20rem;height:auto;top:17.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6hBgPrGEylaEsA3TFN5UdQy3N3rqAg8 { width:20rem;height:7.1875rem;top:21.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wy5qOSJA8s2XqipP33MIKMLL412twpWa { width:19.5rem;height:10.291rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6wqoiF3E70t9OJrLP8mv83hCz0dviys { width:20rem;height:auto;top:36.125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCSHpFqx22eU3cwuqAKf5SrV0z9LErBy { width:20rem;height:auto;top:39.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DS5grDRvfKTZODMdHl9tvLQOqQe5osM1 { width:20rem;height:8.625rem;top:42.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FveJGERdyVxJUDN8IrGEWTBSN1SSz6UX { width:20rem;height:7rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpkpQq98raFWc8D6ak5Gxx1XDigoCTRu { width:6.5625rem;height:5.75rem;top:15.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciMlyJHQHXaqdUL0Vp6tVm0aBxwrgmVu { width:5rem;height:5.75rem;top:32.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6NWmfPV5sqD9rUIhIoZUQ4JJZXtMg2Q { width:11.375rem;height:1.25rem;top:38.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiVdeqFMdEf6oi4XVZeKcXB5UoExAsEF { width:11.375rem;height:1.25rem;top:13.5rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo { display:block; }#EzzyMoJdVBOwfD5xiNgiSINLvQQvNvFo > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uidgqwngrertlTpVkChgf4yivQdFlyI4 { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM { display:block; }#GN8Tsyghw0nGz6p0ah31r6XNBHE2GCnM > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCDofhGVKsTsKRGC6siaRlDut6OHFVBy { width:20rem;height:9.3031358885019rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmvgp3p4sMQNfHxKnguJNPz01ou7MNhH { width:20rem;height:10.90525rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsrp55MQDxA2oHPJwyPESk3LZm4e5UBf { width:20rem;height:1.375rem;top:11.115234375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLwF6CiiFTnQlMcxpnRPffzk3hgn3Az { width:20rem;height:2.875rem;top:46.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK9Tyd2GpP0UZB0DfqGzIhkQqJFCB7Hm { width:20rem;height:18.954125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaVOMrH0C82BpHe4yQTlg4DvH7ieBdU0 { width:20rem;height:6.6898954703831rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEGmHu4M6DRxypc8iOq0K5tOEfqUfN3y { width:20rem;height:6.6898954703831rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5w2skEKvX0ZDKpsuuPX0K4wbTcCZR2f { width:20rem;height:2.875rem;top:66.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rMGTTVggmptwtqn58TmT34UgyTmziT { display:block; }#H9rMGTTVggmptwtqn58TmT34UgyTmziT > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puQlRcLWfSThECWIPPR2L1qrD2c0En3k { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl { display:block; }#O7X2gqMiys1uJcdsmX8HnMJdzvWkDpbl > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHSozahUx4izdUTfW4tFLwc8K54OkIey { width:20rem;height:12.5rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEEgF6VLfbwrNLZT8GpiZLTEbKvyDPTg { width:20rem;height:14.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zwGzzrFETRTNiJdarGvclLJuDGuycE { width:20rem;height:18.98925rem;top:15.6796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz { display:block; }#k83NhprN4r7bRqIoEofIJ9uHPPD4l6wz > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2SfZLmWFd1FhEFEi6J4WTov7BK4wcqm { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX { display:block; }#Cf4FuOecHTH3h1yp0N4f3OftJx95oFbX > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBKiMG11puMgaFk6tscOnlKBtBG5GB1W { height:11.25rem;width:20rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgIrhAUsSGUIrb6kuSVwmU1pEesSdT25 { width:10.5625rem;height:9.3125rem;top:1.25rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuX3kIGK51iqvq5ptuZ5krBNFBwJAomD { width:10.5625rem;height:9.3125rem;top:24.3125rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLcRQ2TAuufG9soWudAVWmH7a2TzG2be { width:20rem;height:1.875rem;top:12.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN { display:block; }#v2dUGS5aEq6egDgEbs8dp47TQhqrwCSN > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCc09747VChTs4ffa0Zh0XT6RgU3mASG { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUurCf7lGxPSxwrfQOAlXyQemG6p5utg { display:block; }#SUurCf7lGxPSxwrfQOAlXyQemG6p5utg > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmn3XBTgLinLz9xLuaqw2IrUtQHe9SSJ { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVQsbKQ7CpHZUNTNqi6bHXfIT6vhpNmm { width:20rem;height:51.875rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }#HVQsbKQ7CpHZUNTNqi6bHXfIT6vhpNmm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/K4qFlrK3/check_1_.png); }
 }@media only screen and (max-width: 763px) { #RWBfUWdKBV0ylTFWebi5u1CykeiI0bs7 { width:10.375rem;height:11.8125rem;top:106.3125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUdTtnWZHMgfglWcqc7AynEgnQclfdzi { width:20rem;height:17.3828125rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig4u2V1HBzIG7zOgxt5LAb9Cr27TfEPT { width:20rem;height:6.666rem;top:82.5078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h { display:block; }#GgH4E6KLoqq17mhqoKmTNewHEEdmzH6h > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbvm02M0n5ZSoc50gHVQamzTXdIF41us { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0w0S8JRUgN3No0i5w4v1kgszlGZO1Fh { width:5rem;height:5rem;top:4.625rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbo8VLDgny6M7rkwV9A3TSbryavwMxNz { width:18.75rem;height:1.75rem;top:10.1875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMWCJupb28pboJbymgL1ZllXfIloPir { width:18.75rem;height:1.75rem;top:41.375rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM5RmPFTSek5TnQQRUlcGDpwJx8g9XRU { width:5rem;height:5rem;top:35.8125rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfJSLQENTgHoDLXLsBAp3oQmDb2SCVnd { width:18.75rem;height:1.75rem;top:25.5rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx1wMQmIKf7kctMasNaCgkheCx1ylFt2 { width:5rem;height:5rem;top:19.8125rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyrMerUgxK0WLkqPXJwflcD2u1JQR8Ur { width:18.75rem;height:1.75rem;top:56.625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTsmnrcKL7C5rSzJ9Rf1fzAtT5Nd5dg { width:5rem;height:5rem;top:50.9375rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTBDv5GGtl1tPJm9G1oTx9uXREWhbs20 { width:18.125rem;height:6.25rem;top:28.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqDKCTpGPngtuTc7WH1aBGGKbr9b9fNJ { width:18.125rem;height:5rem;top:43.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xylu8RwepWVTv0TKQtoATlEroRwMcbKv { width:18.125rem;height:2.5rem;top:59.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea { display:block; }#vZ0SeXr7ati4vNLZqLn9sQ015tasT8Ea > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSpGJ30fBi57IlE1z7t3BT7OVnEX3Ns1 { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx { display:block; }#sb3a7mqbK5hL3CTAAnh1NAAmnXwpwShx > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXyqULtgHkKn6CweTtTKDA5d9PBmr5f6 { width:20rem;height:35.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkUNhSPX0TUHwNQvIwizGZPODQ2XRMfv { width:20rem;height:10rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKzgvyM4MqMwHs4BGUVrxEhEra4ufoHr { width:18.75rem;height:0;top:27.5625rem;left:0.625rem;font-size:1rem;display:none; }#pKzgvyM4MqMwHs4BGUVrxEhEra4ufoHr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Ucab1LTz/Elipsa_2_kopia_9czerwona.png); }
 }@media only screen and (max-width: 763px) { #LToQtGBSd1vZim0HBSf9n8ccqWcFVDpv { width:20rem;height:5rem;top:30rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NIRxoAqk7eWKUELAJ70aFyebX0LtpvTD { width:20rem;height:12rem;top:37.434898376465rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gTv6HzoX3u5dRG4EgtG8QtcC1sbF8EXd { width:18.5625rem;height:4.125rem;top:50.375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loz8y6n3SAgTZPQGpEO4fqFGb2ZIBfIq { display:block; }
 }@media only screen and (max-width: 763px) { #xTohNZwk298JBEgFPeVmCqAJkdiyGlw7 { width:5.6875rem;height:0.375rem;top:29.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6iNyuSEiHMtSzqoEzSB4V2QLO2tUPZ9 { width:20rem;height:1.5rem;top:26.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1sCNPaqT02R7UIA8MUTvve4mXcBVGRc { width:14.375rem;height:4rem;top:-1.875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBlLxUGQOVXCltRFFxzf7m1xkced7FQl { width:3.125rem;height:3.125rem;top:55.125rem;left:12.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA53yOLGFT8qIDZPOvMNbm6C5hr6f3T2 { width:10rem;height:1.25rem;top:56.0625rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG0xZh5UGaIBFbZpBTZeXN6m6F2WZri1 { width:20rem;height:16.375rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAZ2FhCAhTaDlvvyNO6RiEW2p7US79qE { width:20rem;height:2.5rem;top:72.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N53ZF7CswlbDNZt9pTpso5NGiZcIm6NQ { width:8.1875rem;height:12.5rem;top:58.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7UusLXJHVbTOtq1dsHhwvUXcWiZNnTa { width:12.25rem;height:11.8125rem;top:74.2490234375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaD5o3MyJaLeypAbbU8zr70dLhx56b57 { width:7.1875rem;height:6.875rem;top:62.3740234375rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tc6SQVEGQ4yIfcNRbo03Gx8PVomrCfoa { width:12.5rem;height:0;top:70.4990234375rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNsT5Pw7LaT8S3Cz2shEyC4g9tlSr3f5 { width:8.0625rem;height:12.5rem;top:58.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq { display:block; }#txb1OnT3pziVOMAHy81pVT5Zmb8NOyfq > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtQ1n0EVdflCCnnwLKnxrZngfumNd64h { width:5.625rem;height:5.625rem;top:6rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGasXXwRfc4Im29ypWnhRLmgpMIuTTgL { width:18.5625rem;height:2.875rem;top:12.5rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnFDaUCRoa2hABC8bRTxIr5HwPRkxmua { width:3.75rem;height:3.75rem;top:6.9375rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlk8Hbc3P7Mb8wObhfcmoeSmR2ULyLs { width:5.625rem;height:5.625rem;top:18.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPOJ4MHoNouepWb4t2it8gF90Xymt8Pz { width:3.75rem;height:3.75rem;top:19.5625rem;left:8.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7a5suDpW0HEUKFQxOMCs2kalGykdumG { width:20rem;height:11.4375rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMfZaZ5bcIUPQwuDat3VhDMZTxT5iQA0 { width:20rem;height:12.5rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzZbLiIvIpvCetrbtBfCV2mbGRnQyFPI { width:19.5rem;height:4.3125rem;top:25.1875rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrIlJSyQn9gf5P6vS33SHQX8o1L54Akz { width:19.875rem;height:12.5625rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXp79a1T20139MDseezbgVc1xixhgahX { width:20rem;height:4.3125rem;top:38.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cikN174bydPHstd5JR9y6ePh99WeiI7i { width:5.625rem;height:5.625rem;top:32.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3NPEplK8pWTWkyD0ZZGVwZ8Bo1clTr { width:3.75rem;height:3.75rem;top:33.625rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1rwwlZ4XKf36PNpUMTWVkqyXbsyL81H { width:19.875rem;height:11.1875rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtyilIm78u5tQ0hA769wSDNguZgA8e6l { width:20rem;height:2.875rem;top:53.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaSB5pxEcfu1CHCpdB4BwE7V1E3Bw8Tx { width:5.625rem;height:5.625rem;top:46.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbKuHfzV6CtPQihqyKBP7Ac5xWU5aDnn { width:3.75rem;height:3.75rem;top:47.5625rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXCe0kAIX63ZdzveeiyGfbL23EhibtWc { width:20rem;height:4.875rem;top:60.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIFakscd8H6ssk05RvbBoGcQFWHpCwc7 { width:19.625rem;height:7.625rem;top:59.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu5K29ouIHGJ1Q0EceanFNlsdQ3cFeW3 { width:19.75rem;height:11.3125rem;top:68.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCDu5CgCXIG0xGH8cdxKCTZVfcavuMZS { width:5.874025rem;height:5.874025rem;top:65.75rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPXyoym4S5oXNXiFeQ7pPJnf20e1U0mG { width:11.375rem;height:11.375rem;top:34.25rem;left:4.3125rem;font-size:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAIVnkyIH9evXzM3nIxdBBZBaDOJ2Z8I { width:20rem;height:1.75rem;top:1.93603515625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atoMQETcJGmW80y5tPbLln8d01nqR1Kh { display:block; }#atoMQETcJGmW80y5tPbLln8d01nqR1Kh > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysFUKbNyFS6kJioSc37g5tRc0w9LwXuR { width:20rem;height:2.0625rem;top:7.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #a3bEZCvodmdt8BFU6E5LLykV6fT36sMa { width:20rem;height:2.0625rem;top:9.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #H4JmPHTdOk1LxU7E9qomPzg01VRPnxGl { width:20rem;height:24.0625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMsszQCyR9OTo6l2CLausellAfpeJXkA { width:20rem;height:4.5rem;top:13.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTSkse1PbHnlGivaTaGGG31aiNBGiSMn { width:12.5rem;height:1.25rem;top:18.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArkDlq8ffan5qcs8rZ2eGb5Ta5JWCwtS { width:8rem;height:4.75rem;top:18.6875rem;left:7.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZIFkxJwUioA3RPlh9mDwcucGmR6nuET { width:16.1875rem;height:3.625rem;top:27.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXXrS8E5P7Ufx5w8bJev8lzEiaL9waJQ { display:block; }
 }@media only screen and (max-width: 763px) { #KvPCv7fsAsHRcuRFJGSGPhz05qFdHOA2 { width:1.5625rem;height:1.5625rem;top:28.8125rem;left:14.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADZS8khKE7ZiJfCSoRAD6N79IvJMBaZr { width:5.5rem;height:2.5625rem;top:20.25rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDJbn6DUZRgik3okR6RTBF7A5M6nJQhv { width:2.375rem;height:2.5625rem;top:20.3125rem;left:15.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNGxM54devoutfEicRzXbIJZpArF4I39 { width:2.1875rem;height:2.1875rem;top:32.375rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Uq9KlUDrbfZ4Egw9JCzz3WlxX7P4mX { width:10.0625rem;height:2.375rem;top:32.4375rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZnzIBwq1M3wOrs61VSMOtahzFKMXT4 { width:12.25rem;height:1.3125rem;top:25.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWzdnf9RGhJoVixabMlJ4qsOG4DbqG4V { width:13.5625rem;height:1.25rem;top:23.9375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKGLeClgcD4Am7v2GNsHI4NLibEe1AC6 { width:2.1875rem;height:2.1875rem;top:24.125rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuGMaPkDuuNXOTTKKGU3cb0VMZ9OOKGk { width:19.75rem;height:9.25rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiAsAZfXaAzKCES4hK8xv02SOKRSL7NM { width:13.6875rem;height:1.1875rem;top:39rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCrdq4ph7OEU7aTy33C3NEg6r7LfAdkm { width:2.875rem;height:2.875rem;top:38.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUluP1FTkkCB7xoLewH3HkGpEdZDohS3 { width:20rem;height:4rem;top:41.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Go3y7AoEZdarWB77biWPbQKlTpPWQwyT { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw { display:block; }#XWe7NRbdH2Tp4QKpw166eqdbxqWasyBw > .row .container { width:20rem;height:120.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQSkzh5pmfdtMOBIBbszFHdTdvozq7DR { width:20rem;height:3.5rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zycFpccUK7PxoJKFd9f5kcwgPLDRvG0r { width:20rem;height:75.75rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }#zycFpccUK7PxoJKFd9f5kcwgPLDRvG0r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/pLhpZp2x/check_1_.png); }
 }@media only screen and (max-width: 763px) { #TAiwsR74lRTyR2K34Rs3es9MFBpqCIVG { width:20rem;height:30rem;top:83.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCx8gKmSqIGfCwlTayG5PW3iEnugeUPy { width:19rem;height:4.125rem;top:114.75rem;left:0.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FernBP804UP4OQM5CWSk0kbgyzKIQ3TT { display:block; }
 }@media only screen and (max-width: 763px) { #PTtKe03dWQu8OmfaiTeHEwOy5OZap8Xs { width:2.5rem;height:2.5rem;top:115.5625rem;left:16.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE { display:block; }#I1TCPIwqJwepaTTnBgq3M7AutxtWhJGE > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvZlG36R6nnqBzlTEU5dpG6yyCUTW1Pc { width:19rem;height:4.5rem;top:11.4033203125rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyJ0HWAZWXHE40rIPVosuZPFrafuhq5h { display:block; }
 }@media only screen and (max-width: 763px) { #T0mgyEhZU80GTB5UcI83hx457dmQyeCU { width:19.999rem;height:2.875rem;top:7.328125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5FDT1PVSma4RHz7u7mJ3O7kF1VvRH { width:19.9996875rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO { display:block; }#QtPlAOCVQUNRZdH1ggiuygMKfxLwqGfO > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ng5I2U8272LDA8KDWyMUsRsog3s1nbvz { width:20rem;height:8.3333333333331rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMrZ9OW7ZGNplA1kxvBR11rOskRGO6TD { width:20rem;height:7.1428571428569rem;top:19.2880625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaGGmabbcAnP1sykhvDyCIJaJ1FexW4T { width:20rem;height:7.1428571428569rem;top:10.833rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9OwdGW2h5JHIngRAnndCsSrALgcoMZg { display:block; }#x9OwdGW2h5JHIngRAnndCsSrALgcoMZg > .row .container { width:20rem;height:90.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwF3ivv6GQTECKiMbz9xnd0pyPx678Qm { width:20rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvSFL5tFk1ykeueI660wf5vOcKKnLDqQ { width:18.75rem;height:16.875rem;top:3.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrr1pvGmKS7hJTVoIN5l3Wph4zOxOtpa { width:8.75rem;height:8.75rem;top:21.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0H2fkv2O3XgEPM4p55WvK8CtunhpQkT { width:12.5rem;height:1.75rem;top:31.875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkQ0ZJbemK6Ce2fbymQHwPiR74BS7TWO { width:18.75rem;height:2.5rem;top:34.875rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLrbc3qTstnwKVvDFACLrIJ3vWGi4Gqe { width:20rem;height:15.625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIrxmkTKXPeyKZP4Zx8b24dwGEU7H3Lo { width:12.5rem;height:1.75rem;top:56.25rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoPGUBRGkUmvQEDZ57lhFpbAHmkRO4LG { width:18.75rem;height:2.5rem;top:62.875rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHRsHR4NQzyfO0ANSdNucuVJGUFh4Akn { width:18.75rem;height:7.5rem;top:37.125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXNR7UlrW9SIf7FOn5a3ROIb9wV2dsvy { width:8.75rem;height:8.75rem;top:46.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRxTXdZPdTMR2dXTXOcfiTK0ZmKsui0i { width:20rem;height:21.25rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO9IkAIkoTUWKzCKmKLWMe6SMZ8q42iz { width:12.5rem;height:1.75rem;top:86.5625rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE1cboEkHrtOWCpdnVMDHAyNkMi2bK3c { width:18.75rem;height:2.5rem;top:96.5rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcGBQaZ8D46Kc8oABgyx4m8rcUEnRe72 { width:18.75rem;height:13.125rem;top:61.8125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUDHAfU1vaLGaSafVeA5V5TpO4xG8AZe { width:8.75rem;height:8.75rem;top:76.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0imhZKVOoED6Thr6hwawayawpwcptwO { display:block; }#g0imhZKVOoED6Thr6hwawayawpwcptwO > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycObhzrGbVsBWVN55TTNNzDgbEq8NaBs { width:19.5rem;height:12.974625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59vPWLW4tHOlpRtUpDUC6r0ruLpntPn { width:20rem;height:auto;top:12.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q2MMJocpPR2koFfR0NlQwwNAUpq7slaD { width:20rem;height:7rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw { display:block; }#uHLQc4fhcwb52thbxwxIgOG1vlFoUtBw > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT1M0ZqyTNID3WMyyf1yEyJp0eFFe72K { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKIg0QeF8XSw71popfzQBqJLGKg6BEtN { width:20rem;height:3.125rem;top:3.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CanRBnGqG6AcSQeaA1wqPCp1H8NThUpE { width:20rem;height:1.5625rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nioRdPa6X3OJLUNhMlKIpG4zlFOgJT6q { width:20rem;height:4.3125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0bAbskoAl13vDNfywHz2h3RJX2Cv8H1 { width:17.6875rem;height:2.625rem;top:10.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds069Wrrm0VwCevCqfa0cq41Lv3ZmiO3 { width:20rem;height:36.6875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRA5qoU81lEIdEnnKtIVzpSTBJ4kanxM { width:20rem;height:1.75rem;top:16.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPGs5GEHxIUUUrLo4TTaMRJE2FVtietK { width:17.8125rem;height:20.125rem;top:18.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llaq3iAIVskrMVHh1HE6xQJyWXRPhf1H { width:5.5rem;height:2.5625rem;top:40.3125rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP9He7dsqu23SIpWWcHvwfykc7C1MMKe { width:8rem;height:4.6875rem;top:38.75rem;left:7.75rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7cMb4MCVSf3Wun6sMTiUyJbLvQfCsk { width:2.375rem;height:2.5625rem;top:40.3125rem;left:15rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3otUBfrDvKOIuO8E6pS28TOG3cWexty { width:16.1875rem;height:3.625rem;top:43.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXOGNnnL9pbW0Xbdb6GBQM30IHCHRckV { display:block; }
 }@media only screen and (max-width: 763px) { #DrF73XCTRTOFGHhGZNd1UskAbu4hgWm0 { width:1.5625rem;height:1.5625rem;top:44.46875rem;left:15.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfnrFFJdcGlTIgxksy8ZT9TrR4xeMq8h { width:2.1875rem;height:2.1875rem;top:48.125rem;left:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uROH3zTvRPR7Za1fxTvkH6x2TAkiR4l0 { width:10.1875rem;height:2.375rem;top:48rem;left:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z { display:block; }#mcHSzhzit2kndH9T6pAvcbIrZihS3f1Z > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WisHu9NPGs05VEn8Tfsx6HBmhXBDmUGs { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 { display:block; }#qHesgBOcKuGhqmEnXnuf6iS8xhuus1Q1 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMnesin2weWamvTFWnXrLCrvv5RXOBoU { width:10.625rem;height:2.6875rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLF0zGGTyghaNItysCZnkAnZGx2THRNx { width:9.8125rem;height:3.25rem;top:5.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiSXcbbkRHU13PbFsUTaZvvltZFp0WRR { width:3.9375rem;height:3.25rem;top:9.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Rrw5JB4Z3cBtlxNIEPm3amp1F6cJWr { width:13.5625rem;height:2.4375rem;top:14.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTraQMZLskps5kb8iGunAZnETVgn3o0o { width:15.3125rem;height:3.25rem;top:17.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcI8xuPBzWik7zP2iLM21ocJWwbFmKsE { width:6.75rem;height:3.25rem;top:22.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 { display:block; }#Ir5iXc6xqUuBAG5m0hKicQxSR12cbPO2 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtBc4qux0AEJDQN6VC9KcQJMmFu6LwvO { width:11.25rem;height:3.6875rem;top:2.4666886329651rem;left:4.3735262155533rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1CXCGrrbFKWRTR2z7sALINzyPVNCTau { width:19.9988125rem;height:2.5rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHi7pXxzMJyETi0RbTrMhekWEmIQrLHl { width:7.124125rem;height:1.1869125rem;top:11.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhy1Pkyz6kEanbdkAxUKRs0FT0d25ZpU { display:block; }
 }@media only screen and (max-width: 763px) { #Ci96BGkQxuDcWTMQcK4VnWbK9GuqH9zd { width:0.5625rem;height:1.25rem;top:11.25rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvkiElQeZuswRK86knx3DrBhv6igvW65 { width:3.75rem;height:1.1869125rem;top:11.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcIXCLgtkIuVxN4GFFCGqPl5z9eRqwpQ { display:block; }
 }