.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#0e0e10;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/FhH9w7rY/T_o_do_LP_Chce_Zostac_32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO.adaptive-delivery-prevent-bg, #FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO.lazyload, #FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO.lazyloading { background-image: none; }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO > .row .container { background-color: transparent; background-image: none; }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO > .row .container > .video-iframe-container { display: none; }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO > .row > .video-iframe-container { display: none; }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO > .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); }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO > .row .container { border-width: 0; border-radius: 0; }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#VOfu83dtDNoTLrNTe1ODg3w80sSeFWH5 { z-index:100003;top:3.9375rem;left:14.59375rem;background-color:#ef5350;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ef5350;border-left:0.25rem solid #ef5350;border-right:0.25rem solid #ef5350;border-bottom:0.25rem solid #ef5350;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-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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:5.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wNSPlD6uQJXSEw7TP1yQv98Se5hDCaaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mMUcHzOKNy7DnrNOa2zqM1e8yHFwU8vM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181c21;background-image:none;position:relative;display:block; }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp > .row .container { background-color: transparent; background-image: none; }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp > .row .container > .video-iframe-container { display: none; }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp > .row > .video-iframe-container { display: none; }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp > .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); }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp > .row .container { border-width: 0; border-radius: 0; }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#eL8oXzBlz9GOgwlS6JnKRzAMT4p7D1oN { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.53125rem;left:2.96875rem;height:24.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eV5u3e6wznADFdaUlAtdQiO2SdpwVa0K { box-sizing:content-box;color:#ef5350;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:5.625rem;left:31.375rem;display:block; }
#OUktS82N6rvtPcSlbxJzt7FySdnoGEpV { color:#efeff1;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:35rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eIGBWoTGV0FGWQHkfIWXKzvFbIN8cdTr { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:10.875rem;left:35rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EoLWiOMspwilTSqXsRXnZkHZTINnSPDn { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:15.75rem;left:35rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WW4557Jr3ryfyOAWJtTx2OoTVtRTva4H { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:20.8125rem;left:35rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NRKhybFLlbo1m56DsvZ54vGQ6COaq0Xf { box-sizing:content-box;color:#ef5350;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:10.75rem;left:31.375rem;display:block; }
#ApBbTnC2COtTIVPo7pVHhDhDF8vvSBnh { box-sizing:content-box;color:#ef5350;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:15.5625rem;left:31.375rem;display:block; }
#byIkWhq2DJmc41RdPX9hhSocfmyyTPnB { box-sizing:content-box;color:#ef5350;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:19.8125rem;left:31.375rem;display:block; }
#PhuNnUULR5AzWLJlZos1Eg6FLdXbLWEP { box-sizing:content-box;color:#ef5350;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:24.375rem;left:31.375rem;display:block; }
#hs82a0fsL2pDwxkl34CTEe9BJXZIka9u { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:24.375rem;left:35rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX > .row .container { background-color: transparent; background-image: none; }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX > .row .container > .video-iframe-container { display: none; }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX > .row > .video-iframe-container { display: none; }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX > .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); }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX > .row .container { border-width: 0; border-radius: 0; }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#hT48GW5ZURcrTkDn46AiGPd6pHlhLU7X { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:1.6875rem;left:31.8125rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NeI8umLwRtJG15f1mFEgpp2TZxo8gdp2 { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:13.1875rem;left:31.5625rem;height:15.75rem;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; }
#e7CkmewPg3TH7cHLE6k9M7ctwc9xafkb { position:absolute;display:block;z-index:100007;border-top:0.1875rem solid #ef5350;border-left:0;border-right:0.1875rem solid #ef5350;border-bottom:0;height:32.3125rem;width:32.3125rem;top:2.4375rem;left:-3.8967670043807rem;overflow:hidden;display:block; }
#TpieD5dRsFJhQ5pEeOhSbNoyzAFcyUbb { box-sizing:content-box;color:#f24462;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:8.0625rem;left:42.28125rem;display:block; }
#SPaGtoWeTbMwNaDEzVZTZf5uh7EcLtGi { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:6rem;left:32.4375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mV6xT1QTGRhuEILiorpLdh21M9C11heE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#mV6xT1QTGRhuEILiorpLdh21M9C11heE > .row .container { background-color: transparent; background-image: none; }#mV6xT1QTGRhuEILiorpLdh21M9C11heE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mV6xT1QTGRhuEILiorpLdh21M9C11heE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mV6xT1QTGRhuEILiorpLdh21M9C11heE > .row .container > .video-iframe-container { display: none; }#mV6xT1QTGRhuEILiorpLdh21M9C11heE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mV6xT1QTGRhuEILiorpLdh21M9C11heE > .row > .video-iframe-container { display: none; }#mV6xT1QTGRhuEILiorpLdh21M9C11heE > .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); }#mV6xT1QTGRhuEILiorpLdh21M9C11heE > .row .container { border-width: 0; border-radius: 0; }#mV6xT1QTGRhuEILiorpLdh21M9C11heE > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#ZpoZy59SK2ChCkTSCVNl8oX7NmnHTAqC { z-index:100004;top:3.6875rem;left:14.59375rem;background-color:#ef5350;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ef5350;border-left:0.25rem solid #ef5350;border-right:0.25rem solid #ef5350;border-bottom:0.25rem solid #ef5350;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-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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:5.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wOwPptyTT3m8XTTeAScTcN2mUZEHiWFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181c21;background-image:none;position:relative;display:block; }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC > .row .container { background-color: transparent; background-image: none; }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC > .row .container > .video-iframe-container { display: none; }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC > .row > .video-iframe-container { display: none; }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC > .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); }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC > .row .container { border-width: 0; border-radius: 0; }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#JInHvPtfJdBGP5ny2D9OXBqUf6FDrahZ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h4vlBsSos05WWiPCb9zKFBhXEevm7Ag5 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181c21;background-image:none;position:relative;display:block; }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT > .row .container { background-color: transparent; background-image: none; }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT > .row .container > .video-iframe-container { display: none; }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT > .row > .video-iframe-container { display: none; }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT > .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); }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT > .row .container { border-width: 0; border-radius: 0; }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT > .row .container { font-size:0.875rem;font-family:arial;height:133.375rem;width:60rem;position:relative;display:block; }#b8Mb2pfS8GSITZw0v04sHaFF8J7OcTze { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.125rem;width:14.3125rem;top:1.8125rem;left:23.03125rem;overflow:hidden;display:block; }
#ZA6JFfVTPgaJ4wawcbC21JgGGKaMsd2S { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.125rem;width:16.5rem;top:1.8125rem;left:2.8125rem;overflow:hidden;display:block; }
#BQ6BDBe4XXXfuUQrt9G6TQ1E4yAGRm1z { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.6875rem;width:11.9375rem;top:1.6875rem;left:42.09375rem;overflow:hidden;display:block; }
#wbkbT6n5dhTeXPAM9VdvRr1tFQyRZENp { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.1875rem;width:15.125rem;top:31.375rem;left:2.8125rem;overflow:hidden;display:block; }
#lpDXTFfZno3U1Z5aLer368gq8AZqWqNs { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33rem;width:15rem;top:31.375rem;left:22.6875rem;overflow:hidden;display:block; }
#JFA7Xsfx2LMAOQLqCytFppUEfsHgGaQ6 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:15.0625rem;top:31.375rem;left:42.09375rem;overflow:hidden;display:block; }
#sZAokueaoAsGMSWwWA1mGvyEMc4LuHLq { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.8125rem;width:15.0625rem;top:69.5rem;left:2.8125rem;overflow:hidden;display:block; }
#QlVWOLgiTPM2rItt4xlVaKklQeBB1VB3 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.1875rem;width:17.375rem;top:108.5rem;left:39.84375rem;overflow:hidden;display:block; }
#gPvv89saKa85L3HveT466bzHzJMuMppR { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.8125rem;width:14.875rem;top:69.5rem;left:22.75rem;overflow:hidden;display:block; }
#u8HNeyp8tClsK3Qf2fEHemVJqNgOg1V4 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.0625rem;width:14.6875rem;top:69.875rem;left:42.09375rem;overflow:hidden;display:block; }
#CSqTG9ASpwQRo63svvVIGkUFtAhRB8PZ { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.375rem;width:36.4375rem;top:108.5rem;left:0rem;overflow:hidden;display:block; }
#dODJuwrMSGQlefLRTt7rLorxz6y1NauX { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:36.375rem;top:121.875rem;left:0rem;overflow:hidden;display:block; }
#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 > .row .container { background-color: transparent; background-image: none; }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 > .row .container > .video-iframe-container { display: none; }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 > .row > .video-iframe-container { display: none; }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 > .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); }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 > .row .container { border-width: 0; border-radius: 0; }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#ZABvsaSpX3k1hiqIx4zfF472cdnyD1Tw { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cWvkzI4VmyHmiZ4sHp0b0eHnlpBgid14 { z-index:100004;top:7.75rem;left:14.59375rem;background-color:#ef5350;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ef5350;border-left:0.25rem solid #ef5350;border-right:0.25rem solid #ef5350;border-bottom:0.25rem solid #ef5350;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-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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:5.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GBvfHmNNhsMeVM44DSp2q6isXVuynMId { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD > .row .container { background-color: transparent; background-image: none; }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD > .row .container > .video-iframe-container { display: none; }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD > .row > .video-iframe-container { display: none; }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD > .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); }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD > .row .container { border-width: 0; border-radius: 0; }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#fULOJK6C0AoG856WkoI4d8PO0ZBA7UTN { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:9.125rem;top:0.90625rem;left:25.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO { display:block; }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO > .row .container { width:47.75rem;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) { #VOfu83dtDNoTLrNTe1ODg3w80sSeFWH5 { top:3.9375rem;left:8.46875rem;width:30.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNSPlD6uQJXSEw7TP1yQv98Se5hDCaaP { display:block; }
 }@media only screen and (max-width: 763px) { #mMUcHzOKNy7DnrNOa2zqM1e8yHFwU8vM { top:11.5rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp { display:block; }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL8oXzBlz9GOgwlS6JnKRzAMT4p7D1oN { top:3.5rem;left:0rem;width:24.0625rem;height:24.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV5u3e6wznADFdaUlAtdQiO2SdpwVa0K { top:5.625rem;left:23.875rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUktS82N6rvtPcSlbxJzt7FySdnoGEpV { top:5.8125rem;left:22.75rem;width:25rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIGBWoTGV0FGWQHkfIWXKzvFbIN8cdTr { top:10.875rem;left:22.75rem;width:25rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoLWiOMspwilTSqXsRXnZkHZTINnSPDn { top:15.75rem;left:22.75rem;width:25rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW4557Jr3ryfyOAWJtTx2OoTVtRTva4H { top:20.8125rem;left:22.75rem;width:25rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRKhybFLlbo1m56DsvZ54vGQ6COaq0Xf { top:10.75rem;left:23.875rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApBbTnC2COtTIVPo7pVHhDhDF8vvSBnh { top:15.5625rem;left:23.875rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byIkWhq2DJmc41RdPX9hhSocfmyyTPnB { top:19.8125rem;left:23.875rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhuNnUULR5AzWLJlZos1Eg6FLdXbLWEP { top:24.375rem;left:23.875rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs82a0fsL2pDwxkl34CTEe9BJXZIka9u { top:24.375rem;left:22.75rem;width:25rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX { display:block; }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT48GW5ZURcrTkDn46AiGPd6pHlhLU7X { top:1.6875rem;left:21.375rem;width:26.375rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeI8umLwRtJG15f1mFEgpp2TZxo8gdp2 { width:22.5rem;height:5.8125rem;top:19.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7CkmewPg3TH7cHLE6k9M7ctwc9xafkb { top:2.4375rem;left:0rem;width:32.3125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpieD5dRsFJhQ5pEeOhSbNoyzAFcyUbb { top:8.0625rem;left:33.09375rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPaGtoWeTbMwNaDEzVZTZf5uh7EcLtGi { top:6rem;left:22.625rem;width:25.125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV6xT1QTGRhuEILiorpLdh21M9C11heE { display:block; }#mV6xT1QTGRhuEILiorpLdh21M9C11heE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpoZy59SK2ChCkTSCVNl8oX7NmnHTAqC { top:3.6875rem;left:8.46875rem;width:30.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOwPptyTT3m8XTTeAScTcN2mUZEHiWFE { display:block; }
 }@media only screen and (max-width: 763px) { #ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC { display:block; }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JInHvPtfJdBGP5ny2D9OXBqUf6FDrahZ { top:1.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4vlBsSos05WWiPCb9zKFBhXEevm7Ag5 { top:4.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT { display:block; }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8Mb2pfS8GSITZw0v04sHaFF8J7OcTze { top:1.8125rem;left:9.5625rem;width:14.3125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA6JFfVTPgaJ4wawcbC21JgGGKaMsd2S { top:1.8125rem;left:0rem;width:16.5rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ6BDBe4XXXfuUQrt9G6TQ1E4yAGRm1z { top:1.6875rem;left:32.90625rem;width:11.9375rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbkbT6n5dhTeXPAM9VdvRr1tFQyRZENp { top:31.375rem;left:0rem;width:15.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpDXTFfZno3U1Z5aLer368gq8AZqWqNs { top:31.375rem;left:8.875rem;width:15rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFA7Xsfx2LMAOQLqCytFppUEfsHgGaQ6 { top:31.375rem;left:32.6875rem;width:15.0625rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZAokueaoAsGMSWwWA1mGvyEMc4LuHLq { top:69.5rem;left:0rem;width:15.0625rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlVWOLgiTPM2rItt4xlVaKklQeBB1VB3 { top:108.5rem;left:30.375rem;width:17.375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPvv89saKa85L3HveT466bzHzJMuMppR { top:69.5rem;left:9rem;width:14.875rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8HNeyp8tClsK3Qf2fEHemVJqNgOg1V4 { top:69.875rem;left:32.90625rem;width:14.6875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSqTG9ASpwQRo63svvVIGkUFtAhRB8PZ { top:108.5rem;left:0rem;width:36.4375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dODJuwrMSGQlefLRTt7rLorxz6y1NauX { top:121.875rem;left:0rem;width:36.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 { display:block; }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZABvsaSpX3k1hiqIx4zfF472cdnyD1Tw { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWvkzI4VmyHmiZ4sHp0b0eHnlpBgid14 { top:7.75rem;left:8.46875rem;width:30.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBvfHmNNhsMeVM44DSp2q6isXVuynMId { display:block; }
 }@media only screen and (max-width: 763px) { #Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD { display:block; }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fULOJK6C0AoG856WkoI4d8PO0ZBA7UTN { top:0.875rem;left:19.3125rem;width:9.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO { display:block; }#FZPLDxTVr0LmLvx4T00L5d5bEemk8NEO > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOfu83dtDNoTLrNTe1ODg3w80sSeFWH5 { top:1.25rem;left:0.75rem;width:18.5rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNSPlD6uQJXSEw7TP1yQv98Se5hDCaaP { display:block; }
 }@media only screen and (max-width: 763px) { #mMUcHzOKNy7DnrNOa2zqM1e8yHFwU8vM { width:20rem;height:9.625rem;top:6.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp { display:block; }#B8IgFRTzSVn9E7Jb0ag4MtiTWBiy02Tp > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL8oXzBlz9GOgwlS6JnKRzAMT4p7D1oN { width:18.0625rem;height:15.625rem;top:1.625rem;left:0.96875rem;font-size:2.4375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eV5u3e6wznADFdaUlAtdQiO2SdpwVa0K { width:3.6875rem;height:3.6875rem;top:19.1875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUktS82N6rvtPcSlbxJzt7FySdnoGEpV { width:16.25rem;height:2.75rem;top:19.625rem;left:3.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eIGBWoTGV0FGWQHkfIWXKzvFbIN8cdTr { width:16.25rem;height:2.75rem;top:24.75rem;left:3.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EoLWiOMspwilTSqXsRXnZkHZTINnSPDn { width:16.25rem;height:4.125rem;top:29.84375rem;left:3.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WW4557Jr3ryfyOAWJtTx2OoTVtRTva4H { width:16.3125rem;height:2.75rem;top:35.46875rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NRKhybFLlbo1m56DsvZ54vGQ6COaq0Xf { width:3.6875rem;height:3.6875rem;top:24.28125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApBbTnC2COtTIVPo7pVHhDhDF8vvSBnh { width:3.6875rem;height:3.6875rem;top:29.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byIkWhq2DJmc41RdPX9hhSocfmyyTPnB { width:3.6875rem;height:3.6875rem;top:35rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhuNnUULR5AzWLJlZos1Eg6FLdXbLWEP { width:3.6875rem;height:3.6875rem;top:39.9375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs82a0fsL2pDwxkl34CTEe9BJXZIka9u { width:16.3125rem;height:2.75rem;top:40.40625rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX { display:block; }#XVsk7HIiazmKtqqTpuOmBs8w0VScCtMX > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT48GW5ZURcrTkDn46AiGPd6pHlhLU7X { width:16.875rem;height:2.3125rem;top:0.875rem;left:1.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NeI8umLwRtJG15f1mFEgpp2TZxo8gdp2 { width:17.875rem;height:13.0625rem;top:30.9990234375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e7CkmewPg3TH7cHLE6k9M7ctwc9xafkb { width:20rem;height:20.0625rem;top:6.4999961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpieD5dRsFJhQ5pEeOhSbNoyzAFcyUbb { width:4.3125rem;height:4.3125rem;top:26.6865234375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPaGtoWeTbMwNaDEzVZTZf5uh7EcLtGi { width:16.0625rem;height:1.6875rem;top:3.21875rem;left:1.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mV6xT1QTGRhuEILiorpLdh21M9C11heE { display:block; }#mV6xT1QTGRhuEILiorpLdh21M9C11heE > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpoZy59SK2ChCkTSCVNl8oX7NmnHTAqC { top:1.25rem;left:0.75rem;width:18.5rem;height:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOwPptyTT3m8XTTeAScTcN2mUZEHiWFE { display:block; }
 }@media only screen and (max-width: 763px) { #ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC { display:block; }#ZkVuxlfhA4EUqBNoQkevqn4Ei17XODoC > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JInHvPtfJdBGP5ny2D9OXBqUf6FDrahZ { width:18.5rem;height:6.5625rem;top:1.25rem;left:0.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4vlBsSos05WWiPCb9zKFBhXEevm7Ag5 { width:20rem;height:3.375rem;top:9.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT { display:block; }#ADgyb9uGtUvybxlLtiEfKFGahfyvxdQT > .row .container { width:20rem;height:426.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8Mb2pfS8GSITZw0v04sHaFF8J7OcTze { width:19.875rem;height:36.25rem;top:31.7978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA6JFfVTPgaJ4wawcbC21JgGGKaMsd2S { width:20rem;height:31.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ6BDBe4XXXfuUQrt9G6TQ1E4yAGRm1z { width:20rem;height:44.25rem;top:70.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbkbT6n5dhTeXPAM9VdvRr1tFQyRZENp { width:19.9375rem;height:43.875rem;top:115.0478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpDXTFfZno3U1Z5aLer368gq8AZqWqNs { width:19.9375rem;height:44.0625rem;top:159.5478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFA7Xsfx2LMAOQLqCytFppUEfsHgGaQ6 { width:19.9375rem;height:43.5625rem;top:307.3994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZAokueaoAsGMSWwWA1mGvyEMc4LuHLq { width:19.875rem;height:43.5rem;top:351.7119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlVWOLgiTPM2rItt4xlVaKklQeBB1VB3 { width:20rem;height:26.75rem;top:396.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPvv89saKa85L3HveT466bzHzJMuMppR { width:20rem;height:44.3125rem;top:204.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8HNeyp8tClsK3Qf2fEHemVJqNgOg1V4 { width:20rem;height:43.875rem;top:249.6103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSqTG9ASpwQRo63svvVIGkUFtAhRB8PZ { width:20rem;height:5.6946826758148rem;top:294.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dODJuwrMSGQlefLRTt7rLorxz6y1NauX { width:20rem;height:5.4375rem;top:301.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 { display:block; }#Tuc0kc98vJ7y7qkUzlvTka7vAN7w3182 > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZABvsaSpX3k1hiqIx4zfF472cdnyD1Tw { width:20rem;height:3.625rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWvkzI4VmyHmiZ4sHp0b0eHnlpBgid14 { top:8.5625rem;left:0.75rem;width:18.5rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBvfHmNNhsMeVM44DSp2q6isXVuynMId { display:block; }
 }@media only screen and (max-width: 763px) { #Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD { display:block; }#Lk53CvELitgdIzgLOgJJAPuA1kfWfmZD > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fULOJK6C0AoG856WkoI4d8PO0ZBA7UTN { width:4.6875rem;height:3.375rem;top:0.875rem;left:7.65625rem;display:block; }
 }