.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#363228;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#241b16;background-image:url("https://images.assets-landingi.com/uc/cad339e6-3502-4f9c-8b90-d6488030505d/Beznazwy1200x700px1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;overflow:visible;position:relative;display:block; }#o609Q8gNuEyeTOcHQSu44rsbad4Ifhpa { color:#ffffff;display:block;width:44.3125rem;position:absolute;font-family:"bree serif";font-size:1.875rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:31.0625rem;left:6.375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FwqJE3ncK2VrN72zsklmK2mibtNaaQTv { z-index:15003;top:38.625rem;left:6.375rem;background-color:#dab198;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ioxzg21uqQMD0CBL4czKeAtdxTsvzlT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qiaRXhyvgwdBTMCeaEObdxkmhrFIMlOI { z-index:14999;top:39.09375rem;left:20.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(199,243,228,0.4);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fepRLrDd9Thse9zoBacBs4cFpHpDBUTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSOFR60mcm8xz2Smp20RzsbrCW8AJ7JR { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.25rem;left:6.375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ht8gfK2LF2VRuS4lHsPBu45z3Cu0yd4V { color:#ffffff;display:block;width:44.3125rem;position:absolute;font-family:"bree serif";font-size:4.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:26rem;left:6.375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 { position:relative;display:block; }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 { background-color: transparent; background-image: none; }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 > .row .container > .video-iframe-container { display: none; }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 > .row > .video-iframe-container { display: none; }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 > .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); }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 { border-width: 0; border-radius: 0; }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#363228;background-image:none;font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cBt6k5Qm31ugFJ2NBcP0NNJMK2wgzeLm { color:#ffffff;display:block;width:68.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.669921875rem;left:3.21875rem;height:39.5937625rem;font-style:normal;display:block; }
#iC7frEiX1zyseVVNQowv6gxfyophgAgR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .row .container { background-color: transparent; background-image: none; }#iC7frEiX1zyseVVNQowv6gxfyophgAgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .row .container > .video-iframe-container { display: none; }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .row > .video-iframe-container { display: none; }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .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); }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .row .container { border-width: 0; border-radius: 0; }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#w8izH13pukeKiQr5GEX9H0VugZ5pGNSl { color:#454545;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.78125rem;height:1.29980625rem;font-style:normal;display:block; }
#nMzo4mbD5izoWJLXF05Rzz4gmH9KRIIw { color:#979597;display:block;width:12.6875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5625rem;left:3.6875rem;height:14.786125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xi5fmQ7y4y6yV4bosbumsRDBeO3CMvHI { color:#454545;display:block;width:9.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:23.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#O2fTN9Tp5h1IVSQW78LgSssQN2ELileJ { color:#979597;display:block;width:13.375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:21.625rem;height:13.72998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QibNixTZfxEL9FrAlq0rzVZGHOcCOoD7 { color:#979597;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.5625rem;left:38.40625rem;height:10.56154375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHaADgEK2bfOZaNlST6r5QWmI9BzJAzF { color:#454545;display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.375rem;left:39.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#SBnrkhMvZKWSrOT7Vumt68HNqTXRcTya { color:#979597;display:block;width:13.4375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:15.5625rem;left:57.875rem;height:8.44925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gNosqcdIEIsGhpDFh8WTQHwuTpHmEih4 { color:#454545;display:block;width:10.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.4375rem;left:59.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#Ou7XdxoEGwFXAeV2PHDzpDXptw42Oc4X { color:#1e3d53;display:block;width:59.125rem;position:absolute;font-family:inter;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4873046875rem;left:3.6875rem;height:3.65625rem;font-style:normal;display:block; }
#TmJQtKvuzstAbud21VzhQQmqNqE2vq2z { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.375rem;top:8.4375rem;left:7.875rem;overflow:hidden;display:block; }
#m0BsPOkPi2tX7lIm3TFgkFKZzt0fOLsn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.625rem;top:9rem;left:26.5rem;overflow:hidden;display:block; }
#TTPJFn6h7fnPlvODoUFbrP88PbeCKRpi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.8125rem;top:8.4375rem;left:44.1875rem;overflow:hidden;display:block; }
#tFUDPLO4e5ppt39EHffoQ9DIyxIRTquk { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.5rem;top:9.125rem;left:62.8125rem;overflow:hidden;display:block; }
#pT6AIZgXZVyIxOVJCKSTMksODmanuxDu { color:#1e3d53;display:block;width:59.125rem;position:absolute;font-family:inter;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:32.8125rem;left:3.6875rem;height:3.65625rem;font-style:normal;display:block; }
#f2wz6JZPoQC2972kT6HqKITgrMsn6lMK { color:#454545;display:block;width:51.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.8125rem;left:3.78125rem;height:3.89941875rem;font-style:normal;display:block; }
#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT { position:relative;display:block; }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT { background-color: transparent; background-image: none; }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT > .row .container > .video-iframe-container { display: none; }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT > .row > .video-iframe-container { display: none; }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT > .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); }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT { border-width: 0; border-radius: 0; }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#363228;background-image:none;font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EnBnc4Xo8Zws8oboMnnlbxvBme99vgm1 { color:#ffffff;display:block;width:61.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.306640625rem;left:6.25rem;height:11.13575625rem;font-style:normal;display:block; }
#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .row .container { background-color: transparent; background-image: none; }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .row .container > .video-iframe-container { display: none; }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .row > .video-iframe-container { display: none; }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .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); }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .row .container { border-width: 0; border-radius: 0; }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#KWSa69uMtDANuXSm6aXLHHD6K7Kdc9hd { color:#3c3833;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcrcUkNDIIoFc9SIAQ7KuTzpfc98GT0w { color:#a0a0a0;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pqzyun5HxGhfuXEvHLd4TT85VoN0XOyV { position:absolute;display:block;z-index:15000;background-color:#c5b39a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:18.9375rem;top:10.5rem;left:7.53125rem;display:block; }
#U1vZ5kgTksGt8csWpLucsFdRl7Ow0VNi { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.140625rem;left:8.5625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCp27nT2dE44rZVaHqQmepKeWwUA6ngW { position:absolute;display:block;z-index:15004;background-color:#1e3d53;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:18.9375rem;top:10.5rem;left:28.03125rem;display:block; }
#h2lXFsCl89ylFlowyWkHgphQQhWiGozg { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.0625rem;left:29.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQs2mGZrnzbGxywLVXyUe4FnsMNOEzRk { position:absolute;display:block;z-index:15008;background-color:#c5b39a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:18.9375rem;top:10.5rem;left:48.53125rem;display:block; }
#NvWiUhUmKccVMoKOiV6wxK0tfviM1zEy { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.0625rem;left:49.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfUZaX3FW0XxLlVR3v9TkKTaGrmnaxtZ { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.515625rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2mhN0z5It9pKovf6PxkxXLG5eZOPvKG { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5rem;left:29.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8oe4EN6zWo0ziQf7ZLGiqRT7lsOnD87 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.5rem;left:49.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkJaT0E9uBp65xJ1f7l1ZO8ahhyVWson { position:absolute;display:block;z-index:15005;background-color:#1e3d53;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:18.9375rem;top:20.875rem;left:7.53125rem;display:block; }
#rwSAP7qq592DTZyS4UWoTdzxPs3Z2ON6 { position:absolute;display:block;z-index:15006;background-color:#1e3d53;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:18.9375rem;top:20.875rem;left:48.53125rem;display:block; }
#UxwClEyaQNdLdFzo0aIQnGPRUTvwKyMl { position:absolute;display:block;z-index:15009;background-color:#c5b39a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:18.9375rem;top:20.90625rem;left:28.03125rem;display:block; }
#uoqkWBp1Rg6TId3n1JStdzcM5GwQ5XgR { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33.125rem;left:18.5rem;height:6.58008125rem;text-align:center;text-align-last:center;display:block; }
#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241b16;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .row .container { background-color: transparent; background-image: none; }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .row .container > .video-iframe-container { display: none; }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .row > .video-iframe-container { display: none; }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .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); }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .row .container { border-width: 0; border-radius: 0; }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#PaAPaIJqb8JN8G2lQAztHzSiobUiPG9a { color:#c7f3e4;display:block;width:32.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:12.2880859375rem;left:40.6875rem;height:50.3965875rem;font-style:normal;display:block; }
#txxm4LZLZUC28BhChnKHFg17BlpHREf7 { color:#c7f3e4;display:block;width:28.375rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.875rem;left:40.6875rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTr6lpIa9kJhGkH7Px0vSVh8yVVpTJUT { color:#ce2d2d;display:block;width:24.3125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:5.25rem;left:40.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#ZUWhi2DlTXOMUUR0nDGmkogbxCof4Pf3 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ce2d2d;background-image:none;top:5.9248046875rem;left:37.125rem;display:block; }
#zKwAphURsNTPpO0wDoH1oRrcmAxvkFRd { box-sizing:content-box;height:62.875rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(210,210,210,0.2);background-image:none;top:0rem;left:37.5rem;display:block; }
#gdhxqy2Zb5PWnEFfiUDXOzU7IF64Brh3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:26.75rem;top:8.4375rem;left:7.0625rem;overflow:hidden;display:block; }
#DGme17T5gGkcFOmuepBT9ypBymGpdy0V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241b16;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .row .container { background-color: transparent; background-image: none; }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .row .container > .video-iframe-container { display: none; }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .row > .video-iframe-container { display: none; }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .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); }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .row .container { border-width: 0; border-radius: 0; }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#aDkVvrTHirTc2fzy2BqKUBq7l3fLlcPh { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ce2d2d;background-image:none;top:3.9375rem;left:37.125rem;display:block; }
#KK2uBUUxc7XNZHOnOJkOctF0SUOuBy23 { box-sizing:content-box;height:31.25rem;width:0.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(210,210,210,0.2);background-image:none;top:16.3125rem;left:37.5rem;display:block; }
#CctIFKD7aJIcNN0Uy9BGf1SSEFIKiJQn { color:#ce2d2d;display:block;width:24.3125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:3.19970703125rem;left:9.875rem;height:2.0996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Gf8T5hIAueXzvZT8TwnTz7FqG6goM4t0 { color:#c7f3e4;display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.04931640625rem;left:5.5rem;height:3.5996125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dRybZCHgs03k92deMBupcXthzr23vUfI { color:#c7f3e4;display:block;width:31.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.1630859375rem;left:2.75rem;height:33.5977375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eRUfyhmhnKZhreusmio0bTbWmqcE9RSe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:26.75rem;top:7.03125rem;left:40.9375rem;overflow:hidden;display:block; }
#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#363228;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .row .container { background-color: transparent; background-image: none; }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .row .container > .video-iframe-container { display: none; }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .row > .video-iframe-container { display: none; }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .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); }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .row .container { border-width: 0; border-radius: 0; }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#tQAqFXx6690bgZGw9xoFAaVhVDHkOzOy { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:38.4375rem;width:22.125rem;top:3.5625rem;left:42.0625rem;display:block; }
#TvlJ6lL4ee8aodsAoXJcCh5c2Cr9tXyH { background-color:#152140;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:34.75rem;left:44.3125rem;display:block; }
#fQZ1vhqP6rVnzIlTGvz5ImT6KTG32hrR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olD3mu8ZQrwiNh5kBbc3gDTnmApntuCU { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:31.1875rem;width:20.4375rem;top:8.5rem;left:11.875rem;display:block; }
#r4zzZBWSKKVDxa6CMLyTS5Bv2VhVfSOl { color:#535353;display:block;width:16.625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.38134765625rem;left:14.375rem;height:7.3125rem;text-align:left;text-align-last:left;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; }
#ai625h4OMfkTtRAv2aMwaN1IR4B867ih { position:absolute;display:block;z-index:15019;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:31.8125rem;left:14.28125rem;display:block; }
#hJA53oEZcEhDDqmVIFCoyA6XAZ6lLzb8 { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:33.625rem;left:45.4375rem;display:block; }
#VRBM73V0pZS2gBhWDBbMkQLEk38GK2Cu { background-color:#152140;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.75rem;left:14.28125rem;display:block; }
#ZoP5hKJR59P2xJDvXuOOAav55k2oEE7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slgqWswwFdkvxKWLWQMgt3UpITPRsoTp { color:#152140;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.93701171875rem;left:14.28125rem;height:2.51855625rem;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; }
#SiQacz5AeyJP0QWGKZhaR2W38Vnt63WT { color:#b6955e;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.40625rem;left:16.0625rem;height:2.35595625rem;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; }
#dHps696Q9ABsPsr3WlNxo9tgIzDzb8F4 { color:#b6955e;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.33740234375rem;left:16.71875rem;height:;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; }
#HkbqxbwBuCw4h4DU4n2cTf5avlJDcnGm { position:absolute;display:block;z-index:15010;background-color:#152140;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:3.6875rem;left:42.125rem;display:block; }
#BI5FsOUL3KkBURabDEvesPiUQd0AKkSt { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:4rem;left:42.1875rem;height:1.79980625rem;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; }
#XARR39PhNBTbWyL5iUrvDZTiLsuNQZZK { color:#152140;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.59375rem;left:45.96875rem;height:3.0874rem;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; }
#CJQIoyV22SWmia4RVCSXm2RtANAO1QBG { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:inter;font-size:2.5625rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:0.73095703125rem;left:5.90625rem;height:3.33105625rem;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; }
#RwP8WS0uO43txrBdwZtKcrn5HOgQWP14 { color:#a6adbe;display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.63134765625rem;left:16.0625rem;height:4.54980625rem;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; }
#lOtDyT1rIS0q7fGXpZrkPdPUQK0sZ2JT { color:#535353;display:block;width:18.6875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:37.53125rem;left:12.75rem;height:1.21875rem;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; }
#QywIgB5OoRaIxZxsAf9610Z2nvsdi9Ss { color:#535353;display:block;width:16.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.86279296875rem;left:13.59375rem;height:;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; }
#ce814vofvqVaQxJVfwtOmqy87KNC3TMn { color:#a6adbe;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.4716796875rem;left:16.71875rem;height:1.86865rem;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; }
#ZUBUTnFXua4mmnN9MfRFbAE3ktMdRK9m { color:#535353;display:block;width:18.6875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:39.6875rem;left:43.90625rem;height:1.21875rem;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; }
#T2OCyRMZDDDG9nusssb504KcTUBR9ykZ { color:#535353;display:block;width:19.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.93701171875rem;left:43.375rem;height:;text-align:left;text-align-last:left;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; }
#QbWFTpAeoti2EQqD8H75xJxvNoErC70T { color:#a6adbe;display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.125rem;left:47.21875rem;height:4.54980625rem;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; }
#rPHsMRU5490HqU4Ww8ovW9KDzbvf7vvz { color:#a6adbe;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.03759765625rem;left:47.21875rem;height:1.86865rem;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; }
#tzEVerZdF2AdO96MT9E9A7lZu2QTsCLf { color:#535353;display:block;width:16.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.91796875rem;left:44.875rem;height:;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; }
#pL3ylByfXyy7e1oMdUHp1wIEXNlReV2s { color:#b6955e;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.30615234375rem;left:47.875rem;height:5.4433625rem;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; }
#mup069U3WFMtqW98i8fVfOB3fc5PE4Wc { color:#b6955e;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:29.51953125rem;left:47.21875rem;height:2.35595625rem;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; }
#MsE2TwkSD2pSnE6u5Rqpnivsxa0xmm8r { color:#535353;display:block;width:16.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.34375rem;left:13.71875rem;height:1.21875rem;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; }
#lzlnPt7q74fcgMT4CmbgRNwa1vipHoIi { color:#535353;display:block;width:16.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:31.9375rem;left:44.875rem;height:1.21875rem;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; }
#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa { border-top:0.0625rem solid rgba(199,243,228,0.1);border-left:0;border-right:0;border-bottom:0;background-color:#150e0a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .row .container { background-color: transparent; background-image: none; }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .row .container > .video-iframe-container { display: none; }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .row > .video-iframe-container { display: none; }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .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); }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .row .container { border-width: 0; border-radius: 0; }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#nraPTJimXrNifQBhTFtAHIySUMowsAue { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.3125rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#au9CJyKFyPHVmEwCkMQ9smyHxls61v0c { color:#c7f3e4;display:block;width:32.9375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.943359375rem;left:21.03125rem;height:2.11230625rem;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:center;text-align-last:center;display:block; }
#NGCoGxdSzWTTkixeQTA8QF1DFkTf6Eo7 { color:#c7f3e4;display:block;width:7.5625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4716796875rem;left:67.4375rem;height:1.05615rem;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:right;text-align-last:right;display:block; }
#TnTADREEDZ1e9wpyFs3S6TA21ULfihAW { position:relative;display:none; }#TnTADREEDZ1e9wpyFs3S6TA21ULfihAW { border-width: 0; border-radius: 0; }#TnTADREEDZ1e9wpyFs3S6TA21ULfihAW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TnTADREEDZ1e9wpyFs3S6TA21ULfihAW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#E3S4UaKbQWo8e9KBQkwP93TwwTW1AQWS { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:19.125rem;display:block; }
#MpW10eawXFXhyZa0OLhDBObDh9XFl9Lr { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:25.5rem;display:block; }
#Z8pSagWaxvvIWGJQoqIKHpEvTw7ovTbs { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:31.875rem;display:block; }
#H352eoTDcJVmFXebWOyHzBHz8ca3Xitt { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:38.25rem;display:block; }
#B9TunqHO6ffkJq11THSmxXmqVLqUGMyc { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:44.625rem;display:block; }
#yuzzz0C0zndvF4f3CJ6AzekthIJq2m61 { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:51rem;display:block; }
#Fa0aRbI3VKWkLvdxB1E486bvXwgidJpG { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:57.125rem;display:block; }
#xKBfWmntAKtHXxSa4b4AaTxHZVwbz8I5 { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:63.5rem;display:block; }
#fXJCwAWgZyUG0RTFTne0yhmqcachEtRh { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:69.875rem;display:block; }
#qeTzKkzKwZThBJSaQaS9MBDiMMrG4Cug { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:12.75rem;display:block; }
#z1nMpghZfTUB3JMUSF7TeKKKWHPud1OG { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:6.375rem;display:block; }
#Tc30hD3BwQvfe4vw4FnX3vTsqHoXpzio { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.68);background-image:none;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o609Q8gNuEyeTOcHQSu44rsbad4Ifhpa { top:31.0625rem;left:0rem;width:44.3125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwqJE3ncK2VrN72zsklmK2mibtNaaQTv { top:38.625rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioxzg21uqQMD0CBL4czKeAtdxTsvzlT1 { display:block; }
 }@media only screen and (max-width: 763px) { #qiaRXhyvgwdBTMCeaEObdxkmhrFIMlOI { top:39.0625rem;left:6.5rem;width:10.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fepRLrDd9Thse9zoBacBs4cFpHpDBUTg { display:block; }
 }@media only screen and (max-width: 763px) { #PSOFR60mcm8xz2Smp20RzsbrCW8AJ7JR { top:34.25rem;left:0rem;width:34.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht8gfK2LF2VRuS4lHsPBu45z3Cu0yd4V { top:26rem;left:0rem;width:44.3125rem;height:4.125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 { display:block; }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBt6k5Qm31ugFJ2NBcP0NNJMK2wgzeLm { top:2.625rem;left:0rem;width:47.75rem;height:39.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC7frEiX1zyseVVNQowv6gxfyophgAgR { display:block; }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8izH13pukeKiQr5GEX9H0VugZ5pGNSl { width:12.5rem;height:1.25rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMzo4mbD5izoWJLXF05Rzz4gmH9KRIIw { width:12.6875rem;height:12.625rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi5fmQ7y4y6yV4bosbumsRDBeO3CMvHI { width:9.9375rem;height:1.25rem;top:13.375rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2fTN9Tp5h1IVSQW78LgSssQN2ELileJ { width:13.375rem;height:10.5rem;top:15.5625rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QibNixTZfxEL9FrAlq0rzVZGHOcCOoD7 { width:15.625rem;height:10.5625rem;top:15.5625rem;left:24.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHaADgEK2bfOZaNlST6r5QWmI9BzJAzF { width:14.0625rem;height:1.25rem;top:13.375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBnrkhMvZKWSrOT7Vumt68HNqTXRcTya { width:13.4375rem;height:7.375rem;top:15.5625rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNosqcdIEIsGhpDFh8WTQHwuTpHmEih4 { width:10.8125rem;height:1.3125rem;top:13.4375rem;left:36.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou7XdxoEGwFXAeV2PHDzpDXptw42Oc4X { top:2.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJQtKvuzstAbud21VzhQQmqNqE2vq2z { top:8.4375rem;left:0rem;width:4.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0BsPOkPi2tX7lIm3TFgkFKZzt0fOLsn { top:9rem;left:12.875rem;width:3.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPJFn6h7fnPlvODoUFbrP88PbeCKRpi { top:8.4375rem;left:30.5625rem;width:3.8125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFUDPLO4e5ppt39EHffoQ9DIyxIRTquk { top:9.125rem;left:44.25rem;width:3.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT6AIZgXZVyIxOVJCKSTMksODmanuxDu { top:32.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2wz6JZPoQC2972kT6HqKITgrMsn6lMK { width:47.75rem;height:3.875rem;top:37.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT { display:block; }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnBnc4Xo8Zws8oboMnnlbxvBme99vgm1 { top:3.25rem;left:0rem;width:47.75rem;height:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNkAvSpzHbmotJth6aQWQgNRLoDqXymq { display:block; }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWSa69uMtDANuXSm6aXLHHD6K7Kdc9hd { width:47.75rem;height:3.625rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcrcUkNDIIoFc9SIAQ7KuTzpfc98GT0w { width:47.75rem;height:1.4375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqzyun5HxGhfuXEvHLd4TT85VoN0XOyV { width:18.9375rem;height:9.1875rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1vZ5kgTksGt8csWpLucsFdRl7Ow0VNi { width:16.875rem;height:6.0625rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCp27nT2dE44rZVaHqQmepKeWwUA6ngW { width:18.9375rem;height:9.3125rem;top:10.5rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2lXFsCl89ylFlowyWkHgphQQhWiGozg { width:16.875rem;height:4.0625rem;top:13.0625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQs2mGZrnzbGxywLVXyUe4FnsMNOEzRk { width:18.9375rem;height:9.25rem;top:10.5rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvWiUhUmKccVMoKOiV6wxK0tfviM1zEy { width:16.875rem;height:4.0625rem;top:13.0625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfUZaX3FW0XxLlVR3v9TkKTaGrmnaxtZ { width:16.875rem;height:2rem;top:24.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mhN0z5It9pKovf6PxkxXLG5eZOPvKG { width:16.875rem;height:4.0625rem;top:23.5rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8oe4EN6zWo0ziQf7ZLGiqRT7lsOnD87 { width:16.875rem;height:4.0625rem;top:23.5rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkJaT0E9uBp65xJ1f7l1ZO8ahhyVWson { width:18.9375rem;height:9.3125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwSAP7qq592DTZyS4UWoTdzxPs3Z2ON6 { width:18.9375rem;height:9.3125rem;top:20.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxwClEyaQNdLdFzo0aIQnGPRUTvwKyMl { width:18.9375rem;height:9.25rem;top:20.875rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqkWBp1Rg6TId3n1JStdzcM5GwQ5XgR { top:33.125rem;left:4.875rem;width:40.1875rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT { display:block; }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaAPaIJqb8JN8G2lQAztHzSiobUiPG9a { top:12.25rem;left:15.0625rem;width:32.6875rem;height:50.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txxm4LZLZUC28BhChnKHFg17BlpHREf7 { top:7.875rem;left:19.375rem;width:28.375rem;height:3.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTr6lpIa9kJhGkH7Px0vSVh8yVVpTJUT { top:5.25rem;left:23.4375rem;width:24.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUWhi2DlTXOMUUR0nDGmkogbxCof4Pf3 { top:5.875rem;left:23.125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKwAphURsNTPpO0wDoH1oRrcmAxvkFRd { top:0rem;left:23.875rem;width:0.125rem;height:62.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdhxqy2Zb5PWnEFfiUDXOzU7IF64Brh3 { top:8.4375rem;left:0rem;width:26.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGme17T5gGkcFOmuepBT9ypBymGpdy0V { display:block; }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDkVvrTHirTc2fzy2BqKUBq7l3fLlcPh { top:3.9375rem;left:23.125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK2uBUUxc7XNZHOnOJkOctF0SUOuBy23 { top:16.3125rem;left:23.875rem;width:0.0625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CctIFKD7aJIcNN0Uy9BGf1SSEFIKiJQn { top:3.1875rem;left:0rem;width:24.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf8T5hIAueXzvZT8TwnTz7FqG6goM4t0 { top:6rem;left:0rem;width:28.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRybZCHgs03k92deMBupcXthzr23vUfI { top:11.125rem;left:0rem;width:31.4375rem;height:33.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRUfyhmhnKZhreusmio0bTbWmqcE9RSe { top:7rem;left:21rem;width:26.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u { display:block; }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQAqFXx6690bgZGw9xoFAaVhVDHkOzOy { top:3.5625rem;left:23.875rem;width:22.125rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlJ6lL4ee8aodsAoXJcCh5c2Cr9tXyH { width:17.875rem;height:4.0625rem;top:34.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQZ1vhqP6rVnzIlTGvz5ImT6KTG32hrR { display:block; }
 }@media only screen and (max-width: 763px) { #olD3mu8ZQrwiNh5kBbc3gDTnmApntuCU { top:8.5rem;left:3.4375rem;width:20.4375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4zzZBWSKKVDxa6CMLyTS5Bv2VhVfSOl { width:16.625rem;height:7.3125rem;top:13.375rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai625h4OMfkTtRAv2aMwaN1IR4B867ih { top:31.8125rem;left:7.46875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJA53oEZcEhDDqmVIFCoyA6XAZ6lLzb8 { top:33.625rem;left:25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRBM73V0pZS2gBhWDBbMkQLEk38GK2Cu { width:15.625rem;height:3.875rem;top:32.75rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoP5hKJR59P2xJDvXuOOAav55k2oEE7t { display:block; }
 }@media only screen and (max-width: 763px) { #slgqWswwFdkvxKWLWQMgt3UpITPRsoTp { width:14.5625rem;height:2.5rem;top:9.875rem;left:7.46875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiQacz5AeyJP0QWGKZhaR2W38Vnt63WT { width:2.5625rem;height:2.3125rem;top:27.375rem;left:9.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHps696Q9ABsPsr3WlNxo9tgIzDzb8F4 { width:10.75rem;height:;top:25.3125rem;left:9.90625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkbqxbwBuCw4h4DU4n2cTf5avlJDcnGm { width:22.25rem;height:2.3125rem;top:3.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI5FsOUL3KkBURabDEvesPiUQd0AKkSt { width:22.125rem;height:;top:4rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XARR39PhNBTbWyL5iUrvDZTiLsuNQZZK { width:14.5625rem;height:3.0625rem;top:6.5625rem;left:25.53125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJQIoyV22SWmia4RVCSXm2RtANAO1QBG { width:32.375rem;height:;top:0.6875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwP8WS0uO43txrBdwZtKcrn5HOgQWP14 { width:12.0625rem;height:4.5rem;top:20.625rem;left:9.25rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOtDyT1rIS0q7fGXpZrkPdPUQK0sZ2JT { width:18.6875rem;height:1.1875rem;top:37.5rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QywIgB5OoRaIxZxsAf9610Z2nvsdi9Ss { width:16.75rem;height:;top:24.8125rem;left:6.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce814vofvqVaQxJVfwtOmqy87KNC3TMn { width:2.5625rem;height:1.8125rem;top:22.4375rem;left:9.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUBUTnFXua4mmnN9MfRFbAE3ktMdRK9m { width:18.6875rem;height:1.1875rem;top:39.6875rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2OCyRMZDDDG9nusssb504KcTUBR9ykZ { width:19.75rem;height:;top:9.875rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbWFTpAeoti2EQqD8H75xJxvNoErC70T { width:12.0625rem;height:;top:22.125rem;left:26.78125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPHsMRU5490HqU4Ww8ovW9KDzbvf7vvz { width:2.5625rem;height:1.8125rem;top:24rem;left:26.78125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzEVerZdF2AdO96MT9E9A7lZu2QTsCLf { width:16.75rem;height:;top:26.875rem;left:24.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL3ylByfXyy7e1oMdUHp1wIEXNlReV2s { width:10.75rem;height:;top:27.25rem;left:27.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mup069U3WFMtqW98i8fVfOB3fc5PE4Wc { width:2.5625rem;height:2.3125rem;top:29.5rem;left:26.78125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsE2TwkSD2pSnE6u5Rqpnivsxa0xmm8r { width:16.75rem;height:;top:30.3125rem;left:6.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlnPt7q74fcgMT4CmbgRNwa1vipHoIi { width:16.75rem;height:1.1875rem;top:31.9375rem;left:24.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa { display:block; }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nraPTJimXrNifQBhTFtAHIySUMowsAue { top:1.8125rem;left:0rem;width:6.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #au9CJyKFyPHVmEwCkMQ9smyHxls61v0c { top:1.9375rem;left:7.40625rem;width:32.9375rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGCoGxdSzWTTkixeQTA8QF1DFkTf6Eo7 { top:2.4375rem;left:40.1875rem;width:7.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTADREEDZ1e9wpyFs3S6TA21ULfihAW { display:block; }#TnTADREEDZ1e9wpyFs3S6TA21ULfihAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3S4UaKbQWo8e9KBQkwP93TwwTW1AQWS { top:0rem;left:5.5rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpW10eawXFXhyZa0OLhDBObDh9XFl9Lr { top:0rem;left:11.875rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8pSagWaxvvIWGJQoqIKHpEvTw7ovTbs { top:0rem;left:18.25rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H352eoTDcJVmFXebWOyHzBHz8ca3Xitt { top:0rem;left:24.625rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9TunqHO6ffkJq11THSmxXmqVLqUGMyc { top:0rem;left:31rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuzzz0C0zndvF4f3CJ6AzekthIJq2m61 { top:0rem;left:37.375rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa0aRbI3VKWkLvdxB1E486bvXwgidJpG { top:0rem;left:42.625rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKBfWmntAKtHXxSa4b4AaTxHZVwbz8I5 { top:0rem;left:42.625rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXJCwAWgZyUG0RTFTne0yhmqcachEtRh { top:0rem;left:42.625rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeTzKkzKwZThBJSaQaS9MBDiMMrG4Cug { top:0rem;left:0rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1nMpghZfTUB3JMUSF7TeKKKWHPud1OG { top:0rem;left:0rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc30hD3BwQvfe4vw4FnX3vTsqHoXpzio { top:0rem;left:0rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cad339e6-3502-4f9c-8b90-d6488030505d/Beznazwy1200x700px1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o609Q8gNuEyeTOcHQSu44rsbad4Ifhpa { width:20rem;height:4.3994125rem;top:4.69921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FwqJE3ncK2VrN72zsklmK2mibtNaaQTv { top:19.91064453125rem;left:2.75rem;width:14.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioxzg21uqQMD0CBL4czKeAtdxTsvzlT1 { display:block; }
 }@media only screen and (max-width: 763px) { #qiaRXhyvgwdBTMCeaEObdxkmhrFIMlOI { top:23.47314453125rem;left:5.5rem;width:9rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fepRLrDd9Thse9zoBacBs4cFpHpDBUTg { display:block; }
 }@media only screen and (max-width: 763px) { #PSOFR60mcm8xz2Smp20RzsbrCW8AJ7JR { width:16.25rem;height:1.21875rem;top:9.72265625rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ht8gfK2LF2VRuS4lHsPBu45z3Cu0yd4V { width:20rem;height:2.19970625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 { display:block; }#W5BXz8v6TTAiFD5VmFRXvJCg1puEEKo5 > .row .container { width:20rem;height:90.318125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBt6k5Qm31ugFJ2NBcP0NNJMK2wgzeLm { width:18.3125rem;height:89.06841875rem;top:1.25rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iC7frEiX1zyseVVNQowv6gxfyophgAgR { display:block; }#iC7frEiX1zyseVVNQowv6gxfyophgAgR > .row .container { width:20rem;height:104.272921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8izH13pukeKiQr5GEX9H0VugZ5pGNSl { width:12.625rem;height:1.29980625rem;top:8.0966796875rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMzo4mbD5izoWJLXF05Rzz4gmH9KRIIw { width:19.625rem;height:15.59765625rem;top:9.89697265625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xi5fmQ7y4y6yV4bosbumsRDBeO3CMvHI { width:12.8125rem;height:1.29980625rem;top:30.52490234375rem;left:3.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2fTN9Tp5h1IVSQW78LgSssQN2ELileJ { width:20rem;height:12.99804375rem;top:32.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QibNixTZfxEL9FrAlq0rzVZGHOcCOoD7 { width:20rem;height:12.9980375rem;top:53.7958984375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHaADgEK2bfOZaNlST6r5QWmI9BzJAzF { width:17.75rem;height:1.29980625rem;top:52.55859375rem;left:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBnrkhMvZKWSrOT7Vumt68HNqTXRcTya { width:20rem;height:9.098625rem;top:75.4150390625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNosqcdIEIsGhpDFh8WTQHwuTpHmEih4 { width:15.3125rem;height:1.29980625rem;top:73.427734375rem;left:2.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ou7XdxoEGwFXAeV2PHDzpDXptw42Oc4X { width:19.0625rem;height:2.4375rem;top:0.875rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmJQtKvuzstAbud21VzhQQmqNqE2vq2z { width:4.375rem;height:4.5rem;top:3.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0BsPOkPi2tX7lIm3TFgkFKZzt0fOLsn { width:3.625rem;height:3.375rem;top:26.77490234375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPJFn6h7fnPlvODoUFbrP88PbeCKRpi { width:3.8125rem;height:3.875rem;top:48.09716796875rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFUDPLO4e5ppt39EHffoQ9DIyxIRTquk { width:3.5rem;height:3.3125rem;top:69.40966796875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT6AIZgXZVyIxOVJCKSTMksODmanuxDu { width:20rem;height:2.4375rem;top:86.837890625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2wz6JZPoQC2972kT6HqKITgrMsn6lMK { width:20rem;height:7.798825rem;top:96.474609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT { display:block; }#dVrKK8F25cwQNIXfA95Trx2Rk8NoSPDT > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnBnc4Xo8Zws8oboMnnlbxvBme99vgm1 { width:20rem;height:18.6933625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNkAvSpzHbmotJth6aQWQgNRLoDqXymq { display:block; }#TNkAvSpzHbmotJth6aQWQgNRLoDqXymq > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWSa69uMtDANuXSm6aXLHHD6K7Kdc9hd { width:20rem;height:2.4375rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcrcUkNDIIoFc9SIAQ7KuTzpfc98GT0w { width:20rem;height:1.05615rem;top:8.1871490478512rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqzyun5HxGhfuXEvHLd4TT85VoN0XOyV { width:18.9375rem;height:8.4375rem;top:11.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1vZ5kgTksGt8csWpLucsFdRl7Ow0VNi { width:16.25rem;height:2.5996125rem;top:14.685546875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCp27nT2dE44rZVaHqQmepKeWwUA6ngW { width:18.9375rem;height:8.5rem;top:20.31201171875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2lXFsCl89ylFlowyWkHgphQQhWiGozg { width:16.25rem;height:2.5996125rem;top:23.26220703125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQs2mGZrnzbGxywLVXyUe4FnsMNOEzRk { width:18.9375rem;height:8.4375rem;top:29.5rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvWiUhUmKccVMoKOiV6wxK0tfviM1zEy { width:20rem;height:1.29980625rem;top:33.06884765625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfUZaX3FW0XxLlVR3v9TkKTaGrmnaxtZ { width:16.875rem;height:1.29980625rem;top:42.28759765625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mhN0z5It9pKovf6PxkxXLG5eZOPvKG { width:16.875rem;height:2.5996125rem;top:50.9189453125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8oe4EN6zWo0ziQf7ZLGiqRT7lsOnD87 { width:16.875rem;height:2.5996125rem;top:60.2939453125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkJaT0E9uBp65xJ1f7l1ZO8ahhyVWson { width:18.9375rem;height:8.5rem;top:38.6875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwSAP7qq592DTZyS4UWoTdzxPs3Z2ON6 { width:18.9375rem;height:8.5625rem;top:57.3125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxwClEyaQNdLdFzo0aIQnGPRUTvwKyMl { width:18.9375rem;height:8.5625rem;top:47.9375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqkWBp1Rg6TId3n1JStdzcM5GwQ5XgR { width:20rem;height:13.16015625rem;top:67.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT { display:block; }#eTRE6ZmigOo0Fz4Xm4bdszIfTHaWJyvT > .row .container { width:20rem;height:104.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaAPaIJqb8JN8G2lQAztHzSiobUiPG9a { width:17.0625rem;height:71.027325rem;top:30.13720703125rem;left:1.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txxm4LZLZUC28BhChnKHFg17BlpHREf7 { width:20rem;height:2.3999rem;top:25.27587890625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTr6lpIa9kJhGkH7Px0vSVh8yVVpTJUT { width:20rem;height:1.75rem;top:27.6748046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUWhi2DlTXOMUUR0nDGmkogbxCof4Pf3 { width:0.75rem;height:0.75rem;top:5.875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKwAphURsNTPpO0wDoH1oRrcmAxvkFRd { width:0.125rem;height:62.875rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdhxqy2Zb5PWnEFfiUDXOzU7IF64Brh3 { width:20rem;height:23.36325rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGme17T5gGkcFOmuepBT9ypBymGpdy0V { display:block; }#DGme17T5gGkcFOmuepBT9ypBymGpdy0V > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDkVvrTHirTc2fzy2BqKUBq7l3fLlcPh { width:0.75rem;height:0.75rem;top:3.9375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KK2uBUUxc7XNZHOnOJkOctF0SUOuBy23 { width:0.0625rem;height:31.25rem;top:16.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CctIFKD7aJIcNN0Uy9BGf1SSEFIKiJQn { width:20rem;height:1.75rem;top:26.52392578125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gf8T5hIAueXzvZT8TwnTz7FqG6goM4t0 { width:20rem;height:2.3999rem;top:24.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRybZCHgs03k92deMBupcXthzr23vUfI { width:20rem;height:37.9629125rem;top:29.21142578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRUfyhmhnKZhreusmio0bTbWmqcE9RSe { width:20rem;height:23.3628125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u { display:block; }#wCVnEkgoXZsQm6Jm7DZ1QhmiXayXdS5u > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQAqFXx6690bgZGw9xoFAaVhVDHkOzOy { width:19.75rem;height:32.5625rem;top:35.634765625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TvlJ6lL4ee8aodsAoXJcCh5c2Cr9tXyH { width:15.625rem;height:4.0625rem;top:61.20361328125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQZ1vhqP6rVnzIlTGvz5ImT6KTG32hrR { display:block; }
 }@media only screen and (max-width: 763px) { #olD3mu8ZQrwiNh5kBbc3gDTnmApntuCU { width:20rem;height:26.8125rem;top:5.099609375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #r4zzZBWSKKVDxa6CMLyTS5Bv2VhVfSOl { width:18.1875rem;height:5.6860375rem;top:8.9931640625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ai625h4OMfkTtRAv2aMwaN1IR4B867ih { width:15.625rem;height:0.125rem;top:24.849609375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJA53oEZcEhDDqmVIFCoyA6XAZ6lLzb8 { width:15.625rem;height:0.125rem;top:60.14111328125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRBM73V0pZS2gBhWDBbMkQLEk38GK2Cu { width:15.625rem;height:3.875rem;top:25.662109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoP5hKJR59P2xJDvXuOOAav55k2oEE7t { display:block; }
 }@media only screen and (max-width: 763px) { #slgqWswwFdkvxKWLWQMgt3UpITPRsoTp { width:5.75rem;height:2.51855625rem;top:5.974609375rem;left:6.65625rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SiQacz5AeyJP0QWGKZhaR2W38Vnt63WT { width:2.5625rem;height:2.35595625rem;top:20.28271484375rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dHps696Q9ABsPsr3WlNxo9tgIzDzb8F4 { width:5.625rem;height:2.5996125rem;top:20.16064453125rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #HkbqxbwBuCw4h4DU4n2cTf5avlJDcnGm { width:20rem;height:2.3125rem;top:33.322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI5FsOUL3KkBURabDEvesPiUQd0AKkSt { width:20rem;height:1.79980625rem;top:33.57861328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #XARR39PhNBTbWyL5iUrvDZTiLsuNQZZK { width:9.3125rem;height:2.5996125rem;top:36.6162109375rem;left:5.34375rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CJQIoyV22SWmia4RVCSXm2RtANAO1QBG { width:20rem;height:2.5996125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwP8WS0uO43txrBdwZtKcrn5HOgQWP14 { width:12.0625rem;height:2.5996125rem;top:15.4775390625rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lOtDyT1rIS0q7fGXpZrkPdPUQK0sZ2JT { width:18.6875rem;height:1.13720625rem;top:30.130859375rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QywIgB5OoRaIxZxsAf9610Z2nvsdi9Ss { width:10.5625rem;height:1.13720625rem;top:19.02099609375rem;left:4.71875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ce814vofvqVaQxJVfwtOmqy87KNC3TMn { width:2.5625rem;height:1.86865rem;top:15.8427734375rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZUBUTnFXua4mmnN9MfRFbAE3ktMdRK9m { width:18.6875rem;height:1.13720625rem;top:66.20361328125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T2OCyRMZDDDG9nusssb504KcTUBR9ykZ { width:18.25rem;height:11.3720625rem;top:39.2158203125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QbWFTpAeoti2EQqD8H75xJxvNoErC70T { width:5.625rem;height:2.5996125rem;top:51.26611328125rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rPHsMRU5490HqU4Ww8ovW9KDzbvf7vvz { width:2.5625rem;height:1.86865rem;top:51.81005859375rem;left:5.53125rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tzEVerZdF2AdO96MT9E9A7lZu2QTsCLf { width:10.4375rem;height:1.13720625rem;top:54.62158203125rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pL3ylByfXyy7e1oMdUHp1wIEXNlReV2s { width:10.75rem;height:2.5996125rem;top:55.75830078125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mup069U3WFMtqW98i8fVfOB3fc5PE4Wc { width:2.5625rem;height:2.35595625rem;top:55.88037109375rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MsE2TwkSD2pSnE6u5Rqpnivsxa0xmm8r { width:16.75rem;height:1.13720625rem;top:23.32568359375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lzlnPt7q74fcgMT4CmbgRNwa1vipHoIi { width:16.75rem;height:1.13720625rem;top:58.35791015625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa { display:block; }#hdRQbUqWpUyPtlzUQF3tJXBcfH3iQzHa > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nraPTJimXrNifQBhTFtAHIySUMowsAue { width:6.3125rem;height:2.375rem;top:1.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #au9CJyKFyPHVmEwCkMQ9smyHxls61v0c { width:19.9375rem;height:1.7871125rem;top:4.875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:rgba(199,243,228,0.4);display:block; }
 }@media only screen and (max-width: 763px) { #NGCoGxdSzWTTkixeQTA8QF1DFkTf6Eo7 { width:7.5625rem;height:1.05615rem;top:7.9121125rem;left:6.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnTADREEDZ1e9wpyFs3S6TA21ULfihAW { display:none; }#TnTADREEDZ1e9wpyFs3S6TA21ULfihAW > .row .container { width:20rem;height:166.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E3S4UaKbQWo8e9KBQkwP93TwwTW1AQWS { width:5.125rem;height:12.5rem;top:42.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpW10eawXFXhyZa0OLhDBObDh9XFl9Lr { width:5.125rem;height:12.5rem;top:56.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8pSagWaxvvIWGJQoqIKHpEvTw7ovTbs { width:5.125rem;height:12.5rem;top:70rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H352eoTDcJVmFXebWOyHzBHz8ca3Xitt { width:5.125rem;height:12.5rem;top:83.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9TunqHO6ffkJq11THSmxXmqVLqUGMyc { width:5.125rem;height:12.5rem;top:97.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuzzz0C0zndvF4f3CJ6AzekthIJq2m61 { width:5.125rem;height:12.5rem;top:111.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa0aRbI3VKWkLvdxB1E486bvXwgidJpG { width:5.125rem;height:12.5rem;top:125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKBfWmntAKtHXxSa4b4AaTxHZVwbz8I5 { width:5.125rem;height:12.5rem;top:138.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXJCwAWgZyUG0RTFTne0yhmqcachEtRh { width:5.125rem;height:12.5rem;top:152.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeTzKkzKwZThBJSaQaS9MBDiMMrG4Cug { width:5.125rem;height:12.5rem;top:28.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1nMpghZfTUB3JMUSF7TeKKKWHPud1OG { width:5.125rem;height:12.5rem;top:15rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc30hD3BwQvfe4vw4FnX3vTsqHoXpzio { width:5.125rem;height:12.5rem;top:1.25rem;left:7.4375rem;display:block; }
 }