.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:241,236,229;--color-primary-1:214,199,178;--color-primary-2:187,161,127;--color-primary-3:255,198,0;--color-primary-4:37,32,25;--color-secondary-0:255,67,67;--color-secondary-1:255,30,30;--color-secondary-2:255,0,0;--color-secondary-3:213,38,38;--color-secondary-4:204,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,185;--color-tertiary-2:128,128,128;--color-tertiary-3:96,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"averta";--paragraphs-font-family:"averta"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/xt02ZFNp/tlo_8_podcast.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql { position:relative;display:block; }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql { background-color: transparent; background-image: none; }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql > .row .container > .video-iframe-container { display: none; }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql > .row > .video-iframe-container { display: none; }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql > .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); }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql { border-width: 0; border-radius: 0; }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TdQdCe2I4XA0OpEZQwdNzoJ4Uft6ThkI { color:#343434;display:block;width:12.75rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.5625rem;font-style:normal;display:block; }
#ppGNO5phT1vhGphGgUmPskHqs9MT4uuM { box-sizing:content-box;color:#131948;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.5303344726562rem;left:66.718286514281rem;display:block; }
#pfq3vmsMS9s7ivTl3ZnnRkJTaqmepF2a { box-sizing:content-box;color:#131948;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1.534912109375rem;left:68.903490066531rem;display:block; }
#IdFbvTALxTwCi6NlDM8wTTWHDf3yFLzN { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:0.5rem;top:3.125rem;left:12.125rem;display:block; }
#bHJerMqG1zLFyVOTim4Ss48HdzUNSrIL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.6555480957031rem;left:13.187040328979rem;display:block; }
#OQiB2nzWsgedfVbbNRQgAVkAH9n7cq2b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gs0G4OFVflbtoIN0e5oclOTuTKyZPL54 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.6555480957031rem;left:17.312269210816rem;display:block; }
#TatLH99VK2TBy1m1oOa1b77erOisNFcr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vHHvokhPOuV2ZTdyTyWSZZl1ilSvUhLB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1247701644897rem;height:2.2495403289795rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.6613050699234rem;left:30.373620986939rem;display:block; }
#m3wwhdA08kNK7qBomWHvJTZXb40PbBw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ns10bUyTfS3NubtuRxgOdbURZwPbfhte { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.6555480957031rem;left:23.624307632446rem;display:block; }
#SH6sU19nH5oZp3sFAz47hHXs6CQi8p0X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C03Aq4tsstSauy29TurUEe1guoK6O2rf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.6613159179688rem;left:36.872701644897rem;display:block; }
#sosULTk9z35iz2k4INSMapgahkrRDpuN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mT7GI4vyzOGNtVzuN4GM39IrUhsl0lvU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5615234375rem;height:2.2490234375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.65625rem;left:46.3720703125rem;display:block; }
#GCtOKNTvZVl3R3ekkDpiNnHKRWay4yCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 { position:relative;display:block; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 { background-color: transparent; background-image: none; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container > .video-iframe-container { display: none; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row > .video-iframe-container { display: none; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .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); }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 { border-width: 0; border-radius: 0; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/PbVkM6XB/Jacek_Babiel_1200_x_678_px_6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container.adaptive-delivery-prevent-bg, #XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container.lazyload, #XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container.lazyloading { background-image: none; }#frir0D7aSPAb3hagPwmScINHFTiTCPXL { color:rgba(var(--color-primary-2),1);display:block;width:43.4990234375rem;position:absolute;font-family:"averta extrabold";font-size:4.875rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;top:1.5458984375rem;left:0rem;height:4.375rem;display:block; }
#pGcIqWyxW2Ru8feLvxRr5qU9eD3Uf8bi { color:#343434;display:block;width:46.3115234375rem;position:absolute;font-family:"averta semibold";font-size:2.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.6083984375rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#OicZMfHhyciFQSXJAUdlb5LPQG8w0NEa { color:#343434;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.95703125rem;left:0rem;height:18.6875rem;display:block; }
#Xhcc66VOT9q3n9h74TFKom3868ZemLiI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.1875rem;width:48.1875rem;display:none; }
#bx1lwOoSOqhrgJ0SsaPAKFUcECqmfv7a { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:11.68701171875rem;left:0rem;display:none; }
#Hd8VpUk7vfaMihlpUsN058uMhTeEBsJ6 { color:#343434;display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.83203125rem;left:0rem;height:1.5rem;display:block; }
#Ac3pOqzv8REtHyLQV5ngaKHA8gMkekE7 { color:#343434;display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:32.39453125rem;left:0rem;height:1.4375rem;display:block; }
#US4EtPyDliyzErpTNGqTbPo36nhfd6QD { background-color:rgba(var(--color-secondary-1),1);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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38.1162109375rem;left:0rem;display:block; }
#JpLCActZPzUc9sUPEgoHN0McEOeMrCwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo { position:relative;display:block; }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo { background-color: transparent; background-image: none; }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row .container > .video-iframe-container { display: none; }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row > .video-iframe-container { display: none; }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .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); }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo { border-width: 0; border-radius: 0; }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TQB6GLfC3n72sDy9eDaQy9bXJeFmNcyJ { color:#343434;display:block;width:11.5rem;position:absolute;font-family:"averta extrabold";font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GuSVWhVrGPJZAdhH44bEIFEw6vkqMZ9q { color:rgba(var(--color-primary-2),1);display:block;width:35.8125rem;position:absolute;font-family:"averta semibold";font-size:2.25rem;font-weight:300;z-index:15015;line-height:.9;letter-spacing:0;top:3.25rem;left:39rem;height:2rem;font-style:normal;display:block; }
#GtRfFSFqiSCd665pG8yodry8lR18Ngzh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uaL0waJ3/tlo_6_edukacja.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh.adaptive-delivery-prevent-bg, #GtRfFSFqiSCd665pG8yodry8lR18Ngzh.lazyload, #GtRfFSFqiSCd665pG8yodry8lR18Ngzh.lazyloading { background-image: none; }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .row .container { background-color: transparent; background-image: none; }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .row .container > .video-iframe-container { display: none; }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .row > .video-iframe-container { display: none; }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .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); }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .row .container { border-width: 0; border-radius: 0; }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#seK0ViknmwllHCKJPqmXFM2DvzOMS30J { background-color:rgba(var(--color-secondary-1),1);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:35.25rem;left:12.25rem;display:block; }
#FW7Gouy7r4ZNNh1lJ7bC6yLDB2OFGiRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l96GUcCxRm0lK9h347XJ7NerIJ6CKOU1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:3.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:35.25rem;left:1.75rem;display:block; }
#Emd8pN76Iykl1155Nd9ezRiaDtf01PiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6MorNmdViK3opS5dZQAEwlw77PbpczT { color:#343434;display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.0625rem;left:1.84375rem;height:9.625rem;display:block; }
#Z2qplru8tFZI0W9XXPCC0a4mTkpaWTUw { color:#041c6c;display:block;width:21.5625rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.5625rem;left:1.7497711181641rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lbSw6pPA9tv6BaNeXIrNJNF6VszGTC2V { background-color:rgba(var(--color-secondary-4),1);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:3.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:35.1875rem;left:37.375rem;display:block; }
#B0kxL50BeedxEC9f5kzbhDHyP5CimXoq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e90o32S79zSAVcH4BfINSgk86V6J14N0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c3c3c3;border-left:0.0625rem solid #c3c3c3;border-right:0.0625rem solid #c3c3c3;border-bottom:0.0625rem solid #c3c3c3;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:3.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:35.1875rem;left:26.75rem;display:block; }
#F7yGMlfIkomGQ5HcKrXvG3hLTosnuHEq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9AQixSOfTESzCnMqxkCc7LAQlKRfQkU { color:#c3c3c3;display:block;width:23.1875rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.5625rem;left:26.499307632446rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AoohGfsztlJgabKCoPvpOu90fsE1CmxE { color:#343434;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.0625rem;left:26.75rem;height:13.75rem;display:block; }
#LlR3rLHw0UJt1A69rtzB0Vm2hxzWfqUe { color:#c3c3c3;display:block;width:20.8125rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.5625rem;left:51.5rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PHgxHBCk6NEpzIycfbCZtTTJalRKlM2h { color:#343434;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.625rem;left:51.75rem;height:11rem;display:block; }
#bdr8mZ0AmTT0UJGu9hG5JD6RracWytGh { background-color:rgba(var(--color-secondary-4),1);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:3.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:35.25rem;left:61.75rem;display:block; }
#dJeOr2Wir9srsTsm7Umh6zLbao9W9rsL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r6AWIbragKLWWlQ8mAF51NNs5Kf9Xexa { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:8.9375rem;top:1.375rem;left:8.4893018018019rem;overflow:hidden;display:block; }
#H8evy1evG8xG06nkpkSaNa7TzoRp8eqK { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:15.9375rem;top:0rem;left:28.875rem;overflow:hidden;display:block; }
#ABcEaql4AKCLN3D3GFmy4lStNxlJLSZn { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:9.3125rem;top:1.375rem;left:56.5625rem;overflow:hidden;display:block; }
#ZE5NxiLDg321PnPyabawAWZfBMmOipqI { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#mBSLk7d7fboIZRdWAhtwT336aTLPqIp6 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/2f733cNh/tlo_7_youtube.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO.adaptive-delivery-prevent-bg, #T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO.lazyload, #T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO.lazyloading { background-image: none; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row .container { background-color: transparent; background-image: none; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row .container > .video-iframe-container { display: none; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row > .video-iframe-container { display: none; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .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); }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row .container { border-width: 0; border-radius: 0; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#DHCbld56PDyoZhM231S8fFTCSuIlK5gT { color:#343434;display:block;width:11.5rem;position:absolute;font-family:"averta extrabold";font-size:2.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:5.59375rem;left:0.8125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AXzyVk53NMfRcZobcxzL5yThMybCthSI { color:#97938d;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.1875rem;left:15.4375rem;height:2.75rem;text-align:right;text-align-last:right;display:block; }
#TcSDta1sD8SQZlsA4khyeN17oEBGNbSJ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:21.125rem;top:5.59375rem;left:53.75rem;display:block; }
#gkvzidv1BI5W7qCPntloA87zhPaDEakT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:"averta semibold";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.9037170410156rem;left:57.559968948364rem;height:1.4375rem;display:block; }
#kWnUE1WrvhpIAsZaTyAygsKBi44Q9bfk { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15024;top:6.0615768432617rem;left:54.374078750611rem;display:block; }
#JA2az7eGDPZuOrqkv1GTn3hRCwTgmSRz { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:36.4375rem;left:27.8125rem;display:block; }
#ZJdor7FhztKo1d6roczS8SugXCoySlTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IgpROQPvTn7tVRpAvDaqmKv2QZaJUt3t { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.25rem;width:23.8125rem;top:13.875rem;left:0rem;display:block; }
#cSOTyFMAxqpn5GuZ6LdqpCbl72dhrIkJ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.25rem;width:23.8125rem;top:13.875rem;left:25.59375rem;display:block; }
#yNVf5rTALK2B5hyhzyaxXWnvrT2RgNFK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.25rem;width:23.8125rem;top:13.875rem;left:51.1875rem;display:block; }
#n0qE75ER0v8btrUxhMTn8ERRvbQ7qni2 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.75rem;width:23.8125rem;top:27.0625rem;left:0rem;display:block; }
#RdBPBnkPxSRJRIrPiaCmOT3ArtsaNnmp { color:rgba(var(--color-secondary-3),0.8);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:.9;letter-spacing:0;top:28.875rem;left:4.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lbuFBl8eIOQkpoe4UwUuWz7vgtEQUTpv { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:28.5rem;left:1.875rem;display:block; }
#b2o4J3f7q2ZnUQ5D1X7kuIaUmKbPTcuw { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.75rem;width:23.8125rem;top:27.0625rem;left:25.59375rem;display:block; }
#Cnp4qsT7fQFlT4DansZV5EKZw4orh4Mq { color:rgba(var(--color-secondary-3),0.8);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:.9;letter-spacing:0;top:28.875rem;left:30rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NM5ilyzptsrh9EwTccinzaJnT3IUIcC1 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:28.5rem;left:27.3125rem;display:block; }
#GL4fOyv8U9Llh1URBGGtlfd8poQghuFL { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.75rem;width:23.8125rem;top:27.0625rem;left:51.1875rem;display:block; }
#Wrcaz4FJ49fNdz3WKWh1cMEitpk349Sv { color:rgba(var(--color-secondary-3),0.8);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:.9;letter-spacing:0;top:28.875rem;left:55.6875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VFyD7PaF9RWTlGvKnltzSVcZ7gS0TTgd { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:28.5rem;left:53rem;display:block; }
#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 { position:relative;display:block; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 { background-color: transparent; background-image: none; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row .container > .video-iframe-container { display: none; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row > .video-iframe-container { display: none; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .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); }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 { border-width: 0; border-radius: 0; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wTemQml35u1bAa6kDdw6TZk5RsurivVN { color:#131948;display:block;width:11.25rem;position:absolute;font-family:"averta extrabold";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1751098632812rem;left:0rem;height:1.25rem;font-style:normal;display:block; }
#I8ZNiaMSBXVnHJLmotUxGHPsJi2lrQK5 { position:absolute;display:block;z-index:15003;border-top:0.125rem solid #015bab;border-left:0.125rem solid #015bab;border-right:0.125rem solid #015bab;border-bottom:0.125rem solid #015bab;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:16.4375rem;top:4.0459594726562rem;left:10.180376052856rem;overflow:hidden;display:block; }
#kDdatzc6X8wTc6kA6GTTMwICoQaN8Gep { position:absolute;display:block;z-index:15004;border-top:0.125rem solid #015bab;border-left:0.125rem solid #015bab;border-right:0.125rem solid #015bab;border-bottom:0.125rem solid #015bab;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:16.0625rem;top:3.9533538818359rem;left:27.479318618774rem;overflow:hidden;display:block; }
#LcwmoLFpP9uU6oMyUL0p6hl5CzwkcgPT { position:absolute;display:block;z-index:15005;border-top:0.125rem solid #015bab;border-left:0.125rem solid #015bab;border-right:0.125rem solid #015bab;border-bottom:0.125rem solid #015bab;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:14.125rem;top:3.9533538818359rem;left:44.690942764282rem;overflow:hidden;display:block; }
#TCGfiZ28HeNHuoIqbIQmNRskWwAkOsiw { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #015bab;border-left:0.125rem solid #015bab;border-right:0.125rem solid #015bab;border-bottom:0.125rem solid #015bab;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:13.9375rem;top:3.9533538818359rem;left:59.895448684692rem;overflow:hidden;display:block; }
#UrysToTtte0AbHV7Eqod1fMNN6lO94nN { color:#343434;display:block;width:29.311809539795rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.304000854493rem;left:10.179227828979rem;height:5.75rem;display:block; }
#pg6IgLCF55zisSL51OfaAaTuJKWexTpV { background-color:rgba(var(--color-secondary-3),1);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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:4.3118104934692rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:16.93359375rem;left:47.501146316528rem;display:block; }
#x3cUtgkKqtfhoTNv7tJXKK9Chw3HpVfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/tmcEAbRH/tlo_4_narzedzia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn.adaptive-delivery-prevent-bg, #UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn.lazyload, #UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn.lazyloading { background-image: none; }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .row .container { background-color: transparent; background-image: none; }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .row .container > .video-iframe-container { display: none; }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .row > .video-iframe-container { display: none; }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .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); }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .row .container { border-width: 0; border-radius: 0; }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .row .container { font-size:0.875rem;font-family:arial;height:65.75rem;width:75rem;position:relative;display:block; }#OCDP5tlQIfor1bX7FHrCTcwNImUyJFC8 { color:#343434;display:block;width:11.5625rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.21875rem;left:31.71875rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D17S0Rzzncwp48ukJfZS1br9VyEBZzWy { color:rgba(var(--color-primary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:.9;letter-spacing:0;top:10.65625rem;left:27.09375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPCC6TE6AAoQcoLA7q0X0X2QDJTW0tbF { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);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-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:40.9375rem;width:36.75rem;top:16.622924804688rem;left:0rem;display:block; }
#bZlOhpT6MqB1fw8HeK3NJTX7DBHmuw79 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);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-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:44.0625rem;width:36.75rem;top:20rem;left:38.25rem;display:block; }
#g0ZVRcnqDTiAOX1ABW08HuFNFJtXcVpH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:33.25rem;top:18.349029541016rem;left:1.4051017761231rem;overflow:hidden;display:block; }
#laXouQ7UriPoOmU6e5hsKAnq57NqqMTL { color:#ec1a05;display:block;width:21rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:39.029174804688rem;left:1.40625rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OMXJl8wrEM6i8tAN6HLtlgl15fik5atp { color:#343434;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:42.75rem;left:1.40625rem;height:7.1875rem;display:block; }
#vDlD6JJ5D63EeUeHeDvyzmiqrTDXqy9e { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#848484;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.664981514216rem;height:4.2277113497257rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:51.307434082031rem;left:1.4028034210205rem;display:block; }
#TQazN0KpvRc1Th7wemFTNRoB8xJ38J0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVdWKq0IEJLXbgXnNui0taTBsT69sCiK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:33.875rem;top:21.4375rem;left:39.65625rem;overflow:hidden;display:block; }
#HgwD5XReX81ksQbUdNyZplxWIUWel2yd { color:#015bab;display:block;width:30.125rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:42.747009277344rem;left:39.655328750611rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dmLzucxNDVX9RerpMCUE0kBGi76tKMnz { color:#343434;display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:46.184509277344rem;left:39.654180526733rem;height:8.625rem;display:block; }
#D7G60TtWfFUa0h97dM9syNZpHegH0TQC { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f40505;border-left:0.0625rem solid #f40505;border-right:0.0625rem solid #f40505;border-bottom:0.0625rem solid #f40505;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:4.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:57.3125rem;left:39.65625rem;display:block; }
#h228tCwBOBxTJQOlTyIDio0BJTddtcpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/qvGcaBQs/tlo_5_szkolenia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH.adaptive-delivery-prevent-bg, #BGPC8x9HVEpt18A4qh39eLC0CypxGFfH.lazyload, #BGPC8x9HVEpt18A4qh39eLC0CypxGFfH.lazyloading { background-image: none; }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row .container { background-color: transparent; background-image: none; }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row .container > .video-iframe-container { display: none; }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row > .video-iframe-container { display: none; }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .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); }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row .container { border-width: 0; border-radius: 0; }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row .container { font-size:0.875rem;font-family:arial;height:106rem;width:75rem;position:relative;display:block; }#MeB6hSydiVd0A64CdJpsQK1TBmh0WqZB { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.09375rem;left:25.09375rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8tOX38qOZm3IOh6PZJZ0P0HttTTkkOw { color:rgba(var(--color-secondary-2),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:9.53125rem;left:18.84375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRbIfNgEOffS7H51kUuTSg9u46kB3xiJ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:18.4375rem;top:16.71875rem;left:1.15625rem;overflow:hidden;display:block; }
#n4g0PGmvGx4r7BKTy46NJO9HMRqvJz8F { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:31.6875rem;top:22.125rem;left:2.9375rem;overflow:hidden;display:block; }
#J1BtNBgIcEeOLLMgR8ZGP2vMNi9SdVzv { color:rgba(var(--color-primary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:18.0625rem;left:37.375rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aWxTB9Mp1O7RZq3CNadhuv4SnhBcp5DN { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:20.0625rem;left:16.875rem;display:block; }
#nxIdcm8S2n5HZ1Xs0GBPeG8uQXtoPSL9 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:20.03125rem;left:19.875rem;display:block; }
#rCcaTwID4pSCJpVwiIeB0AAUzbqCrUbu { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:20.0625rem;left:18.3125rem;display:block; }
#Z69ItvkRsLH9h155BJ6tRudJ1LeFhiWM { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:20.03125rem;left:21.375rem;display:block; }
#mybxLZQSrQtflNcgbty79ZvXyk7SkxNI { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:20.03125rem;left:22.875rem;display:block; }
#mApUCrbuo8sdR41HzOykZKWdZbkm8fAo { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:25.75rem;left:37.375rem;height:5.75rem;display:block; }
#RbKifD7LpmXbpQc2cBJamkIzFuyk0Dfd { background-color:rgba(var(--color-secondary-1),1);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:4.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.625rem;left:37.375rem;display:block; }
#cO0l4lB9MiXk8yLuxQFSmTEMpIe0Hki6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2n0tHJVTzATzkWZyiTmwNsyBlTekuKt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:18.4375rem;top:46.75rem;left:54.75rem;overflow:hidden;display:block; }
#C3lT0T6N8flgcBaLL0LrQpMn1Fzl8Chd { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:49.125rem;left:56.625rem;display:block; }
#hibh6B2UeP3qlnaMXSUoJ19cfEPqNATw { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:49.125rem;left:55.0625rem;display:block; }
#MAJzaqGFrT8BCfhZ3nUXcWrpBmukMRK3 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:49.1875rem;left:53.4375rem;display:block; }
#imZJlpp9EkF75HnryBlwaMd8VHnS4l1G { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:49.125rem;left:51.75rem;display:block; }
#O1tEHRnU4AHNDvhbBFZOw6K3TbJob7q5 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:49.125rem;left:49.9375rem;display:block; }
#iHU73M7Z1vsSmOfR21XqQMKsnbmu7hu7 { color:rgba(var(--color-primary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:47.59375rem;left:8.25rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DU4aZcIAtUoPhHViPGbRqkMV78fzNDvG { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:53.6875rem;left:8.15625rem;height:5.75rem;display:block; }
#ND9nvDWKQZ4diVmKxuSX27eZux6BdT5A { background-color:rgba(var(--color-secondary-2),1);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:4.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:66.625rem;left:8.25rem;display:block; }
#maiFtTkeQOpUVOGshRaa8LIgFAlDLy4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cC5ZtsBEuQHqvrwUmJbDdqd0zMlJ569L { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:62.125rem;left:8.25rem;display:block; }
#uyXGVawqzG6yW2DS47PUsHC0rrH2wmtq { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:62.5625rem;left:12.75rem;height:1.625rem;font-style:normal;display:block; }
#h42Ouq5FSx6msqC2BeqIZTBDcv3l4FMP { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:33.125rem;left:37.375rem;display:block; }
#xT6WT1BpeoArUErR68TDOKaWfJ3TJK7w { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:32.6875rem;left:41.25rem;height:3.25rem;font-style:normal;display:block; }
#Aeeui6Tpekz1E27t30a5chyhaw5Mx32s { color:rgba(var(--color-primary-2),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:83.0625rem;left:28.75rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tg493TIv283RrJpVPZT2FTinHv16gvvL { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:79.25rem;left:16.875rem;display:block; }
#uRaoIDTTAfr7ckNspTOL2Nc2w2zVvPgH { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:87.4375rem;left:28.75rem;height:4.3125rem;display:block; }
#rccPR5n9brTg3xl372MJQq6QpmT1tbo7 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:18.4375rem;top:76.25rem;left:1.15625rem;overflow:hidden;display:block; }
#m8O0NsmnCNfTqTRZaPJ5xluIAPM47T0T { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:79.25rem;left:18.3125rem;display:block; }
#hNN4ZuLLbClrBpElRgUsknWlAlVkSX3W { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:79.25rem;left:19.875rem;display:block; }
#QmRPnyK1DCm631rHVOOoB1EHTgBQS9W8 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:79.25rem;left:21.375rem;display:block; }
#SrrEgGRrAe5KcoSG9OuFRLDrLvGaZt62 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:79.25rem;left:22.875rem;display:block; }
#h2TbJIxhT3W9RKInWpaAF4GPGQ2pRELo { background-color:rgba(var(--color-secondary-1),1);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:4.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:92.875rem;left:28.75rem;display:block; }
#XhJ9l1UapQFIgG6s6xf3geCA5NQAgsPE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wR5FbA997lrMLuWoaCU456alzyTntCxS { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:51.4375rem;left:45.8466796875rem;overflow:hidden;display:block; }
#TvSSSesWBUM9MoXpzCR2hB9gmmqm4OO1 { color:rgba(var(--color-secondary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15017;line-height:.9;letter-spacing:0;top:23.1875rem;left:37.375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JBPt9mfndbIvCPUwbc97Q34iHItlfLHc { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:20.4375rem;top:81.4375rem;left:5.5625rem;overflow:hidden;display:block; }
#OkVLBu0VSibQAbZeGqm0091Ucm8HIeRE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;display:none; }
#XTTsw5mTd9Z2mlXgcrstSzTCakkmBgQ6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:50rem;display:none; }
#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/xt02ZFNp/tlo_8_podcast.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u.adaptive-delivery-prevent-bg, #VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u.lazyload, #VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u.lazyloading { background-image: none; }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row .container { background-color: transparent; background-image: none; }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row .container > .video-iframe-container { display: none; }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row > .video-iframe-container { display: none; }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .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); }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row .container { border-width: 0; border-radius: 0; }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row .container { font-size:0.875rem;font-family:arial;height:69.75rem;width:75rem;position:relative;display:block; }#RdMgr4eyb2JHSpapHBidPC4RE4c62h64 { color:#343434;display:block;width:38.187038421631rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8656005859375rem;left:20.320539474488rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TF37STzzmmJ6C8XS0BXU6IPenSZzRieT { color:rgba(var(--color-primary-2),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:.9;letter-spacing:0;top:8.1238708496094rem;left:26.686349868774rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bfF3RNBL0NMLTqkTn8pkL8MIiM7fDm9R { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:12.432922363281rem;left:7.3736209869388rem;overflow:hidden;display:block; }
#cRegUfpxR2eqaG58nrd5dNEQEOVlOmJ3 { color:rgba(var(--color-primary-2),1);display:block;width:19.562269210816rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:16.247711181641rem;left:28.622701644898rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hxP43C6VVD4k2LliThbXdyRhysLEeEVq { color:#343434;display:block;width:33.812038421631rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:20.123626708984rem;left:28.747701644898rem;height:4.3125rem;display:block; }
#XPBIqhSlbh5wXzohBLkHvNSwI58yLbiE { background-color:#ef3a5f;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.494140625rem;left:28.7470703125rem;display:block; }
#oLDCmyx2y2bluTIyvQeHdDOmuLNQGyzB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fST7do8K40OtQTi3ATtEdDLQ1Mlw7fG1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:22.9375rem;top:42.671661376953rem;left:48.181523948908rem;overflow:hidden;display:block; }
#MGeyTXs53iE2k7TxviwL9Lc8wTnq5KEd { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:28.3125rem;left:10.4375rem;display:block; }
#IT9yK25NhQnshH9NQ3byNo7rUP23L8l1 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:29.875rem;left:10.4375rem;display:block; }
#CgrQiN7FBbXiVzylP0apeSz5bZVNJGQ1 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:31.3125rem;left:10.4375rem;display:block; }
#DyvP5HOZ3OiDyyg8dQPEBbEizs4zwOxb { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:32.9375rem;left:10.4375rem;display:block; }
#akk6f6H2EqMAKUJTASZQsth1lVfnqfWr { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:34.4375rem;left:10.4375rem;display:block; }
#cAwF0xvt0Iy32FAndqoFLItqZu2GS6zA { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:44.686584472656rem;left:58.436349868774rem;display:block; }
#XpwmSoaQUJTOXJaOZhua8fHUpEUNQDpr { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:43rem;left:58.436349868774rem;display:block; }
#obp6eKnWw6k58o9FD3IngJcrqH13tZnh { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:41.374328613281rem;left:58.436349868774rem;display:block; }
#V4qAnqrNZC6q71oNZvmmCT40HyODAmqz { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:39.811828613281rem;left:58.436349868774rem;display:block; }
#MUbJQ6HL5H6nwnIkOwrA0pMIsWW2FUQu { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.3125rem;left:58.436349868774rem;display:block; }
#NAd7GozGMNhHggVw8Xg76EgCMsHtuHDJ { color:rgba(var(--color-primary-2),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:43.956817626953rem;left:10.442325592041rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N3GbGNl2LXiwZZdCCWiR0WtUo2pSmDwV { color:#343434;display:block;width:33.499538421631rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:47.83203125rem;left:10.434282302856rem;height:12.9375rem;display:block; }
#epxGqvihCILVNloizQCnKRMMHyCkXmOt { background-color:rgba(var(--color-secondary-3),1);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:68.9375rem;left:9.25rem;display:none; }
#wmwNzfvv6A1BykhfBZaVp4VrhPuxspxG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KcP5p5H12nLUtMoSpMaastmNlK9I22rr { background-color:#015bab;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.9372701644898rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:62.92599487305rem;left:24.577203750611rem;display:block; }
#qatPJsdIk723fDIvcMlkgxOI04G71d8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBDvhcrESUdtcCGsdFXHk80mqo5oOfa5 { color:#015bab;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:.9;letter-spacing:0;top:42.009429931641rem;left:9.8701744079587rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gw8gRwgEbkLHCr6gGPGlerknxAFOpwn5 { color:#015bab;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:.9;letter-spacing:0;top:14.071685791016rem;left:27.826284408569rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUwuURpPZz1hD7kicUgZuHTiHTM0W9i0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#W2OILs3mWrxZD8URrHbwmomKDOMXBIZz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#u54521HxKe2psv51kXhK5klXwvXDbTTw { color:rgba(var(--color-primary-2),1);display:block;width:19.5615234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:26.462890625rem;left:42.3095703125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WaOGffsoNrtM28aQMFpZNJTwgF42P1H1 { color:rgba(var(--color-primary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:29.431640625rem;left:42.060546875rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .row .container { background-color: transparent; background-image: none; }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .row .container > .video-iframe-container { display: none; }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .row > .video-iframe-container { display: none; }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .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); }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .row .container { border-width: 0; border-radius: 0; }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .row .container { font-size:0.875rem;font-family:arial;height:105.125rem;width:75rem;position:relative;display:block; }#ZcBSS4s8FttdtPUeX1Gf2oRzaqIsrSiv { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6875rem;left:7.5620403289794rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ZGTmrGTmNwD2ylDIoJ3N3zmDKTWsvnSO { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DVn55qMLGrBIFvcr3RHZw6mEetPcoAwf { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:12.937042236328rem;left:36.249998092651rem;display:block; }
#i5dOv9RwXS87kslVFg8Hel20leQJTtzp { color:rgba(var(--color-tertiary-2),0.15);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.62384033203125rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yfixZRTt0PrCHZyCHVISRPJWfwmvCWan { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:33.1875rem;left:8.9375rem;height:18rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IKAURquPBXRNgaM2S4F3Cyn6nPN2SnqE { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:56.5rem;left:14.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ORpvNcOaQfFDwdRBvsebVw1XGEyCTdTR { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:58.6875rem;left:14.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iO90aQxzIGytDb0orV9m46FqE9NXmGzR { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mjBOuZFp/IMG_72CA582D5C6D_1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5622701644897rem;width:4.5622701644897rem;top:55.8125rem;left:8.625rem;display:block; }#iO90aQxzIGytDb0orV9m46FqE9NXmGzR.adaptive-delivery-prevent-bg, #iO90aQxzIGytDb0orV9m46FqE9NXmGzR.lazyload, #iO90aQxzIGytDb0orV9m46FqE9NXmGzR.lazyloading { background-image: none; }
#zoX2KLABKVce9kJm7Ga3rgtrn5wEscXw { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:84.9375rem;left:34.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTQnNVGFMCHZuHzUvVyo3dVFWzToACB2 { color:rgba(var(--color-tertiary-1),1);display:block;width:13rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:87.125rem;left:34.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DCB1Lm2i5QTrR36X5cmzelqvWF5AccxP { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:51.25rem;width:18.9375rem;top:31.4375rem;left:28.75rem;display:block; }
#FMmDpDTtJrmWTDN2CE5uXBNdEHTtAAwV { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/U5CIpll2/my_karol_S_tiny.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:84.25rem;left:29.0625rem;display:block; }#FMmDpDTtJrmWTDN2CE5uXBNdEHTtAAwV.adaptive-delivery-prevent-bg, #FMmDpDTtJrmWTDN2CE5uXBNdEHTtAAwV.lazyload, #FMmDpDTtJrmWTDN2CE5uXBNdEHTtAAwV.lazyloading { background-image: none; }
#UHDSMnlXavABvyCRiUePXgQDH0S2fldQ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:64.4375rem;width:18.9375rem;top:31.4375rem;left:49.25rem;display:block; }
#mpRSBvZVHvwJaBmnKh36vzaFa8G1dksG { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:33.5625rem;left:49.9375rem;height:58rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xL6T5TMVsO045aA6DAZhhsoifwu3tZWc { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uOw3wLeJ/1Z4A9369.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5622701644897rem;width:4.5622701644897rem;top:97.75rem;left:49.25rem;display:block; }#xL6T5TMVsO045aA6DAZhhsoifwu3tZWc.adaptive-delivery-prevent-bg, #xL6T5TMVsO045aA6DAZhhsoifwu3tZWc.lazyload, #xL6T5TMVsO045aA6DAZhhsoifwu3tZWc.lazyloading { background-image: none; }
#Zs3mFfbyRrDAtJ7sCHMp6QbJyy1iAvUw { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:33.375rem;left:29.4375rem;height:46rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DDT0wiFmKks3vm7JsqVtzp8fot8BM67T { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.937040328979rem;width:18.937269210816rem;top:31.4375rem;left:8.25rem;display:block; }
#vciTrxu3SN1ADFNL5aDrHaElU6g9sTnW { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/m7DwB2X5/ilona_sobul.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5622701644897rem;width:4.5622701644897rem;top:94.6875rem;left:8.25rem;display:block; }#vciTrxu3SN1ADFNL5aDrHaElU6g9sTnW.adaptive-delivery-prevent-bg, #vciTrxu3SN1ADFNL5aDrHaElU6g9sTnW.lazyload, #vciTrxu3SN1ADFNL5aDrHaElU6g9sTnW.lazyloading { background-image: none; }
#ntKfkeFIdSHihSltT7HBTgXz1wkDFUnU { color:rgba(var(--color-tertiary-3),1);display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:95.625rem;left:14rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lc2KgQhg2t8q069c7yNsG78XRMvbBSn7 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:97.8125rem;left:14rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTBEnL4cwmlxy1Z2Lbih9NPOtbxqohod { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:64rem;left:9rem;height:26rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cW3VuCH0ywHB1p5N33Hc5dsBXmeTIxQ9 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.562040328979rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:98.3125rem;left:54.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BFprnma4sKZ6TBL6TqQSkeaygyNkAg3f { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:100.4375rem;left:54.375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AGXTogR8BXledzn5WxNnUPg74o1NLW5C { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:30.125rem;width:18.9375rem;top:62.75rem;left:8.25rem;display:block; }
#zXAaMG2DXiGHiIVFgIvX6WrkI5e4RP23 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.5625rem;width:44.4375rem;top:12.919342041016rem;left:23.372241973877rem;display:block; }
#iNaLfCr8du3HrB3CquiiUfDWDXdZdaRh { color:rgba(var(--color-tertiary-2),1);display:block;width:43.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:13.934967041016rem;left:23.809972763061rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQXhyBa6TfXcClpy50AZ1eQoCyqFOP2S { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/o0IDMQ3z/Czerniawski_11111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5622701644897rem;width:4.5622701644897rem;top:15.372222900391rem;left:8.9349727630612rem;display:block; }#LQXhyBa6TfXcClpy50AZ1eQoCyqFOP2S.adaptive-delivery-prevent-bg, #LQXhyBa6TfXcClpy50AZ1eQoCyqFOP2S.lazyload, #LQXhyBa6TfXcClpy50AZ1eQoCyqFOP2S.lazyloading { background-image: none; }
#NLCT6a9emFPuH6LJx48eLTMDw0nHLIyV { color:rgba(var(--color-tertiary-3),1);display:block;width:8.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.870391845703rem;left:14.246322631836rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKN0Ol7B5iILF6OhLHAlOo5dy5RP8EG6 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.171173095703rem;left:14.246322631836rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UTQeI5vg1HG5Xdals2REogByAZLygy7i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/tmcEAbRH/tlo_4_narzedzia.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UTQeI5vg1HG5Xdals2REogByAZLygy7i.adaptive-delivery-prevent-bg, #UTQeI5vg1HG5Xdals2REogByAZLygy7i.lazyload, #UTQeI5vg1HG5Xdals2REogByAZLygy7i.lazyloading { background-image: none; }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .row .container { background-color: transparent; background-image: none; }#UTQeI5vg1HG5Xdals2REogByAZLygy7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .row .container > .video-iframe-container { display: none; }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .row > .video-iframe-container { display: none; }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .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); }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .row .container { border-width: 0; border-radius: 0; }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#IrMZxRG9ONpOmn2bbDhxvEFJMNUVp4LD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:10.0625rem;left:3.75rem;display:block; }
#e5VxEDtSCw3EK7mE48abOwrEixaqS9UP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.561809539795rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:19.25rem;left:8.4375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#khT1sf7w7ITIa7MQGplbxrNw0dMXMeVQ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:10rem;left:41.8125rem;display:block; }
#FTDkTnzOKqpUQdVtHmp78ylOdEO7Azu4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:19.25rem;left:46.5625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z1xofgc4kM5hh5tc18ka8xwiTnIvHP0z { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.812040328979rem;width:24.624309539795rem;top:4.3125rem;left:6.4375rem;display:block; }
#ctuhaRHveyACcXr1TlOaU5pEIMNRvZkT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.812040328979rem;width:24.624309539795rem;top:4.375rem;left:45.0625rem;display:block; }
#HTaBuc1WbFWPWOXd2vzAxzu1e1gRC4cv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#ZWdaQ8pnTd0P93O8ofviP4TJZAcTR1w7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.561809539795rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:19.25rem;left:8.4375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tJB2dkMQAhFOdv4dlTTkXRU32tZpSc7K { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:10.0625rem;left:3.75rem;display:none; }
#T1Xu8w3X59JmfGNzlehLyXRyZ9MtT1FT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.0625rem;width:23.25rem;top:24.5625rem;left:25.845703125rem;display:block; }
#BKuoaINQ15TUQRUtMrlEkHwy0qduyEnx { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:29.0625rem;top:28.625rem;left:22.751953125rem;display:block; }
#A1lvZvQ6m8dmn9dvx9MdpSTIaEHkH0SZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5615234375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:38.4375rem;left:27.189453125rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/iQkGsW1I/tlo_9_stopa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA.adaptive-delivery-prevent-bg, #TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA.lazyload, #TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA.lazyloading { background-image: none; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container { background-color: transparent; background-image: none; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container > .video-iframe-container { display: none; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row > .video-iframe-container { display: none; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .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); }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container { border-width: 0; border-radius: 0; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#x4FJ7zwSuDHG6DxTtyWwrv42LO4pATBx { color:#343434;display:block;width:12.375rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:2.5625rem;font-style:normal;display:block; }
#QElnoIhR3eA001rCLIsQyUvcEGxktyk6 { box-sizing:content-box;color:#131948;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:8.367431640625rem;left:64.030328750612rem;display:block; }
#uC4gLH8XTIZzqJB57JUDxUZwocM8JqZw { box-sizing:content-box;color:#131948;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:8.3991394042969rem;left:67.089838027956rem;display:block; }
#iDh10X62OU7Z3CfDAzpyN9wlxQM8AoSX { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:0.5rem;top:10rem;left:12.375rem;display:block; }
#xo3R3krvr0wNw9i8TRESHI23QA5mdgPI { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:11.68701171875rem;left:0rem;display:block; }
#qkRhhOPBrTfLbIiuli8PQoLBdMl15w8X { color:rgba(52,52,52,0.54);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:1.1875rem;display:block; }
#Ll7l10alLfPL0nFHCnKF1VFpF6ud39Qs { box-sizing:content-box;color:rgba(52,52,52,0.5);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:12.1875rem;left:12.062269210816rem;display:block; }
#qRJSbHSIH5ti1k1QB5iCIcqstyVSTqLm { color:rgba(52,52,52,0.54);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12.1875rem;left:13.561580657959rem;height:1.1875rem;display:block; }
#XhUtbhOBHSgXhKfrlfkZtE6AVvuJF7X8 { color:rgba(52,52,52,0.54);display:block;width:9.24977016449rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.236877441406rem;left:60.409006118774rem;height:1.1875rem;display:block; }
#Qmd9VfAkoA6CmQGwV3x3A05QgN5tPHF8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5620403289794rem;height:2.2495403289795rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:8.5rem;left:45.4375rem;display:block; }
#knGs75dLWb3qSa0f8Cc0gtorcc1CKsNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVsGvCGlD6tgqxybcSXvKeS5smCTOhv7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1247701644897rem;height:2.2495403289795rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:8.5rem;left:38.25rem;display:block; }
#TzRBTJsvIWOera68as8dEMGmrbTWNLWo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCbsTkIPQQ2wLyT9eV57nNQw3toAXo5h { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.2495403289795rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:8.5rem;left:33.125rem;display:block; }
#Z5LAKakEHu6VTgh0ESsHVIMovmMAN7Ge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6ea8fLOp3oKnOk3b3wHpIWKXTv85AGT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1247701644897rem;height:2.2495403289795rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:8.5rem;left:26.5rem;display:block; }
#dcBpZFESyczP4ndMDN8qeZvt24LF4qk0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lAqqb743nTfScNiGwaGSv6zyvt5UD3Mr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1247701644897rem;height:2.2495403289795rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:8.5rem;left:20.1875rem;display:block; }
#UlI25ZJ0mPoTExdsNesn3EA9VP7KRCT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQ92ILskTO9oOnbl5I4vrBL0CeRUIfet { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3118104934692rem;height:2.2495403289795rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:8.5rem;left:15.6875rem;display:block; }
#lh11GbRmiPGgk45xSQkHWuXnwn2GZvWF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XxykoIW9KGExGxCGhxTyG3SMJg1vcnh9 { background-color:#a4a4a4;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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:4.3115234375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.2490234375rem;left:25.25rem;display:block; }
#CXF3ZtKRMykthRQSyukg1cvv0rXn2khN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTAxP1GPhddOZ3QRDmb2HlCXLuFybCz7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131948;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta extrabold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5615234375rem;height:2.2490234375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:8.53125rem;left:54.5rem;display:block; }
#NDsLvK6XfyJ0XbkzPdwENytKcfvJzosH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql { display:block; }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdQdCe2I4XA0OpEZQwdNzoJ4Uft6ThkI { top:1.5rem;left:0rem;width:12.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppGNO5phT1vhGphGgUmPskHqs9MT4uuM { top:1.5rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfq3vmsMS9s7ivTl3ZnnRkJTaqmepF2a { top:1.5rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdFbvTALxTwCi6NlDM8wTTWHDf3yFLzN { top:3.125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHJerMqG1zLFyVOTim4Ss48HdzUNSrIL { width:4.3125rem;height:2.25rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQiB2nzWsgedfVbbNRQgAVkAH9n7cq2b { display:block; }
 }@media only screen and (max-width: 763px) { #Gs0G4OFVflbtoIN0e5oclOTuTKyZPL54 { width:6.125rem;height:2.25rem;top:1.625rem;left:3.6872692108154rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatLH99VK2TBy1m1oOa1b77erOisNFcr { display:block; }
 }@media only screen and (max-width: 763px) { #vHHvokhPOuV2ZTdyTyWSZZl1ilSvUhLB { width:6.0625rem;height:2.1875rem;top:1.625rem;left:16.748620986939rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3wwhdA08kNK7qBomWHvJTZXb40PbBw4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ns10bUyTfS3NubtuRxgOdbURZwPbfhte { width:6.125rem;height:2.25rem;top:1.625rem;left:9.9993076324462rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH6sU19nH5oZp3sFAz47hHXs6CQi8p0X { display:block; }
 }@media only screen and (max-width: 763px) { #C03Aq4tsstSauy29TurUEe1guoK6O2rf { width:8.875rem;height:2.25rem;top:1.625rem;left:23.247701644898rem;display:block; }
 }@media only screen and (max-width: 763px) { #sosULTk9z35iz2k4INSMapgahkrRDpuN { display:block; }
 }@media only screen and (max-width: 763px) { #mT7GI4vyzOGNtVzuN4GM39IrUhsl0lvU { width:7.5rem;height:2.1875rem;top:1.625rem;left:32.7470703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCtOKNTvZVl3R3ekkDpiNnHKRWay4yCV { display:block; }
 }@media only screen and (max-width: 763px) { #XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 { display:block; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frir0D7aSPAb3hagPwmScINHFTiTCPXL { top:1.5rem;left:0rem;width:43.4375rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGcIqWyxW2Ru8feLvxRr5qU9eD3Uf8bi { top:6.5625rem;left:0rem;width:46.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OicZMfHhyciFQSXJAUdlb5LPQG8w0NEa { top:9.9375rem;left:0rem;width:40rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhcc66VOT9q3n9h74TFKom3868ZemLiI { width:30.625rem;height:30.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bx1lwOoSOqhrgJ0SsaPAKFUcECqmfv7a { top:11.625rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hd8VpUk7vfaMihlpUsN058uMhTeEBsJ6 { top:29.8125rem;left:0rem;width:38.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac3pOqzv8REtHyLQV5ngaKHA8gMkekE7 { top:32.375rem;left:0rem;width:38.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #US4EtPyDliyzErpTNGqTbPo36nhfd6QD { width:24.375rem;height:4.1875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpLCActZPzUc9sUPEgoHN0McEOeMrCwn { display:block; }
 }@media only screen and (max-width: 763px) { #hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo { display:block; }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQB6GLfC3n72sDy9eDaQy9bXJeFmNcyJ { top:2.8125rem;left:0rem;width:11.5rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSVWhVrGPJZAdhH44bEIFEw6vkqMZ9q { top:3.25rem;left:11.9375rem;width:35.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtRfFSFqiSCd665pG8yodry8lR18Ngzh { display:block; }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seK0ViknmwllHCKJPqmXFM2DvzOMS30J { width:12.3125rem;height:3.9375rem;top:35.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW7Gouy7r4ZNNh1lJ7bC6yLDB2OFGiRA { display:block; }
 }@media only screen and (max-width: 763px) { #l96GUcCxRm0lK9h347XJ7NerIJ6CKOU1 { width:9.4375rem;height:3.9375rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emd8pN76Iykl1155Nd9ezRiaDtf01PiM { display:block; }
 }@media only screen and (max-width: 763px) { #q6MorNmdViK3opS5dZQAEwlw77PbpczT { top:21.0625rem;left:0rem;width:21.3125rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qplru8tFZI0W9XXPCC0a4mTkpaWTUw { top:16.5625rem;left:0rem;width:21.5625rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbSw6pPA9tv6BaNeXIrNJNF6VszGTC2V { width:9.4375rem;height:3.9375rem;top:35.1875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0kxL50BeedxEC9f5kzbhDHyP5CimXoq { display:block; }
 }@media only screen and (max-width: 763px) { #e90o32S79zSAVcH4BfINSgk86V6J14N0 { width:9.4375rem;height:3.9375rem;top:35.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7yGMlfIkomGQ5HcKrXvG3hLTosnuHEq { display:block; }
 }@media only screen and (max-width: 763px) { #I9AQixSOfTESzCnMqxkCc7LAQlKRfQkU { top:16.5625rem;left:8.5625rem;width:23.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoohGfsztlJgabKCoPvpOu90fsE1CmxE { top:21.0625rem;left:9.375rem;width:22.375rem;height:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlR3rLHw0UJt1A69rtzB0Vm2hxzWfqUe { top:16.5625rem;left:24.375rem;width:20.8125rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHgxHBCk6NEpzIycfbCZtTTJalRKlM2h { top:21.625rem;left:25.5rem;width:22.125rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdr8mZ0AmTT0UJGu9hG5JD6RracWytGh { width:9.4375rem;height:3.9375rem;top:35.25rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJeOr2Wir9srsTsm7Umh6zLbao9W9rsL { display:block; }
 }@media only screen and (max-width: 763px) { #r6AWIbragKLWWlQ8mAF51NNs5Kf9Xexa { top:1.375rem;left:3.9268018018018rem;width:8.9375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8evy1evG8xG06nkpkSaNa7TzoRp8eqK { top:0rem;left:15.8125rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABcEaql4AKCLN3D3GFmy4lStNxlJLSZn { top:1.375rem;left:33.75rem;width:9.3125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE5NxiLDg321PnPyabawAWZfBMmOipqI { display:none; }
 }@media only screen and (max-width: 763px) { #mBSLk7d7fboIZRdWAhtwT336aTLPqIp6 { display:none; }
 }@media only screen and (max-width: 763px) { #T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO { display:block; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHCbld56PDyoZhM231S8fFTCSuIlK5gT { top:5.625rem;left:0rem;width:11.5rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXzyVk53NMfRcZobcxzL5yThMybCthSI { top:6.1875rem;left:1.8125rem;width:36rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcSDta1sD8SQZlsA4khyeN17oEBGNbSJ { top:5.5625rem;left:25.875rem;width:21.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkvzidv1BI5W7qCPntloA87zhPaDEakT { top:6.875rem;left:30.8125rem;width:16.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWnUE1WrvhpIAsZaTyAygsKBi44Q9bfk { top:6rem;left:40.749078750611rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2az7eGDPZuOrqkv1GTn3hRCwTgmSRz { width:19.375rem;height:3.9375rem;top:36.4375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJdor7FhztKo1d6roczS8SugXCoySlTq { display:block; }
 }@media only screen and (max-width: 763px) { #IgpROQPvTn7tVRpAvDaqmKv2QZaJUt3t { top:13.875rem;left:0rem;width:23.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSOTyFMAxqpn5GuZ6LdqpCbl72dhrIkJ { top:13.875rem;left:11.96875rem;width:23.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVf5rTALK2B5hyhzyaxXWnvrT2RgNFK { top:13.875rem;left:23.9375rem;width:23.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0qE75ER0v8btrUxhMTn8ERRvbQ7qni2 { top:27.0625rem;left:0rem;width:23.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdBPBnkPxSRJRIrPiaCmOT3ArtsaNnmp { top:28.875rem;left:0rem;width:12.875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbuFBl8eIOQkpoe4UwUuWz7vgtEQUTpv { top:28.5rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2o4J3f7q2ZnUQ5D1X7kuIaUmKbPTcuw { top:27.0625rem;left:12rem;width:23.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnp4qsT7fQFlT4DansZV5EKZw4orh4Mq { top:28.875rem;left:16.375rem;width:12.875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM5ilyzptsrh9EwTccinzaJnT3IUIcC1 { top:28.5rem;left:13.6875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL4fOyv8U9Llh1URBGGtlfd8poQghuFL { top:27.0625rem;left:23.9375rem;width:23.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrcaz4FJ49fNdz3WKWh1cMEitpk349Sv { top:28.875rem;left:34.875rem;width:12.875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFyD7PaF9RWTlGvKnltzSVcZ7gS0TTgd { top:28.5rem;left:39.375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 { display:block; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTemQml35u1bAa6kDdw6TZk5RsurivVN { top:5.125rem;left:0rem;width:11.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ZNiaMSBXVnHJLmotUxGHPsJi2lrQK5 { top:4rem;left:0rem;width:16.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDdatzc6X8wTc6kA6GTTMwICoQaN8Gep { top:3.9375rem;left:13.854318618774rem;width:16.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcwmoLFpP9uU6oMyUL0p6hl5CzwkcgPT { top:3.9375rem;left:31.065942764283rem;width:14.125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGfiZ28HeNHuoIqbIQmNRskWwAkOsiw { top:3.9375rem;left:33.5625rem;width:13.9375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrysToTtte0AbHV7Eqod1fMNN6lO94nN { top:16.25rem;left:0rem;width:29.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg6IgLCF55zisSL51OfaAaTuJKWexTpV { width:22.5rem;height:4.25rem;top:16.875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3cUtgkKqtfhoTNv7tJXKK9Chw3HpVfm { display:block; }
 }@media only screen and (max-width: 763px) { #UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn { display:block; }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCDP5tlQIfor1bX7FHrCTcwNImUyJFC8 { top:7.1875rem;left:18.09375rem;width:11.5625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D17S0Rzzncwp48ukJfZS1br9VyEBZzWy { top:10.625rem;left:13.46875rem;width:20.8125rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPCC6TE6AAoQcoLA7q0X0X2QDJTW0tbF { top:16.5625rem;left:0rem;width:36.75rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZlOhpT6MqB1fw8HeK3NJTX7DBHmuw79 { top:20rem;left:11rem;width:36.75rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ZVRcnqDTiAOX1ABW08HuFNFJtXcVpH { top:18.3125rem;left:0rem;width:33.25rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #laXouQ7UriPoOmU6e5hsKAnq57NqqMTL { top:39rem;left:0rem;width:21rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMXJl8wrEM6i8tAN6HLtlgl15fik5atp { top:42.6875rem;left:0rem;width:31.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDlD6JJ5D63EeUeHeDvyzmiqrTDXqy9e { width:15.625rem;height:4.1875rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQazN0KpvRc1Th7wemFTNRoB8xJ38J0l { display:block; }
 }@media only screen and (max-width: 763px) { #TVdWKq0IEJLXbgXnNui0taTBsT69sCiK { top:21.4375rem;left:13.8125rem;width:33.875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgwD5XReX81ksQbUdNyZplxWIUWel2yd { top:42.6875rem;left:17.625rem;width:30.125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLzucxNDVX9RerpMCUE0kBGi76tKMnz { top:46.125rem;left:14.5rem;width:33.25rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7G60TtWfFUa0h97dM9syNZpHegH0TQC { width:14.1875rem;height:4.3125rem;top:57.3125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h228tCwBOBxTJQOlTyIDio0BJTddtcpt { display:block; }
 }@media only screen and (max-width: 763px) { #BGPC8x9HVEpt18A4qh39eLC0CypxGFfH { display:block; }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeB6hSydiVd0A64CdJpsQK1TBmh0WqZB { top:6.0625rem;left:11.46875rem;width:24.8125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tOX38qOZm3IOh6PZJZ0P0HttTTkkOw { top:9.5rem;left:5.21875rem;width:37.3125rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRbIfNgEOffS7H51kUuTSg9u46kB3xiJ { top:16.6875rem;left:0rem;width:18.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4g0PGmvGx4r7BKTy46NJO9HMRqvJz8F { top:22.125rem;left:0rem;width:31.6875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1BtNBgIcEeOLLMgR8ZGP2vMNi9SdVzv { top:18.0625rem;left:14.625rem;width:33.125rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWxTB9Mp1O7RZq3CNadhuv4SnhBcp5DN { top:20.0625rem;left:3.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxIdcm8S2n5HZ1Xs0GBPeG8uQXtoPSL9 { top:20.0625rem;left:6.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCcaTwID4pSCJpVwiIeB0AAUzbqCrUbu { top:20.0625rem;left:4.6875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z69ItvkRsLH9h155BJ6tRudJ1LeFhiWM { top:20rem;left:7.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mybxLZQSrQtflNcgbty79ZvXyk7SkxNI { top:20rem;left:9.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mApUCrbuo8sdR41HzOykZKWdZbkm8fAo { top:25.75rem;left:18.1875rem;width:29.5625rem;height:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKifD7LpmXbpQc2cBJamkIzFuyk0Dfd { width:23.5rem;height:4.3125rem;top:37.625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO0l4lB9MiXk8yLuxQFSmTEMpIe0Hki6 { display:block; }
 }@media only screen and (max-width: 763px) { #b2n0tHJVTzATzkWZyiTmwNsyBlTekuKt { top:46.75rem;left:29.3125rem;width:18.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3lT0T6N8flgcBaLL0LrQpMn1Fzl8Chd { top:49.125rem;left:43rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hibh6B2UeP3qlnaMXSUoJ19cfEPqNATw { top:49.125rem;left:41.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAJzaqGFrT8BCfhZ3nUXcWrpBmukMRK3 { top:49.1875rem;left:39.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imZJlpp9EkF75HnryBlwaMd8VHnS4l1G { top:49.125rem;left:38.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1tEHRnU4AHNDvhbBFZOw6K3TbJob7q5 { top:49.125rem;left:36.3125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHU73M7Z1vsSmOfR21XqQMKsnbmu7hu7 { top:47.5625rem;left:0rem;width:36.5625rem;height:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU4aZcIAtUoPhHViPGbRqkMV78fzNDvG { top:53.6875rem;left:0rem;width:36.5rem;height:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND9nvDWKQZ4diVmKxuSX27eZux6BdT5A { width:18.1875rem;height:4.3125rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maiFtTkeQOpUVOGshRaa8LIgFAlDLy4B { display:block; }
 }@media only screen and (max-width: 763px) { #cC5ZtsBEuQHqvrwUmJbDdqd0zMlJ569L { top:62.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyXGVawqzG6yW2DS47PUsHC0rrH2wmtq { top:62.5625rem;left:0rem;width:23.4375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42Ouq5FSx6msqC2BeqIZTBDcv3l4FMP { top:33.125rem;left:23.75rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6WT1BpeoArUErR68TDOKaWfJ3TJK7w { top:32.6875rem;left:27.625rem;width:20.125rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeeui6Tpekz1E27t30a5chyhaw5Mx32s { top:83.0625rem;left:11rem;width:36.75rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg493TIv283RrJpVPZT2FTinHv16gvvL { top:79.25rem;left:3.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRaoIDTTAfr7ckNspTOL2Nc2w2zVvPgH { top:87.4375rem;left:15.125rem;width:31.8125rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rccPR5n9brTg3xl372MJQq6QpmT1tbo7 { top:76.25rem;left:0rem;width:18.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8O0NsmnCNfTqTRZaPJ5xluIAPM47T0T { top:79.25rem;left:4.6875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNN4ZuLLbClrBpElRgUsknWlAlVkSX3W { top:79.25rem;left:6.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmRPnyK1DCm631rHVOOoB1EHTgBQS9W8 { top:79.25rem;left:7.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrrEgGRrAe5KcoSG9OuFRLDrLvGaZt62 { top:79.25rem;left:9.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2TbJIxhT3W9RKInWpaAF4GPGQ2pRELo { width:12.8125rem;height:4.3125rem;top:92.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhJ9l1UapQFIgG6s6xf3geCA5NQAgsPE { display:block; }
 }@media only screen and (max-width: 763px) { #wR5FbA997lrMLuWoaCU456alzyTntCxS { top:51.4375rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvSSSesWBUM9MoXpzCR2hB9gmmqm4OO1 { top:23.1875rem;left:23.75rem;width:18.375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBPt9mfndbIvCPUwbc97Q34iHItlfLHc { top:81.4375rem;left:0rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkVLBu0VSibQAbZeGqm0091Ucm8HIeRE { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTTsw5mTd9Z2mlXgcrstSzTCakkmBgQ6 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u { display:block; }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdMgr4eyb2JHSpapHBidPC4RE4c62h64 { top:4.8125rem;left:6.6955394744875rem;width:38.125rem;height:0;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF37STzzmmJ6C8XS0BXU6IPenSZzRieT { top:8.0625rem;left:13.061349868774rem;width:22.875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfF3RNBL0NMLTqkTn8pkL8MIiM7fDm9R { top:12.375rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRegUfpxR2eqaG58nrd5dNEQEOVlOmJ3 { top:16.1875rem;left:14.997468948364rem;width:19.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxP43C6VVD4k2LliThbXdyRhysLEeEVq { top:20.0625rem;left:14rem;width:33.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPBIqhSlbh5wXzohBLkHvNSwI58yLbiE { width:11.6875rem;height:3.9375rem;top:25.4375rem;left:15.1220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLDCmyx2y2bluTIyvQeHdDOmuLNQGyzB { display:block; }
 }@media only screen and (max-width: 763px) { #fST7do8K40OtQTi3ATtEdDLQ1Mlw7fG1 { top:42.625rem;left:24.8125rem;width:22.9375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGeyTXs53iE2k7TxviwL9Lc8wTnq5KEd { top:28.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT9yK25NhQnshH9NQ3byNo7rUP23L8l1 { top:29.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrQiN7FBbXiVzylP0apeSz5bZVNJGQ1 { top:31.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyvP5HOZ3OiDyyg8dQPEBbEizs4zwOxb { top:32.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akk6f6H2EqMAKUJTASZQsth1lVfnqfWr { top:34.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAwF0xvt0Iy32FAndqoFLItqZu2GS6zA { top:44.625rem;left:44.811349868774rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpwmSoaQUJTOXJaOZhua8fHUpEUNQDpr { top:43rem;left:44.811349868774rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obp6eKnWw6k58o9FD3IngJcrqH13tZnh { top:41.3125rem;left:44.811349868774rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4qAnqrNZC6q71oNZvmmCT40HyODAmqz { top:39.75rem;left:44.811349868774rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUbJQ6HL5H6nwnIkOwrA0pMIsWW2FUQu { top:38.3125rem;left:44.811349868774rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAd7GozGMNhHggVw8Xg76EgCMsHtuHDJ { top:43.9375rem;left:0rem;width:34.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3GbGNl2LXiwZZdCCWiR0WtUo2pSmDwV { top:47.8125rem;left:0rem;width:33.4375rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxGqvihCILVNloizQCnKRMMHyCkXmOt { width:11.375rem;height:3.9375rem;top:68.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmwNzfvv6A1BykhfBZaVp4VrhPuxspxG { display:block; }
 }@media only screen and (max-width: 763px) { #KcP5p5H12nLUtMoSpMaastmNlK9I22rr { width:20.625rem;height:3.875rem;top:62.875rem;left:10.952203750611rem;display:block; }
 }@media only screen and (max-width: 763px) { #qatPJsdIk723fDIvcMlkgxOI04G71d8N { display:block; }
 }@media only screen and (max-width: 763px) { #nBDvhcrESUdtcCGsdFXHk80mqo5oOfa5 { top:42rem;left:0rem;width:24.6875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8gRwgEbkLHCr6gGPGlerknxAFOpwn5 { top:14.0625rem;left:14.201284408569rem;width:21.5625rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUwuURpPZz1hD7kicUgZuHTiHTM0W9i0 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2OILs3mWrxZD8URrHbwmomKDOMXBIZz { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #u54521HxKe2psv51kXhK5klXwvXDbTTw { top:26.4375rem;left:28.25rem;width:19.5rem;height:2rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaOGffsoNrtM28aQMFpZNJTwgF42P1H1 { top:29.375rem;left:28.435546875rem;width:17.375rem;height:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 { display:block; }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcBSS4s8FttdtPUeX1Gf2oRzaqIsrSiv { width:47.75rem;height:4rem;top:5.6875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTmrGTmNwD2ylDIoJ3N3zmDKTWsvnSO { width:47.75rem;height:1.5625rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVn55qMLGrBIFvcr3RHZw6mEetPcoAwf { width:2.5rem;height:0.125rem;top:12.875rem;left:22.624998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5dOv9RwXS87kslVFg8Hel20leQJTtzp { width:47.75rem;height:9.6875rem;top:0.5625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfixZRTt0PrCHZyCHVISRPJWfwmvCWan { width:17.5rem;height:18.5rem;top:33.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAURquPBXRNgaM2S4F3Cyn6nPN2SnqE { width:12.6875rem;height:1.5625rem;top:56.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORpvNcOaQfFDwdRBvsebVw1XGEyCTdTR { width:11.25rem;height:1rem;top:58.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO90aQxzIGytDb0orV9m46FqE9NXmGzR { width:4.5rem;height:4.5rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoX2KLABKVce9kJm7Ga3rgtrn5wEscXw { width:11.25rem;height:1.5625rem;top:84.9375rem;left:20.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQnNVGFMCHZuHzUvVyo3dVFWzToACB2 { width:12.9375rem;height:3.0625rem;top:87.125rem;left:20.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCB1Lm2i5QTrR36X5cmzelqvWF5AccxP { width:18.875rem;height:51.25rem;top:31.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmDpDTtJrmWTDN2CE5uXBNdEHTtAAwV { width:4.5rem;height:4.5rem;top:84.25rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHDSMnlXavABvyCRiUePXgQDH0S2fldQ { width:18.875rem;height:64.375rem;top:31.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpRSBvZVHvwJaBmnKh36vzaFa8G1dksG { width:17.5rem;height:61.75rem;top:33.5625rem;left:30.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL6T5TMVsO045aA6DAZhhsoifwu3tZWc { width:4.5rem;height:4.5rem;top:97.75rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs3mFfbyRrDAtJ7sCHMp6QbJyy1iAvUw { width:17.5rem;height:47.3125rem;top:33.375rem;left:15.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDT0wiFmKks3vm7JsqVtzp8fot8BM67T { width:18.875rem;height:21.875rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vciTrxu3SN1ADFNL5aDrHaElU6g9sTnW { width:4.5rem;height:4.5rem;top:94.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntKfkeFIdSHihSltT7HBTgXz1wkDFUnU { width:8.1875rem;height:1.5625rem;top:95.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc2KgQhg2t8q069c7yNsG78XRMvbBSn7 { width:11.25rem;height:1rem;top:97.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTBEnL4cwmlxy1Z2Lbih9NPOtbxqohod { width:17.5rem;height:26.75rem;top:63.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3VuCH0ywHB1p5N33Hc5dsBXmeTIxQ9 { width:12.5rem;height:1.5625rem;top:98.3125rem;left:35.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFprnma4sKZ6TBL6TqQSkeaygyNkAg3f { width:14.375rem;height:3.0625rem;top:100.4375rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGXTogR8BXledzn5WxNnUPg74o1NLW5C { width:18.875rem;height:30.0625rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXAaMG2DXiGHiIVFgIvX6WrkI5e4RP23 { width:44.4375rem;height:16.5625rem;top:12.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNaLfCr8du3HrB3CquiiUfDWDXdZdaRh { width:43.5625rem;height:14.375rem;top:13.875rem;left:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQXhyBa6TfXcClpy50AZ1eQoCyqFOP2S { width:4.5rem;height:4.5rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLCT6a9emFPuH6LJx48eLTMDw0nHLIyV { width:8.8125rem;height:3.25rem;top:15.8125rem;left:0.62132263183594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKN0Ol7B5iILF6OhLHAlOo5dy5RP8EG6 { width:7.9375rem;height:2.0625rem;top:19.125rem;left:0.62132263183594rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTQeI5vg1HG5Xdals2REogByAZLygy7i { display:block; }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrMZxRG9ONpOmn2bbDhxvEFJMNUVp4LD { width:29.0625rem;height:12.5rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5VxEDtSCw3EK7mE48abOwrEixaqS9UP { width:20.5rem;height:1.75rem;top:19.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khT1sf7w7ITIa7MQGplbxrNw0dMXMeVQ { width:29.0625rem;height:12.5rem;top:10rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTDkTnzOKqpUQdVtHmp78ylOdEO7Azu4 { width:20.5rem;height:1.75rem;top:19.25rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1xofgc4kM5hh5tc18ka8xwiTnIvHP0z { top:4.3125rem;left:0rem;width:24.5625rem;height:13.77737069266rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctuhaRHveyACcXr1TlOaU5pEIMNRvZkT { top:4.375rem;left:23.1875rem;width:24.5625rem;height:13.77737069266rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTaBuc1WbFWPWOXd2vzAxzu1e1gRC4cv { display:none; }
 }@media only screen and (max-width: 763px) { #ZWdaQ8pnTd0P93O8ofviP4TJZAcTR1w7 { width:17.5625rem;height:3.125rem;top:13.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJB2dkMQAhFOdv4dlTTkXRU32tZpSc7K { width:29.0625rem;height:12.5rem;top:10.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1Xu8w3X59JmfGNzlehLyXRyZ9MtT1FT { top:24.5625rem;left:0.625rem;width:23.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuoaINQ15TUQRUtMrlEkHwy0qduyEnx { width:29.0625rem;height:13.75rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1lvZvQ6m8dmn9dvx9MdpSTIaEHkH0SZ { width:20.5rem;height:3.5rem;top:38.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA { display:block; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4FJ7zwSuDHG6DxTtyWwrv42LO4pATBx { top:8.375rem;left:0rem;width:12.375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QElnoIhR3eA001rCLIsQyUvcEGxktyk6 { top:8.3125rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC4gLH8XTIZzqJB57JUDxUZwocM8JqZw { top:8.375rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDh10X62OU7Z3CfDAzpyN9wlxQM8AoSX { top:10rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3R3krvr0wNw9i8TRESHI23QA5mdgPI { top:11.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRhhOPBrTfLbIiuli8PQoLBdMl15w8X { top:12.1875rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll7l10alLfPL0nFHCnKF1VFpF6ud39Qs { top:12.1875rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRJSbHSIH5ti1k1QB5iCIcqstyVSTqLm { top:12.1875rem;left:0rem;width:16.5rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhUtbhOBHSgXhKfrlfkZtE6AVvuJF7X8 { top:12.1875rem;left:38.5625rem;width:9.1875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmd9VfAkoA6CmQGwV3x3A05QgN5tPHF8 { width:7.5rem;height:2.1875rem;top:8.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knGs75dLWb3qSa0f8Cc0gtorcc1CKsNK { display:block; }
 }@media only screen and (max-width: 763px) { #wVsGvCGlD6tgqxybcSXvKeS5smCTOhv7 { width:6.0625rem;height:2.1875rem;top:8.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzRBTJsvIWOera68as8dEMGmrbTWNLWo { display:block; }
 }@media only screen and (max-width: 763px) { #cCbsTkIPQQ2wLyT9eV57nNQw3toAXo5h { width:4.375rem;height:2.1875rem;top:8.5rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5LAKakEHu6VTgh0ESsHVIMovmMAN7Ge { display:block; }
 }@media only screen and (max-width: 763px) { #w6ea8fLOp3oKnOk3b3wHpIWKXTv85AGT { width:6.0625rem;height:2.1875rem;top:8.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcBpZFESyczP4ndMDN8qeZvt24LF4qk0 { display:block; }
 }@media only screen and (max-width: 763px) { #lAqqb743nTfScNiGwaGSv6zyvt5UD3Mr { width:6.0625rem;height:2.1875rem;top:8.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlI25ZJ0mPoTExdsNesn3EA9VP7KRCT7 { display:block; }
 }@media only screen and (max-width: 763px) { #vQ92ILskTO9oOnbl5I4vrBL0CeRUIfet { width:4.25rem;height:2.1875rem;top:8.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh11GbRmiPGgk45xSQkHWuXnwn2GZvWF { display:block; }
 }@media only screen and (max-width: 763px) { #XxykoIW9KGExGxCGhxTyG3SMJg1vcnh9 { width:24.5rem;height:4.25rem;top:1.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXF3ZtKRMykthRQSyukg1cvv0rXn2khN { display:block; }
 }@media only screen and (max-width: 763px) { #XTAxP1GPhddOZ3QRDmb2HlCXLuFybCz7 { width:7.5rem;height:2.1875rem;top:8.5rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDsLvK6XfyJ0XbkzPdwENytKcfvJzosH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql { display:block; }#XAKoOtov6FwHeU0KCZMqaJTpu3QfHXql > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdQdCe2I4XA0OpEZQwdNzoJ4Uft6ThkI { width:9.3125rem;height:0;top:0.57215118408203rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppGNO5phT1vhGphGgUmPskHqs9MT4uuM { width:2.375rem;height:2.375rem;top:0.6875rem;left:15.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfq3vmsMS9s7ivTl3ZnnRkJTaqmepF2a { width:2.375rem;height:2.375rem;top:0.71875rem;left:17.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdFbvTALxTwCi6NlDM8wTTWHDf3yFLzN { width:0.4990234375rem;height:0.4990234375rem;top:1.884765625rem;left:8.8759765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHJerMqG1zLFyVOTim4Ss48HdzUNSrIL { width:1.875rem;height:2.25rem;top:0.3212890625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQiB2nzWsgedfVbbNRQgAVkAH9n7cq2b { display:block; }
 }@media only screen and (max-width: 763px) { #Gs0G4OFVflbtoIN0e5oclOTuTKyZPL54 { width:3.6875rem;height:2.25rem;top:0.3212890625rem;left:2.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatLH99VK2TBy1m1oOa1b77erOisNFcr { display:block; }
 }@media only screen and (max-width: 763px) { #vHHvokhPOuV2ZTdyTyWSZZl1ilSvUhLB { width:4.25rem;height:2.25rem;top:0.3212890625rem;left:10.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3wwhdA08kNK7qBomWHvJTZXb40PbBw4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ns10bUyTfS3NubtuRxgOdbURZwPbfhte { width:3.875rem;height:2.25rem;top:0.3212890625rem;left:6.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH6sU19nH5oZp3sFAz47hHXs6CQi8p0X { display:block; }
 }@media only screen and (max-width: 763px) { #C03Aq4tsstSauy29TurUEe1guoK6O2rf { width:4.625rem;height:2.25rem;top:1.384765625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sosULTk9z35iz2k4INSMapgahkrRDpuN { display:block; }
 }@media only screen and (max-width: 763px) { #mT7GI4vyzOGNtVzuN4GM39IrUhsl0lvU { width:7.5rem;height:2.1875rem;top:1.416015625rem;left:4.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCtOKNTvZVl3R3ekkDpiNnHKRWay4yCV { display:block; }
 }@media only screen and (max-width: 763px) { #XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 { display:block; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 { background-color: transparent; background-image: none; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container > .video-iframe-container { display: none; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row > .video-iframe-container { display: none; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .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); }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container { width:20rem;height:54.75rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frir0D7aSPAb3hagPwmScINHFTiTCPXL { width:12.875rem;height:1.125rem;top:1.6689453125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pGcIqWyxW2Ru8feLvxRr5qU9eD3Uf8bi { width:10.1875rem;height:3.75rem;top:3.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OicZMfHhyciFQSXJAUdlb5LPQG8w0NEa { width:20rem;height:25rem;top:12.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xhcc66VOT9q3n9h74TFKom3868ZemLiI { top:0rem;left:7.375rem;width:11.625rem;height:11.625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bx1lwOoSOqhrgJ0SsaPAKFUcECqmfv7a { width:12.625rem;height:1.25rem;top:10.4375rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Hd8VpUk7vfaMihlpUsN058uMhTeEBsJ6 { width:15.75rem;height:2.875rem;top:38.4169921875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ac3pOqzv8REtHyLQV5ngaKHA8gMkekE7 { width:20rem;height:1.25rem;top:42.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #US4EtPyDliyzErpTNGqTbPo36nhfd6QD { width:17.0625rem;height:3.625rem;top:50.875rem;left:1.46875rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JpLCActZPzUc9sUPEgoHN0McEOeMrCwn { display:block; }
 }@media only screen and (max-width: 763px) { #hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo { display:block; }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQB6GLfC3n72sDy9eDaQy9bXJeFmNcyJ { width:8.4375rem;height:2.0625rem;top:1.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuSVWhVrGPJZAdhH44bEIFEw6vkqMZ9q { width:19.0625rem;height:1.125rem;top:4.05859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GtRfFSFqiSCd665pG8yodry8lR18Ngzh { display:block; }#GtRfFSFqiSCd665pG8yodry8lR18Ngzh > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seK0ViknmwllHCKJPqmXFM2DvzOMS30J { width:11.75rem;height:3.6875rem;top:27.75rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW7Gouy7r4ZNNh1lJ7bC6yLDB2OFGiRA { display:block; }
 }@media only screen and (max-width: 763px) { #l96GUcCxRm0lK9h347XJ7NerIJ6CKOU1 { width:7.125rem;height:3.6875rem;top:27.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emd8pN76Iykl1155Nd9ezRiaDtf01PiM { display:block; }
 }@media only screen and (max-width: 763px) { #q6MorNmdViK3opS5dZQAEwlw77PbpczT { width:20rem;height:8.75rem;top:18.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qplru8tFZI0W9XXPCC0a4mTkpaWTUw { width:20rem;height:3.875rem;top:16.44921875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lbSw6pPA9tv6BaNeXIrNJNF6VszGTC2V { width:9.4365234375rem;height:3.6865234375rem;top:65.3125rem;left:10.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0kxL50BeedxEC9f5kzbhDHyP5CimXoq { display:block; }
 }@media only screen and (max-width: 763px) { #e90o32S79zSAVcH4BfINSgk86V6J14N0 { width:9.4140625rem;height:3.6640625rem;top:65.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7yGMlfIkomGQ5HcKrXvG3hLTosnuHEq { display:block; }
 }@media only screen and (max-width: 763px) { #I9AQixSOfTESzCnMqxkCc7LAQlKRfQkU { width:20rem;height:1.9375rem;top:49.0625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AoohGfsztlJgabKCoPvpOu90fsE1CmxE { width:20rem;height:13.75rem;top:51rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LlR3rLHw0UJt1A69rtzB0Vm2hxzWfqUe { width:17.8125rem;height:3.875rem;top:89.625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PHgxHBCk6NEpzIycfbCZtTTJalRKlM2h { width:20rem;height:10rem;top:93.98828125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bdr8mZ0AmTT0UJGu9hG5JD6RracWytGh { width:9.4365234375rem;height:3.6865234375rem;top:103.42578125rem;left:5.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJeOr2Wir9srsTsm7Umh6zLbao9W9rsL { display:block; }
 }@media only screen and (max-width: 763px) { #r6AWIbragKLWWlQ8mAF51NNs5Kf9Xexa { width:9.25rem;height:15rem;top:0.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8evy1evG8xG06nkpkSaNa7TzoRp8eqK { width:16.625rem;height:16.625rem;top:33rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABcEaql4AKCLN3D3GFmy4lStNxlJLSZn { width:10.875rem;height:17.4375rem;top:71.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE5NxiLDg321PnPyabawAWZfBMmOipqI { display:flex;top:33rem;left:9.46875rem;width:1.0625rem;height:1.0625rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #mBSLk7d7fboIZRdWAhtwT336aTLPqIp6 { display:flex;top:70.0625rem;left:9.46875rem;width:1.0625rem;height:1.0625rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO { background-color:#ececec;background-image:none;display:block; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row .container { background-color: transparent; background-image: none; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row .container > .video-iframe-container { display: none; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row > .video-iframe-container { display: none; }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .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); }#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHCbld56PDyoZhM231S8fFTCSuIlK5gT { width:7.6875rem;height:2.0625rem;top:1.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXzyVk53NMfRcZobcxzL5yThMybCthSI { width:19rem;height:5rem;top:4.55859375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcSDta1sD8SQZlsA4khyeN17oEBGNbSJ { width:19.3125rem;height:3.5rem;top:11.1025390625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkvzidv1BI5W7qCPntloA87zhPaDEakT { width:14.75rem;height:1.25rem;top:12.2275390625rem;left:3.33203125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWnUE1WrvhpIAsZaTyAygsKBi44Q9bfk { width:3.125rem;height:3.125rem;top:11.2900390625rem;left:0.26953125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2az7eGDPZuOrqkv1GTn3hRCwTgmSRz { width:14.875rem;height:3.3125rem;top:70.201171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJdor7FhztKo1d6roczS8SugXCoySlTq { display:block; }
 }@media only screen and (max-width: 763px) { #IgpROQPvTn7tVRpAvDaqmKv2QZaJUt3t { height:11.127067565918rem;width:20rem;top:16.009191036224rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSOTyFMAxqpn5GuZ6LdqpCbl72dhrIkJ { height:11.1269375rem;width:20rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVf5rTALK2B5hyhzyaxXWnvrT2RgNFK { height:11.1269375rem;width:20rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0qE75ER0v8btrUxhMTn8ERRvbQ7qni2 { width:20rem;height:4.7495403289795rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdBPBnkPxSRJRIrPiaCmOT3ArtsaNnmp { width:12.874540328979rem;height:1.125rem;top:28.9375rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbuFBl8eIOQkpoe4UwUuWz7vgtEQUTpv { width:1.875rem;height:1.875rem;top:28.5615234375rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2o4J3f7q2ZnUQ5D1X7kuIaUmKbPTcuw { width:20rem;height:4.7495403289795rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnp4qsT7fQFlT4DansZV5EKZw4orh4Mq { width:12.874540328979rem;height:1.125rem;top:47rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM5ilyzptsrh9EwTccinzaJnT3IUIcC1 { width:1.875rem;height:1.875rem;top:46.625rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL4fOyv8U9Llh1URBGGtlfd8poQghuFL { width:20rem;height:4.7495403289795rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrcaz4FJ49fNdz3WKWh1cMEitpk349Sv { width:12.874rem;height:1.125rem;top:65.5625rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFyD7PaF9RWTlGvKnltzSVcZ7gS0TTgd { width:1.875rem;height:1.875rem;top:65.1875rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row .container { background-color: transparent; background-image: none; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row .container > .video-iframe-container { display: none; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row > .video-iframe-container { display: none; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .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); }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row .container { border-width: 0; border-radius: 0; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTemQml35u1bAa6kDdw6TZk5RsurivVN { width:10.625rem;height:1.4375rem;top:1.8740234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ZNiaMSBXVnHJLmotUxGHPsJi2lrQK5 { width:9rem;height:6rem;top:4.624755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDdatzc6X8wTc6kA6GTTMwICoQaN8Gep { width:9.3125rem;height:5.75rem;top:4.6631396412849rem;left:10.292184523504rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcwmoLFpP9uU6oMyUL0p6hl5CzwkcgPT { width:9.0625rem;height:6.74977016449rem;top:11.706787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGfiZ28HeNHuoIqbIQmNRskWwAkOsiw { width:9.125rem;height:6.875rem;top:11.618555217981rem;left:10.481840988139rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrysToTtte0AbHV7Eqod1fMNN6lO94nN { width:19.6875rem;height:6.25rem;top:19.888671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pg6IgLCF55zisSL51OfaAaTuJKWexTpV { width:16.0625rem;height:3.25rem;top:27.25rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3cUtgkKqtfhoTNv7tJXKK9Chw3HpVfm { display:block; }
 }@media only screen and (max-width: 763px) { #UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn { display:block; }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCDP5tlQIfor1bX7FHrCTcwNImUyJFC8 { width:9rem;height:2.0625rem;top:2.55859375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D17S0Rzzncwp48ukJfZS1br9VyEBZzWy { width:14.5625rem;height:2.25rem;top:4.99609375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fPCC6TE6AAoQcoLA7q0X0X2QDJTW0tbF { width:20rem;height:12.4375rem;top:8.0147058963775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZlOhpT6MqB1fw8HeK3NJTX7DBHmuw79 { width:20rem;height:12.8125rem;top:41.996795654297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ZVRcnqDTiAOX1ABW08HuFNFJtXcVpH { width:17.125rem;height:10.25rem;top:9.1760218143462rem;left:1.4051017761231rem;display:block; }
 }@media only screen and (max-width: 763px) { #laXouQ7UriPoOmU6e5hsKAnq57NqqMTL { width:16.7490234375rem;height:2.0625rem;top:21.1689453125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OMXJl8wrEM6i8tAN6HLtlgl15fik5atp { width:17.1875rem;height:10rem;top:24.1396484375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vDlD6JJ5D63EeUeHeDvyzmiqrTDXqy9e { width:14.125rem;height:3.6875rem;top:36.2841796875rem;left:0rem;font-size:1.25rem;background-color:#d0c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;border-top:0.0625rem solid #828100;border-left:0.0625rem solid #828100;border-right:0.0625rem solid #828100;border-bottom:0.0625rem solid #828100;display:block; }
 }@media only screen and (max-width: 763px) { #TQazN0KpvRc1Th7wemFTNRoB8xJ38J0l { display:block; }
 }@media only screen and (max-width: 763px) { #TVdWKq0IEJLXbgXnNui0taTBsT69sCiK { width:20rem;height:11.25rem;top:42.01220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgwD5XReX81ksQbUdNyZplxWIUWel2yd { width:12.9990234375rem;height:4.125rem;top:55.53125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dmLzucxNDVX9RerpMCUE0kBGi76tKMnz { width:19.874769210816rem;height:11.25rem;top:60.236694335938rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D7G60TtWfFUa0h97dM9syNZpHegH0TQC { width:11.015625rem;height:3.6416015625rem;top:72.02734375rem;left:8.984375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h228tCwBOBxTJQOlTyIDio0BJTddtcpt { display:block; }
 }@media only screen and (max-width: 763px) { #BGPC8x9HVEpt18A4qh39eLC0CypxGFfH { display:block; }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeB6hSydiVd0A64CdJpsQK1TBmh0WqZB { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n8tOX38qOZm3IOh6PZJZ0P0HttTTkkOw { width:19.9375rem;height:0;top:3.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JRbIfNgEOffS7H51kUuTSg9u46kB3xiJ { width:18.4375rem;height:24.125rem;top:7.4375rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4g0PGmvGx4r7BKTy46NJO9HMRqvJz8F { width:20rem;height:11.045364891519rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1BtNBgIcEeOLLMgR8ZGP2vMNi9SdVzv { width:20rem;height:2.75rem;top:4.2021484375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aWxTB9Mp1O7RZq3CNadhuv4SnhBcp5DN { width:0.9375rem;height:0.9375rem;top:32.8125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxIdcm8S2n5HZ1Xs0GBPeG8uQXtoPSL9 { width:0.9375rem;height:0.9375rem;top:37.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCcaTwID4pSCJpVwiIeB0AAUzbqCrUbu { width:0.9375rem;height:0.9375rem;top:35rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z69ItvkRsLH9h155BJ6tRudJ1LeFhiWM { width:0.9375rem;height:0.9375rem;top:39.375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mybxLZQSrQtflNcgbty79ZvXyk7SkxNI { width:0.9375rem;height:0.9375rem;top:41.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mApUCrbuo8sdR41HzOykZKWdZbkm8fAo { width:20rem;height:0;top:11.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RbKifD7LpmXbpQc2cBJamkIzFuyk0Dfd { width:9.75rem;height:3.6875rem;top:21.25rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO0l4lB9MiXk8yLuxQFSmTEMpIe0Hki6 { display:block; }
 }@media only screen and (max-width: 763px) { #b2n0tHJVTzATzkWZyiTmwNsyBlTekuKt { width:18.4375rem;height:24.125rem;top:46.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3lT0T6N8flgcBaLL0LrQpMn1Fzl8Chd { width:0.9375rem;height:0.9375rem;top:43.4375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hibh6B2UeP3qlnaMXSUoJ19cfEPqNATw { width:0.9375rem;height:0.9375rem;top:58.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAJzaqGFrT8BCfhZ3nUXcWrpBmukMRK3 { width:0.9375rem;height:0.9375rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imZJlpp9EkF75HnryBlwaMd8VHnS4l1G { width:0.9375rem;height:0.9375rem;top:26.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1tEHRnU4AHNDvhbBFZOw6K3TbJob7q5 { width:0.9375rem;height:0.9375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHU73M7Z1vsSmOfR21XqQMKsnbmu7hu7 { width:19.875rem;height:3.25rem;top:28.375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DU4aZcIAtUoPhHViPGbRqkMV78fzNDvG { width:20rem;height:0;top:39.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ND9nvDWKQZ4diVmKxuSX27eZux6BdT5A { width:11.3125rem;height:3.25rem;top:53.125rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maiFtTkeQOpUVOGshRaa8LIgFAlDLy4B { display:block; }
 }@media only screen and (max-width: 763px) { #cC5ZtsBEuQHqvrwUmJbDdqd0zMlJ569L { width:2.5rem;height:2.5rem;top:53.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyXGVawqzG6yW2DS47PUsHC0rrH2wmtq { width:7rem;height:3.375rem;top:53.0625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h42Ouq5FSx6msqC2BeqIZTBDcv3l4FMP { width:2.5rem;height:2.5rem;top:21.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6WT1BpeoArUErR68TDOKaWfJ3TJK7w { width:7.75rem;height:3.375rem;top:21.3125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeeui6Tpekz1E27t30a5chyhaw5Mx32s { width:20rem;height:1.625rem;top:60.1875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Tg493TIv283RrJpVPZT2FTinHv16gvvL { width:0.9375rem;height:0.9375rem;top:182.6875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRaoIDTTAfr7ckNspTOL2Nc2w2zVvPgH { width:20rem;height:0;top:51.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rccPR5n9brTg3xl372MJQq6QpmT1tbo7 { width:18.4375rem;height:24.125rem;top:157.3125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8O0NsmnCNfTqTRZaPJ5xluIAPM47T0T { width:0.9375rem;height:0.9375rem;top:184.875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNN4ZuLLbClrBpElRgUsknWlAlVkSX3W { width:0.9375rem;height:0.9375rem;top:187.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmRPnyK1DCm631rHVOOoB1EHTgBQS9W8 { width:0.9375rem;height:0.9375rem;top:189.25rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrrEgGRrAe5KcoSG9OuFRLDrLvGaZt62 { width:0.9375rem;height:0.9375rem;top:191.4375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2TbJIxhT3W9RKInWpaAF4GPGQ2pRELo { width:12rem;height:3.0625rem;top:83.9375rem;left:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhJ9l1UapQFIgG6s6xf3geCA5NQAgsPE { display:block; }
 }@media only screen and (max-width: 763px) { #wR5FbA997lrMLuWoaCU456alzyTntCxS { width:6.0625rem;height:6.0625rem;top:25.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvSSSesWBUM9MoXpzCR2hB9gmmqm4OO1 { width:18.375rem;height:1.125rem;top:7.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#6588a6;display:block; }
 }@media only screen and (max-width: 763px) { #JBPt9mfndbIvCPUwbc97Q34iHItlfLHc { width:19.875rem;height:19.875rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkVLBu0VSibQAbZeGqm0091Ucm8HIeRE { top:9.375rem;left:0rem;width:20rem;height:11.0625rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XTTsw5mTd9Z2mlXgcrstSzTCakkmBgQ6 { top:32.5625rem;left:0rem;width:19.875rem;height:19.875rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u { display:block; }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row .container { width:20rem;height:87.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdMgr4eyb2JHSpapHBidPC4RE4c62h64 { width:19.4375rem;height:4.5rem;top:2.6875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TF37STzzmmJ6C8XS0BXU6IPenSZzRieT { width:13.8125rem;height:0;top:23.296875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #bfF3RNBL0NMLTqkTn8pkL8MIiM7fDm9R { width:18.4375rem;height:18.4375rem;top:7.4375rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRegUfpxR2eqaG58nrd5dNEQEOVlOmJ3 { width:19.5615234375rem;height:1.3125rem;top:27.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxP43C6VVD4k2LliThbXdyRhysLEeEVq { width:20rem;height:5rem;top:29.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XPBIqhSlbh5wXzohBLkHvNSwI58yLbiE { width:15.5rem;height:3.75rem;top:35.2333984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLDCmyx2y2bluTIyvQeHdDOmuLNQGyzB { display:block; }
 }@media only screen and (max-width: 763px) { #fST7do8K40OtQTi3ATtEdDLQ1Mlw7fG1 { width:18.4375rem;height:18.4375rem;top:100.9375rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGeyTXs53iE2k7TxviwL9Lc8wTnq5KEd { width:0.9375rem;height:0.9375rem;top:57rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IT9yK25NhQnshH9NQ3byNo7rUP23L8l1 { width:0.9375rem;height:0.9375rem;top:59.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgrQiN7FBbXiVzylP0apeSz5bZVNJGQ1 { width:0.9375rem;height:0.9375rem;top:66.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyvP5HOZ3OiDyyg8dQPEBbEizs4zwOxb { width:0.9375rem;height:0.9375rem;top:68.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #akk6f6H2EqMAKUJTASZQsth1lVfnqfWr { width:0.9375rem;height:0.9375rem;top:70.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAwF0xvt0Iy32FAndqoFLItqZu2GS6zA { width:0.9375rem;height:0.9375rem;top:128.5rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpwmSoaQUJTOXJaOZhua8fHUpEUNQDpr { width:0.9375rem;height:0.9375rem;top:126.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #obp6eKnWw6k58o9FD3IngJcrqH13tZnh { width:0.9375rem;height:0.9375rem;top:77.5rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4qAnqrNZC6q71oNZvmmCT40HyODAmqz { width:0.9375rem;height:0.9375rem;top:75.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUbJQ6HL5H6nwnIkOwrA0pMIsWW2FUQu { width:0.9375rem;height:0.9375rem;top:73.125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAd7GozGMNhHggVw8Xg76EgCMsHtuHDJ { width:20rem;height:1.125rem;top:64.564453125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N3GbGNl2LXiwZZdCCWiR0WtUo2pSmDwV { width:20rem;height:15rem;top:66.626953125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #epxGqvihCILVNloizQCnKRMMHyCkXmOt { width:8.6875rem;height:3.6875rem;top:61.75rem;left:5.65625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmwNzfvv6A1BykhfBZaVp4VrhPuxspxG { display:block; }
 }@media only screen and (max-width: 763px) { #KcP5p5H12nLUtMoSpMaastmNlK9I22rr { width:15.810546875rem;height:3.1865234375rem;top:83.7197265625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qatPJsdIk723fDIvcMlkgxOI04G71d8N { display:block; }
 }@media only screen and (max-width: 763px) { #nBDvhcrESUdtcCGsdFXHk80mqo5oOfa5 { width:12.125rem;height:2.25rem;top:60.9208984375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8gRwgEbkLHCr6gGPGlerknxAFOpwn5 { width:16.5625rem;height:2.25rem;top:24.3779296875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iUwuURpPZz1hD7kicUgZuHTiHTM0W9i0 { top:8.625rem;left:0rem;width:14.125rem;height:14.125rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W2OILs3mWrxZD8URrHbwmomKDOMXBIZz { top:45.294921875rem;left:0rem;width:14.125rem;height:14.125rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u54521HxKe2psv51kXhK5klXwvXDbTTw { width:14.125rem;height:1.8125rem;top:39.875rem;left:0.25rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WaOGffsoNrtM28aQMFpZNJTwgF42P1H1 { width:17.375rem;height:0.9375rem;top:42.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 { display:block; }#PnCP0UhQ5NvTu9Tw4oJ8PEGcVTdiTuz6 > .row .container { width:20rem;height:165rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcBSS4s8FttdtPUeX1Gf2oRzaqIsrSiv { width:20rem;height:2.625rem;top:2.373046875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTmrGTmNwD2ylDIoJ3N3zmDKTWsvnSO { width:20rem;height:3.75rem;top:6.03515625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVn55qMLGrBIFvcr3RHZw6mEetPcoAwf { width:2.5rem;height:0.125rem;top:9.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5dOv9RwXS87kslVFg8Hel20leQJTtzp { width:20rem;height:3.5625rem;top:0.6005859375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfixZRTt0PrCHZyCHVISRPJWfwmvCWan { width:17.5rem;height:10.5rem;top:13.4375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAURquPBXRNgaM2S4F3Cyn6nPN2SnqE { width:13.812040328979rem;height:1.625rem;top:24.796875rem;left:6.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ORpvNcOaQfFDwdRBvsebVw1XGEyCTdTR { width:12.749310493469rem;height:1.125rem;top:26.810546875rem;left:6.0712890625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO90aQxzIGytDb0orV9m46FqE9NXmGzR { width:4.1865234375rem;height:4.1865234375rem;top:24.796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoX2KLABKVce9kJm7Ga3rgtrn5wEscXw { width:12.124310493469rem;height:1.625rem;top:59.13671875rem;left:6.6962890625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTQnNVGFMCHZuHzUvVyo3dVFWzToACB2 { width:11.811810493469rem;height:4.5rem;top:61.1240234375rem;left:6.6845703125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCB1Lm2i5QTrR36X5cmzelqvWF5AccxP { width:18.75rem;height:19.5rem;top:11.5615234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmDpDTtJrmWTDN2CE5uXBNdEHTtAAwV { width:4.5622701644897rem;height:4.5622701644897rem;top:59.17578125rem;left:1.2470703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHDSMnlXavABvyCRiUePXgQDH0S2fldQ { width:18.937269210816rem;height:34.874771118164rem;top:32.83984375rem;left:0.4970703125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mpRSBvZVHvwJaBmnKh36vzaFa8G1dksG { width:17.5rem;height:31.5rem;top:71.0615234375rem;left:1.248046875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL6T5TMVsO045aA6DAZhhsoifwu3tZWc { width:4.5622701644897rem;height:4.5622701644897rem;top:103.5478515625rem;left:1.2470703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs3mFfbyRrDAtJ7sCHMp6QbJyy1iAvUw { width:17.5rem;height:24rem;top:34.1240234375rem;left:1.248046875rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DDT0wiFmKks3vm7JsqVtzp8fot8BM67T { width:18.874080657959rem;height:41.624538421631rem;top:69.875rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vciTrxu3SN1ADFNL5aDrHaElU6g9sTnW { width:4.499080657959rem;height:4.499080657959rem;top:129.4326171875rem;left:1.2470703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntKfkeFIdSHihSltT7HBTgXz1wkDFUnU { width:8.1870403289794rem;height:1.625rem;top:129.9580078125rem;left:6.7578125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc2KgQhg2t8q069c7yNsG78XRMvbBSn7 { width:11.25rem;height:1.125rem;top:131.6552734375rem;left:6.8388671875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTBEnL4cwmlxy1Z2Lbih9NPOtbxqohod { width:17.5rem;height:15rem;top:114.1240234375rem;left:1.248046875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3VuCH0ywHB1p5N33Hc5dsBXmeTIxQ9 { width:12.5rem;height:1.625rem;top:103.259765625rem;left:6.18359375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFprnma4sKZ6TBL6TqQSkeaygyNkAg3f { width:12.624080657959rem;height:4.5rem;top:105.029296875rem;left:6.3212890625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGXTogR8BXledzn5WxNnUPg74o1NLW5C { width:18.937269210816rem;height:21.686580657959rem;top:113.2353515625rem;left:0.4970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXAaMG2DXiGHiIVFgIvX6WrkI5e4RP23 { width:18.875rem;height:27.4375rem;top:136.6494140625rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNaLfCr8du3HrB3CquiiUfDWDXdZdaRh { width:17.875rem;height:19.5rem;top:137.7822265625rem;left:0.9677734375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQXhyBa6TfXcClpy50AZ1eQoCyqFOP2S { width:4.5rem;height:4.5rem;top:158.2724609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLCT6a9emFPuH6LJx48eLTMDw0nHLIyV { width:12.75rem;height:1.25rem;top:158.8671875rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKN0Ol7B5iILF6OhLHAlOo5dy5RP8EG6 { width:9.8740234375rem;height:2.25rem;top:160.2099609375rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTQeI5vg1HG5Xdals2REogByAZLygy7i { display:block; }#UTQeI5vg1HG5Xdals2REogByAZLygy7i > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrMZxRG9ONpOmn2bbDhxvEFJMNUVp4LD { width:19.625rem;height:12.8125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5VxEDtSCw3EK7mE48abOwrEixaqS9UP { width:17.5625rem;height:1.5625rem;top:31.5625rem;left:1.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khT1sf7w7ITIa7MQGplbxrNw0dMXMeVQ { width:19.625rem;height:11.8125rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTDkTnzOKqpUQdVtHmp78ylOdEO7Azu4 { width:16.125rem;height:1.5625rem;top:47.625rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1xofgc4kM5hh5tc18ka8xwiTnIvHP0z { height:11.218215322268rem;width:20rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctuhaRHveyACcXr1TlOaU5pEIMNRvZkT { height:11.218215322268rem;width:20rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTaBuc1WbFWPWOXd2vzAxzu1e1gRC4cv { height:11.25rem;width:20rem;top:1.5625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdaQ8pnTd0P93O8ofviP4TJZAcTR1w7 { width:17.5625rem;height:3.125rem;top:13.625rem;left:1.21875rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tJB2dkMQAhFOdv4dlTTkXRU32tZpSc7K { width:19.625rem;height:15.25rem;top:2.125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #T1Xu8w3X59JmfGNzlehLyXRyZ9MtT1FT { height:11.236559139785rem;width:20rem;top:66.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKuoaINQ15TUQRUtMrlEkHwy0qduyEnx { width:19.625rem;height:13.75rem;top:51.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1lvZvQ6m8dmn9dvx9MdpSTIaEHkH0SZ { width:20rem;height:0;top:61.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA { background-color:#ffffff;background-image:none;display:block; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container { background-color: transparent; background-image: none; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container > .video-iframe-container { display: none; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row > .video-iframe-container { display: none; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .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); }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4FJ7zwSuDHG6DxTtyWwrv42LO4pATBx { width:10.0615234375rem;height:0;top:4.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QElnoIhR3eA001rCLIsQyUvcEGxktyk6 { width:2.5rem;height:2.5rem;top:6rem;left:14.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC4gLH8XTIZzqJB57JUDxUZwocM8JqZw { width:2.5rem;height:2.5rem;top:6rem;left:16.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDh10X62OU7Z3CfDAzpyN9wlxQM8AoSX { width:0.3740234375rem;height:0.3740234375rem;top:1.7509765625rem;left:15.8115234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xo3R3krvr0wNw9i8TRESHI23QA5mdgPI { width:20rem;height:0.1240234375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRhhOPBrTfLbIiuli8PQoLBdMl15w8X { width:9.0625rem;height:0.8125rem;top:9.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll7l10alLfPL0nFHCnKF1VFpF6ud39Qs { width:1.25rem;height:1.25rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRJSbHSIH5ti1k1QB5iCIcqstyVSTqLm { width:12.1875rem;height:0.875rem;top:10.25rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhUtbhOBHSgXhKfrlfkZtE6AVvuJF7X8 { width:6.625rem;height:0.8125rem;top:10.3125rem;left:13.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmd9VfAkoA6CmQGwV3x3A05QgN5tPHF8 { width:7.5rem;height:2.25rem;top:6.59375rem;left:7.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #knGs75dLWb3qSa0f8Cc0gtorcc1CKsNK { display:block; }
 }@media only screen and (max-width: 763px) { #wVsGvCGlD6tgqxybcSXvKeS5smCTOhv7 { width:6.0615234375rem;height:2.25rem;top:6.625rem;left:2.75rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TzRBTJsvIWOera68as8dEMGmrbTWNLWo { display:block; }
 }@media only screen and (max-width: 763px) { #cCbsTkIPQQ2wLyT9eV57nNQw3toAXo5h { width:4.375rem;height:2.25rem;top:6.625rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z5LAKakEHu6VTgh0ESsHVIMovmMAN7Ge { display:block; }
 }@media only screen and (max-width: 763px) { #w6ea8fLOp3oKnOk3b3wHpIWKXTv85AGT { width:6.0615234375rem;height:2.25rem;top:5.5625rem;left:6.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dcBpZFESyczP4ndMDN8qeZvt24LF4qk0 { display:block; }
 }@media only screen and (max-width: 763px) { #lAqqb743nTfScNiGwaGSv6zyvt5UD3Mr { width:6.0615234375rem;height:2.25rem;top:5.5625rem;left:2.75rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UlI25ZJ0mPoTExdsNesn3EA9VP7KRCT7 { display:block; }
 }@media only screen and (max-width: 763px) { #vQ92ILskTO9oOnbl5I4vrBL0CeRUIfet { width:2.75rem;height:2.25rem;top:5.5625rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lh11GbRmiPGgk45xSQkHWuXnwn2GZvWF { display:block; }
 }@media only screen and (max-width: 763px) { #XxykoIW9KGExGxCGhxTyG3SMJg1vcnh9 { width:16.4375rem;height:3.125rem;top:0.8544921875rem;left:1.78125rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CXF3ZtKRMykthRQSyukg1cvv0rXn2khN { display:block; }
 }@media only screen and (max-width: 763px) { #XTAxP1GPhddOZ3QRDmb2HlCXLuFybCz7 { width:7.5rem;height:2.1875rem;top:4.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDsLvK6XfyJ0XbkzPdwENytKcfvJzosH { display:block; }
 }