.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:transparent;background-image:none;position:relative;display:block; }
#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container { display: none; }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .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); }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5cde529-e542-4521-90e3-69b9543c0fe6/powodz.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4.adaptive-delivery-prevent-bg, #PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4.lazyload, #PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4.lazyloading { background-image: none; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row .container { background-color: transparent; background-image: none; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row .container > .video-iframe-container { display: none; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row > .video-iframe-container { display: none; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .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); }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row .container { border-width: 0; border-radius: 0; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#A5K8bfpNztWPk0JrbGFO8zJsoVihlGTz { background-color:rgba(227,8,8,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:15.3125rem;left:16.6875rem;display:block; }
#FMW4nSvTS8T1s1FU3JbR6WplOJyTPcNE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#atJm11TqHd0IECIOXSZr23CqD0THxV9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e9e3fb17-68c5-47f2-b5fa-63f34388058f/s1200630.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#atJm11TqHd0IECIOXSZr23CqD0THxV9A.adaptive-delivery-prevent-bg, #atJm11TqHd0IECIOXSZr23CqD0THxV9A.lazyload, #atJm11TqHd0IECIOXSZr23CqD0THxV9A.lazyloading { background-image: none; }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .row .container { background-color: transparent; background-image: none; }#atJm11TqHd0IECIOXSZr23CqD0THxV9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .row .container > .video-iframe-container { display: none; }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .row > .video-iframe-container { display: none; }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .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); }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .row .container { border-width: 0; border-radius: 0; }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 { background-color:#0300d1;background-image:none;display:block; }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row .container { background-color: transparent; background-image: none; }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row .container > .video-iframe-container { display: none; }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row > .video-iframe-container { display: none; }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .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); }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row .container { width:75rem;height:40.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#AeWTNdDiPT39s8Q1nWXCezdWRlHwmFcA { box-sizing:content-box;color:rgba(255,255,255,0.55);font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:33.625rem;left:36.156249046326rem;display:block; }
#MXEitHV8ksOno2opxESWATUT8AUNrO7A { position:absolute;display:block;z-index:15007;background-color:#e30808;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:40.125rem;width:12.875rem;top:0.03125rem;left:5.71875rem;display:block; }
#fnSzdnGHrMw34zHTBKgAt9K8qvAmMlQ8 { position:absolute;display:block;z-index:15008;background-color:#e30808;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:40.125rem;width:12.875rem;top:0rem;left:31.84375rem;display:block; }
#KV1Gr9POqzG86SLaXUR9naTlUPrTMTx1 { position:absolute;display:block;z-index:14998;background-color:#e30808;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:40.125rem;width:12.875rem;top:0rem;left:56.75rem;display:block; }
#hQdb8I4bBbkEHR3WPAtRfETodDsy0BOb { color:rgba(255,255,255,0.48);display:block;width:72rem;position:absolute;font-family:nowy12;font-size:8.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.25rem;left:1.5rem;height:11.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7BOWG0dSuQPpsomGIaNTSoHQ3qwPovg { color:rgba(255,255,255,0.48);display:block;width:72rem;position:absolute;font-family:nowy12;font-size:3rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.916666030884rem;left:2.28125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BPVgnIRSge9iNo0PV2aGlJ0IFTzNxXFE { color:rgba(255,255,255,0.48);display:block;width:3.875rem;position:absolute;font-family:nowy12;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.420833587646rem;left:54.124999046326rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBTi8qvRJ5MH0ScsUH3XC2Mm9gNN6WuT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.125rem;width:12.6875rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0rem;left:31.937498092651rem;overflow:hidden;display:block; }
#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0712a5);background-image: -moz-linear-gradient(180deg, #e30808, #0712a5);background-image: -ms-linear-gradient(180deg, #e30808, #0712a5);background-image: -o-linear-gradient(180deg, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(180deg, #e30808, #0712a5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .row .container { background-color: transparent; background-image: none; }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .row .container > .video-iframe-container { display: none; }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .row > .video-iframe-container { display: none; }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .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); }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .row .container { border-width: 0; border-radius: 0; }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#vFQfFMGgg51qyzelIGShSvXb46xUbOxH { background-color:#0712a5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.5rem;left:28.750000953674rem;display:block; }
#kgpO9JD3iTMCVrHTZRqNwJ9c9Io13vOh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/04cDccnA/32493110_1985616524845031_4196659720842379264_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt.adaptive-delivery-prevent-bg, #KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt.lazyload, #KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt.lazyloading { background-image: none; }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .row .container { background-color: transparent; background-image: none; }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .row .container > .video-iframe-container { display: none; }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .row > .video-iframe-container { display: none; }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .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); }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .row .container { border-width: 0; border-radius: 0; }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .row .container { font-size:0.875rem;font-family:"open sans";height:31.25rem;width:75rem;position:relative;display:block; }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e30808;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; }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .row .container { background-color: transparent; background-image: none; }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .row .container > .video-iframe-container { display: none; }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .row > .video-iframe-container { display: none; }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .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); }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .row .container { border-width: 0; border-radius: 0; }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .row .container { font-size:0.875rem;font-family:"open sans";height:35.1875rem;width:75rem;position:relative;display:block; }#PBTDaZNXbILwvw2Xr3KkDU9RhAItaqIZ { display:block;width:21.625rem;position:absolute;font-family:"noto sans";font-size:4.875rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:15.295833587646rem;left:6.25rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTvrMf2sveroOrRVr7Zi3cnvlPGLrfUe { display:block;width:17.9375rem;position:absolute;font-family:"noto sans";font-size:4.875rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:15.295833587646rem;left:47.516667366028rem;height:5.85rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5kekBSrTCi4qqlvT7UcLhKr34JFRfCN { display:block;width:18.75rem;position:absolute;font-family:"noto sans";font-size:2.0625rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:25rem;left:7.6875rem;height:2.475rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWeFFWAnOP1C2ulKkBdhlPW9Tsqw8A7s { display:block;width:12.25rem;position:absolute;font-family:"noto sans";font-size:2.0625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:21.875rem;left:50.360417366028rem;height:2.475rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQHIR2QD1mSEiysbzyX6rbqfM27SMw0S { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6mr84Jcb/t_o.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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.3125rem 0.3125rem 0.5625rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:17.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:10.875rem;left:2.875rem;display:block; }#pQHIR2QD1mSEiysbzyX6rbqfM27SMw0S.adaptive-delivery-prevent-bg, #pQHIR2QD1mSEiysbzyX6rbqfM27SMw0S.lazyload, #pQHIR2QD1mSEiysbzyX6rbqfM27SMw0S.lazyloading { background-image: none; }
#PnErlyxGn0UcwpX0I24SXoNHhXzVMr98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCRzeDwFIgAz08mrhV4lLzv3HCbTnSIz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6mr84Jcb/t_o.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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.3125rem 0.3125rem 0.5625rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:17.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:10.395833015442rem;left:41.985417366028rem;display:block; }#TCRzeDwFIgAz08mrhV4lLzv3HCbTnSIz.adaptive-delivery-prevent-bg, #TCRzeDwFIgAz08mrhV4lLzv3HCbTnSIz.lazyload, #TCRzeDwFIgAz08mrhV4lLzv3HCbTnSIz.lazyloading { background-image: none; }
#TQ7MWf0uPHGLd6GsfqXLoZNu00eAzedx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJyX9bWObCSRC5RHqSsWpVab4PID4M1I { color:#ffffff;display:block;width:73.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:1.7500047683716rem;left:0.6875rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#SK4p88rLB1FibeaHdTEswSszwCFhKQdf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:3.875rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:26.187499046326rem;left:15.125000953674rem;overflow:hidden;display:block; }
#BB3VJeeUaMO4RXZ6WNi4QfJeWFXgBnZx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:3.875rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:26.187499046326rem;left:54.547917366028rem;overflow:hidden;display:block; }
#vN0Hxvlmx8a1CqHTKKux36mflmJMTzOf { box-sizing:content-box;color:rgba(255,255,255,0.55);font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:26.687496185302rem;left:35.374998092651rem;display:block; }
#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb { 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; }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .row .container { background-color: transparent; background-image: none; }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .row .container > .video-iframe-container { display: none; }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .row > .video-iframe-container { display: none; }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .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); }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .row .container { border-width: 0; border-radius: 0; }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#cTh7vWgF5dtgcH7hCQTqTddC6l19k2PR { display:block;width:70.75rem;position:absolute;font-family:"noto sans";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.25rem;left:2.125rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCiU6JeguF5fTQsTdJwJBfn3oglh5pfb { position:absolute;display:block;z-index:15018;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:8.875rem;width:18.5625rem;top:5.9624996185303rem;left:30.46249961853rem;overflow:hidden;display:block; }
#UhJ8ZOn3b7lM7RO7lqe8T0V4985KP1dw { position:absolute;display:block;z-index:15019;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:11.75rem;width:10.0625rem;top:4.9312496185303rem;left:63.595830917356rem;overflow:hidden;display:block; }
#x5zpOlAgIf28EN5IgJt1thQhm99UsmhF { position:absolute;display:block;z-index:15020;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:10rem;width:15.125rem;top:5.9624996185303rem;left:14.21249961853rem;overflow:hidden;display:block; }
#RgVkrscZFRGiM0nLWVHe7iL5vZmsgOyi { position:absolute;display:block;z-index:15021;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:10.375rem;width:10.375rem;top:5.7749996185303rem;left:51.46249961853rem;overflow:hidden;display:block; }
#QwmtIW8o0fz3RROinrhlvyR5tUccq2ty { position:absolute;display:block;z-index:15022;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.8125rem;width:9.8125rem;top:5.9624996185303rem;left:2.125rem;overflow:hidden;display:block; }
#roJZvtBxAA3UdqwCBwmADnPDekfBci9G { box-sizing:content-box;height:12.5625rem;width:74.875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:4.6312494277954rem;left:0rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #e30808);background-image: -moz-linear-gradient(top, #000000, #e30808);background-image: -ms-linear-gradient(top, #000000, #e30808);background-image: -o-linear-gradient(top, #000000, #e30808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e30808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e30808' );";background-image: linear-gradient(to bottom, #000000, #e30808);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .row .container { background-color: transparent; background-image: none; }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .row .container > .video-iframe-container { display: none; }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .row > .video-iframe-container { display: none; }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .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); }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .row .container { border-width: 0; border-radius: 0; }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .row .container { font-size:0.875rem;font-family:"open sans";height:39.25rem;width:75rem;position:relative;display:block; }#AHZpdP2U9ddoQI1VRAW2PwLSd77nISBt { display:block;width:21.625rem;position:absolute;font-family:"noto sans";font-size:4.5rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:0.75rem;left:27.4375rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OAUPAKLqTC6l010fdOinOXzulkBuqmxC { display:block;width:17.375rem;position:absolute;font-family:"noto sans";font-size:2.0625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:4.875rem;left:0.375rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssUBgsaGLcvDHL8O0qS4ZraITndTAZfZ { display:block;width:26.125rem;position:absolute;font-family:"noto sans";font-size:2.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:20.355207443238rem;left:23.791666030884rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUlz86zEV3uuZT1eJKeOTvnOzzILHTfn { display:block;width:17.375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.242708206177rem;left:52.593748092651rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTHHkyiETRCXgJIz0fZdfOMAPBia6TCp { box-sizing:content-box;color:rgba(255,255,255,0.55);font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:35.1875rem;left:36.593750953674rem;display:block; }
#ocDlbUpukNd6GzpIMKnTTL5z6HwqbFeE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0073ed);background-image: -moz-linear-gradient(180deg, #e30808, #0073ed);background-image: -ms-linear-gradient(180deg, #e30808, #0073ed);background-image: -o-linear-gradient(180deg, #e30808, #0073ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );";background-image: linear-gradient(180deg, #e30808, #0073ed);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.21249961853rem;left:26.104166030884rem;display:block; }
#UZMXH7HpeQs7QqWhX8zcQ9QzwFg6fW4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgaySTx67uL0vaTeF4AoWnwQ3gJ9f4Ec { display:block;width:18.125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:8.824999809265rem;left:0rem;height:21.6rem;color:#ffffff;font-style:italic;text-align:center;text-align-last:center;display:block; }
#G5fIb5TN8KLCMpTNooIvDD9iNyJDeIHb { display:block;width:24.4375rem;position:absolute;font-family:"noto sans";font-size:2.375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:20.355207443238rem;left:49.062498092651rem;height:2.85rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cV26fRMPiZodytsfX86utvgh6PKAHOT2 { display:block;width:19.75rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:26.02499961853rem;left:51.406248092651rem;height:3.1875rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcaLybLKnbMbzkFBCqgo4EcbL1ethhB5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0073ed);background-image: -moz-linear-gradient(180deg, #e30808, #0073ed);background-image: -ms-linear-gradient(180deg, #e30808, #0073ed);background-image: -o-linear-gradient(180deg, #e30808, #0073ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );";background-image: linear-gradient(180deg, #e30808, #0073ed);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:5.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.08749961853rem;left:51.562498092651rem;display:block; }
#qOoX9hIkt4ACNMcOoW5J6e87OWbTeetn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #e30808);background-image: -moz-linear-gradient(top, #000000, #e30808);background-image: -ms-linear-gradient(top, #000000, #e30808);background-image: -o-linear-gradient(top, #000000, #e30808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e30808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e30808' );";background-image: linear-gradient(to bottom, #000000, #e30808);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .row .container { background-color: transparent; background-image: none; }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .row .container > .video-iframe-container { display: none; }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .row > .video-iframe-container { display: none; }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .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); }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .row .container { border-width: 0; border-radius: 0; }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .row .container { font-size:0.875rem;font-family:"open sans";height:44.3125rem;width:75rem;position:relative;display:block; }#zMCRF93a8hSXxc409EARTTZdQZ6DCU2d { display:block;width:17.375rem;position:absolute;font-family:"noto sans";font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:23.860416412354rem;left:53.979165077209rem;height:1.425rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7OziGK14obx1ViotETLcU1sTRwiAyGg { box-sizing:content-box;color:rgba(255,255,255,0.55);font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:36.375rem;left:35.374999046326rem;display:block; }
#lyeWWoMQLIoAyvQutZ1b5NtZ8N7umFB2 { position:absolute;display:block;z-index:15027;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;height:13rem;width:11.625rem;top:10.29062461853rem;left:56.471871376037rem;overflow:hidden;display:block; }
#ww8TsPIezzJl5hsIlCb87c5bEpp1TIev { display:block;width:23.125rem;position:absolute;font-family:"noto sans";font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:26.55312538147rem;left:51.104165077209rem;height:2.625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsJPnWJlqWZPw4hwf19B53R0Ewb0mFJC { display:block;width:16.5625rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:30.812500953674rem;left:54.385412216186rem;height:4.5rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzQxVOExNmSgWKqz9GivBoOgLXCVzsTp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0073ed);background-image: -moz-linear-gradient(180deg, #e30808, #0073ed);background-image: -ms-linear-gradient(180deg, #e30808, #0073ed);background-image: -o-linear-gradient(180deg, #e30808, #0073ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );";background-image: linear-gradient(180deg, #e30808, #0073ed);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:5.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.34375rem;left:51.846871376037rem;display:block; }
#voSGFMK2Txc0TMHHoydhhLW9GmPZqTHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bOM4o18EJzDMD5rHk6qFRUkvXkqmL8dE { display:block;width:26.0625rem;position:absolute;font-family:"noto sans";font-size:4.0625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.65625rem;left:24.468750953674rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOysoUS6rEibRF6EBxfwU18r1PKR4VWR { display:block;width:17.375rem;position:absolute;font-family:"noto sans";font-size:2.375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:13.020832061767rem;left:3.1875009536743rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4AJGATk43oWuANQO73mWyEcMlgGiTNl { display:block;width:24.625rem;position:absolute;font-family:"noto sans";font-size:2rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:27.003124237061rem;left:26.534375190735rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#se559fL4fz3MLtcTtzyCK3hXGXZ53aKK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0073ed);background-image: -moz-linear-gradient(180deg, #e30808, #0073ed);background-image: -ms-linear-gradient(180deg, #e30808, #0073ed);background-image: -o-linear-gradient(180deg, #e30808, #0073ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );";background-image: linear-gradient(180deg, #e30808, #0073ed);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:5.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.40625rem;left:27.218750953674rem;display:block; }
#At3GrffkA4tXxmTJD6vSFWeJIJmE9TP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZ7N7WDHXiXrMSAI0TsDqWrdJc2bwFr7 { display:block;width:17.375rem;position:absolute;font-family:"noto sans";font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:16.287496566773rem;left:3.1875rem;height:21.6125rem;color:#ffffff;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #e30808);background-image: -moz-linear-gradient(top, #000000, #e30808);background-image: -ms-linear-gradient(top, #000000, #e30808);background-image: -o-linear-gradient(top, #000000, #e30808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e30808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e30808' );";background-image: linear-gradient(to bottom, #000000, #e30808);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .row .container { background-color: transparent; background-image: none; }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .row .container > .video-iframe-container { display: none; }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .row > .video-iframe-container { display: none; }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .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); }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .row .container { border-width: 0; border-radius: 0; }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .row .container { font-size:0.875rem;font-family:"open sans";height:40.875rem;width:75rem;position:relative;display:block; }#tDGOGKUoUNBxUnGZRGeXi8y9dOum2hke { display:block;width:17.375rem;position:absolute;font-family:"noto sans";font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:24.882291793823rem;left:53.072915077209rem;height:1.425rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JvTc21JwirTlnHcDa5iARbmBoAEqTmZi { box-sizing:content-box;color:rgba(255,255,255,0.55);font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:36.875rem;left:35.843748092651rem;display:block; }
#mwCvliKyecsDUMGeTbpoT7mMv6ZT2FBd { position:absolute;display:block;z-index:15027;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;height:13rem;width:11.625rem;top:10.54062461853rem;left:55.947915077209rem;overflow:hidden;display:block; }
#QS8St2fxnOq0y0qfiqh50ZefvkGZpoNm { display:block;width:23.125rem;position:absolute;font-family:"noto sans";font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:26.890625rem;left:51.104165077209rem;height:2.625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5peHfKTXmMT1NJL4N19JeFUb10TGfxF { display:block;width:16.5625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:31.5625rem;left:54.385415077209rem;height:3.4rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OBTnKJ81OvXmeGz48z0gTAmpgu0frZG4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0073ed);background-image: -moz-linear-gradient(180deg, #e30808, #0073ed);background-image: -ms-linear-gradient(180deg, #e30808, #0073ed);background-image: -o-linear-gradient(180deg, #e30808, #0073ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );";background-image: linear-gradient(180deg, #e30808, #0073ed);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:5.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.34375rem;left:51.846871376037rem;display:block; }
#RQCtP5bB4Q4QsGoyrdKhApb4NP7GT37f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GhqCMvddWdyMCrptKi8rk0fZuSBd1C4H { display:block;width:26.0625rem;position:absolute;font-family:"noto sans";font-size:4.0625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.65625rem;left:24.468750953674rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mivETw2ZhpHFifcgem7LnP3eimbBbFeP { display:block;width:17.375rem;position:absolute;font-family:"noto sans";font-size:2.375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:8.8333129882812rem;left:3.1875rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#syOi2cE1qlHBDispFJqAs5WTxE9h3g0y { display:block;width:24.625rem;position:absolute;font-family:"noto sans";font-size:2rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:27.003124237061rem;left:26.534375190735rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXRiUhA6a6zTbzGQKT5ETHku6Ez21s1e { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0073ed);background-image: -moz-linear-gradient(180deg, #e30808, #0073ed);background-image: -ms-linear-gradient(180deg, #e30808, #0073ed);background-image: -o-linear-gradient(180deg, #e30808, #0073ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );";background-image: linear-gradient(180deg, #e30808, #0073ed);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:5.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.40625rem;left:27.218750953674rem;display:block; }
#ZxyzCdPEmwd40ZbXtdHQTbwgB8K9d91q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u6Lq5RkteMdi3zeh26re6pwVlaMVT5TQ { display:block;width:17.375rem;position:absolute;font-family:"noto sans";font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:12.999979019165rem;left:3.1875rem;height:21.6125rem;color:#ffffff;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0040b4;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; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row .container { background-color: transparent; background-image: none; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row .container > .video-iframe-container { display: none; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row > .video-iframe-container { display: none; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .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); }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row .container { border-width: 0; border-radius: 0; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#aAxZ6vRDCsIau90vTnT1OZarcFw9JhUK { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9708337783814rem;left:6.5625rem;height:2.925rem;font-style:normal;display:block; }
#yyDLmHNkC2GIS45Q8Ds47OtVEcfwq6cy { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:11.5625rem;top:6.8854169845581rem;left:6.5625rem;display:block; }
#saJyzzUnncKJnrxu9Kt64OwWAVnc4Nf2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:3.5583333969116rem;left:48.608334541321rem;overflow:hidden;display:block; }
#R6FFWSQh9wSstnVlT5cqbngDlaGrDDqp { color:#e30808;display:block;width:16rem;position:absolute;font-family:nowy11;font-size:6.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.628125190735rem;left:58.876046180725rem;height:8.69375rem;font-style:normal;display:block; }
#HTDkgGx6Z4cyFv5x9WE9ETvVot1OMuaW { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:11.5625rem;top:2.2916669845581rem;left:29.187500953674rem;display:block; }
#xUTd5VOqI1ZJ7HPUGsDhTKuxrvlXovr2 { color:#e30808;display:block;width:48rem;position:absolute;font-family:"source sans pro";font-size:8.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.8958330154419rem;left:26.876042366028rem;height:10.725rem;font-style:normal;display:block; }
#I8P13UIvWTl1WQt3RWTfGHAoaF55M79l { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8375rem;height:2.9625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.037499427796rem;left:30.790627479553rem;display:block; }
#TcMVkw1tpVzXaKpX9QWfmretgHlg0Tbw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NL0udmc0aJDWf1q0S2RUPl9EekAQssTx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.1875rem;width:24.4375rem;top:7.8385400772094rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0040b4;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; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row .container { background-color: transparent; background-image: none; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row .container > .video-iframe-container { display: none; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row > .video-iframe-container { display: none; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .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); }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row .container { border-width: 0; border-radius: 0; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#REG6yqE2AydMoyx8QxU7hkMrnbxrk3TT { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9708337783814rem;left:6.5625rem;height:2.925rem;font-style:normal;display:block; }
#FG0KdudDXaV1gIaXCQwcMz0X3NFs0OFl { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:11.5625rem;top:6.8854169845581rem;left:6.5625rem;display:block; }
#amDP04k53N0SSmygRVKgILRRTB5I6dyJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:3.5583333969116rem;left:48.608334541321rem;overflow:hidden;display:block; }
#XK3a8sOcOR1Tu9W7kuMpUxmLnVq1zHbU { color:#e30808;display:block;width:16rem;position:absolute;font-family:nowy11;font-size:6.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.628125190735rem;left:58.876046180725rem;height:8.69375rem;font-style:normal;display:block; }
#mlBQemvAsnaoBPE3X79x3IJvdlEQqHIy { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:11.5625rem;top:2.2916669845581rem;left:29.187500953674rem;display:block; }
#Ul2u98ZLfCTBmqlBJuFHaW9tEbK0fsta { color:#e30808;display:block;width:48rem;position:absolute;font-family:"source sans pro";font-size:8.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.8958330154419rem;left:26.876042366028rem;height:10.725rem;font-style:normal;display:block; }
#A2iFhT7Q1O7nz5enM1fQ2O2aFZg5RLUh { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8375rem;height:2.9625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.037499427796rem;left:30.790627479553rem;display:block; }
#JE4HRunVyuBoiFGCRsU4zvhODLZ9kwrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMWJaa8kibe7T5OTJy7oA6zeMSAWsrSy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.875rem;width:21.625rem;top:7.53750038147rem;left:1.5312509536743rem;overflow:hidden;display:block; }
#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #e30808);background-image: -moz-linear-gradient(top, #000000, #e30808);background-image: -ms-linear-gradient(top, #000000, #e30808);background-image: -o-linear-gradient(top, #000000, #e30808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e30808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e30808' );";background-image: linear-gradient(to bottom, #000000, #e30808);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .row .container { background-color: transparent; background-image: none; }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .row .container > .video-iframe-container { display: none; }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .row > .video-iframe-container { display: none; }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .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); }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .row .container { border-width: 0; border-radius: 0; }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .row .container { font-size:0.875rem;font-family:"open sans";height:50.25rem;width:75rem;position:relative;display:block; }#p2QOpaL3saEaLVAy6hAxqLUdfCCTPEwz { display:block;width:22.375rem;position:absolute;font-family:"noto sans";font-size:4.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:0.78125rem;left:27.875rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9TnSJXFTqHTrQEJMW6qE0JTSZDe95g6 { display:block;width:17.375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.731250762939rem;left:3.1979169845581rem;height:1.5rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3fdJumXCMMx29P0gSoTlHzQbQCiHcfD { display:block;width:19.3125rem;position:absolute;font-family:"noto sans";font-size:1.6875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:19.777084350586rem;left:2.2291669845581rem;height:2.025rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcQJbS0uxtixIy7KGANF0IEFmDRk0GzT { position:absolute;display:block;z-index:15025;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.5625rem;width:6.0625rem;top:10.951041221619rem;left:35.137501716614rem;overflow:hidden;display:block; }
#F1hDtTSsgp3rTnTT3FVWgMvhnIWUrJzb { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:38.685417175293rem;left:26.593750953674rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IEWN2ByyPyCkS9a8CBqopLOT3KeWCPTC { display:block;width:14.875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.746875762939rem;left:56.900002479553rem;height:16.9rem;color:#ffffff;font-style:italic;text-align:center;text-align-last:center;display:block; }
#t63L2VRZHHNlx9xTtsIqvGWnUO0Q7BmD { display:block;width:20.375rem;position:absolute;font-family:"noto sans";font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:20.403125762939rem;left:54.150002479553rem;height:2.025rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkP1erIpXpa05XBBRCr74lMxue4Hsw0c { position:absolute;display:block;z-index:15023;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;height:8.8125rem;width:9.1875rem;top:6.4239578247069rem;left:59.743752479553rem;overflow:hidden;display:block; }
#oiBu273plpGOMf1tzQ4WRahC69TC2XeL { display:block;width:21.875rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:16.251041412354rem;left:53.126046180725rem;height:2.925rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6zo6q1irMVaAexTtrDMxrtpQQopvB0g { position:absolute;display:block;z-index:15028;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;height:10.0625rem;width:8.8125rem;top:6.4239578247069rem;left:6.5104169845581rem;overflow:hidden;display:block; }
#laEMRWKneg9n00CBgmdLt1NdiTQOded0 { display:block;width:14.875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.559374809265rem;left:4.4479160308838rem;height:14.3rem;color:#ffffff;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kb1bstPg/42429000_2153579634675494_808363804894167040_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9.adaptive-delivery-prevent-bg, #bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9.lazyload, #bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9.lazyloading { background-image: none; }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .row .container { background-color: transparent; background-image: none; }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .row .container > .video-iframe-container { display: none; }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .row > .video-iframe-container { display: none; }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .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); }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .row .container { border-width: 0; border-radius: 0; }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .row .container { font-size:0.875rem;font-family:"open sans";height:37.5rem;width:75rem;position:relative;display:block; }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q { 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; }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .row .container { background-color: transparent; background-image: none; }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .row .container > .video-iframe-container { display: none; }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .row > .video-iframe-container { display: none; }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .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); }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .row .container { border-width: 0; border-radius: 0; }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#Sl0oz6Q34bNTKATzfakm7ayhPeRGNk4f { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.25rem;width:13.75rem;top:0rem;left:-7.7625007629394rem;overflow:hidden;display:block; }
#xqvxa1akc4mJqHp5TymEDkABqMgNb3xD { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.25rem;width:13.8125rem;top:0rem;left:5.9071597518826rem;overflow:hidden;display:block; }
#xxKoLR87kLrUMhqRKJFbnT7BIsXo4AZC { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.25rem;width:13.6875rem;top:0rem;left:19.719791412354rem;overflow:hidden;display:block; }
#LEU4iWtwyZ1Gd8ShA0M98CyFy66nfLzT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.25rem;width:16.0625rem;top:0rem;left:47.844793319702rem;overflow:hidden;display:block; }
#D5kBZBpxt1T6KmF8QaQSBnSslaM0hSKp { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.1875rem;width:16.375rem;top:0rem;left:63.705096776862rem;overflow:hidden;display:block; }
#UN0UHLaT3PktMPTt64B5ndOhSpTrlzht { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.3125rem;width:14.4375rem;top:0rem;left:33.407293319702rem;overflow:hidden;display:block; }
#d3ENAcyKBDhBa6aWipZ6qNTvwfIDkxDq { display:block;width:46.125rem;position:absolute;font-family:"noto sans";font-size:1.6875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:11.699987411499rem;left:0.6260414123535rem;height:9.45rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6FBFnaOVqfQPMdQJEofDKPgTGpb1cLb { position:absolute;display:block;z-index:15035;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:11.5625rem;width:20.625rem;top:10.643737792969rem;left:54.374998092651rem;overflow:hidden;display:block; }
#VvFMJQ5REQxRM3VicHf0DTNTp8xJVGov { position:absolute;display:block;z-index:15036;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.375rem;width:7rem;top:11.737487792969rem;left:49.89687538147rem;overflow:hidden;display:block; }
#fgFWIc5fA0QETqf4totzpGCLJFTKcTt3 { 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:none; }#fgFWIc5fA0QETqf4totzpGCLJFTKcTt3 > .row .container { border-width: 0; border-radius: 0; }#fgFWIc5fA0QETqf4totzpGCLJFTKcTt3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgFWIc5fA0QETqf4totzpGCLJFTKcTt3 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:none; }#PXMZnmGAlXq7rgantfovihdaPagsmT6e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:6.6875rem;top:4.3677082061767rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#eOrMLRxGOK1UzJE7qrwagZTUV30IBCVF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:6.6875rem;top:4.3677082061767rem;left:9.9000005722044rem;overflow:hidden;display:block; }
#LgJHGTqv9fs6R2nLG6p2SS1TPBQx2lvF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.6875rem;top:4.8364582061767rem;left:18.906250953674rem;overflow:hidden;display:block; }
#MVKcbbnTE0Uw2IOypJVPJ4sI2cOy9X87 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:16.648958206177rem;left:28.837502479553rem;overflow:hidden;display:block; }
#JEKsEXTKo7C6tKZ8aXNAkDOdSZH6oK0B { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:4.9614582061767rem;left:28.837501525879rem;overflow:hidden;display:block; }
#iGvHXGhdu31CiX6DqvUSfITnB6TGTwNg { 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:6.625rem;width:4.875rem;top:27.555206298828rem;left:10.806250572204rem;overflow:hidden;display:block; }
#TOK8uqrfD14V883aExhKumRShVixnxUs { 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:6.8125rem;width:6.8125rem;top:27.461456298828rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#vl8JhPnak3qkxAILAUri32CQFT2lZmiO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:16.586458206177rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#m3HdIDZHOef6uyB8exQR43sqS9XX3pac { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:16.586458206177rem;left:9.8375005722044rem;overflow:hidden;display:block; }
#ST5uOg9VVEnIwhQtNxTN0EWc5azu4aWE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:12.25rem;top:16.617708206177rem;left:16.587500572204rem;overflow:hidden;display:block; }
#bo5TSGh7Q3Puy19Et0H76Zbo2myL8TJe { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:16.867708206177rem;left:38.407292366028rem;overflow:hidden;display:block; }
#uasdLAIzME05TRxzWEXmqbg9Rxp0yRoc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:3.8916664123535rem;left:37.563542366028rem;overflow:hidden;display:block; }
#scEEMSa7p3cXce0SJs89HLqkCoJfcPqZ { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:0.67500019073488rem;left:0.001042366027832rem;height:1.35rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s1ncvNgZEpwUZOepyURMBAOi32NeUiFV { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:0.67500019073488rem;left:9.3375005722044rem;height:1.35rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGT32XqlZzH5v87SOPqpRVgMXVByTMny { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:0.67500019073488rem;left:18.343750953674rem;height:2.7rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFKathiAbxI3AVOG9UIFWTT2m6ysfKaf { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:0.67500019073488rem;left:37.626042366028rem;height:2.7rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iW3QAuLukS0Z98ObdTnQEuh9AdSifvti { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:13.066665649414rem;left:0.001042366027832rem;height:2.7rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LHERC5neSpKkZ5rW83TuUWRchQlZCzqQ { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:13.066665649414rem;left:9.3375005722044rem;height:2.7rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dxggfD3RvsU9sff0vPZT1FMoGzwKoBUC { display:block;width:7.125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:13.066666603088rem;left:18.687500953674rem;height:2.7rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3bHuPbOM45HiuUdzQ15w76FdNeI3ViZ { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:13.066665649414rem;left:27.657292366028rem;height:2.7rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PIusmyGJ1QO3vGLGythKvhe1JkTVX0zG { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:13.066665649414rem;left:37.626042366028rem;height:2.7rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDkIoLVpJuQr1AByL5GB9eCKGeq1LvpZ { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:24.254165649414rem;left:0.001042366027832rem;height:2.7rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CtNQT5ovGbl7KIDqrXWppa0LD99mJsvS { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:24.254165649414rem;left:9.3375005722044rem;height:1.35rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUonoIDlh8v57aN5dtDJiTN4Z5l4A7Gg { display:block;width:7.8125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:0.67500019073488rem;left:28.275001525879rem;height:2.7rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9MShe45E9rRlw7MbVUc1GXE90ti3XkL { display:block;width:46.125rem;position:absolute;font-family:"noto sans";font-size:2.625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:27.25rem;left:27.766667366028rem;height:10.2375rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3gIAV0mPTXVosR2gqTWbsgq4VRdLGTy { display:block;width:26rem;position:absolute;font-family:nowy7;font-size:1.75rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:23.9375rem;left:48.876042366028rem;height:2.1rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REASSZVQcoswkZgQf8ToL4nAT2Idpwmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0712a5);background-image: -moz-linear-gradient(180deg, #e30808, #0712a5);background-image: -ms-linear-gradient(180deg, #e30808, #0712a5);background-image: -o-linear-gradient(180deg, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(180deg, #e30808, #0712a5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#REASSZVQcoswkZgQf8ToL4nAT2Idpwmy > .row .container { border-width: 0; border-radius: 0; }#REASSZVQcoswkZgQf8ToL4nAT2Idpwmy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#REASSZVQcoswkZgQf8ToL4nAT2Idpwmy > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:none; }#hZCT0duuazgTdzsgx2XmWn1nSMSDkL7N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.375rem;top:9.65625rem;left:2.53125rem;overflow:hidden;display:block; }
#UUHEFiDMGsUHNXXgorDJhTRBmX9lo9XP { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6697912216188rem;left:60.124999046326rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfVmT4boqQf7fdGvfNcvKd0tocJuJbTw { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.7499990463256rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slLBrhnQqwl1ItgtDA6J4PKrLKyvr4OD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:8.375rem;top:9.65625rem;left:63.375002861025rem;overflow:hidden;display:block; }
#tB9087i8czWz1hHFM6RxHE8TpAMC5mWP { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.8749895095825rem;left:14.124999046326rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7Z8GV5GraA18EXyh8UtfoQqhZAkIsFH { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.094781875611rem;left:9.4479169845581rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffzq1H6a6NEGmLQWaJMQ2ZGmDIhxazS4 { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:14.041656494141rem;left:17.604166984558rem;display:block; }
#uu9agJBmASJNLX2ob1ovTzoUCvVV6Ifn { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.434374809265rem;left:12.40625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqM2aZ5qnqZSFutT6bOp26ATVrXNt5S8 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.371865272522rem;left:30.208334922791rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xp9PDKm1uKbPHCXArQGqm6htNfunl54F { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.125rem;top:6.6697816848756rem;left:36.552084922791rem;overflow:hidden;display:block; }
#vMf46KBOa90RnvDEJPXhpK6uXfGQaICX { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.774990081787rem;left:31.395834922791rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H63xJxGJdEPIWbLr1sSTkH9NudD3Lzkg { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.094781875611rem;left:45.572916984558rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFIe8p2TEMVheP66uOPTdypEcZK2Rt85 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.434374809265rem;left:48.531249046326rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RrdECufeTETdrOLAXzvaE3lAb9mCcqQT { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:14.041656494141rem;left:55.041666984558rem;display:block; }
#T0u6BzS1mecQEcFC2ZzlA5phq8vtlC3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e60808;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:none; }#T0u6BzS1mecQEcFC2ZzlA5phq8vtlC3N > .row .container { border-width: 0; border-radius: 0; }#T0u6BzS1mecQEcFC2ZzlA5phq8vtlC3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0u6BzS1mecQEcFC2ZzlA5phq8vtlC3N > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:none; }#FxChAEJVFtfpRoWkSdq2bp8uQSRmGvvU { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:13.125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBtq07JP7s7xWRCCnu8ro3z13xmwS56C { background-color:#e60808;background-image:url("https://images.assets-landingi.com/x86YOxMu/pogon_wlen.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#c7c6c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:6.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.5208330154419rem;left:1.9791669845581rem;display:block; }#cBtq07JP7s7xWRCCnu8ro3z13xmwS56C.adaptive-delivery-prevent-bg, #cBtq07JP7s7xWRCCnu8ro3z13xmwS56C.lazyload, #cBtq07JP7s7xWRCCnu8ro3z13xmwS56C.lazyloading { background-image: none; }
#ONWasnApRUpGKNWd9lzCnDzUb2c2BLqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PBydWHXX4Dr0P9oQ5mc3XXscku5Rc2I4 { background-color:#e60808;background-image:url("https://images.assets-landingi.com/x86YOxMu/pogon_wlen.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#c7c6c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:6.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.5208330154419rem;left:16.354166984558rem;display:block; }#PBydWHXX4Dr0P9oQ5mc3XXscku5Rc2I4.adaptive-delivery-prevent-bg, #PBydWHXX4Dr0P9oQ5mc3XXscku5Rc2I4.lazyload, #PBydWHXX4Dr0P9oQ5mc3XXscku5Rc2I4.lazyloading { background-image: none; }
#eHpmPl6y7uWGbSXE6ggybDZl5dUME99T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g6Fw4wKxzfW1EQ5I307QawGM4fG9aTux { background-color:#e60808;background-image:url("https://images.assets-landingi.com/x86YOxMu/pogon_wlen.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#c7c6c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:6.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.5208330154419rem;left:31.062499046326rem;display:block; }#g6Fw4wKxzfW1EQ5I307QawGM4fG9aTux.adaptive-delivery-prevent-bg, #g6Fw4wKxzfW1EQ5I307QawGM4fG9aTux.lazyload, #g6Fw4wKxzfW1EQ5I307QawGM4fG9aTux.lazyloading { background-image: none; }
#heD5J258bSdNASv3AVuirRuKqW59pIn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fV5OTXoBOFJIKtwfbruMGzc9GaNoC8GL { background-color:#e60808;background-image:url("https://images.assets-landingi.com/x86YOxMu/pogon_wlen.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#c7c6c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:6.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.5208330154419rem;left:46.291666984558rem;display:block; }#fV5OTXoBOFJIKtwfbruMGzc9GaNoC8GL.adaptive-delivery-prevent-bg, #fV5OTXoBOFJIKtwfbruMGzc9GaNoC8GL.lazyload, #fV5OTXoBOFJIKtwfbruMGzc9GaNoC8GL.lazyloading { background-image: none; }
#w5LiuqLiM7plbJRVusLbPAt62pblkmXz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDSz31FDGQIbs5RBKlVl1zgXs8hqfBG5 { background-color:#e60808;background-image:url("https://images.assets-landingi.com/x86YOxMu/pogon_wlen.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#c7c6c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:6.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:5.5208330154419rem;left:60.999999046326rem;display:block; }#rDSz31FDGQIbs5RBKlVl1zgXs8hqfBG5.adaptive-delivery-prevent-bg, #rDSz31FDGQIbs5RBKlVl1zgXs8hqfBG5.lazyload, #rDSz31FDGQIbs5RBKlVl1zgXs8hqfBG5.lazyloading { background-image: none; }
#haFWE7BlgMrue0ygfb4ZRrB2ZBmUIObO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P { background-color:#0300d1;background-image:none;display:block; }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row .container { background-color: transparent; background-image: none; }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row .container > .video-iframe-container { display: none; }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row > .video-iframe-container { display: none; }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .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); }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row .container { width:75rem;height:40.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#DtWRBCQyodq3bmlZHaRVILDrbKqzsU8V { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.8125rem;width:7.25rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0.6875rem;left:34.656250953674rem;overflow:hidden;display:block; }
#kCFLfhnrgqgdn7C13bNiwLpz451aSrD9 { position:absolute;display:block;z-index:15007;background-color:#e30808;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:40.125rem;width:12.875rem;top:0.03125rem;left:5.71875rem;display:block; }
#TrckmZRN61W4ayGi8D438qWp9O0EJxKA { position:absolute;display:block;z-index:15008;background-color:#e30808;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:40.125rem;width:12.875rem;top:0rem;left:31.84375rem;display:block; }
#wcuv4io1l8lvwMvMOcMgcfIMPMIXK63r { position:absolute;display:block;z-index:14998;background-color:#e30808;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:40.125rem;width:12.875rem;top:0rem;left:56.75rem;display:block; }
#X6ruwEUlXimTxwO55NuyuaIgTeuoRz9U { color:rgba(255,255,255,0.48);display:block;width:72rem;position:absolute;font-family:nowy12;font-size:4.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:1.5000009536743rem;height:11.5375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwhTgAPkeUVtCfz7HpOnQeFRDCNKHRyM { color:rgba(255,255,255,0.48);display:block;width:72rem;position:absolute;font-family:nowy12;font-size:1.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36.104167938233rem;left:3.0010423660278rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bh2qFU2m56OIZNpRzIo04AhWGbwhGDWe { color:rgba(255,255,255,0.48);display:block;width:3.875rem;position:absolute;font-family:nowy12;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.420833587646rem;left:54.124999046326rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OMxHUuKkcxbdRuZS0CQpIXH6PWoqMTZX { color:rgba(255,255,255,0.48);display:block;width:72rem;position:absolute;font-family:nowy12;font-size:12.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.396873474121rem;left:1.5000009536743rem;height:15.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .row .container { background-color: transparent; background-image: none; }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .row .container > .video-iframe-container { display: none; }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .row > .video-iframe-container { display: none; }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .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); }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .row .container { border-width: 0; border-radius: 0; }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#I1py0c8PvZkVpbsCEV2suZ4L2ClybhTo { color:#0712a5;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #aca2a2;top:5.185417175293rem;left:17.749999046326rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wpri3kIJixBRdpLDLTpi0hrEZDndSEhT { position:absolute;display:block;z-index:15007;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;height:4.125rem;width:3.0625rem;top:5.9770832061767rem;left:16.749999046326rem;overflow:hidden;display:block; }
#G3rg7xVTIlgvuyQLQsg5vCx0HHpli94K { position:absolute;display:block;z-index:15008;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;height:4.125rem;width:3.0625rem;top:5.9770956039429rem;left:53.187500953674rem;overflow:hidden;display:block; }
#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu { 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; }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .row .container { background-color: transparent; background-image: none; }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .row .container > .video-iframe-container { display: none; }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .row > .video-iframe-container { display: none; }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .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); }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .row .container { border-width: 0; border-radius: 0; }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #cccccc);background-image: -moz-linear-gradient(180deg, #000000, #cccccc);background-image: -ms-linear-gradient(180deg, #000000, #cccccc);background-image: -o-linear-gradient(180deg, #000000, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc' );";background-image: linear-gradient(180deg, #000000, #cccccc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .row .container { background-color: transparent; background-image: none; }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .row .container > .video-iframe-container { display: none; }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .row > .video-iframe-container { display: none; }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .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); }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .row .container { border-width: 0; border-radius: 0; }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#uhswlTk7FukQbUwlhV88MO18bqWfC8cS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2937e6, #000000);background-image: -moz-linear-gradient(180deg, #2937e6, #000000);background-image: -ms-linear-gradient(180deg, #2937e6, #000000);background-image: -o-linear-gradient(180deg, #2937e6, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2937e6', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2937e6', endColorstr='#000000' );";background-image: linear-gradient(180deg, #2937e6, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #ffffff ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.3125rem #ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.8125rem;left:28.749999046326rem;display:block; }
#h0Xlm9eowtq5ix3fCMHp4Hk3y4ELV2rS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/free-images/Health & Sport/studjo-yavor-miastko-74158.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP.adaptive-delivery-prevent-bg, #NAlemQfZAVwQx68v4hLBzIyflrRaEmhP.lazyload, #NAlemQfZAVwQx68v4hLBzIyflrRaEmhP.lazyloading { background-image: none; }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .row .container { background-color: transparent; background-image: none; }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .row .container > .video-iframe-container { display: none; }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .row > .video-iframe-container { display: none; }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .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); }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .row .container { border-width: 0; border-radius: 0; }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c { 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; }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .row .container { background-color: transparent; background-image: none; }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .row .container > .video-iframe-container { display: none; }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .row > .video-iframe-container { display: none; }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .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); }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .row .container { border-width: 0; border-radius: 0; }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .row .container { font-size:0.875rem;font-family:"open sans";height:23.8125rem;width:75rem;position:relative;display:block; }#M4K3ITWps3bATfk9fOnEMcRxICDhykSB { position:absolute;display:block;z-index:14982;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:12.4375rem;top:0.625rem;left:-1.875rem;display:block; }
#HWzuqReWZ65ULbqUL6GfHTaPqVeJKpEh { position:absolute;display:block;z-index:14972;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:12.4375rem;top:0.625rem;left:11.375rem;display:block; }
#aQB0VbPPlbbDtZ8o8Jas52SSwDOCgUmv { position:absolute;display:block;z-index:14980;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:12.4375rem;top:0.625rem;left:24.5rem;display:block; }
#kf4dO9qlzqzTX4F3d11Sas9bKH208HPW { position:absolute;display:block;z-index:14978;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:12.4375rem;top:0.625rem;left:37.9375rem;display:block; }
#pWuUAbvDEUhAtircT1EQhqdAHTZw2bIF { position:absolute;display:block;z-index:14976;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:12.4375rem;top:0.625rem;left:51.125rem;display:block; }
#Wl2kupiToG5zTfy3Sleq8FRhpZQx7h4V { position:absolute;display:block;z-index:14974;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:12.4375rem;top:0.625rem;left:64.125rem;display:block; }
#GETWgHBf0BZmOJvnmbTx3VGZFlmHsKGs { box-sizing:content-box;color:#000000;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:0.625rem;left:1.125rem;display:block; }
#GvD9hTgenm5FFzwh4lhDTsPmswpsuR4E { box-sizing:content-box;color:#000000;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.625rem;left:14.375rem;display:block; }
#K3wUPWG2UfgnJq6vXQTX7Kw5ina3LWQ3 { box-sizing:content-box;color:#000000;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.625rem;left:27.5rem;display:block; }
#b7W1H7X7eJdJw8qWT5dF1ARkeBV4mrtf { box-sizing:content-box;color:#000000;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0.625rem;left:40.9375rem;display:block; }
#NUJIXa070sARnb1OotKoPsStpFJALgd4 { box-sizing:content-box;color:#000000;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:0.625rem;left:54.125rem;display:block; }
#xRd03Vh0o8pm0ioeDWC7TFp6z6SOJy7h { box-sizing:content-box;color:#000000;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:0.625rem;left:67.75rem;display:block; }
#ZImrRdnIEkNbzaoyVcGsN8LJzMyyeVs0 { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:14973;line-height:1.3;letter-spacing:0;top:15.125rem;left:11.8125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K918Us8auxxSCRSf42TitTEBnVPvTPW0 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14998;top:20.625rem;left:35.9375rem;display:block; }
#dv8CXEu0OxIl6Off7lvSDNwtmQ5iZOrM { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #e3e3e3, #07ac13);background-image: -moz-linear-gradient(top, #e3e3e3, #07ac13);background-image: -ms-linear-gradient(top, #e3e3e3, #07ac13);background-image: -o-linear-gradient(top, #e3e3e3, #07ac13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#07ac13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#07ac13' );";background-image: linear-gradient(to bottom, #e3e3e3, #07ac13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13.3125rem;text-decoration:none;z-index:14993;text-align:center;text-align-last:center;top:6.8749895095825rem;left:24.499999046326rem;display:block; }
#Xqmwq2ZTbmKw1DxxLPZ1xaSfOyfq0ABc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aSSksKiTclKPbfOgMbK18mnNK1TUHTvE { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #e3e3e3, #922121);background-image: -moz-linear-gradient(top, #e3e3e3, #922121);background-image: -ms-linear-gradient(top, #e3e3e3, #922121);background-image: -o-linear-gradient(top, #e3e3e3, #922121);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#922121' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#922121' );";background-image: linear-gradient(to bottom, #e3e3e3, #922121);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13.3125rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:6.875rem;left:-1.875rem;display:block; }
#p9ydssqw77EDoNBBnZIotP1TXIAQt9TU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rNn8AlCWWdH45MI59VXpl1MRVeaUXStc { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:14.125rem;left:-0.875rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tN338RZp0avxcVackkQEqpeTAZeHzOey { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:14981;line-height:1.3;letter-spacing:0;top:15.125rem;left:24.96875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lb5Dl3vFMti7TXZZ1TSBxGBh0EzdT0pR { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #e3e3e3, #ab9c05);background-image: -moz-linear-gradient(top, #e3e3e3, #ab9c05);background-image: -ms-linear-gradient(top, #e3e3e3, #ab9c05);background-image: -o-linear-gradient(top, #e3e3e3, #ab9c05);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ab9c05' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ab9c05' );";background-image: linear-gradient(to bottom, #e3e3e3, #ab9c05);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13.3125rem;text-decoration:none;z-index:14995;text-align:center;text-align-last:center;top:6.875rem;left:11.375rem;display:block; }
#ZRR1VDy5mHeN2unO1XdGWfL9RnRoW79M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdLKdnvJeDPCq0KR9SN7ztdTDwXov1RR { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:14979;line-height:1.3;letter-spacing:0;top:14.625rem;left:38.375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kr9TyMuePhPVyndbbFrpcqSOyT4uiQDJ { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:14977;line-height:1.3;letter-spacing:0;top:14.625rem;left:51.5625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wC2tLhdlSE0E5JE6zkKowTU9LxoiNkvI { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:14975;line-height:1.3;letter-spacing:0;top:14.59375rem;left:63.875rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQEkPuWIr2lhap2pDGIJdDJFSg1C6kDz { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #e3e3e3, #2f89da);background-image: -moz-linear-gradient(top, #e3e3e3, #2f89da);background-image: -ms-linear-gradient(top, #e3e3e3, #2f89da);background-image: -o-linear-gradient(top, #e3e3e3, #2f89da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#2f89da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#2f89da' );";background-image: linear-gradient(to bottom, #e3e3e3, #2f89da);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13.3125rem;text-decoration:none;z-index:14991;text-align:center;text-align-last:center;top:6.875rem;left:37.9375rem;display:block; }
#h4GOcFZ3D8oCX6kEWuC6F2UsrZHJJPn3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbkWLkTbCSAZ1RrQ7XriEC8StK0InBUl { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #e3e3e3, #995d09);background-image: -moz-linear-gradient(top, #e3e3e3, #995d09);background-image: -ms-linear-gradient(top, #e3e3e3, #995d09);background-image: -o-linear-gradient(top, #e3e3e3, #995d09);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#995d09' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#995d09' );";background-image: linear-gradient(to bottom, #e3e3e3, #995d09);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13.3125rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:6.875rem;left:51.125rem;display:block; }
#HlKRfNFTNcSykToaBXEaBEXQysyeM80t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOZ4RGFI2psBTt0lIauP6bW3TmOT9sbF { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #e3e3e3, #11aca2);background-image: -moz-linear-gradient(top, #e3e3e3, #11aca2);background-image: -ms-linear-gradient(top, #e3e3e3, #11aca2);background-image: -o-linear-gradient(top, #e3e3e3, #11aca2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#11aca2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#11aca2' );";background-image: linear-gradient(to bottom, #e3e3e3, #11aca2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:13.3125rem;text-decoration:none;z-index:14987;text-align:center;text-align-last:center;top:6.875rem;left:64.3125rem;display:block; }
#IZCxUU7h8nTfGJLTt3cNVlziXBSK1bvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UScL87Q3yVxoCHS8xadgiu0df6iz92Va { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#507100;background-image:url("https://images.assets-landingi.com/7KqnX3aF/typujwynik.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UScL87Q3yVxoCHS8xadgiu0df6iz92Va.adaptive-delivery-prevent-bg, #UScL87Q3yVxoCHS8xadgiu0df6iz92Va.lazyload, #UScL87Q3yVxoCHS8xadgiu0df6iz92Va.lazyloading { background-image: none; }#UScL87Q3yVxoCHS8xadgiu0df6iz92Va > .row .container { border-width: 0; border-radius: 0; }#UScL87Q3yVxoCHS8xadgiu0df6iz92Va > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UScL87Q3yVxoCHS8xadgiu0df6iz92Va > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#eHaFJnkumZSIws8Jyur8cxTbOn7aMFK2 { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:cabin;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(31,33,25,0.94);top:3.4666662216186rem;left:10.46875rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wfRkfHobKVLze0JZQKrGyDd1VxRiJ2Cs { color:#ffffff;display:block;width:61.8125rem;position:absolute;font-family:cabin;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:14.189582824707rem;left:6.59375rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qaOagFE7dx8d2zzkkxedfIZmcAaC6xVC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dde1ae, #466604);background-image: -moz-linear-gradient(180deg, #dde1ae, #466604);background-image: -ms-linear-gradient(180deg, #dde1ae, #466604);background-image: -o-linear-gradient(180deg, #dde1ae, #466604);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde1ae', endColorstr='#466604' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde1ae', endColorstr='#466604' );";background-image: linear-gradient(180deg, #dde1ae, #466604);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cabin;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.812500953674rem;left:28.75rem;display:block; }
#OHlKPTxM5tS3fI0fnbvFuBtXsvyzJBnm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #e30808, #0712a5);background-image: -moz-linear-gradient(top, #e30808, #0712a5);background-image: -ms-linear-gradient(top, #e30808, #0712a5);background-image: -o-linear-gradient(top, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(to bottom, #e30808, #0712a5);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .row .container { background-color: transparent; background-image: none; }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .row .container > .video-iframe-container { display: none; }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .row > .video-iframe-container { display: none; }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .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); }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .row .container { border-width: 0; border-radius: 0; }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .row .container { font-size:0.875rem;font-family:"open sans";height:36.875rem;width:75rem;position:relative;display:block; }#IENzTf9SSzzM3ISVyhohHUdBicZxzwKy { color:#ffffff;display:block;width:70.5625rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:2.21875rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IqDHSKIJgmmUx5TpI1OlI5H5RFS75gL9 { position:absolute;display:block;z-index:15002;height:7.6875rem;width:13.75rem;top:5.4750080108642rem;left:26.137501716614rem;display:block; }
#bTx3NQiPRm7o9SGGWXVFFlMKFExSp5Gi { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8239593505863rem;left:0.001042366027832rem;height:8.2875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vt5Gb6AmtqZvTt5c6byWATFmbDn5HZau { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:24.712501525879rem;left:26.137501716614rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rEu47JwXKHyRfOUAZBsFAglxHHiygkRw { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.380207061767rem;left:26.137501716614rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BO29dHH6JwaT2h8l3qSo8JRQeOIBRlCB { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.571876525879rem;left:0.001042366027832rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZkMVZZhMUUGBNGZ2XeonDRcfsqHMir4 { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.712501525879rem;left:0.001042366027832rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sEeZmAc7HFWTmGz5vvwzciqfrTOH6795 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.712501525879rem;left:53.938546180725rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sm1UiE9T4rSKok9rQpWbbyTE6e57Tk8m { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.571876525879rem;left:53.938546180725rem;height:4.14375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex { 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; }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .row .container { background-color: transparent; background-image: none; }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .row .container > .video-iframe-container { display: none; }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .row > .video-iframe-container { display: none; }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .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); }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .row .container { border-width: 0; border-radius: 0; }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#MTUKg6xyoULTvUHJ582r6PTEJ32oDDZl { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:"noto sans";font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.571872711182rem;left:9.71875rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AZ57EXSB6Ceg4n4dZNPZA3EIS4d55THl { background-color:rgba(255,255,255,0.01);background-image:url("https://s3-eu-west-1.amazonaws.com/images.assets-landingi.com/0aWn9dLx/3D-Facebook-logo-psd60945.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.847913742066rem;left:33.531248092651rem;display:block; }#AZ57EXSB6Ceg4n4dZNPZA3EIS4d55THl.adaptive-delivery-prevent-bg, #AZ57EXSB6Ceg4n4dZNPZA3EIS4d55THl.lazyload, #AZ57EXSB6Ceg4n4dZNPZA3EIS4d55THl.lazyloading { background-image: none; }
#X1vWy8ZckTEbnBCm3eC2r1FsX4mwpqgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxfUrmay28J6pIzMHkUZ21doVQwNVuEr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:5.5499992370606rem;left:1.6124992370606rem;overflow:hidden;display:block; }
#F940KHDkTteoZHKSF4w0zSJo8hJh9l53 { 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:7.5rem;width:41.0625rem;top:12.362499237061rem;left:19.5625rem;overflow:hidden;display:block; }
#aKGw9tIbeEyauMgw0oEBZHSGpp1Mrn9h { color:#000000;display:block;width:61.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:0.93751144409181rem;left:8.25rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F { 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; }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .row .container { background-color: transparent; background-image: none; }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .row .container > .video-iframe-container { display: none; }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .row > .video-iframe-container { display: none; }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .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); }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .row .container { border-width: 0; border-radius: 0; }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#MHmR6TNO1isSptJmyVbr8MZkxFnZyHzq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:28.6875rem;top:0.625rem;left:23.156248092651rem;overflow:hidden;display:block; }
#dRJcmrt0sEXID91oOy9JqsF1dgE97XIA { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:8.3770828247069rem;left:0rem;height:7.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 { display:block; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row .container { width:47.75rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5K8bfpNztWPk0JrbGFO8zJsoVihlGTz { width:36.25rem;height:2.9375rem;top:15.625rem;left:6.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMW4nSvTS8T1s1FU3JbR6WplOJyTPcNE { display:block; }
 }@media only screen and (max-width: 763px) { #atJm11TqHd0IECIOXSZr23CqD0THxV9A { display:block; }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 { display:block; }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row .container { width:47.75rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeWTNdDiPT39s8Q1nWXCezdWRlHwmFcA { width:3.125rem;height:3.125rem;top:27.6875rem;left:23.09375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXEitHV8ksOno2opxESWATUT8AUNrO7A { width:12.875rem;height:31.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnSzdnGHrMw34zHTBKgAt9K8qvAmMlQ8 { width:12.875rem;height:31.875rem;top:0rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV1Gr9POqzG86SLaXUR9naTlUPrTMTx1 { width:12.875rem;height:31.875rem;top:0rem;left:34.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQdb8I4bBbkEHR3WPAtRfETodDsy0BOb { width:47.75rem;height:5.525rem;top:18.092708587646rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BOWG0dSuQPpsomGIaNTSoHQ3qwPovg { width:47.75rem;height:3.0875rem;top:23.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPVgnIRSge9iNo0PV2aGlJ0IFTzNxXFE { width:3.125rem;height:1.625rem;top:25.066665649414rem;left:36.249999046326rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTi8qvRJ5MH0ScsUH3XC2Mm9gNN6WuT { width:11.4375rem;height:15.4375rem;top:1.1177082061768rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu { display:block; }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFQfFMGgg51qyzelIGShSvXb46xUbOxH { width:17.5rem;height:3.4375rem;top:1.5rem;left:15.125000953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgpO9JD3iTMCVrHTZRqNwJ9c9Io13vOh { display:block; }
 }@media only screen and (max-width: 763px) { #KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt { display:block; }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W { display:block; }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .row .container { width:47.75rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBTDaZNXbILwvw2Xr3KkDU9RhAItaqIZ { width:16.5625rem;height:0;top:16.208333015442rem;left:3.40625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTvrMf2sveroOrRVr7Zi3cnvlPGLrfUe { width:16.5625rem;height:2.1rem;top:16.208333015442rem;left:28.639583587646rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kekBSrTCi4qqlvT7UcLhKr34JFRfCN { width:16.0625rem;height:1.575rem;top:20.066666603088rem;left:28.889583587646rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWeFFWAnOP1C2ulKkBdhlPW9Tsqw8A7s { width:16.0625rem;height:1.575rem;top:21.595833778381rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQHIR2QD1mSEiysbzyX6rbqfM27SMw0S { width:20.1875rem;height:12.125rem;top:12.03125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnErlyxGn0UcwpX0I24SXoNHhXzVMr98 { display:block; }
 }@media only screen and (max-width: 763px) { #TCRzeDwFIgAz08mrhV4lLzv3HCbTnSIz { width:21.125rem;height:12.4375rem;top:11.908333375rem;left:26.358798053677rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ7MWf0uPHGLd6GsfqXLoZNu00eAzedx { display:block; }
 }@media only screen and (max-width: 763px) { #PJyX9bWObCSRC5RHqSsWpVab4PID4M1I { width:47.75rem;height:4.55rem;top:2.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK4p88rLB1FibeaHdTEswSszwCFhKQdf { width:6.9375rem;height:9.375rem;top:20.199999809265rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB3VJeeUaMO4RXZ6WNi4QfJeWFXgBnZx { width:6.9375rem;height:9.375rem;top:19.687499046326rem;left:33.452083587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN0Hxvlmx8a1CqHTKKux36mflmJMTzOf { width:3.125rem;height:3.125rem;top:32.5rem;left:23.624999046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb { display:block; }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTh7vWgF5dtgcH7hCQTqTddC6l19k2PR { width:16.5625rem;height:0;top:0.78750038146975rem;left:15.593749046326rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCiU6JeguF5fTQsTdJwJBfn3oglh5pfb { width:18.5625rem;height:8.875rem;top:5.9375rem;left:16.83749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhJ8ZOn3b7lM7RO7lqe8T0V4985KP1dw { width:10.0625rem;height:11.75rem;top:4.875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5zpOlAgIf28EN5IgJt1thQhm99UsmhF { width:15.125rem;height:10rem;top:5.9375rem;left:0.58749961853027rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgVkrscZFRGiM0nLWVHe7iL5vZmsgOyi { width:10.375rem;height:10.375rem;top:5.75rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwmtIW8o0fz3RROinrhlvyR5tUccq2ty { width:9.8125rem;height:9.8125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJZvtBxAA3UdqwCBwmADnPDekfBci9G { width:47.625rem;height:12.5625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 { display:block; }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .row .container { width:47.75rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHZpdP2U9ddoQI1VRAW2PwLSd77nISBt { width:16.5625rem;height:0;top:0.78750038146975rem;left:15.593749046326rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAUPAKLqTC6l010fdOinOXzulkBuqmxC { width:16.5625rem;height:0;top:8.9083347320556rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssUBgsaGLcvDHL8O0qS4ZraITndTAZfZ { width:16.5625rem;height:1.575rem;top:21.758333206177rem;left:23.593749046326rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUlz86zEV3uuZT1eJKeOTvnOzzILHTfn { width:16.5625rem;height:1.575rem;top:6.0958347320557rem;left:15.593749046326rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHHkyiETRCXgJIz0fZdfOMAPBia6TCp { width:3.125rem;height:3.125rem;top:36.387500762939rem;left:22.937499046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocDlbUpukNd6GzpIMKnTTL5z6HwqbFeE { width:21.5rem;height:3.4375rem;top:16.6875rem;left:21.124999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZMXH7HpeQs7QqWhX8zcQ9QzwFg6fW4N { display:block; }
 }@media only screen and (max-width: 763px) { #mgaySTx67uL0vaTeF4AoWnwQ3gJ9f4Ec { width:16.5625rem;height:18.9rem;top:12.050001144409rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5fIb5TN8KLCMpTNooIvDD9iNyJDeIHb { width:16.5625rem;height:1.575rem;top:27.904167175293rem;left:22.937499046326rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV26fRMPiZodytsfX86utvgh6PKAHOT2 { width:16.5625rem;height:2.975rem;top:31.504165649414rem;left:23.593749046326rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcaLybLKnbMbzkFBCqgo4EcbL1ethhB5 { width:21.375rem;height:5.25rem;top:30.541667938233rem;left:21.187499046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOoX9hIkt4ACNMcOoW5J6e87OWbTeetn { display:block; }
 }@media only screen and (max-width: 763px) { #d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu { display:block; }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMCRF93a8hSXxc409EARTTZdQZ6DCU2d { width:16.5625rem;height:1.2rem;top:11.041665077209rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7OziGK14obx1ViotETLcU1sTRwiAyGg { width:3.125rem;height:3.125rem;top:27.841667175293rem;left:22.937499046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyeWWoMQLIoAyvQutZ1b5NtZ8N7umFB2 { width:6.9375rem;height:7.75rem;top:1.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww8TsPIezzJl5hsIlCb87c5bEpp1TIev { width:16.5625rem;height:1.575rem;top:14.347916603088rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsJPnWJlqWZPw4hwf19B53R0Ewb0mFJC { width:16.5625rem;height:4.5rem;top:18.71875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzQxVOExNmSgWKqz9GivBoOgLXCVzsTp { width:18.0625rem;height:5.5625rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voSGFMK2Txc0TMHHoydhhLW9GmPZqTHl { display:block; }
 }@media only screen and (max-width: 763px) { #bOM4o18EJzDMD5rHk6qFRUkvXkqmL8dE { width:16.5625rem;height:0;top:1.7291669845581rem;left:28.687499046326rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOysoUS6rEibRF6EBxfwU18r1PKR4VWR { width:16.5625rem;height:0;top:7.625rem;left:29.822916984558rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4AJGATk43oWuANQO73mWyEcMlgGiTNl { width:16.5625rem;height:0;top:25.500001907349rem;left:1.5499992370606rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #se559fL4fz3MLtcTtzyCK3hXGXZ53aKK { width:17.6875rem;height:4.0625rem;top:27.841659545899rem;left:0.41666698455813rem;display:block; }
 }@media only screen and (max-width: 763px) { #At3GrffkA4tXxmTJD6vSFWeJIJmE9TP1 { display:block; }
 }@media only screen and (max-width: 763px) { #xZ7N7WDHXiXrMSAI0TsDqWrdJc2bwFr7 { width:10.8125rem;height:16.9rem;top:12.241668701172rem;left:32.697916030884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL { display:block; }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDGOGKUoUNBxUnGZRGeXi8y9dOum2hke { width:16.5625rem;height:1.2rem;top:11.041665077209rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTc21JwirTlnHcDa5iARbmBoAEqTmZi { width:3.125rem;height:3.125rem;top:27.841667175293rem;left:22.937499046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwCvliKyecsDUMGeTbpoT7mMv6ZT2FBd { width:6.9375rem;height:7.75rem;top:1.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS8St2fxnOq0y0qfiqh50ZefvkGZpoNm { width:16.5625rem;height:1.575rem;top:14.347916603088rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5peHfKTXmMT1NJL4N19JeFUb10TGfxF { width:16.5625rem;height:3rem;top:18.71875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTnKJ81OvXmeGz48z0gTAmpgu0frZG4 { width:18.0625rem;height:4.0625rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQCtP5bB4Q4QsGoyrdKhApb4NP7GT37f { display:block; }
 }@media only screen and (max-width: 763px) { #GhqCMvddWdyMCrptKi8rk0fZuSBd1C4H { width:16.5625rem;height:0;top:2.9166679382324rem;left:29.822916030884rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mivETw2ZhpHFifcgem7LnP3eimbBbFeP { width:16.5625rem;height:0;top:7.625rem;left:29.822916984558rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syOi2cE1qlHBDispFJqAs5WTxE9h3g0y { width:16.5625rem;height:0;top:24.4375rem;left:1.5416669845581rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXRiUhA6a6zTbzGQKT5ETHku6Ez21s1e { width:17.6875rem;height:4.0625rem;top:27.841659545899rem;left:0.41666698455813rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxyzCdPEmwd40ZbXtdHQTbwgB8K9d91q { display:block; }
 }@media only screen and (max-width: 763px) { #u6Lq5RkteMdi3zeh26re6pwVlaMVT5TQ { width:10.8125rem;height:18.28125rem;top:12.241668701172rem;left:32.697916030884rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph { display:block; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row .container { width:47.75rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAxZ6vRDCsIau90vTnT1OZarcFw9JhUK { top:3.3187503814698rem;left:0rem;width:43.75rem;height:2.1125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyDLmHNkC2GIS45Q8Ds47OtVEcfwq6cy { top:6.875rem;left:0rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saJyzzUnncKJnrxu9Kt64OwWAVnc4Nf2 { width:1.75rem;height:1.75rem;top:3.5rem;left:32.29062461853rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6FFWSQh9wSstnVlT5cqbngDlaGrDDqp { top:8.8677072525025rem;left:28.742708206177rem;width:15.0625rem;height:6.90625rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDkgGx6Z4cyFv5x9WE9ETvVot1OMuaW { top:2.25rem;left:15.562500953674rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTd5VOqI1ZJ7HPUGsDhTKuxrvlXovr2 { top:6.875rem;left:8.6885414123538rem;width:38.9375rem;height:5.60625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8P13UIvWTl1WQt3RWTfGHAoaF55M79l { width:15.5rem;height:2.9375rem;top:17.468750953674rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcMVkw1tpVzXaKpX9QWfmretgHlg0Tbw { display:block; }
 }@media only screen and (max-width: 763px) { #NL0udmc0aJDWf1q0S2RUPl9EekAQssTx { width:14.6875rem;height:8.4375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpeOySL0dXdRErlX7X4reXV0ylBLMqnU { display:block; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row .container { width:47.75rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REG6yqE2AydMoyx8QxU7hkMrnbxrk3TT { top:3.3187503814698rem;left:0rem;width:43.75rem;height:2.1125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG0KdudDXaV1gIaXCQwcMz0X3NFs0OFl { top:6.875rem;left:0rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amDP04k53N0SSmygRVKgILRRTB5I6dyJ { width:1.75rem;height:1.75rem;top:3.5rem;left:32.29062461853rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK3a8sOcOR1Tu9W7kuMpUxmLnVq1zHbU { top:8.4927072525025rem;left:28.742708206177rem;width:15.0625rem;height:6.90625rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlBQemvAsnaoBPE3X79x3IJvdlEQqHIy { top:2.25rem;left:15.562500953674rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul2u98ZLfCTBmqlBJuFHaW9tEbK0fsta { top:6.875rem;left:8.6885414123538rem;width:38.9375rem;height:5.60625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2iFhT7Q1O7nz5enM1fQ2O2aFZg5RLUh { width:15.5rem;height:2.9375rem;top:17.468750953674rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE4HRunVyuBoiFGCRsU4zvhODLZ9kwrJ { display:block; }
 }@media only screen and (max-width: 763px) { #nMWJaa8kibe7T5OTJy7oA6zeMSAWsrSy { width:13.375rem;height:9.1875rem;top:12.481248855591rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 { display:block; }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .row .container { width:47.75rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2QOpaL3saEaLVAy6hAxqLUdfCCTPEwz { width:16.5625rem;height:0;top:0.75rem;left:17.21875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9TnSJXFTqHTrQEJMW6qE0JTSZDe95g6 { width:13.125rem;height:1.275rem;top:10.504166603088rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3fdJumXCMMx29P0gSoTlHzQbQCiHcfD { width:11.6875rem;height:1.275rem;top:12.987500190735rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQJbS0uxtixIy7KGANF0IEFmDRk0GzT { width:3.125rem;height:4.875rem;top:5.6791648864746rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1hDtTSsgp3rTnTT3FVWgMvhnIWUrJzb { width:28.1875rem;height:6.5rem;top:31.910404205323rem;left:2.8125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IEWN2ByyPyCkS9a8CBqopLOT3KeWCPTC { width:11.4375rem;height:19.3375rem;top:19.022915840149rem;left:34.89999961853rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t63L2VRZHHNlx9xTtsIqvGWnUO0Q7BmD { width:11.6875rem;height:1.275rem;top:15.822916984558rem;left:34.594789505005rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkP1erIpXpa05XBBRCr74lMxue4Hsw0c { width:4.875rem;height:4.625rem;top:4.8604164123535rem;left:38.001039505005rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiBu273plpGOMf1tzQ4WRahC69TC2XeL { width:14.375rem;height:3.9rem;top:10.504175186158rem;left:33.251039505005rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6zo6q1irMVaAexTtrDMxrtpQQopvB0g { width:3.9375rem;height:4.4375rem;top:4.0166664123535rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEMRWKneg9n00CBgmdLt1NdiTQOded0 { width:11.4375rem;height:19.3375rem;top:19.022915840149rem;left:34.89999961853rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 { display:block; }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q { display:block; }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sl0oz6Q34bNTKATzfakm7ayhPeRGNk4f { width:13.9375rem;height:10.375rem;top:0.82499980926512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqvxa1akc4mJqHp5TymEDkABqMgNb3xD { width:14.125rem;height:10.5rem;top:12.30312538147rem;left:32.148958206177rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxKoLR87kLrUMhqRKJFbnT7BIsXo4AZC { width:13.5rem;height:10.125rem;top:12.49062538147rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEU4iWtwyZ1Gd8ShA0M98CyFy66nfLzT { width:16rem;height:10.25rem;top:0.82499980926512rem;left:31.211458206177rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5kBZBpxt1T6KmF8QaQSBnSslaM0hSKp { width:14rem;height:8.9375rem;top:0.82499980926512rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN0UHLaT3PktMPTt64B5ndOhSpTrlzht { width:13.5rem;height:9.75rem;top:12.49062538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ENAcyKBDhBa6aWipZ6qNTvwfIDkxDq { width:22.375rem;height:6.5rem;top:24.056250572204rem;left:7.3364582061769rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6FBFnaOVqfQPMdQJEofDKPgTGpb1cLb { width:11.375rem;height:6.3125rem;top:24.056250572204rem;left:29.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvFMJQ5REQxRM3VicHf0DTNTp8xJVGov { width:3.5625rem;height:4.75rem;top:24.8125rem;left:38.999998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgFWIc5fA0QETqf4totzpGCLJFTKcTt3 { display:none; }#fgFWIc5fA0QETqf4totzpGCLJFTKcTt3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PXMZnmGAlXq7rgantfovihdaPagsmT6e { width:6.6875rem;height:7.875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrMLRxGOK1UzJE7qrwagZTUV30IBCVF { width:6.6875rem;height:7.875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJHGTqv9fs6R2nLG6p2SS1TPBQx2lvF { width:6.6875rem;height:6.9375rem;top:4.7812490463257rem;left:8.5802078247069rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVKcbbnTE0Uw2IOypJVPJ4sI2cOy9X87 { width:6.6875rem;height:6.6875rem;top:16.624999046326rem;left:17.30624961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEKsEXTKo7C6tKZ8aXNAkDOdSZH6oK0B { width:6.6875rem;height:6.6875rem;top:27.468749046326rem;left:16.05624961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGvHXGhdu31CiX6DqvUSfITnB6TGTwNg { width:4.875rem;height:6.625rem;top:27.499999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOK8uqrfD14V883aExhKumRShVixnxUs { width:6.8125rem;height:6.8125rem;top:27.406249046326rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl8JhPnak3qkxAILAUri32CQFT2lZmiO { width:6.8125rem;height:6.8125rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3HdIDZHOef6uyB8exQR43sqS9XX3pac { width:5.75rem;height:5.75rem;top:5.375rem;left:17.77499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5uOg9VVEnIwhQtNxTN0EWc5azu4aWE { width:12.25rem;height:6.75rem;top:16.593749046326rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5TSGh7Q3Puy19Et0H76Zbo2myL8TJe { width:6.25rem;height:6.25rem;top:16.84375rem;left:25.688541412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #uasdLAIzME05TRxzWEXmqbg9Rxp0yRoc { width:7.9375rem;height:7.9375rem;top:4.2812490463257rem;left:23.938541412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #scEEMSa7p3cXce0SJs89HLqkCoJfcPqZ { width:6.8125rem;height:1.275rem;top:1.8177080154419rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ncvNgZEpwUZOepyURMBAOi32NeUiFV { width:7.5rem;height:1.275rem;top:14.38437461853rem;left:37.594789505005rem;font-size:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TGT32XqlZzH5v87SOPqpRVgMXVByTMny { width:11.8125rem;height:2.55rem;top:1.8177080154419rem;left:6.017707824707rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFKathiAbxI3AVOG9UIFWTT2m6ysfKaf { width:11.8125rem;height:2.55rem;top:1.8177080154419rem;left:22.001041412354rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW3QAuLukS0Z98ObdTnQEuh9AdSifvti { width:8.25rem;height:2.55rem;top:13.054167747497rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHERC5neSpKkZ5rW83TuUWRchQlZCzqQ { width:11.8125rem;height:2.55rem;top:1.8249998092651rem;left:14.11874961853rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxggfD3RvsU9sff0vPZT1FMoGzwKoBUC { width:7.0625rem;height:2.55rem;top:13.054166793823rem;left:9.0489578247069rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3bHuPbOM45HiuUdzQ15w76FdNeI3ViZ { width:11.8125rem;height:2.55rem;top:13.054166793823rem;left:14.11874961853rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIusmyGJ1QO3vGLGythKvhe1JkTVX0zG { width:11.8125rem;height:2.55rem;top:13.054166793823rem;left:22.74374961853rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDkIoLVpJuQr1AByL5GB9eCKGeq1LvpZ { width:11.8125rem;height:2.55rem;top:24.911458015442rem;left:4.298957824707rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtNQT5ovGbl7KIDqrXWppa0LD99mJsvS { width:5.5rem;height:1.275rem;top:24.554167747498rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUonoIDlh8v57aN5dtDJiTN4Z5l4A7Gg { width:11.8125rem;height:2.55rem;top:24.973958015442rem;left:12.705207824707rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9MShe45E9rRlw7MbVUc1GXE90ti3XkL { width:22.375rem;height:5.3625rem;top:29.431243896484rem;left:25.376041412354rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3gIAV0mPTXVosR2gqTWbsgq4VRdLGTy { width:11.8125rem;height:1.275rem;top:21.187499046326rem;left:35.938539505005rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REASSZVQcoswkZgQf8ToL4nAT2Idpwmy { display:none; }#REASSZVQcoswkZgQf8ToL4nAT2Idpwmy > .row .container { width:47.75rem;height:21.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hZCT0duuazgTdzsgx2XmWn1nSMSDkL7N { width:6.0625rem;height:6.5rem;top:12.793749809265rem;left:20.843749046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUHEFiDMGsUHNXXgorDJhTRBmX9lo9XP { width:14.875rem;height:1.4625rem;top:6.625rem;left:32.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfVmT4boqQf7fdGvfNcvKd0tocJuJbTw { width:13.4375rem;height:1.4625rem;top:6.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slLBrhnQqwl1ItgtDA6J4PKrLKyvr4OD { width:8.375rem;height:9rem;top:24.40625rem;left:33.208334922791rem;display:none; }
 }@media only screen and (max-width: 763px) { #tB9087i8czWz1hHFM6RxHE8TpAMC5mWP { width:47.75rem;height:2.03125rem;top:0.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Z8GV5GraA18EXyh8UtfoQqhZAkIsFH { width:13.1875rem;height:1.05625rem;top:9.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffzq1H6a6NEGmLQWaJMQ2ZGmDIhxazS4 { width:4rem;height:4rem;top:21.125rem;left:18.437499046326rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uu9agJBmASJNLX2ob1ovTzoUCvVV6Ifn { width:15.4375rem;height:1.05625rem;top:9.6250009536744rem;left:32.312499046326rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqM2aZ5qnqZSFutT6bOp26ATVrXNt5S8 { width:17.8125rem;height:1.54375rem;top:6.5843744277956rem;left:14.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp9PDKm1uKbPHCXArQGqm6htNfunl54F { width:5.125rem;height:5.5rem;top:18.979166984558rem;left:22.437499046326rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMf46KBOa90RnvDEJPXhpK6uXfGQaICX { width:15.4375rem;height:2.1125rem;top:9.6250009536744rem;left:16.156249046326rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H63xJxGJdEPIWbLr1sSTkH9NudD3Lzkg { width:16.8125rem;height:1.05625rem;top:11.737500190735rem;left:30.812499046326rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFIe8p2TEMVheP66uOPTdypEcZK2Rt85 { width:13.6875rem;height:1.05625rem;top:11.737500190735rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrdECufeTETdrOLAXzvaE3lAb9mCcqQT { width:4rem;height:4rem;top:26rem;left:21.291666984558rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0u6BzS1mecQEcFC2ZzlA5phq8vtlC3N { display:none; }#T0u6BzS1mecQEcFC2ZzlA5phq8vtlC3N > .row .container { width:47.75rem;height:26.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxChAEJVFtfpRoWkSdq2bp8uQSRmGvvU { width:47.75rem;height:2.1125rem;top:1.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBtq07JP7s7xWRCCnu8ro3z13xmwS56C { width:12.875rem;height:6.75rem;top:6.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONWasnApRUpGKNWd9lzCnDzUb2c2BLqA { display:block; }
 }@media only screen and (max-width: 763px) { #PBydWHXX4Dr0P9oQ5mc3XXscku5Rc2I4 { width:12.875rem;height:6.75rem;top:14.6875rem;left:2.2291669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpmPl6y7uWGbSXE6ggybDZl5dUME99T { display:block; }
 }@media only screen and (max-width: 763px) { #g6Fw4wKxzfW1EQ5I307QawGM4fG9aTux { width:12.875rem;height:6.75rem;top:14.6875rem;left:17.437499046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #heD5J258bSdNASv3AVuirRuKqW59pIn9 { display:block; }
 }@media only screen and (max-width: 763px) { #fV5OTXoBOFJIKtwfbruMGzc9GaNoC8GL { width:12.875rem;height:6.75rem;top:6.4375rem;left:25.541666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5LiuqLiM7plbJRVusLbPAt62pblkmXz { display:block; }
 }@media only screen and (max-width: 763px) { #rDSz31FDGQIbs5RBKlVl1zgXs8hqfBG5 { width:12.875rem;height:6.75rem;top:14.6875rem;left:32.666666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #haFWE7BlgMrue0ygfb4ZRrB2ZBmUIObO { display:block; }
 }@media only screen and (max-width: 763px) { #MvzJmLfUXN3epuLKDn3MlultDVAw0l4P { display:block; }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row .container { width:47.75rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtWRBCQyodq3bmlZHaRVILDrbKqzsU8V { width:5.9375rem;height:8rem;top:0.75rem;left:20.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCFLfhnrgqgdn7C13bNiwLpz451aSrD9 { width:12.875rem;height:34.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrckmZRN61W4ayGi8D438qWp9O0EJxKA { width:12.875rem;height:34.625rem;top:0rem;left:18.218749046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcuv4io1l8lvwMvMOcMgcfIMPMIXK63r { width:12.875rem;height:34.5625rem;top:0rem;left:34.874999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6ruwEUlXimTxwO55NuyuaIgTeuoRz9U { width:47.75rem;height:6.9875rem;top:10.062499046326rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwhTgAPkeUVtCfz7HpOnQeFRDCNKHRyM { width:47.75rem;height:2.35625rem;top:29.437499046326rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh2qFU2m56OIZNpRzIo04AhWGbwhGDWe { width:3.125rem;height:1.625rem;top:25.066665649414rem;left:36.249999046326rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMxHUuKkcxbdRuZS0CQpIXH6PWoqMTZX { width:47.75rem;height:9.18125rem;top:17.971875190735rem;left:0rem;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 { display:block; }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1py0c8PvZkVpbsCEV2suZ4L2ClybhTo { width:37.5rem;height:8.125rem;top:5.125rem;left:4.1249990463257rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpri3kIJixBRdpLDLTpi0hrEZDndSEhT { width:3.0625rem;height:4.125rem;top:5.9375rem;left:3.1249990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3rg7xVTIlgvuyQLQsg5vCx0HHpli94K { width:3.0625rem;height:4.125rem;top:5.9375rem;left:39.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu { display:block; }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz { display:block; }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhswlTk7FukQbUwlhV88MO18bqWfC8cS { width:17.5rem;height:3rem;top:3.8125rem;left:15.124999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Xlm9eowtq5ix3fCMHp4Hk3y4ELV2rS { display:block; }
 }@media only screen and (max-width: 763px) { #NAlemQfZAVwQx68v4hLBzIyflrRaEmhP { display:block; }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T85Qw8t4rhI566SvdmT1XQn25C0ipe4c { display:block; }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4K3ITWps3bATfk9fOnEMcRxICDhykSB { width:11.375rem;height:23.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWzuqReWZ65ULbqUL6GfHTaPqVeJKpEh { width:11.375rem;height:17.9375rem;top:0.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQB0VbPPlbbDtZ8o8Jas52SSwDOCgUmv { width:11.375rem;height:27.875rem;top:0.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf4dO9qlzqzTX4F3d11Sas9bKH208HPW { width:11.375rem;height:20rem;top:20.187488555908rem;left:36.374998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWuUAbvDEUhAtircT1EQhqdAHTZw2bIF { width:11.375rem;height:20rem;top:20.187488555908rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl2kupiToG5zTfy3Sleq8FRhpZQx7h4V { width:11.375rem;height:18.3125rem;top:0.625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GETWgHBf0BZmOJvnmbTx3VGZFlmHsKGs { width:6.375rem;height:6.375rem;top:0.625rem;left:1.9375rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvD9hTgenm5FFzwh4lhDTsPmswpsuR4E { width:6.375rem;height:6.375rem;top:0.625rem;left:14.9375rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3wUPWG2UfgnJq6vXQTX7Kw5ina3LWQ3 { width:6.375rem;height:6.375rem;top:0.625rem;left:27rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7W1H7X7eJdJw8qWT5dF1ARkeBV4mrtf { width:6.375rem;height:6.375rem;top:0.6875rem;left:39.625rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJIXa070sARnb1OotKoPsStpFJALgd4 { width:6.375rem;height:6.375rem;top:20.1875rem;left:38.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRd03Vh0o8pm0ioeDWC7TFp6z6SOJy7h { width:6.375rem;height:6.375rem;top:19.4375rem;left:14.9375rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZImrRdnIEkNbzaoyVcGsN8LJzMyyeVs0 { width:11.5rem;height:2.1125rem;top:7.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K918Us8auxxSCRSf42TitTEBnVPvTPW0 { width:3.125rem;height:3.125rem;top:78.375rem;left:15.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dv8CXEu0OxIl6Off7lvSDNwtmQ5iZOrM { width:11.375rem;height:6.9375rem;top:21.9375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqmwq2ZTbmKw1DxxLPZ1xaSfOyfq0ABc { display:block; }
 }@media only screen and (max-width: 763px) { #aSSksKiTclKPbfOgMbK18mnNK1TUHTvE { width:11.375rem;height:6.9375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ydssqw77EDoNBBnZIotP1TXIAQt9TU { display:block; }
 }@media only screen and (max-width: 763px) { #rNn8AlCWWdH45MI59VXpl1MRVeaUXStc { width:10.3125rem;height:5.28125rem;top:8.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN338RZp0avxcVackkQEqpeTAZeHzOey { width:10.5625rem;height:2.1125rem;top:7rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb5Dl3vFMti7TXZZ1TSBxGBh0EzdT0pR { width:11.5rem;height:6.9375rem;top:12.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRR1VDy5mHeN2unO1XdGWfL9RnRoW79M { display:block; }
 }@media only screen and (max-width: 763px) { #hdLKdnvJeDPCq0KR9SN7ztdTDwXov1RR { width:11.5rem;height:3.16875rem;top:8.25rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr9TyMuePhPVyndbbFrpcqSOyT4uiQDJ { width:11.5rem;height:1.05625rem;top:27.25rem;left:36.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #wC2tLhdlSE0E5JE6zkKowTU9LxoiNkvI { width:11.8125rem;height:1.05625rem;top:26.375rem;left:12.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #vQEkPuWIr2lhap2pDGIJdDJFSg1C6kDz { width:11.375rem;height:6.9375rem;top:12.5rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4GOcFZ3D8oCX6kEWuC6F2UsrZHJJPn3 { display:block; }
 }@media only screen and (max-width: 763px) { #RbkWLkTbCSAZ1RrQ7XriEC8StK0InBUl { width:11.375rem;height:6.9375rem;top:33.3125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlKRfNFTNcSykToaBXEaBEXQysyeM80t { display:block; }
 }@media only screen and (max-width: 763px) { #wOZ4RGFI2psBTt0lIauP6bW3TmOT9sbF { width:11.5625rem;height:6.9375rem;top:33.299987792969rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZCxUU7h8nTfGJLTt3cNVlziXBSK1bvT { display:block; }
 }@media only screen and (max-width: 763px) { #UScL87Q3yVxoCHS8xadgiu0df6iz92Va { display:none; }#UScL87Q3yVxoCHS8xadgiu0df6iz92Va > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eHaFJnkumZSIws8Jyur8cxTbOn7aMFK2 { width:47.75rem;height:2.84375rem;top:2.8749780654908rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRkfHobKVLze0JZQKrGyDd1VxRiJ2Cs { width:38.8125rem;height:4.725rem;top:13.812499046326rem;left:4.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaOagFE7dx8d2zzkkxedfIZmcAaC6xVC { width:17.5rem;height:3rem;top:31.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHlKPTxM5tS3fI0fnbvFuBtXsvyzJBnm { display:block; }
 }@media only screen and (max-width: 763px) { #bq3HcFZnc358zmvpzm7HBxJcZUUsTofH { display:block; }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .row .container { width:47.75rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IENzTf9SSzzM3ISVyhohHUdBicZxzwKy { width:47.75rem;height:1.86875rem;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqDHSKIJgmmUx5TpI1OlI5H5RFS75gL9 { width:13.75rem;height:7.6875rem;top:6.7437505722044rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTx3NQiPRm7o9SGGWXVFFlMKFExSp5Gi { width:20.5625rem;height:7.3125rem;top:5.2645826339722rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt5Gb6AmtqZvTt5c6byWATFmbDn5HZau { width:23.625rem;height:6.5rem;top:23.249999046326rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEu47JwXKHyRfOUAZBsFAglxHHiygkRw { width:25.875rem;height:0.975rem;top:32.083332061767rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO29dHH6JwaT2h8l3qSo8JRQeOIBRlCB { width:20.75rem;height:2.7625rem;top:12.577082633972rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZkMVZZhMUUGBNGZ2XeonDRcfsqHMir4 { width:20.3125rem;height:5.2rem;top:17.056250572204rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEeZmAc7HFWTmGz5vvwzciqfrTOH6795 { width:20.3125rem;height:5.2rem;top:25.201041221619rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm1UiE9T4rSKok9rQpWbbyTE6e57Tk8m { width:20.3125rem;height:3.9rem;top:19.349999427796rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex { display:block; }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .row .container { width:47.75rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTUKg6xyoULTvUHJ582r6PTEJ32oDDZl { width:47.75rem;height:3.125rem;top:20.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ57EXSB6Ceg4n4dZNPZA3EIS4d55THl { width:11.8125rem;height:5.25rem;top:7.6062259674075rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1vWy8ZckTEbnBCm3eC2r1FsX4mwpqgS { display:block; }
 }@media only screen and (max-width: 763px) { #TxfUrmay28J6pIzMHkUZ21doVQwNVuEr { width:12.3125rem;height:12.3125rem;top:22.250024795533rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F940KHDkTteoZHKSF4w0zSJo8hJh9l53 { width:31.125rem;height:5.6875rem;top:28.925024032592rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKGw9tIbeEyauMgw0oEBZHSGpp1Mrn9h { width:47.75rem;height:11.025rem;top:15.425001144409rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F { display:block; }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHmR6TNO1isSptJmyVbr8MZkxFnZyHzq { width:27.6875rem;height:6.8125rem;top:0rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRJcmrt0sEXID91oOy9JqsF1dgE97XIA { width:29.625rem;height:19.6rem;top:0.79374980926512rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container { display: none; }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .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); } }@media only screen and (max-width: 763px) { #PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5cde529-e542-4521-90e3-69b9543c0fe6/powodz.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4.adaptive-delivery-prevent-bg, #PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4.lazyload, #PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4.lazyloading { background-image: none; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row .container { background-color: transparent; background-image: none; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row .container > .video-iframe-container { display: none; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row > .video-iframe-container { display: none; }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .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); }#PwWKVCaml8sPWLk8Jv7hDfTXCOSHCAs4 > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5K8bfpNztWPk0JrbGFO8zJsoVihlGTz { width:14.75rem;height:2.0625rem;top:12.0625rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMW4nSvTS8T1s1FU3JbR6WplOJyTPcNE { display:block; }
 }@media only screen and (max-width: 763px) { #atJm11TqHd0IECIOXSZr23CqD0THxV9A { display:block; }#atJm11TqHd0IECIOXSZr23CqD0THxV9A > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 { background-color:rgba(77,37,23,0.1);background-image:none;display:block; }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row .container { background-color: transparent; background-image: none; }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row .container > .video-iframe-container { display: none; }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row > .video-iframe-container { display: none; }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .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); }#rFG46616gQkX2zM6Rm94mWeGWdhMlKZ0 > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeWTNdDiPT39s8Q1nWXCezdWRlHwmFcA { width:3.125rem;height:3.125rem;top:0rem;left:-0.71875rem;font-size:2.1875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #MXEitHV8ksOno2opxESWATUT8AUNrO7A { width:20rem;height:17.9375rem;top:0rem;left:-0.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f60000, #060bb9);background-image: -moz-linear-gradient(180deg, #f60000, #060bb9);background-image: -ms-linear-gradient(180deg, #f60000, #060bb9);background-image: -o-linear-gradient(180deg, #f60000, #060bb9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#060bb9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#060bb9' );";background-image: linear-gradient(180deg, #f60000, #060bb9);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fnSzdnGHrMw34zHTBKgAt9K8qvAmMlQ8 { width:12.875rem;height:40.125rem;top:58.4375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KV1Gr9POqzG86SLaXUR9naTlUPrTMTx1 { width:12.875rem;height:40.125rem;top:99.8125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQdb8I4bBbkEHR3WPAtRfETodDsy0BOb { width:20rem;height:2.51875rem;top:9.3125019073488rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BOWG0dSuQPpsomGIaNTSoHQ3qwPovg { width:20rem;height:1.4625rem;top:14.000000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPVgnIRSge9iNo0PV2aGlJ0IFTzNxXFE { width:3.875rem;height:1.625rem;top:14.000000953674rem;left:14.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTi8qvRJ5MH0ScsUH3XC2Mm9gNN6WuT { width:4.8125rem;height:6.5rem;top:1.4999990463257rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu { display:block; }#t2HFTxDdCSGfTHIAXnkpzTAEAulewpdu > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFQfFMGgg51qyzelIGShSvXb46xUbOxH { width:15.264583375rem;height:2.577083375rem;top:1.875rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgpO9JD3iTMCVrHTZRqNwJ9c9Io13vOh { display:block; }
 }@media only screen and (max-width: 763px) { #KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt { display:block; }#KITR0FSdWMfFEb1Rs8nsNLtBsxxRoTAt > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W { display:block; }#JdzU8vAl8EQgSRzTokU0Zp15BNV4gr6W > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBTDaZNXbILwvw2Xr3KkDU9RhAItaqIZ { width:8.8125rem;height:0;top:14.3125rem;left:5.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTvrMf2sveroOrRVr7Zi3cnvlPGLrfUe { width:17.9375rem;height:1.2rem;top:28.404167175293rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kekBSrTCi4qqlvT7UcLhKr34JFRfCN { width:18.75rem;height:auto;top:25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWeFFWAnOP1C2ulKkBdhlPW9Tsqw8A7s { width:12.25rem;height:auto;top:21.875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQHIR2QD1mSEiysbzyX6rbqfM27SMw0S { width:8.5rem;height:6.25rem;top:12.616666793823rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnErlyxGn0UcwpX0I24SXoNHhXzVMr98 { display:block; }
 }@media only screen and (max-width: 763px) { #TCRzeDwFIgAz08mrhV4lLzv3HCbTnSIz { width:8.5rem;height:6.25rem;top:25.879166603088rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ7MWf0uPHGLd6GsfqXLoZNu00eAzedx { display:block; }
 }@media only screen and (max-width: 763px) { #PJyX9bWObCSRC5RHqSsWpVab4PID4M1I { width:20rem;height:8.775rem;top:1.2500009536743rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK4p88rLB1FibeaHdTEswSszwCFhKQdf { width:3.875rem;height:5.25rem;top:17.445833206177rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB3VJeeUaMO4RXZ6WNi4QfJeWFXgBnZx { width:3.875rem;height:5.25rem;top:30.816665649414rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN0Hxvlmx8a1CqHTKKux36mflmJMTzOf { width:4.25rem;height:4.25rem;top:26.625rem;left:7.875rem;font-size:2.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb { display:block; }#GnUCWuxxM9o9Ht6UNdOdch0TTT2IIeUb > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTh7vWgF5dtgcH7hCQTqTddC6l19k2PR { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pCiU6JeguF5fTQsTdJwJBfn3oglh5pfb { width:17.375rem;height:8.25rem;top:17.987500190735rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhJ8ZOn3b7lM7RO7lqe8T0V4985KP1dw { width:7.3125rem;height:8.5625rem;top:27.512499809265rem;left:11.549999237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5zpOlAgIf28EN5IgJt1thQhm99UsmhF { width:11.125rem;height:7.3125rem;top:28.14999961853rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgVkrscZFRGiM0nLWVHe7iL5vZmsgOyi { width:8.75rem;height:8.75rem;top:7.72500038147rem;left:10.14999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwmtIW8o0fz3RROinrhlvyR5tUccq2ty { width:8rem;height:8rem;top:7.72500038147rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJZvtBxAA3UdqwCBwmADnPDekfBci9G { width:20rem;height:29.9375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 { display:block; }#iKrvzGmOSnvBvC9kx1QRbzLnkUCHLqf0 > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHZpdP2U9ddoQI1VRAW2PwLSd77nISBt { width:20rem;height:0;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAUPAKLqTC6l010fdOinOXzulkBuqmxC { width:17.375rem;height:0;top:8.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssUBgsaGLcvDHL8O0qS4ZraITndTAZfZ { width:20rem;height:0;top:35.062488555908rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUlz86zEV3uuZT1eJKeOTvnOzzILHTfn { width:17.375rem;height:0;top:4.1500024795533rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHHkyiETRCXgJIz0fZdfOMAPBia6TCp { width:3.3125rem;height:3.3125rem;top:35.1875rem;left:8.3125rem;font-size:2.3125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ocDlbUpukNd6GzpIMKnTTL5z6HwqbFeE { width:19rem;height:2.9375rem;top:38rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZMXH7HpeQs7QqWhX8zcQ9QzwFg6fW4N { display:block; }
 }@media only screen and (max-width: 763px) { #mgaySTx67uL0vaTeF4AoWnwQ3gJ9f4Ec { width:17.375rem;height:17.55rem;top:11.679166793823rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5fIb5TN8KLCMpTNooIvDD9iNyJDeIHb { width:20rem;height:1.35rem;top:43.241678237915rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV26fRMPiZodytsfX86utvgh6PKAHOT2 { width:19.75rem;height:2.625rem;top:47.297918319702rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcaLybLKnbMbzkFBCqgo4EcbL1ethhB5 { width:19.4375rem;height:4.1875rem;top:46.516668319702rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOoX9hIkt4ACNMcOoW5J6e87OWbTeetn { display:block; }
 }@media only screen and (max-width: 763px) { #d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu { display:block; }#d8csUGBEIvVpFmRTAcqiK1bKeIfNEEGu > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMCRF93a8hSXxc409EARTTZdQZ6DCU2d { width:17.375rem;height:1.2rem;top:13.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7OziGK14obx1ViotETLcU1sTRwiAyGg { width:4.25rem;height:4.25rem;top:36.375rem;left:7.875rem;font-size:2.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #lyeWWoMQLIoAyvQutZ1b5NtZ8N7umFB2 { width:5.9375rem;height:6.6875rem;top:6rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww8TsPIezzJl5hsIlCb87c5bEpp1TIev { width:20rem;height:1.425rem;top:40.187503814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsJPnWJlqWZPw4hwf19B53R0Ewb0mFJC { width:16.5625rem;height:3.9375rem;top:44.010417938233rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzQxVOExNmSgWKqz9GivBoOgLXCVzsTp { width:18.0625rem;height:5.75rem;top:43.104187011719rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voSGFMK2Txc0TMHHoydhhLW9GmPZqTHl { display:block; }
 }@media only screen and (max-width: 763px) { #bOM4o18EJzDMD5rHk6qFRUkvXkqmL8dE { width:20rem;height:0;top:1.6812496185302rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOysoUS6rEibRF6EBxfwU18r1PKR4VWR { width:17.375rem;height:0;top:16.556240081787rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4AJGATk43oWuANQO73mWyEcMlgGiTNl { width:20rem;height:0;top:50.68124961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #se559fL4fz3MLtcTtzyCK3hXGXZ53aKK { width:17.8125rem;height:3.1875rem;top:53.30624961853rem;left:1.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #At3GrffkA4tXxmTJD6vSFWeJIJmE9TP1 { display:block; }
 }@media only screen and (max-width: 763px) { #xZ7N7WDHXiXrMSAI0TsDqWrdJc2bwFr7 { width:17.375rem;height:18.2rem;top:19.99374961853rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL { display:block; }#pldxiyPmlyzdVGs9DyvtDU7qRkE45RnL > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDGOGKUoUNBxUnGZRGeXi8y9dOum2hke { width:17.375rem;height:1.2rem;top:13.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTc21JwirTlnHcDa5iARbmBoAEqTmZi { width:3.3125rem;height:3.3125rem;top:36.875rem;left:8.3125rem;font-size:2.3125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #mwCvliKyecsDUMGeTbpoT7mMv6ZT2FBd { width:5.9375rem;height:6.6875rem;top:6.75rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS8St2fxnOq0y0qfiqh50ZefvkGZpoNm { width:20rem;height:1.425rem;top:42.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5peHfKTXmMT1NJL4N19JeFUb10TGfxF { width:16.5625rem;height:2.8rem;top:46.385417938233rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTnKJ81OvXmeGz48z0gTAmpgu0frZG4 { width:18.0625rem;height:4.4375rem;top:45.391666412354rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQCtP5bB4Q4QsGoyrdKhApb4NP7GT37f { display:block; }
 }@media only screen and (max-width: 763px) { #GhqCMvddWdyMCrptKi8rk0fZuSBd1C4H { width:20rem;height:0;top:1.6812496185302rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mivETw2ZhpHFifcgem7LnP3eimbBbFeP { width:17.375rem;height:0;top:16.243747711182rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #syOi2cE1qlHBDispFJqAs5WTxE9h3g0y { width:20rem;height:0;top:52.24374961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXRiUhA6a6zTbzGQKT5ETHku6Ez21s1e { width:17.8125rem;height:4.125rem;top:54.806243896484rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxyzCdPEmwd40ZbXtdHQTbwgB8K9d91q { display:block; }
 }@media only screen and (max-width: 763px) { #u6Lq5RkteMdi3zeh26re6pwVlaMVT5TQ { width:17.375rem;height:17.0625rem;top:19.80312538147rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph { background-color:#0040b4;background-image:none;display:block; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row .container { background-color: transparent; background-image: none; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row .container > .video-iframe-container { display: none; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row > .video-iframe-container { display: none; }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .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); }#KrJ6vz5NbADbRKLn02Q31kpQhGFvdhph > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAxZ6vRDCsIau90vTnT1OZarcFw9JhUK { width:19.875rem;height:3.4125rem;top:0.74583339691162rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyDLmHNkC2GIS45Q8Ds47OtVEcfwq6cy { width:6.1875rem;height:0.1875rem;top:5.5458335876465rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saJyzzUnncKJnrxu9Kt64OwWAVnc4Nf2 { width:2.625rem;height:2.625rem;top:6.5458335876462rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6FFWSQh9wSstnVlT5cqbngDlaGrDDqp { width:8.625rem;height:4.14375rem;top:11.598957061767rem;left:11.376041412354rem;font-size:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTDkgGx6Z4cyFv5x9WE9ETvVot1OMuaW { width:11.5625rem;height:0.125rem;top:15.672916412354rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTd5VOqI1ZJ7HPUGsDhTKuxrvlXovr2 { width:20rem;height:4.30625rem;top:9.1708335876462rem;left:0rem;font-size:3.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8P13UIvWTl1WQt3RWTfGHAoaF55M79l { width:13.7125rem;height:2.9rem;top:16.44687461853rem;left:3.1031246185302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcMVkw1tpVzXaKpX9QWfmretgHlg0Tbw { display:block; }
 }@media only screen and (max-width: 763px) { #NL0udmc0aJDWf1q0S2RUPl9EekAQssTx { width:20rem;height:11.6114375rem;top:20.168749809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpeOySL0dXdRErlX7X4reXV0ylBLMqnU { background-color:#0040b4;background-image:none;display:block; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row .container { background-color: transparent; background-image: none; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row .container > .video-iframe-container { display: none; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row > .video-iframe-container { display: none; }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .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); }#VpeOySL0dXdRErlX7X4reXV0ylBLMqnU > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REG6yqE2AydMoyx8QxU7hkMrnbxrk3TT { width:19.875rem;height:1.70625rem;top:2.3083324432373rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FG0KdudDXaV1gIaXCQwcMz0X3NFs0OFl { width:6.1875rem;height:0.1875rem;top:5.5458335876465rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amDP04k53N0SSmygRVKgILRRTB5I6dyJ { width:2.625rem;height:2.625rem;top:6.5458335876462rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK3a8sOcOR1Tu9W7kuMpUxmLnVq1zHbU { width:8.625rem;height:4.14375rem;top:11.723957061767rem;left:11.376041412354rem;font-size:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlBQemvAsnaoBPE3X79x3IJvdlEQqHIy { width:11.5625rem;height:0.125rem;top:15.25rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul2u98ZLfCTBmqlBJuFHaW9tEbK0fsta { width:20rem;height:4.30625rem;top:9.1708335876462rem;left:0rem;font-size:3.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2iFhT7Q1O7nz5enM1fQ2O2aFZg5RLUh { width:13.7125rem;height:2.9rem;top:16.446872711182rem;left:3.1031246185302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE4HRunVyuBoiFGCRsU4zvhODLZ9kwrJ { display:block; }
 }@media only screen and (max-width: 763px) { #nMWJaa8kibe7T5OTJy7oA6zeMSAWsrSy { width:17.1875rem;height:11.875rem;top:20.481248855591rem;left:1.2114582061768rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 { display:block; }#BG0MBPCcJtJlHzJHhyAmWlQvZuvBVGK1 > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2QOpaL3saEaLVAy6hAxqLUdfCCTPEwz { width:20rem;height:0;top:1.7041654586792rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9TnSJXFTqHTrQEJMW6qE0JTSZDe95g6 { width:17.375rem;height:1.2rem;top:14.812502861023rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3fdJumXCMMx29P0gSoTlHzQbQCiHcfD { width:20rem;height:2.025rem;top:17.072916984558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQJbS0uxtixIy7KGANF0IEFmDRk0GzT { width:3rem;height:4.625rem;top:7.5208330154419rem;left:11.983333587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1hDtTSsgp3rTnTT3FVWgMvhnIWUrJzb { width:20rem;height:6.125rem;top:74.624988555906rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IEWN2ByyPyCkS9a8CBqopLOT3KeWCPTC { width:17.375rem;height:15.84375rem;top:53.281237602234rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #t63L2VRZHHNlx9xTtsIqvGWnUO0Q7BmD { width:19.3125rem;height:1.725rem;top:35.335416793823rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkP1erIpXpa05XBBRCr74lMxue4Hsw0c { width:7.125rem;height:6.8125rem;top:38.860416412354rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiBu273plpGOMf1tzQ4WRahC69TC2XeL { width:17.4375rem;height:2.8rem;top:47.700000762939rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a6zo6q1irMVaAexTtrDMxrtpQQopvB0g { width:5.4375rem;height:6.125rem;top:6.7708320617675rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEMRWKneg9n00CBgmdLt1NdiTQOded0 { width:14.875rem;height:13.40625rem;top:20.37499332428rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 { display:block; }#bWWOzmHC9IZlaHW4TdoyUoosoanRtAZ9 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q { display:block; }#gS3RhAW8dhbKkbTuuBJ7cWl9mJoJEx2q > .row .container { width:20rem;height:73.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sl0oz6Q34bNTKATzfakm7ayhPeRGNk4f { width:13.0625rem;height:9.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqvxa1akc4mJqHp5TymEDkABqMgNb3xD { width:13.5rem;height:9.9375rem;top:9.7499990463256rem;left:6.5010414123538rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxKoLR87kLrUMhqRKJFbnT7BIsXo4AZC { width:12.3125rem;height:9.1875rem;top:36.749999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEU4iWtwyZ1Gd8ShA0M98CyFy66nfLzT { width:13.9375rem;height:8.875rem;top:18.829175949097rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5kBZBpxt1T6KmF8QaQSBnSslaM0hSKp { width:12.875rem;height:8.25rem;top:27.1875rem;left:7.0281513489088rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN0UHLaT3PktMPTt64B5ndOhSpTrlzht { width:13.375rem;height:9.625rem;top:45.182291984558rem;left:6.6260414123538rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ENAcyKBDhBa6aWipZ6qNTvwfIDkxDq { width:20rem;height:9.375rem;top:56.831250190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o6FBFnaOVqfQPMdQJEofDKPgTGpb1cLb { width:9.6875rem;height:5.25rem;top:66.956251144406rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvFMJQ5REQxRM3VicHf0DTNTp8xJVGov { width:2.8125rem;height:3.8125rem;top:67.675001144406rem;left:11.844791412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgFWIc5fA0QETqf4totzpGCLJFTKcTt3 { display:none; }#fgFWIc5fA0QETqf4totzpGCLJFTKcTt3 > .row .container { width:20rem;height:80.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PXMZnmGAlXq7rgantfovihdaPagsmT6e { width:6.6875rem;height:7.875rem;top:5.0052080154419rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrMLRxGOK1UzJE7qrwagZTUV30IBCVF { width:6.6875rem;height:7.875rem;top:5.0052080154419rem;left:0.93020820617675rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJHGTqv9fs6R2nLG6p2SS1TPBQx2lvF { width:6.6875rem;height:6.9375rem;top:16.58749961853rem;left:0.93020820617675rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVKcbbnTE0Uw2IOypJVPJ4sI2cOy9X87 { width:6.1875rem;height:6.1875rem;top:38.637512207031rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEKsEXTKo7C6tKZ8aXNAkDOdSZH6oK0B { width:6.6875rem;height:6.6875rem;top:59.843767166138rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGvHXGhdu31CiX6DqvUSfITnB6TGTwNg { width:4.875rem;height:6.625rem;top:47.941666603088rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOK8uqrfD14V883aExhKumRShVixnxUs { width:6.8125rem;height:6.8125rem;top:16.64999961853rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl8JhPnak3qkxAILAUri32CQFT2lZmiO { width:6.8125rem;height:6.8125rem;top:27.043749809265rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3HdIDZHOef6uyB8exQR43sqS9XX3pac { width:6.8125rem;height:6.8125rem;top:59.781238555908rem;left:11.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5uOg9VVEnIwhQtNxTN0EWc5azu4aWE { width:9.875rem;height:5.3125rem;top:38.637498855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5TSGh7Q3Puy19Et0H76Zbo2myL8TJe { width:6.25rem;height:6.25rem;top:48.129166603088rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uasdLAIzME05TRxzWEXmqbg9Rxp0yRoc { width:7.9375rem;height:7.9375rem;top:26.481250762939rem;left:0.93020820617675rem;display:block; }
 }@media only screen and (max-width: 763px) { #scEEMSa7p3cXce0SJs89HLqkCoJfcPqZ { width:7.8125rem;height:1.2rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ncvNgZEpwUZOepyURMBAOi32NeUiFV { width:7.8125rem;height:1.2rem;top:1.5624704360962rem;left:11.367708206177rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGT32XqlZzH5v87SOPqpRVgMXVByTMny { width:7.8125rem;height:2.4rem;top:13.637499809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFKathiAbxI3AVOG9UIFWTT2m6ysfKaf { width:7.8125rem;height:2.4rem;top:24.136458396912rem;left:0.93020820617675rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW3QAuLukS0Z98ObdTnQEuh9AdSifvti { width:7.8125rem;height:2.4rem;top:24.136458396912rem;left:11.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHERC5neSpKkZ5rW83TuUWRchQlZCzqQ { width:7.8125rem;height:2.4rem;top:56.381242752075rem;left:10.867708206177rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxggfD3RvsU9sff0vPZT1FMoGzwKoBUC { width:8.3125rem;height:2.4rem;top:35.267707824707rem;left:0.71145820617675rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3bHuPbOM45HiuUdzQ15w76FdNeI3ViZ { width:7.8125rem;height:2.4rem;top:35.267707824707rem;left:12.188541412354rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIusmyGJ1QO3vGLGythKvhe1JkTVX0zG { width:7.8125rem;height:2.4rem;top:44.825000762939rem;left:0.93020820617675rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDkIoLVpJuQr1AByL5GB9eCKGeq1LvpZ { width:7.8125rem;height:2.4rem;top:14.25rem;left:11.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtNQT5ovGbl7KIDqrXWppa0LD99mJsvS { width:7.8125rem;height:1.2rem;top:45.424999237061rem;left:10.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUonoIDlh8v57aN5dtDJiTN4Z5l4A7Gg { width:7.8125rem;height:2.4rem;top:56.38125038147rem;left:0.93020820617675rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9MShe45E9rRlw7MbVUc1GXE90ti3XkL { width:20rem;height:4.5rem;top:74.09375190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d3gIAV0mPTXVosR2gqTWbsgq4VRdLGTy { width:10.3125rem;height:1.2rem;top:70.948952674869rem;left:4.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REASSZVQcoswkZgQf8ToL4nAT2Idpwmy { display:none; }#REASSZVQcoswkZgQf8ToL4nAT2Idpwmy > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hZCT0duuazgTdzsgx2XmWn1nSMSDkL7N { width:3.9375rem;height:4.25rem;top:4.6875104904175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUHEFiDMGsUHNXXgorDJhTRBmX9lo9XP { width:14.875rem;height:1.3rem;top:11.1875rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfVmT4boqQf7fdGvfNcvKd0tocJuJbTw { width:13.4375rem;height:1.3rem;top:17.991666793823rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slLBrhnQqwl1ItgtDA6J4PKrLKyvr4OD { width:3.9375rem;height:4.25rem;top:17.991666793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB9087i8czWz1hHFM6RxHE8TpAMC5mWP { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7Z8GV5GraA18EXyh8UtfoQqhZAkIsFH { width:18.4375rem;height:1.05625rem;top:13.285416603088rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffzq1H6a6NEGmLQWaJMQ2ZGmDIhxazS4 { width:4rem;height:4rem;top:19.374999046326rem;left:15.999999046326rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uu9agJBmASJNLX2ob1ovTzoUCvVV6Ifn { width:15.4375rem;height:1.05625rem;top:21.291656494141rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RqM2aZ5qnqZSFutT6bOp26ATVrXNt5S8 { width:17.8125rem;height:1.38125rem;top:4.6875rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xp9PDKm1uKbPHCXArQGqm6htNfunl54F { width:3.9375rem;height:4.25rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMf46KBOa90RnvDEJPXhpK6uXfGQaICX { width:15.4375rem;height:2.1125rem;top:6.6874990463256rem;left:2.28125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H63xJxGJdEPIWbLr1sSTkH9NudD3Lzkg { width:18.4375rem;height:1.05625rem;top:19.952082633972rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFIe8p2TEMVheP66uOPTdypEcZK2Rt85 { width:15.4375rem;height:1.05625rem;top:14.347916603088rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrdECufeTETdrOLAXzvaE3lAb9mCcqQT { width:4rem;height:4rem;top:60.9375rem;left:8rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0u6BzS1mecQEcFC2ZzlA5phq8vtlC3N { display:none; }#T0u6BzS1mecQEcFC2ZzlA5phq8vtlC3N > .row .container { width:20rem;height:45.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxChAEJVFtfpRoWkSdq2bp8uQSRmGvvU { width:20rem;height:2.1125rem;top:0.69167613983156rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBtq07JP7s7xWRCCnu8ro3z13xmwS56C { width:12.875rem;height:6.75rem;top:4.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONWasnApRUpGKNWd9lzCnDzUb2c2BLqA { display:block; }
 }@media only screen and (max-width: 763px) { #PBydWHXX4Dr0P9oQ5mc3XXscku5Rc2I4 { width:12.875rem;height:6.75rem;top:12.874989509582rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpmPl6y7uWGbSXE6ggybDZl5dUME99T { display:block; }
 }@media only screen and (max-width: 763px) { #g6Fw4wKxzfW1EQ5I307QawGM4fG9aTux { width:12.875rem;height:6.75rem;top:21.312499046326rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heD5J258bSdNASv3AVuirRuKqW59pIn9 { display:block; }
 }@media only screen and (max-width: 763px) { #fV5OTXoBOFJIKtwfbruMGzc9GaNoC8GL { width:12.875rem;height:6.75rem;top:29.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5LiuqLiM7plbJRVusLbPAt62pblkmXz { display:block; }
 }@media only screen and (max-width: 763px) { #rDSz31FDGQIbs5RBKlVl1zgXs8hqfBG5 { width:12.875rem;height:6.75rem;top:37.437499046326rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haFWE7BlgMrue0ygfb4ZRrB2ZBmUIObO { display:block; }
 }@media only screen and (max-width: 763px) { #MvzJmLfUXN3epuLKDn3MlultDVAw0l4P { background-color:rgba(77,37,23,0.1);background-image:none;display:block; }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row .container { background-color: transparent; background-image: none; }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row .container > .video-iframe-container { display: none; }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row > .video-iframe-container { display: none; }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .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); }#MvzJmLfUXN3epuLKDn3MlultDVAw0l4P > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtWRBCQyodq3bmlZHaRVILDrbKqzsU8V { width:3.6875rem;height:5rem;top:0.8125rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCFLfhnrgqgdn7C13bNiwLpz451aSrD9 { width:19.9375rem;height:23rem;top:0rem;left:-0.090326220763231rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f60000, #060bb9);background-image: -moz-linear-gradient(180deg, #f60000, #060bb9);background-image: -ms-linear-gradient(180deg, #f60000, #060bb9);background-image: -o-linear-gradient(180deg, #f60000, #060bb9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#060bb9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#060bb9' );";background-image: linear-gradient(180deg, #f60000, #060bb9);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TrckmZRN61W4ayGi8D438qWp9O0EJxKA { width:12.875rem;height:40.125rem;top:58.4375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcuv4io1l8lvwMvMOcMgcfIMPMIXK63r { width:12.875rem;height:40.125rem;top:99.8125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6ruwEUlXimTxwO55NuyuaIgTeuoRz9U { width:20rem;height:4.0625rem;top:6.8749732971194rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwhTgAPkeUVtCfz7HpOnQeFRDCNKHRyM { width:20rem;height:1.4625rem;top:17.799998283386rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh2qFU2m56OIZNpRzIo04AhWGbwhGDWe { width:4.4375rem;height:1.625rem;top:17.799999237061rem;left:14.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMxHUuKkcxbdRuZS0CQpIXH6PWoqMTZX { width:20rem;height:3.25rem;top:12.374999046326rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 { display:block; }#z1AUllDalivaN9Q9pcJgz8IvDF1b5Q88 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1py0c8PvZkVpbsCEV2suZ4L2ClybhTo { width:20rem;height:2.7625rem;top:0.6875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;text-shadow:0.1875rem 0.1875rem 0.3125rem #aca2a2;display:block; }
 }@media only screen and (max-width: 763px) { #wpri3kIJixBRdpLDLTpi0hrEZDndSEhT { width:3.0625rem;height:4.125rem;top:5.1rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3rg7xVTIlgvuyQLQsg5vCx0HHpli94K { width:3.0625rem;height:4.125rem;top:10.475rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu { display:block; }#G7EwTSTbISiJv8vnL9RR0Um2ZA79yspu > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz { display:block; }#uTATKhmMEovK3QxlTVvTLSeKMOTvRVCz > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhswlTk7FukQbUwlhV88MO18bqWfC8cS { width:12.9375rem;height:2.4375rem;top:1.53125rem;left:3.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Xlm9eowtq5ix3fCMHp4Hk3y4ELV2rS { display:block; }
 }@media only screen and (max-width: 763px) { #NAlemQfZAVwQx68v4hLBzIyflrRaEmhP { display:block; }#NAlemQfZAVwQx68v4hLBzIyflrRaEmhP > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T85Qw8t4rhI566SvdmT1XQn25C0ipe4c { display:block; }#T85Qw8t4rhI566SvdmT1XQn25C0ipe4c > .row .container { width:20rem;height:95.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4K3ITWps3bATfk9fOnEMcRxICDhykSB { width:12.4375rem;height:20rem;top:24.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWzuqReWZ65ULbqUL6GfHTaPqVeJKpEh { width:12.4375rem;height:20rem;top:67.625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQB0VbPPlbbDtZ8o8Jas52SSwDOCgUmv { width:12.4375rem;height:20rem;top:111.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kf4dO9qlzqzTX4F3d11Sas9bKH208HPW { width:12.4375rem;height:20rem;top:240.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWuUAbvDEUhAtircT1EQhqdAHTZw2bIF { width:12.4375rem;height:20rem;top:218.8125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wl2kupiToG5zTfy3Sleq8FRhpZQx7h4V { width:12.4375rem;height:20rem;top:153.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GETWgHBf0BZmOJvnmbTx3VGZFlmHsKGs { width:4.5rem;height:4.5rem;top:1.4375rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvD9hTgenm5FFzwh4lhDTsPmswpsuR4E { width:4.6875rem;height:4.6875rem;top:16.250000953674rem;left:7.65625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3wUPWG2UfgnJq6vXQTX7Kw5ina3LWQ3 { width:3.8125rem;height:3.8125rem;top:33rem;left:8.09375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7W1H7X7eJdJw8qWT5dF1ARkeBV4mrtf { width:3.75rem;height:3.75rem;top:49.125rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJIXa070sARnb1OotKoPsStpFJALgd4 { width:3.625rem;height:3.625rem;top:66rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRd03Vh0o8pm0ioeDWC7TFp6z6SOJy7h { width:3.3125rem;height:3.3125rem;top:81rem;left:8.34375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZImrRdnIEkNbzaoyVcGsN8LJzMyyeVs0 { width:13.1875rem;height:2.275rem;top:27.562500953674rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K918Us8auxxSCRSf42TitTEBnVPvTPW0 { width:3.125rem;height:3.125rem;top:20.625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dv8CXEu0OxIl6Off7lvSDNwtmQ5iZOrM { width:12.4375rem;height:3.4375rem;top:38.3125rem;left:3.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqmwq2ZTbmKw1DxxLPZ1xaSfOyfq0ABc { display:block; }
 }@media only screen and (max-width: 763px) { #aSSksKiTclKPbfOgMbK18mnNK1TUHTvE { width:12.4375rem;height:3.4375rem;top:5.9375rem;left:3.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ydssqw77EDoNBBnZIotP1TXIAQt9TU { display:block; }
 }@media only screen and (max-width: 763px) { #rNn8AlCWWdH45MI59VXpl1MRVeaUXStc { width:13.5rem;height:4.55rem;top:10.6875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN338RZp0avxcVackkQEqpeTAZeHzOey { width:11.5rem;height:2.275rem;top:45.06254863739rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb5Dl3vFMti7TXZZ1TSBxGBh0EzdT0pR { width:12.4375rem;height:3.4375rem;top:22.312537193298rem;left:3.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRR1VDy5mHeN2unO1XdGWfL9RnRoW79M { display:block; }
 }@media only screen and (max-width: 763px) { #hdLKdnvJeDPCq0KR9SN7ztdTDwXov1RR { width:11.5rem;height:3.4125rem;top:59.8125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr9TyMuePhPVyndbbFrpcqSOyT4uiQDJ { width:12.875rem;height:1.1375rem;top:76.124999046325rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC2tLhdlSE0E5JE6zkKowTU9LxoiNkvI { width:11.8125rem;height:1.1375rem;top:91.1875rem;left:3.9874992370606rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQEkPuWIr2lhap2pDGIJdDJFSg1C6kDz { width:12.4375rem;height:3.4375rem;top:54.406202316284rem;left:3.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4GOcFZ3D8oCX6kEWuC6F2UsrZHJJPn3 { display:block; }
 }@media only screen and (max-width: 763px) { #RbkWLkTbCSAZ1RrQ7XriEC8StK0InBUl { width:12.4375rem;height:3.4375rem;top:70.750036239625rem;left:3.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlKRfNFTNcSykToaBXEaBEXQysyeM80t { display:block; }
 }@media only screen and (max-width: 763px) { #wOZ4RGFI2psBTt0lIauP6bW3TmOT9sbF { width:12.4375rem;height:3.4375rem;top:85.750011444094rem;left:3.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZCxUU7h8nTfGJLTt3cNVlziXBSK1bvT { display:block; }
 }@media only screen and (max-width: 763px) { #UScL87Q3yVxoCHS8xadgiu0df6iz92Va { background-color:#507100;background-image:url("https://images.assets-landingi.com/7KqnX3aF/typujwynik.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#UScL87Q3yVxoCHS8xadgiu0df6iz92Va.adaptive-delivery-prevent-bg, #UScL87Q3yVxoCHS8xadgiu0df6iz92Va.lazyload, #UScL87Q3yVxoCHS8xadgiu0df6iz92Va.lazyloading { background-image: none; }#UScL87Q3yVxoCHS8xadgiu0df6iz92Va > .row .container { width:20rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eHaFJnkumZSIws8Jyur8cxTbOn7aMFK2 { width:20rem;height:1.70625rem;top:16.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRkfHobKVLze0JZQKrGyDd1VxRiJ2Cs { width:20rem;height:3.4125rem;top:20.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaOagFE7dx8d2zzkkxedfIZmcAaC6xVC { width:14.1875rem;height:2.375rem;top:28.287501335144rem;left:2.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHlKPTxM5tS3fI0fnbvFuBtXsvyzJBnm { display:block; }
 }@media only screen and (max-width: 763px) { #bq3HcFZnc358zmvpzm7HBxJcZUUsTofH { display:block; }#bq3HcFZnc358zmvpzm7HBxJcZUUsTofH > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IENzTf9SSzzM3ISVyhohHUdBicZxzwKy { width:17.5625rem;height:2.4375rem;top:1.25rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IqDHSKIJgmmUx5TpI1OlI5H5RFS75gL9 { width:1.75rem;height:1.5625rem;top:44.66771030426rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTx3NQiPRm7o9SGGWXVFFlMKFExSp5Gi { width:20rem;height:6.825rem;top:6.4041671752931rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt5Gb6AmtqZvTt5c6byWATFmbDn5HZau { width:20rem;height:6.5rem;top:23.841666221619rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEu47JwXKHyRfOUAZBsFAglxHHiygkRw { width:16.1875rem;height:0.975rem;top:47.779168128967rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO29dHH6JwaT2h8l3qSo8JRQeOIBRlCB { width:20rem;height:2.1125rem;top:14.175000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZkMVZZhMUUGBNGZ2XeonDRcfsqHMir4 { width:20rem;height:5.2rem;top:18.050000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEeZmAc7HFWTmGz5vvwzciqfrTOH6795 { width:19.8125rem;height:5.2rem;top:32.516667366028rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm1UiE9T4rSKok9rQpWbbyTE6e57Tk8m { width:19.8125rem;height:3.9rem;top:38.222916603088rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex { display:block; }#N2P6C0E5xeQrSGXgs0pLvDa8p1TBJIex > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTUKg6xyoULTvUHJ582r6PTEJ32oDDZl { width:20rem;height:5.28125rem;top:25.487500190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ57EXSB6Ceg4n4dZNPZA3EIS4d55THl { width:6.625rem;height:2.875rem;top:32.656250953674rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1vWy8ZckTEbnBCm3eC2r1FsX4mwpqgS { display:block; }
 }@media only screen and (max-width: 763px) { #TxfUrmay28J6pIzMHkUZ21doVQwNVuEr { width:5.9375rem;height:5.9375rem;top:18.28750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F940KHDkTteoZHKSF4w0zSJo8hJh9l53 { width:14.3125rem;height:2.5rem;top:21.77499961853rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKGw9tIbeEyauMgw0oEBZHSGpp1Mrn9h { width:20rem;height:13.65rem;top:1.2375001907349rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F { display:block; }#Kl3uHHTwO2nZLx6zhTlF4KMx4P888n0F > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHmR6TNO1isSptJmyVbr8MZkxFnZyHzq { width:20rem;height:4.9607535321821rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRJcmrt0sEXID91oOy9JqsF1dgE97XIA { width:20rem;height:16.5rem;top:8.10000038147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.2;display:block; }
 }