.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#29235c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/40W5JtvP/Projekt_bez_tytu_u_3_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr.adaptive-delivery-prevent-bg, #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr.lazyload, #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr.lazyloading { background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43,42,116,0.67); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43,42,116,0.67); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { border-width: 0; border-radius: 0; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#lRLxz4MnbJZCiRelaZE4cVu0KOkS7WmD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:20.125rem;top:5.4375rem;left:1rem;overflow:hidden;display:block; }
#oHalA8xODxpWw80Jeswa3Qt1T888mw9u { color:#000000;display:block;width:32.1230625rem;position:absolute;font-family:"source sans pro";font-size:3.3125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:16.5625rem;left:1.375rem;height:4.3061rem;font-style:normal;display:block; }
#RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#2b2a74;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:12.5rem;height:3.874025rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:34.5rem;left:1.375rem;display:block; }
#PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { 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.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.376465rem;height:3.7509775rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:34.5625rem;left:17rem;display:block; }
#c9T0qP7XAoGcgBpCdSfaDEz1ofA6NCgK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NREzci2S8Gp9R5QEI3bV9V1703anBhCW { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:24.5rem;left:1.375rem;height:5.69986875rem;font-style:normal;display:block; }
#M6ITfhAvdh1B7hfbM7PhdqQOgXHvzO5e { position:absolute;display:block;z-index:100018;background-color:#f60182;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.625rem #f60182 ;height:0.25rem;width:5.625rem;top:21.75rem;left:1.375rem;display:block; }
#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b2a74;background-image:none;position:relative;display:block; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { background-color: transparent; background-image: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container > .video-iframe-container { display: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container { display: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .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); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { border-width: 0; border-radius: 0; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#AqUQLrIpfPCxw8a69EXeuCcdTBLOQrlT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:3.6875rem;top:2.34375rem;left:45rem;overflow:hidden;display:block; }
#x0TzEaraNLeXRtlOTTaKadCiW5E8IACu { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:1.6875rem;left:25.625rem;overflow:hidden;display:block; }
#I5COH4G6EaHHqsvCrQX1w8CpMT3c3cos { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.8125rem;top:2.25rem;left:7.4375rem;overflow:hidden;display:block; }
#JfLQgcBc1zlWbHaHEpTodG8HxW86hyUw { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.75rem;top:1.875rem;left:63.1875rem;overflow:hidden;display:block; }
#igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { color:#1e9dff;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem #1e9dff;top:7.8125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { color:#1e9dff;display:block;width:15.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem #1e9dff;top:7.8125rem;left:39.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { color:#1e9dff;display:block;width:15.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem #1e9dff;top:7.8125rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJdB9nRRWBMZaeCagiOmTlIFGDT1Rqhp { color:#1e9dff;display:block;width:15.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem #1e9dff;top:7.8125rem;left:58.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl.adaptive-delivery-prevent-bg, #qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl.lazyload, #qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl.lazyloading { background-image: none; }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl > .row .container { background-color: transparent; background-image: none; }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl > .row .container > .video-iframe-container { display: none; }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl > .row > .video-iframe-container { display: none; }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl > .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); }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl > .row .container { border-width: 0; border-radius: 0; }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#Rb0NFHv7ptZyc2ybzJk0HEG0zD9gHbew { color:#2b2a74;display:block;width:37.4375rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0.9375rem;height:3.25rem;font-style:normal;display:block; }
#wlokn5fuqh7wwcXW2Tggm1Ldh4fQ90cK { position:absolute;display:block;z-index:100017;background-color:#f60182;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.625rem #f60182 ;height:0.25rem;width:5.625rem;top:8.4375rem;left:0.9375rem;display:block; }
#Z8iyWp07JohI9zUakH8JhO3zxMTDBcR6 { color:#2b2a74;display:block;width:60.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:100013;line-height:2.5;letter-spacing:0;top:10.875rem;left:0.9375rem;height:9.375rem;font-style:normal;display:block; }
#ZyuM8dUOZnRX7wIvE1K4OLOEVa4mvWK0 { color:#2b2a74;display:block;width:60.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:100013;line-height:2.5;letter-spacing:0;top:10.875rem;left:0.9375rem;height:9.375rem;font-style:normal;display:none; }
#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC.adaptive-delivery-prevent-bg, #uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC.lazyload, #uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC.lazyloading { background-image: none; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row .container { background-color: transparent; background-image: none; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row .container > .video-iframe-container { display: none; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row > .video-iframe-container { display: none; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .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); }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row .container { border-width: 0; border-radius: 0; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#UgZXOlvTTfwC92TgbSCFpd97IEg3eL69 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:20.125rem;top:3.28125rem;left:1rem;overflow:hidden;display:block; }
#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH.adaptive-delivery-prevent-bg, #DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH.lazyload, #DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH.lazyloading { background-image: none; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row .container { background-color: transparent; background-image: none; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row .container > .video-iframe-container { display: none; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row > .video-iframe-container { display: none; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .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); }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row .container { border-width: 0; border-radius: 0; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#v85GvP9ILbOzadbl8ZGpAlEwhZsESnh4 { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1rem;height:1.29980625rem;display:block; }
#PfIzcZqkddewdVvuvQHKCbJKxLdtlfLA { position:absolute;display:block;z-index:100000;height:10.3125rem;width:19.125rem;top:3.625rem;left:1rem;display:block; }
#aGty49reMiXQwTJEAbq0ZUZhITBNeQBl { position:absolute;display:block;z-index:100000;height:10.3125rem;width:19.125rem;top:3.625rem;left:1rem;display:none; }
#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3.adaptive-delivery-prevent-bg, #HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3.lazyload, #HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3.lazyloading { background-image: none; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row .container { background-color: transparent; background-image: none; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row .container > .video-iframe-container { display: none; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row > .video-iframe-container { display: none; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .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); }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row .container { border-width: 0; border-radius: 0; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#qJ9v1pSZwWWHsirFQ0PTukNaC59MPDtA { position:absolute;display:block;z-index:100003;height:10.3125rem;width:22.5rem;top:2.625rem;left:0.9375rem;display:block; }
#TGz5M1bOJuyVrTBKNmar7bcQgehDrKyF { color:#000000;display:block;width:42.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:14.125rem;left:0.9375rem;height:8.997375rem;display:block; }
#b9LFLqQV2RVdKWKGUVrzK4l4bcNOal3u { position:absolute;display:block;z-index:100003;height:10.3125rem;width:22.5rem;top:2.625rem;left:0.9375rem;display:none; }
#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d.adaptive-delivery-prevent-bg, #UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d.lazyload, #UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d.lazyloading { background-image: none; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row .container { background-color: transparent; background-image: none; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row .container > .video-iframe-container { display: none; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row > .video-iframe-container { display: none; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .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); }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row .container { border-width: 0; border-radius: 0; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#hhPqr39fu3btXqu2zbJB7kxncZxyCSeT { color:#000000;display:block;width:41.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:14.625rem;left:1.0625rem;height:7.4978125rem;display:block; }
#rF0yyHFFELySqXPx8Dzx195xrrrUJFAG { position:absolute;display:block;z-index:100006;height:10.3125rem;width:22.5rem;top:2.8125rem;left:1.0625rem;display:block; }
#A5xikA4HOwb3figwxN9AfTwelB9zEBeA { position:absolute;display:block;z-index:100006;height:10.3125rem;width:22.5rem;top:2.8125rem;left:1.0625rem;display:none; }
#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8.adaptive-delivery-prevent-bg, #oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8.lazyload, #oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8.lazyloading { background-image: none; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row .container { background-color: transparent; background-image: none; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row .container > .video-iframe-container { display: none; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row > .video-iframe-container { display: none; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .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); }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row .container { border-width: 0; border-radius: 0; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#zn20KeMTB4Sac1zGtrhyes9LwR4whMMG { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:13.875rem;left:1.0625rem;height:7.4978125rem;display:block; }
#dCCT5XkmhCeUcK9Dv9U6rT48VnavSFuk { position:absolute;display:block;z-index:100009;height:10.3125rem;width:22.5rem;top:2.625rem;left:1.0625rem;display:block; }
#PhxeML6R61gmbwuckk3CKicKRV4MElCQ { position:absolute;display:block;z-index:100009;height:10.3125rem;width:22.5rem;top:2.625rem;left:1.0625rem;display:none; }
#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ.adaptive-delivery-prevent-bg, #ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ.lazyload, #ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ.lazyloading { background-image: none; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row .container { background-color: transparent; background-image: none; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row .container > .video-iframe-container { display: none; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row > .video-iframe-container { display: none; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .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); }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row .container { border-width: 0; border-radius: 0; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#oEUQu6IaVa6BgNuXyhArNlcbfFFHmCy2 { position:absolute;display:block;z-index:100012;height:10.3125rem;width:22.5rem;top:2.4375rem;left:1.0625rem;display:block; }
#UtS1WntkT3MKEtkzFzVimw6ADwUTdppp { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.5;letter-spacing:0;top:13.625rem;left:1.0625rem;height:7.4978125rem;display:block; }
#festQr1XQJhui7J1KXr8aNOeNKJxMd2e { position:absolute;display:block;z-index:100012;height:10.3125rem;width:22.5rem;top:2.4375rem;left:1.0625rem;display:none; }
#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T.adaptive-delivery-prevent-bg, #TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T.lazyload, #TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T.lazyloading { background-image: none; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row .container { background-color: transparent; background-image: none; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row .container > .video-iframe-container { display: none; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row > .video-iframe-container { display: none; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .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); }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row .container { border-width: 0; border-radius: 0; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#izzVq3Ve0Tckio8I3XeHRCEmpkqZf6mJ { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.5;letter-spacing:0;top:14.1875rem;left:1.0625rem;height:5.9982625rem;display:block; }
#tLKJ5p0bZH8qDDnCJbkJTQn4VrAwerik { position:absolute;display:block;z-index:100015;height:10.3125rem;width:22.5rem;top:2.1875rem;left:1.0625rem;display:block; }
#zdMbv3xUJ0FEKVUQ11cSqHvGEp4avy35 { position:absolute;display:block;z-index:100015;height:10.3125rem;width:22.5rem;top:2.1875rem;left:1.0625rem;display:none; }
#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm.adaptive-delivery-prevent-bg, #aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm.lazyload, #aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm.lazyloading { background-image: none; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row .container { background-color: transparent; background-image: none; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row .container > .video-iframe-container { display: none; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row > .video-iframe-container { display: none; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .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); }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row .container { border-width: 0; border-radius: 0; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#wZvahQeA3Qh1qcZRHRtZavkEzCRy8qgy { position:absolute;display:block;z-index:100018;height:10.3125rem;width:22.5rem;top:2.1875rem;left:1.0625rem;display:block; }
#nHcGDuRv2Uwwb3vJM2cEaE2KGiGlS5cN { color:#000000;display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.6;letter-spacing:0;top:13.875rem;left:1.0625rem;height:3.19921875rem;display:block; }
#HRpM6xCP0SMq4T9kNTLrgaXLAfIeP6bI { position:absolute;display:block;z-index:100018;height:10.3125rem;width:22.5rem;top:2.1875rem;left:1.0625rem;display:none; }
#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D.adaptive-delivery-prevent-bg, #xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D.lazyload, #xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D.lazyloading { background-image: none; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row .container { background-color: transparent; background-image: none; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row .container > .video-iframe-container { display: none; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row > .video-iframe-container { display: none; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .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); }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row .container { border-width: 0; border-radius: 0; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#JtVSGKmL45hxVSEvSIEpbASEzbTx16lL { position:absolute;display:block;z-index:100021;height:10.3125rem;width:22.5rem;top:2.1875rem;left:1.0625rem;display:block; }
#TX9wkvtJGdCtUokTK37nNd2Ls8tt7JiM { color:#000000;display:block;width:41.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.5;letter-spacing:0;top:13.875rem;left:1.0625rem;height:2.99913125rem;display:block; }
#oDxSONQqAsIRMmOh1syuRRqTQqaKKGQi { position:absolute;display:block;z-index:100021;height:10.3125rem;width:22.5rem;top:2.1875rem;left:1.0625rem;display:none; }
#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y.adaptive-delivery-prevent-bg, #rIabwsTdoqTu82aImSFsAyTHN4ntxd7y.lazyload, #rIabwsTdoqTu82aImSFsAyTHN4ntxd7y.lazyloading { background-image: none; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row .container { background-color: transparent; background-image: none; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row .container > .video-iframe-container { display: none; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row > .video-iframe-container { display: none; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .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); }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row .container { border-width: 0; border-radius: 0; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#fHEL0THckbprcgNyPon2KD0KKxQBTxst { position:absolute;display:block;z-index:100024;height:10.3125rem;width:22.5rem;top:2.0625rem;left:1.0625rem;display:block; }
#kOZImWZ9TmrhkZtCFZBqneLyiyXSlvSg { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100031;line-height:1.6;letter-spacing:0;top:14.125rem;left:1.0625rem;height:7.9969375rem;display:block; }
#RnJgMzrTL5dbwauTAP0DzUCsZ3P1LChG { position:absolute;display:block;z-index:100024;height:10.3125rem;width:22.5rem;top:2.0625rem;left:1.0625rem;display:none; }
#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U.adaptive-delivery-prevent-bg, #MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U.lazyload, #MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U.lazyloading { background-image: none; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row .container { background-color: transparent; background-image: none; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row .container > .video-iframe-container { display: none; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row > .video-iframe-container { display: none; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .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); }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row .container { border-width: 0; border-radius: 0; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#JHigdVksTgP7hMTT8xLw2WgbPThg4tio { color:#000000;display:block;width:42.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100034;line-height:1.6;letter-spacing:0;top:14.0625rem;left:1.0625rem;height:4.798175rem;display:block; }
#DPU5Wpeu7vyTnmNMGTWvFPf42xdXOFGp { position:absolute;display:block;z-index:100027;height:10.3125rem;width:22.5rem;top:2.625rem;left:1.0625rem;display:block; }
#eypXs4vEvgTDMN2fh0BDTO4g6Ipk5t3F { position:absolute;display:block;z-index:100027;height:10.3125rem;width:22.5rem;top:2.625rem;left:1.0625rem;display:none; }
#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT.adaptive-delivery-prevent-bg, #TG5269saRVnd0HaG0gEs9Klb5PTcD5BT.lazyload, #TG5269saRVnd0HaG0gEs9Klb5PTcD5BT.lazyloading { background-image: none; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row .container { background-color: transparent; background-image: none; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row .container > .video-iframe-container { display: none; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row > .video-iframe-container { display: none; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .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); }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row .container { border-width: 0; border-radius: 0; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#LdBbabWNbI75G63I0r2x35eo0DEJOm9r { position:absolute;display:block;z-index:100030;height:10.3125rem;width:22.5rem;top:2.375rem;left:1.0625rem;display:block; }
#CNVzQSVmMTNoNMGkvy6IKBR1O7Pvhrgw { color:#000000;display:block;width:42.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100037;line-height:1.6;letter-spacing:0;top:14rem;left:1.0625rem;height:4.798175rem;display:block; }
#NHOAZByyRmgdF2rhooquZofndcRI4xNB { position:absolute;display:block;z-index:100030;height:10.3125rem;width:22.5rem;top:2.375rem;left:1.0625rem;display:none; }
#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn.adaptive-delivery-prevent-bg, #Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn.lazyload, #Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn.lazyloading { background-image: none; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row .container { background-color: transparent; background-image: none; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row .container > .video-iframe-container { display: none; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row > .video-iframe-container { display: none; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .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); }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row .container { border-width: 0; border-radius: 0; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#wKwHuBzLhRv3aAUHasUa4qnVJXWmAc6Q { position:absolute;display:block;z-index:100033;height:10.3125rem;width:22.5rem;top:2.3125rem;left:1.0625rem;display:block; }
#hzIxSHIONc52hSUE0TqsCcLFgSQk7ldT { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100040;line-height:1.6;letter-spacing:0;top:13.9375rem;left:1.0625rem;height:4.798175rem;display:block; }
#MddO38mmUe6HxKXES19boqFA2hOFkekM { position:absolute;display:block;z-index:100033;height:10.3125rem;width:22.5rem;top:2.3125rem;left:1.0625rem;display:none; }
#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r.adaptive-delivery-prevent-bg, #zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r.lazyload, #zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r.lazyloading { background-image: none; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row .container { background-color: transparent; background-image: none; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row .container > .video-iframe-container { display: none; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row > .video-iframe-container { display: none; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .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); }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row .container { border-width: 0; border-radius: 0; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#AACKPRp58Sk8U2wRdo7FBfOAi8Uacovc { position:absolute;display:block;z-index:100036;height:10.3125rem;width:22.5rem;top:2.4375rem;left:1.0625rem;display:block; }
#pJxCPTA39dwWCAlWu7mBGWMLKS6bFrlb { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100043;line-height:1.6;letter-spacing:0;top:13.75rem;left:1.0625rem;height:6.3975625rem;display:block; }
#TBmz7KRvofuG2LUKEM5WbKPc76lk6FSw { position:absolute;display:block;z-index:100036;height:10.3125rem;width:22.5rem;top:2.4375rem;left:1.0625rem;display:none; }
#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #e6007e;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZisS7G6/Podcasty_dentonetu_tlo_v2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV.adaptive-delivery-prevent-bg, #fISsHnd8scTy80u7ikZU0cdJUWO8OBcV.lazyload, #fISsHnd8scTy80u7ikZU0cdJUWO8OBcV.lazyloading { background-image: none; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row .container { background-color: transparent; background-image: none; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row .container > .video-iframe-container { display: none; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,35,92,0.7); }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row > .video-iframe-container { display: none; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .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); }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row .container { border-width: 0; border-radius: 0; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#gtSFOha0mhWonxy5XipE3QihPS9D0atC { position:absolute;display:block;z-index:100039;height:10.3125rem;width:22.5rem;top:3.5625rem;left:1.0625rem;display:block; }
#GNy7PRPiHUT1oGmdRJMuyLEF5SRxAgzO { color:#000000;display:block;width:42.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100046;line-height:1.6;letter-spacing:0;top:14.75rem;left:1.0625rem;height:3.19921875rem;display:block; }
#qKwtdr5KIIeMMqHXrvGwe9QTmg6f4Sbq { position:absolute;display:block;z-index:100039;height:10.3125rem;width:22.5rem;top:3.5625rem;left:1.0625rem;display:none; }
#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container { background-color: transparent; background-image: none; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container > .video-iframe-container { display: none; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row > .video-iframe-container { display: none; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .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); }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container { border-width: 0; border-radius: 0; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#lmPtd3IZz9eT2yu6Al7Lo8Qmd1gHSQm2 { color:#2b2a74;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0.8125rem;height:15.11069375rem;font-style:normal;display:block; }
#Tnvh8lpx1LAH1PDNEpvKGZuHTdX0K7xB { background-color:#2b2a74;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:6rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:8rem;left:55.125rem;display:block; }
#SoCcH6GcFU3XkVl2LWAWJ5yHhocahNQH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vsroTancnplUTwvRgbGomBrSAaAtIMc3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#vsroTancnplUTwvRgbGomBrSAaAtIMc3 > .row .container { background-color: transparent; background-image: none; }#vsroTancnplUTwvRgbGomBrSAaAtIMc3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vsroTancnplUTwvRgbGomBrSAaAtIMc3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vsroTancnplUTwvRgbGomBrSAaAtIMc3 > .row .container > .video-iframe-container { display: none; }#vsroTancnplUTwvRgbGomBrSAaAtIMc3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vsroTancnplUTwvRgbGomBrSAaAtIMc3 > .row > .video-iframe-container { display: none; }#vsroTancnplUTwvRgbGomBrSAaAtIMc3 > .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); }#vsroTancnplUTwvRgbGomBrSAaAtIMc3 > .row .container { border-width: 0; border-radius: 0; }#vsroTancnplUTwvRgbGomBrSAaAtIMc3 > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#yrUx0JuuIHRHSN2zk6um9aEWsRXHTkWN { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:34.6875rem;top:3.59375rem;left:40.3125rem;overflow:hidden;display:block; }
#mrVoRJP2BWMCON9id7beJMTaBMlasTcy { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.875rem;left:0.8125rem;height:2.51855625rem;font-style:normal;display:block; }
#MTCUI6euNqZhL14pxxvfatBlqSqfCPJf { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100047;line-height:1.6;letter-spacing:0;top:6.9375rem;left:0.8125rem;height:14.3945rem;display:block; }
#loRXZCANk28nJkSAR8QRf0HTaNVI2ZaZ { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.1875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:22.4375rem;left:0.8125rem;display:block; }
#SpS0mA9ZsPH41nn4vaMEgiB6Uyk8wREW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ulspo0x56p42NS1EruhUwkxtFQ2F2K5M { position:absolute;display:block;z-index:100019;background-color:#f60182;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.625rem #f60182 ;height:0.25rem;width:5.625rem;top:5.5625rem;left:0.8125rem;display:block; }
#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f60182;background-image:none;position:relative;display:block; }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 > .row .container { background-color: transparent; background-image: none; }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 > .row .container > .video-iframe-container { display: none; }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 > .row > .video-iframe-container { display: none; }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 > .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); }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 > .row .container { border-width: 0; border-radius: 0; }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#QhLs5UlIhxlAcTv7FTUyVy3swmUzbJHN { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:1.3125rem;left:66.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QvTdo84zqxHyPkQMUt4NvwDsI9L3yJ62 { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0.78125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LeJ24DPQUVb1bh55rnIGbbbpwIfEQpyB { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.25rem;top:1.5rem;left:25.125rem;overflow:hidden;display:block; }
#dgVAcTtIn65l90bTMa0c1DahRWNEeH1R { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:9.5625rem;top:1.40625rem;left:13.59375rem;overflow:hidden;display:block; }
#ST1Lb80TUSyIeE7TWhXe73zgK6laOynA { box-sizing:content-box;color:#ffffff;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:100023;top:0.46875rem;left:61.40625rem;display:block; }
#OXBFOoEfREScC9Qg5k1TgG5vcfooOdrg { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:1.3125rem;left:47.71875rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xkpEqmRl9gHs3UUoTDyKpdirg3D9Vx6J { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1827;background-image:none;position:relative;display:block; }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S > .row .container { background-color: transparent; background-image: none; }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S > .row .container > .video-iframe-container { display: none; }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S > .row > .video-iframe-container { display: none; }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S > .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); }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S > .row .container { border-width: 0; border-radius: 0; }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#GUADZIr9B5850nl1A3Pr8fKqr6Qn9KU3 { color:#ffffff;display:block;width:8.5623125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:0.99338150024412rem;left:0rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IMmDMVDTflJDExkCfThzi5azT7MSE4ki { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:5.24956875rem;top:0.78125rem;left:7.5rem;overflow:hidden;display:block; }
#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL { border-top:0.1875rem solid #e6007e;border-left:0;border-right:0;border-bottom:0;background-color:rgba(43,42,116,0.84);background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL > .row .container { background-color: transparent; background-image: none; }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL > .row .container > .video-iframe-container { display: none; }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL > .row > .video-iframe-container { display: none; }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL > .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); }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL > .row .container { border-width: 0; border-radius: 0; }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#GaE4rT35rIZfgkuC7ZkKWVXMC3gqm0cf { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.9375rem;left:13.59375rem;display:block; }
#xt2wXgWIdo6Vae186sRsslXNUTH38ngo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RCgMMUyZbRililx3sDwNrDTumT6IT8b3 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:0.9375rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oXpCzHm75u0o5768qR8uVMI8ATKQkaG7 { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.9375rem;left:15.71875rem;display:block; }
#cQXMEglS9AcJ0d1IWD4DDLCq0D6wVGNl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KRCGZgOtNigdnIqFmn4CTyld86zqNoWS { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.9375rem;left:17.90625rem;display:block; }
#Z6cuLOTdXphaxqh4xUHFA6PMzmZhRv7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CxeJCpcTZlwdmOa9ZzqUF8EunmLbHW5R { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.9375rem;left:20.1875rem;display:block; }
#OaKNotWpu2ptyTCLKAExRM1rQVA097US { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p1X7DzmwTRME4OFbysnyw9Dca3Jn99LP { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.9375rem;left:22.3125rem;display:block; }
#XTyFUaPPpAr0NcFo7Nm9ZpCCqfhsRrbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w2xkJ8NiKi2TstGzqd9swxCqKMS1JkXA { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.9375rem;left:24.5rem;display:block; }
#ZsMdFc2bPCUDzzFNBe9CTasPJAwu1XLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w0qH8TvhBhP60Jxnq10LZgGGUVNmGxHq { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:0.9375rem;left:26.75rem;display:block; }
#H3INZwP22xWq4vkJONzIsZdPLgKuPdQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OknCnBGlx1nc5mhyHkLeHpabNzUJUn5V { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:0.9375rem;left:28.875rem;display:block; }
#T6Pm4oXBqly1vd9nZRF7OGbFEJ2WJtfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ryTNHQ0o7F8TK0ip2zHXIUpDlDqp1bTN { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:0.9375rem;left:31.0625rem;display:block; }
#HSN3SL39tWEpdtivv2MpZrc9NoKfd5mZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c3kTGHv4kRk7nI1LhG6VM19MBJW1RyyT { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.9375rem;left:33.25rem;display:block; }
#TwiTv2y0rzah76SsnhhfpUSNM3I54axF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qx02EZdW6KJiBVWaPD6kXnnABurG8lxU { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:0.9375rem;left:35.375rem;display:block; }
#EJGSwGvBiL8xSOUIO6CvwDv4pQMDmdCI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o5igHJoeh92VEtNaJRvF4ekWRUuQQ6JK { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:0.9375rem;left:37.5625rem;display:block; }
#bQUAVyxuxSG1oQi02dEGZ6FuSKB692tB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bO3JtHNbogR98y5x4Cpb3P9fSaqCKWJL { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:0.9375rem;left:39.6875rem;display:block; }
#tzm22yEkoAQe74lZKEQoTzW4MskQfRIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KRm3tRNUoJxkWvNKGaVoeyocALSohwiR { background-color:transparent;background-image:none;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.25rem;height:1.25rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0.9375rem;left:41.8125rem;display:block; }
#xn2P86Tpg7dqJyxntGVk9pB0Ed3E6dt6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NTvgXOCzLicXrMMTuoGdLfB0cz3DXVxy { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.4375rem;left:66.28125rem;display:block; }
#U9noo03VHoS1oQSAddD8eF1CRKOFanOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J7aq3E8IvmAHcturxAI6hgvtTcM9xpZT { border-top:0.1875rem solid #e6007e;border-left:0;border-right:0;border-bottom:0;background-color:rgba(43,42,116,0.84);background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#J7aq3E8IvmAHcturxAI6hgvtTcM9xpZT > .row .container { border-width: 0; border-radius: 0; }#J7aq3E8IvmAHcturxAI6hgvtTcM9xpZT > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#Qd95B50foQmssnqXtIS7cZbPGX9zHrA1 { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.4375rem;left:66.28125rem;display:block; }
#QPp9vURMuVdkFcObWCK1rQZvhPEKKlvz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { display:none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lRLxz4MnbJZCiRelaZE4cVu0KOkS7WmD { top:5.4375rem;left:0rem;width:20.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHalA8xODxpWw80Jeswa3Qt1T888mw9u { top:16.5625rem;left:0rem;width:32.0625rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { width:12.5rem;height:3.8125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block; }
 }@media only screen and (max-width: 763px) { #q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { width:12.375rem;height:3.75rem;top:34.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9T0qP7XAoGcgBpCdSfaDEz1ofA6NCgK { display:block; }
 }@media only screen and (max-width: 763px) { #NREzci2S8Gp9R5QEI3bV9V1703anBhCW { top:24.5rem;left:0rem;width:31.125rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ITfhAvdh1B7hfbM7PhdqQOgXHvzO5e { top:21.75rem;left:0rem;width:5.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { display:block; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqUQLrIpfPCxw8a69EXeuCcdTBLOQrlT { top:2.3125rem;left:27.96875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0TzEaraNLeXRtlOTTaKadCiW5E8IACu { top:1.625rem;left:15.40625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5COH4G6EaHHqsvCrQX1w8CpMT3c3cos { top:2.1875rem;left:4.03125rem;width:3.8125rem;height:3.8747602305721rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfLQgcBc1zlWbHaHEpTodG8HxW86hyUw { top:1.875rem;left:39.34375rem;width:4.75rem;height:4.6242622976706rem;display:block; }
 }@media only screen and (max-width: 763px) { #igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { top:7.8125rem;left:0rem;width:15.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { top:7.8125rem;left:20.6875rem;width:15.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { top:7.8125rem;left:8.75rem;width:15.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJdB9nRRWBMZaeCagiOmTlIFGDT1Rqhp { top:7.8125rem;left:32.625rem;width:15.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl { display:block; }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb0NFHv7ptZyc2ybzJk0HEG0zD9gHbew { top:4.25rem;left:0rem;width:37.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlokn5fuqh7wwcXW2Tggm1Ldh4fQ90cK { top:8.4375rem;left:0rem;width:5.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8iyWp07JohI9zUakH8JhO3zxMTDBcR6 { top:10.875rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyuM8dUOZnRX7wIvE1K4OLOEVa4mvWK0 { top:10.6875rem;left:0rem;width:20rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC { display:block; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgZXOlvTTfwC92TgbSCFpd97IEg3eL69 { top:3.25rem;left:0rem;width:20.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH { display:block; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v85GvP9ILbOzadbl8ZGpAlEwhZsESnh4 { width:36.5625rem;height:1.25rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfIzcZqkddewdVvuvQHKCbJKxLdtlfLA { width:19.125rem;height:10.3125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGty49reMiXQwTJEAbq0ZUZhITBNeQBl { width:19.125rem;height:10.3125rem;top:3.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 { display:block; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ9v1pSZwWWHsirFQ0PTukNaC59MPDtA { width:22.5rem;height:10.3125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGz5M1bOJuyVrTBKNmar7bcQgehDrKyF { width:42.875rem;height:9rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9LFLqQV2RVdKWKGUVrzK4l4bcNOal3u { width:22.5rem;height:10.3125rem;top:2.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d { display:block; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhPqr39fu3btXqu2zbJB7kxncZxyCSeT { width:41.125rem;height:7.5rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF0yyHFFELySqXPx8Dzx195xrrrUJFAG { width:22.5rem;height:10.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5xikA4HOwb3figwxN9AfTwelB9zEBeA { width:22.5rem;height:10.3125rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 { display:block; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zn20KeMTB4Sac1zGtrhyes9LwR4whMMG { width:47.75rem;height:6rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCCT5XkmhCeUcK9Dv9U6rT48VnavSFuk { width:22.5rem;height:12.0625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhxeML6R61gmbwuckk3CKicKRV4MElCQ { width:22.5rem;height:12.0625rem;top:11.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ { display:block; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEUQu6IaVa6BgNuXyhArNlcbfFFHmCy2 { width:22.5rem;height:12.0625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtS1WntkT3MKEtkzFzVimw6ADwUTdppp { width:47.75rem;height:6rem;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #festQr1XQJhui7J1KXr8aNOeNKJxMd2e { width:22.5rem;height:12.0625rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T { display:block; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izzVq3Ve0Tckio8I3XeHRCEmpkqZf6mJ { width:47.75rem;height:4.5rem;top:50.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLKJ5p0bZH8qDDnCJbkJTQn4VrAwerik { width:22.5rem;height:12.0625rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdMbv3xUJ0FEKVUQ11cSqHvGEp4avy35 { width:22.5rem;height:12.0625rem;top:55.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm { display:block; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZvahQeA3Qh1qcZRHRtZavkEzCRy8qgy { width:22.5rem;height:12.0625rem;top:76.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHcGDuRv2Uwwb3vJM2cEaE2KGiGlS5cN { width:47.75rem;height:2.5rem;top:72.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpM6xCP0SMq4T9kNTLrgaXLAfIeP6bI { width:22.5rem;height:12.0625rem;top:76.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D { display:block; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtVSGKmL45hxVSEvSIEpbASEzbTx16lL { width:22.5rem;height:12.0625rem;top:96.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX9wkvtJGdCtUokTK37nNd2Ls8tt7JiM { width:47.75rem;height:2.5rem;top:92.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDxSONQqAsIRMmOh1syuRRqTQqaKKGQi { width:22.5rem;height:12.0625rem;top:96.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIabwsTdoqTu82aImSFsAyTHN4ntxd7y { display:block; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHEL0THckbprcgNyPon2KD0KKxQBTxst { width:22.5rem;height:12.0625rem;top:118.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOZImWZ9TmrhkZtCFZBqneLyiyXSlvSg { width:47.75rem;height:6.25rem;top:112.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnJgMzrTL5dbwauTAP0DzUCsZ3P1LChG { width:22.5rem;height:12.0625rem;top:118.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U { display:block; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHigdVksTgP7hMTT8xLw2WgbPThg4tio { width:47.75rem;height:3.75rem;top:135.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPU5Wpeu7vyTnmNMGTWvFPf42xdXOFGp { width:22.5rem;height:12.0625rem;top:139.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eypXs4vEvgTDMN2fh0BDTO4g6Ipk5t3F { width:22.5rem;height:12.0625rem;top:139.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG5269saRVnd0HaG0gEs9Klb5PTcD5BT { display:block; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdBbabWNbI75G63I0r2x35eo0DEJOm9r { width:22.5rem;height:12.0625rem;top:159.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNVzQSVmMTNoNMGkvy6IKBR1O7Pvhrgw { width:47.75rem;height:3.75rem;top:155.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHOAZByyRmgdF2rhooquZofndcRI4xNB { width:22.5rem;height:12.0625rem;top:159.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn { display:block; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKwHuBzLhRv3aAUHasUa4qnVJXWmAc6Q { width:22.5rem;height:12.0625rem;top:180.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzIxSHIONc52hSUE0TqsCcLFgSQk7ldT { width:47.75rem;height:3.75rem;top:176.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MddO38mmUe6HxKXES19boqFA2hOFkekM { width:22.5rem;height:12.0625rem;top:180.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r { display:block; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AACKPRp58Sk8U2wRdo7FBfOAi8Uacovc { width:22.5rem;height:12.0625rem;top:202.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJxCPTA39dwWCAlWu7mBGWMLKS6bFrlb { width:47.75rem;height:5rem;top:196.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBmz7KRvofuG2LUKEM5WbKPc76lk6FSw { width:22.5rem;height:12.0625rem;top:202.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fISsHnd8scTy80u7ikZU0cdJUWO8OBcV { display:block; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtSFOha0mhWonxy5XipE3QihPS9D0atC { width:22.5rem;height:12.0625rem;top:222.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNy7PRPiHUT1oGmdRJMuyLEF5SRxAgzO { width:47.75rem;height:2.5rem;top:218.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKwtdr5KIIeMMqHXrvGwe9QTmg6f4Sbq { width:22.5rem;height:12.0625rem;top:222.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 { display:block; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmPtd3IZz9eT2yu6Al7Lo8Qmd1gHSQm2 { width:36.75rem;height:15rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnvh8lpx1LAH1PDNEpvKGZuHTdX0K7xB { width:17.5rem;height:6rem;top:8rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoCcH6GcFU3XkVl2LWAWJ5yHhocahNQH { display:block; }
 }@media only screen and (max-width: 763px) { #vsroTancnplUTwvRgbGomBrSAaAtIMc3 { display:block; }#vsroTancnplUTwvRgbGomBrSAaAtIMc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrUx0JuuIHRHSN2zk6um9aEWsRXHTkWN { width:34.6875rem;height:22.125rem;top:3.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrVoRJP2BWMCON9id7beJMTaBMlasTcy { width:36.75rem;height:2.5rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCUI6euNqZhL14pxxvfatBlqSqfCPJf { width:47.75rem;height:2.5rem;top:218.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loRXZCANk28nJkSAR8QRf0HTaNVI2ZaZ { width:11.9375rem;height:3.1875rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpS0mA9ZsPH41nn4vaMEgiB6Uyk8wREW { display:block; }
 }@media only screen and (max-width: 763px) { #Ulspo0x56p42NS1EruhUwkxtFQ2F2K5M { top:5.5625rem;left:0rem;width:5.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 { display:block; }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhLs5UlIhxlAcTv7FTUyVy3swmUzbJHN { top:1.3125rem;left:41.5625rem;width:6.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvTdo84zqxHyPkQMUt4NvwDsI9L3yJ62 { top:1.3125rem;left:0rem;width:12.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeJ24DPQUVb1bh55rnIGbbbpwIfEQpyB { width:5.25rem;height:1.25rem;top:1.5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgVAcTtIn65l90bTMa0c1DahRWNEeH1R { width:9.5625rem;height:1.25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1Lb80TUSyIeE7TWhXe73zgK6laOynA { width:3.125rem;height:3.125rem;top:0.4375rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXBFOoEfREScC9Qg5k1TgG5vcfooOdrg { top:1.3125rem;left:34.0625rem;width:13.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkpEqmRl9gHs3UUoTDyKpdirg3D9Vx6J { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S { display:block; }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUADZIr9B5850nl1A3Pr8fKqr6Qn9KU3 { top:0.9375rem;left:0rem;width:8.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMmDMVDTflJDExkCfThzi5azT7MSE4ki { width:5.1875rem;height:1.5440256402014rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL { display:block; }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaE4rT35rIZfgkuC7ZkKWVXMC3gqm0cf { width:1.25rem;height:1.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt2wXgWIdo6Vae186sRsslXNUTH38ngo { display:block; }
 }@media only screen and (max-width: 763px) { #RCgMMUyZbRililx3sDwNrDTumT6IT8b3 { top:0.9375rem;left:0rem;width:12.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXpCzHm75u0o5768qR8uVMI8ATKQkaG7 { width:1.25rem;height:1.25rem;top:0.9375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQXMEglS9AcJ0d1IWD4DDLCq0D6wVGNl { display:block; }
 }@media only screen and (max-width: 763px) { #KRCGZgOtNigdnIqFmn4CTyld86zqNoWS { width:1.25rem;height:1.25rem;top:0.9375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6cuLOTdXphaxqh4xUHFA6PMzmZhRv7o { display:block; }
 }@media only screen and (max-width: 763px) { #CxeJCpcTZlwdmOa9ZzqUF8EunmLbHW5R { width:1.25rem;height:1.25rem;top:0.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaKNotWpu2ptyTCLKAExRM1rQVA097US { display:block; }
 }@media only screen and (max-width: 763px) { #p1X7DzmwTRME4OFbysnyw9Dca3Jn99LP { width:1.25rem;height:1.25rem;top:0.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTyFUaPPpAr0NcFo7Nm9ZpCCqfhsRrbq { display:block; }
 }@media only screen and (max-width: 763px) { #w2xkJ8NiKi2TstGzqd9swxCqKMS1JkXA { width:1.25rem;height:1.25rem;top:0.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMdFc2bPCUDzzFNBe9CTasPJAwu1XLk { display:block; }
 }@media only screen and (max-width: 763px) { #w0qH8TvhBhP60Jxnq10LZgGGUVNmGxHq { width:1.25rem;height:1.25rem;top:0.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3INZwP22xWq4vkJONzIsZdPLgKuPdQh { display:block; }
 }@media only screen and (max-width: 763px) { #OknCnBGlx1nc5mhyHkLeHpabNzUJUn5V { width:1.25rem;height:1.25rem;top:0.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Pm4oXBqly1vd9nZRF7OGbFEJ2WJtfV { display:block; }
 }@media only screen and (max-width: 763px) { #ryTNHQ0o7F8TK0ip2zHXIUpDlDqp1bTN { width:1.25rem;height:1.25rem;top:0.9375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSN3SL39tWEpdtivv2MpZrc9NoKfd5mZ { display:block; }
 }@media only screen and (max-width: 763px) { #c3kTGHv4kRk7nI1LhG6VM19MBJW1RyyT { width:1.25rem;height:1.25rem;top:0.9375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwiTv2y0rzah76SsnhhfpUSNM3I54axF { display:block; }
 }@media only screen and (max-width: 763px) { #qx02EZdW6KJiBVWaPD6kXnnABurG8lxU { width:1.25rem;height:1.25rem;top:0.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJGSwGvBiL8xSOUIO6CvwDv4pQMDmdCI { display:block; }
 }@media only screen and (max-width: 763px) { #o5igHJoeh92VEtNaJRvF4ekWRUuQQ6JK { width:1.25rem;height:1.25rem;top:0.9375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQUAVyxuxSG1oQi02dEGZ6FuSKB692tB { display:block; }
 }@media only screen and (max-width: 763px) { #bO3JtHNbogR98y5x4Cpb3P9fSaqCKWJL { width:1.25rem;height:1.25rem;top:0.9375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzm22yEkoAQe74lZKEQoTzW4MskQfRIT { display:block; }
 }@media only screen and (max-width: 763px) { #KRm3tRNUoJxkWvNKGaVoeyocALSohwiR { width:1.25rem;height:1.25rem;top:0.9375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn2P86Tpg7dqJyxntGVk9pB0Ed3E6dt6 { display:block; }
 }@media only screen and (max-width: 763px) { #NTvgXOCzLicXrMMTuoGdLfB0cz3DXVxy { width:7.625rem;height:2.25rem;top:0.4375rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9noo03VHoS1oQSAddD8eF1CRKOFanOL { display:block; }
 }@media only screen and (max-width: 763px) { #J7aq3E8IvmAHcturxAI6hgvtTcM9xpZT { display:none; }#J7aq3E8IvmAHcturxAI6hgvtTcM9xpZT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qd95B50foQmssnqXtIS7cZbPGX9zHrA1 { width:7.625rem;height:2.25rem;top:0.4375rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp9vURMuVdkFcObWCK1rQZvhPEKKlvz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#2b2a74;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { background-color:transparent;background-image:url("https://images.assets-landingi.com/40W5JtvP/Projekt_bez_tytu_u_3_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr.adaptive-delivery-prevent-bg, #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr.lazyload, #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr.lazyloading { background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43,42,116,0.88); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43,42,116,0.88); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRLxz4MnbJZCiRelaZE4cVu0KOkS7WmD { width:13.25rem;height:4.875rem;top:1.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHalA8xODxpWw80Jeswa3Qt1T888mw9u { width:20rem;height:2.578125rem;top:7.412109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { width:12.5rem;height:3.125rem;top:20.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block; }
 }@media only screen and (max-width: 763px) { #q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { width:12.5rem;height:3.125rem;top:25.0625rem;left:3.75rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c9T0qP7XAoGcgBpCdSfaDEz1ofA6NCgK { display:block; }
 }@media only screen and (max-width: 763px) { #NREzci2S8Gp9R5QEI3bV9V1703anBhCW { width:19.25rem;height:6.25rem;top:12.34375rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6ITfhAvdh1B7hfbM7PhdqQOgXHvzO5e { width:5.625rem;height:0.25rem;top:10.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { display:block; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqUQLrIpfPCxw8a69EXeuCcdTBLOQrlT { width:3.125rem;height:3.125rem;top:1.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0TzEaraNLeXRtlOTTaKadCiW5E8IACu { width:4.125rem;height:4.125rem;top:1.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5COH4G6EaHHqsvCrQX1w8CpMT3c3cos { width:3.5625rem;height:3.625rem;top:12.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfLQgcBc1zlWbHaHEpTodG8HxW86hyUw { width:4.125rem;height:4rem;top:12.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { width:7.25rem;height:2.5rem;top:6.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { width:9.8125rem;height:2.5rem;top:6.25rem;left:9.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { width:6.625rem;height:2.5rem;top:18.625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJdB9nRRWBMZaeCagiOmTlIFGDT1Rqhp { width:6rem;height:2.5rem;top:18.625rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl { display:block; }#qNZxOoHpZbav3DzLTHl0FMLDOekr3lzl > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb0NFHv7ptZyc2ybzJk0HEG0zD9gHbew { width:20rem;height:5.15625rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlokn5fuqh7wwcXW2Tggm1Ldh4fQ90cK { width:5.625rem;height:0.25rem;top:7.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8iyWp07JohI9zUakH8JhO3zxMTDBcR6 { width:20rem;height:0;top:10.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #ZyuM8dUOZnRX7wIvE1K4OLOEVa4mvWK0 { width:20rem;height:11.953125rem;top:9.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC { background-color:transparent;background-image:none;display:block; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row .container { background-color: transparent; background-image: none; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row .container > .video-iframe-container { display: none; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row > .video-iframe-container { display: none; }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .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); }#uRPG3dA3UpCFBZlTfTnOLDS982ZJEINC > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgZXOlvTTfwC92TgbSCFpd97IEg3eL69 { width:11.5625rem;height:4.125rem;top:1.34375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH { background-color:transparent;background-image:none;display:block; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row .container { background-color: transparent; background-image: none; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row .container > .video-iframe-container { display: none; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row > .video-iframe-container { display: none; }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .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); }#DaFCgzsL5f4cOl1ItsEE8JO9MqZFx7NH > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v85GvP9ILbOzadbl8ZGpAlEwhZsESnh4 { width:20rem;height:2.5rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfIzcZqkddewdVvuvQHKCbJKxLdtlfLA { width:20rem;height:12.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGty49reMiXQwTJEAbq0ZUZhITBNeQBl { width:20rem;height:6.25rem;top:0.5625rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 { background-color:transparent;background-image:none;display:block; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row .container { background-color: transparent; background-image: none; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row .container > .video-iframe-container { display: none; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row > .video-iframe-container { display: none; }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .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); }#HP20q3pw398qNnNfRO2Rk4KbtuoB6Xs3 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ9v1pSZwWWHsirFQ0PTukNaC59MPDtA { width:20rem;height:12.0625rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGz5M1bOJuyVrTBKNmar7bcQgehDrKyF { width:20rem;height:19.296875rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9LFLqQV2RVdKWKGUVrzK4l4bcNOal3u { width:20rem;height:6.25rem;top:1.6875rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d { background-color:transparent;background-image:none;display:block; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row .container { background-color: transparent; background-image: none; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row .container > .video-iframe-container { display: none; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row > .video-iframe-container { display: none; }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .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); }#UlW9kf7SUVAbp0ccaPGhS3fDZZDeCL5d > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhPqr39fu3btXqu2zbJB7kxncZxyCSeT { width:20rem;height:16.328125rem;top:9.21875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF0yyHFFELySqXPx8Dzx195xrrrUJFAG { width:20rem;height:6.25rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5xikA4HOwb3figwxN9AfTwelB9zEBeA { width:20rem;height:6.25rem;top:1.8125rem;left:0rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 { background-color:transparent;background-image:none;display:block; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row .container { background-color: transparent; background-image: none; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row .container > .video-iframe-container { display: none; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row > .video-iframe-container { display: none; }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .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); }#oDy3KwO6NNV9IpsmhFIRwlNeNt7rTSw8 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zn20KeMTB4Sac1zGtrhyes9LwR4whMMG { width:20rem;height:14.84375rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCCT5XkmhCeUcK9Dv9U6rT48VnavSFuk { width:20rem;height:12.0625rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhxeML6R61gmbwuckk3CKicKRV4MElCQ { width:20rem;height:6.25rem;top:1.9375rem;left:0rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ { background-color:transparent;background-image:none;display:block; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row .container { background-color: transparent; background-image: none; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row .container > .video-iframe-container { display: none; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row > .video-iframe-container { display: none; }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .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); }#ON2s8OWDr48BnUQAs44hkTp1Cif9HigQ > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEUQu6IaVa6BgNuXyhArNlcbfFFHmCy2 { width:20rem;height:12.0625rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtS1WntkT3MKEtkzFzVimw6ADwUTdppp { width:20rem;height:14.84375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #festQr1XQJhui7J1KXr8aNOeNKJxMd2e { width:20rem;height:6.25rem;top:1.75rem;left:0rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T { background-color:transparent;background-image:none;display:block; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row .container { background-color: transparent; background-image: none; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row .container > .video-iframe-container { display: none; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row > .video-iframe-container { display: none; }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .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); }#TnVpKUT1zZ55AOksu1Gd9JZDIJAAzD1T > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izzVq3Ve0Tckio8I3XeHRCEmpkqZf6mJ { width:20rem;height:11.875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLKJ5p0bZH8qDDnCJbkJTQn4VrAwerik { width:20rem;height:12.0625rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdMbv3xUJ0FEKVUQ11cSqHvGEp4avy35 { width:20rem;height:6.25rem;top:1.9375rem;left:0rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm { background-color:transparent;background-image:none;display:block; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row .container { background-color: transparent; background-image: none; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row .container > .video-iframe-container { display: none; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row > .video-iframe-container { display: none; }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .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); }#aNtZpTDNlX3T7bB43EUPeNkmxOVPP3vm > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZvahQeA3Qh1qcZRHRtZavkEzCRy8qgy { width:20rem;height:12.0625rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHcGDuRv2Uwwb3vJM2cEaE2KGiGlS5cN { width:20rem;height:6.25rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpM6xCP0SMq4T9kNTLrgaXLAfIeP6bI { width:20rem;height:6.25rem;top:2.3125rem;left:0rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D { background-color:transparent;background-image:none;display:block; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row .container { background-color: transparent; background-image: none; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row .container > .video-iframe-container { display: none; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row > .video-iframe-container { display: none; }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .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); }#xb0yBsLm6N8llJMpPLFV9iAQM44PTZ9D > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtVSGKmL45hxVSEvSIEpbASEzbTx16lL { width:20rem;height:12.0625rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TX9wkvtJGdCtUokTK37nNd2Ls8tt7JiM { width:20rem;height:7.421875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDxSONQqAsIRMmOh1syuRRqTQqaKKGQi { width:20rem;height:6.25rem;top:2rem;left:0rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #rIabwsTdoqTu82aImSFsAyTHN4ntxd7y { background-color:transparent;background-image:none;display:block; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row .container { background-color: transparent; background-image: none; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row .container > .video-iframe-container { display: none; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row > .video-iframe-container { display: none; }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .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); }#rIabwsTdoqTu82aImSFsAyTHN4ntxd7y > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHEL0THckbprcgNyPon2KD0KKxQBTxst { width:20rem;height:12.0625rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOZImWZ9TmrhkZtCFZBqneLyiyXSlvSg { width:20rem;height:17.1875rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnJgMzrTL5dbwauTAP0DzUCsZ3P1LChG { width:20rem;height:6.25rem;top:1.5625rem;left:0rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U { background-color:transparent;background-image:none;display:block; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row .container { background-color: transparent; background-image: none; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row .container > .video-iframe-container { display: none; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row > .video-iframe-container { display: none; }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .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); }#MbVS8EqTbpK6F758Fm37ttubNuiMlZ7U > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHigdVksTgP7hMTT8xLw2WgbPThg4tio { width:20rem;height:9.375rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPU5Wpeu7vyTnmNMGTWvFPf42xdXOFGp { width:20rem;height:12.0625rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eypXs4vEvgTDMN2fh0BDTO4g6Ipk5t3F { width:20rem;height:6.25rem;top:1.75rem;left:0rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #TG5269saRVnd0HaG0gEs9Klb5PTcD5BT { background-color:transparent;background-image:none;display:block; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row .container { background-color: transparent; background-image: none; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row .container > .video-iframe-container { display: none; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row > .video-iframe-container { display: none; }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .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); }#TG5269saRVnd0HaG0gEs9Klb5PTcD5BT > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdBbabWNbI75G63I0r2x35eo0DEJOm9r { width:20rem;height:12.0625rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNVzQSVmMTNoNMGkvy6IKBR1O7Pvhrgw { width:20rem;height:10.9375rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHOAZByyRmgdF2rhooquZofndcRI4xNB { width:20rem;height:6.25rem;top:2rem;left:0rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn { background-color:transparent;background-image:none;display:block; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row .container { background-color: transparent; background-image: none; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row .container > .video-iframe-container { display: none; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row > .video-iframe-container { display: none; }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .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); }#Py8SrKJDbbRuBRqPLFiMeIZJnPuPiRvn > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKwHuBzLhRv3aAUHasUa4qnVJXWmAc6Q { width:20rem;height:12.0625rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzIxSHIONc52hSUE0TqsCcLFgSQk7ldT { width:20rem;height:10.9375rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MddO38mmUe6HxKXES19boqFA2hOFkekM { width:20rem;height:6.25rem;top:1.5625rem;left:0rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r { background-color:transparent;background-image:none;display:block; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row .container { background-color: transparent; background-image: none; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row .container > .video-iframe-container { display: none; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row > .video-iframe-container { display: none; }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .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); }#zRDSbWOCtFnXRAInA21dWkE0qkVKyJ9r > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AACKPRp58Sk8U2wRdo7FBfOAi8Uacovc { width:20rem;height:12.0625rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJxCPTA39dwWCAlWu7mBGWMLKS6bFrlb { width:20rem;height:12.5rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBmz7KRvofuG2LUKEM5WbKPc76lk6FSw { width:20rem;height:6.25rem;top:1.3125rem;left:0rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #fISsHnd8scTy80u7ikZU0cdJUWO8OBcV { background-color:transparent;background-image:none;display:block; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row .container { background-color: transparent; background-image: none; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row .container > .video-iframe-container { display: none; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row > .video-iframe-container { display: none; }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .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); }#fISsHnd8scTy80u7ikZU0cdJUWO8OBcV > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtSFOha0mhWonxy5XipE3QihPS9D0atC { width:20rem;height:12.0625rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNy7PRPiHUT1oGmdRJMuyLEF5SRxAgzO { width:20rem;height:6.25rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKwtdr5KIIeMMqHXrvGwe9QTmg6f4Sbq { width:20rem;height:6.25rem;top:1.4375rem;left:0rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container { background-color: transparent; background-image: none; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container > .video-iframe-container { display: none; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row > .video-iframe-container { display: none; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .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); }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container { border-width: 0; border-radius: 0; }#ahAtsOamGbg3NziocSWOROtwmtIZ1HL6 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmPtd3IZz9eT2yu6Al7Lo8Qmd1gHSQm2 { width:17.9375rem;height:10.9375rem;top:2.6875rem;left:1.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tnvh8lpx1LAH1PDNEpvKGZuHTdX0K7xB { width:17.5rem;height:3.4375rem;top:16.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoCcH6GcFU3XkVl2LWAWJ5yHhocahNQH { display:block; }
 }@media only screen and (max-width: 763px) { #vsroTancnplUTwvRgbGomBrSAaAtIMc3 { display:block; }#vsroTancnplUTwvRgbGomBrSAaAtIMc3 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrUx0JuuIHRHSN2zk6um9aEWsRXHTkWN { width:20rem;height:12.755875rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrVoRJP2BWMCON9id7beJMTaBMlasTcy { width:20rem;height:1.5625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTCUI6euNqZhL14pxxvfatBlqSqfCPJf { width:19.4375rem;height:26.5625rem;top:5.6875rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #loRXZCANk28nJkSAR8QRf0HTaNVI2ZaZ { width:11.9375rem;height:3.1875rem;top:35.9375rem;left:4.03125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SpS0mA9ZsPH41nn4vaMEgiB6Uyk8wREW { display:block; }
 }@media only screen and (max-width: 763px) { #Ulspo0x56p42NS1EruhUwkxtFQ2F2K5M { width:5.625rem;height:0.25rem;top:3.9365234375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 { display:block; }#t0ynD19XzkwxaPH99kyb9u4EbUyKnXF7 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhLs5UlIhxlAcTv7FTUyVy3swmUzbJHN { width:6.1875rem;height:1.328125rem;top:1.28125rem;left:6.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QvTdo84zqxHyPkQMUt4NvwDsI9L3yJ62 { width:12.8125rem;height:1.328125rem;top:8.5625rem;left:3.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeJ24DPQUVb1bh55rnIGbbbpwIfEQpyB { width:5.25rem;height:1.25rem;top:10.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgVAcTtIn65l90bTMa0c1DahRWNEeH1R { width:9.5625rem;height:1.25rem;top:10.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1Lb80TUSyIeE7TWhXe73zgK6laOynA { width:3.125rem;height:3.125rem;top:3.1875rem;left:14.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXBFOoEfREScC9Qg5k1TgG5vcfooOdrg { width:11.5rem;height:1.328125rem;top:4.0625rem;left:2.25rem;font-size:1.0625rem;text-align:right;text-align-last:right;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xkpEqmRl9gHs3UUoTDyKpdirg3D9Vx6J { top:6.875rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:100024;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S { display:block; }#QMqka16Oy9XNcqUxhdvFWpVoL6sdTD1S > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUADZIr9B5850nl1A3Pr8fKqr6Qn9KU3 { width:5.74978125rem;height:0.97439375rem;top:1.25rem;left:7.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMmDMVDTflJDExkCfThzi5azT7MSE4ki { width:5.25rem;height:1.5625rem;top:2.7864570617676rem;left:7.3746747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL { position:relative;z-index:auto;display:none; }#HTvMcc2hD0gOylI7LGt1TyU6xzWoAGrL > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GaE4rT35rIZfgkuC7ZkKWVXMC3gqm0cf { width:1.25rem;height:1.25rem;top:3.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt2wXgWIdo6Vae186sRsslXNUTH38ngo { display:block; }
 }@media only screen and (max-width: 763px) { #RCgMMUyZbRililx3sDwNrDTumT6IT8b3 { width:12.75rem;height:1.25rem;top:0.75rem;left:3.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oXpCzHm75u0o5768qR8uVMI8ATKQkaG7 { width:1.25rem;height:1.25rem;top:3.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQXMEglS9AcJ0d1IWD4DDLCq0D6wVGNl { display:block; }
 }@media only screen and (max-width: 763px) { #KRCGZgOtNigdnIqFmn4CTyld86zqNoWS { width:1.25rem;height:1.25rem;top:3.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6cuLOTdXphaxqh4xUHFA6PMzmZhRv7o { display:block; }
 }@media only screen and (max-width: 763px) { #CxeJCpcTZlwdmOa9ZzqUF8EunmLbHW5R { width:1.25rem;height:1.25rem;top:3.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaKNotWpu2ptyTCLKAExRM1rQVA097US { display:block; }
 }@media only screen and (max-width: 763px) { #p1X7DzmwTRME4OFbysnyw9Dca3Jn99LP { width:1.25rem;height:1.25rem;top:3.125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTyFUaPPpAr0NcFo7Nm9ZpCCqfhsRrbq { display:block; }
 }@media only screen and (max-width: 763px) { #w2xkJ8NiKi2TstGzqd9swxCqKMS1JkXA { width:1.25rem;height:1.25rem;top:3.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMdFc2bPCUDzzFNBe9CTasPJAwu1XLk { display:block; }
 }@media only screen and (max-width: 763px) { #w0qH8TvhBhP60Jxnq10LZgGGUVNmGxHq { width:1.25rem;height:1.25rem;top:3.125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3INZwP22xWq4vkJONzIsZdPLgKuPdQh { display:block; }
 }@media only screen and (max-width: 763px) { #OknCnBGlx1nc5mhyHkLeHpabNzUJUn5V { width:1.25rem;height:1.25rem;top:5.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Pm4oXBqly1vd9nZRF7OGbFEJ2WJtfV { display:block; }
 }@media only screen and (max-width: 763px) { #ryTNHQ0o7F8TK0ip2zHXIUpDlDqp1bTN { width:1.25rem;height:1.25rem;top:5.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSN3SL39tWEpdtivv2MpZrc9NoKfd5mZ { display:block; }
 }@media only screen and (max-width: 763px) { #c3kTGHv4kRk7nI1LhG6VM19MBJW1RyyT { width:1.25rem;height:1.25rem;top:5.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwiTv2y0rzah76SsnhhfpUSNM3I54axF { display:block; }
 }@media only screen and (max-width: 763px) { #qx02EZdW6KJiBVWaPD6kXnnABurG8lxU { width:1.25rem;height:1.25rem;top:5.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJGSwGvBiL8xSOUIO6CvwDv4pQMDmdCI { display:block; }
 }@media only screen and (max-width: 763px) { #o5igHJoeh92VEtNaJRvF4ekWRUuQQ6JK { width:1.25rem;height:1.25rem;top:5.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQUAVyxuxSG1oQi02dEGZ6FuSKB692tB { display:block; }
 }@media only screen and (max-width: 763px) { #bO3JtHNbogR98y5x4Cpb3P9fSaqCKWJL { width:1.25rem;height:1.25rem;top:5.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzm22yEkoAQe74lZKEQoTzW4MskQfRIT { display:block; }
 }@media only screen and (max-width: 763px) { #KRm3tRNUoJxkWvNKGaVoeyocALSohwiR { width:1.25rem;height:1.25rem;top:5.4375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn2P86Tpg7dqJyxntGVk9pB0Ed3E6dt6 { display:block; }
 }@media only screen and (max-width: 763px) { #NTvgXOCzLicXrMMTuoGdLfB0cz3DXVxy { width:7.625rem;height:1.5625rem;top:8.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9noo03VHoS1oQSAddD8eF1CRKOFanOL { display:block; }
 }@media only screen and (max-width: 763px) { #J7aq3E8IvmAHcturxAI6hgvtTcM9xpZT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#J7aq3E8IvmAHcturxAI6hgvtTcM9xpZT > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qd95B50foQmssnqXtIS7cZbPGX9zHrA1 { width:7.625rem;height:1.9375rem;top:1.09375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp9vURMuVdkFcObWCK1rQZvhPEKKlvz { display:block; }
 }