.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;
}
@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:#efefef;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf81rPaq2EHd9OVduwqmRsSZ5rsn34T9 { position:relative;display:none; }#cf81rPaq2EHd9OVduwqmRsSZ5rsn34T9 { border-width: 0; border-radius: 0; }#cf81rPaq2EHd9OVduwqmRsSZ5rsn34T9 > .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; }#cf81rPaq2EHd9OVduwqmRsSZ5rsn34T9 > .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:none; }#Xd19IndisLMqSs1uKI0KHvrFLET6gtDl { color:#343434;display:block;width:11.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; }
#kBZX7UFBWqrvQ2AGnDsOGyPxTz1is8oG { 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.53125rem;left:65.21875rem;display:block; }
#cLisFdBNZg1fvJRcgIrSde2SLfEx2bSr { 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:15009;top:1.53125rem;left:67.71875rem;display:block; }
#HKb03DFWxHerVFW3TZx5J5Eyd057Tt5e { 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.53125rem;left:70.15625rem;display:block; }
#lpvSPdba6vOn8dxPoyPtgAKRSn9dRbVc { 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:15011;top:1.53125rem;left:72.5rem;display:block; }
#OnEiGkvMllVwT9diP7nxz1PXhAXlgLZa { position:absolute;display:block;z-index:15012;background-color:#bba17f;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.1875rem;left:11.8125rem;display:block; }
#t5MDCLGp6UV7Dei1Lry7fCspd59woWzN { 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:block;z-index:15000;display:none; }
#UJx6f4bwN6hQiRvRhC6FcF8QNrQqgQUP { 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:15015;text-align:center;text-align-last:center;top:1.21875rem;left:22.625rem;display:block; }
#VOIpZxospkuDO1CfekOT0DkKXxTG4744 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BI24wwKt8zIe24O27tk1NARbNi2D0sJ7 { 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:15017;text-align:center;text-align-last:center;top:1.21875rem;left:36.3125rem;display:block; }
#zuVTOPFIbv3yoJh0ah7bFAu8FLqc7QKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FPHZDLFUcZdAEgJhKkL0mNuIbFoSHUJM { 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.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.21875rem;left:43rem;display:block; }
#CC38VmpmwqHKLXT0H3g90zA2uZNz9fKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXDwQVU4PeyQG0yJnmTDTIulJMrcxPZH { 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.25rem;height:2.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.21875rem;left:53.3125rem;display:block; }
#enmJJCX9Ro1nG9ZTRQg2CwDmr5ATXTfq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVEPHU86FEb5goQNlWFpazLQvT2hqThR { 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:#242c5c;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.5625rem;height:2.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:8.5625rem;left:17.375rem;display:none; }
#RxlTViU2mGpL1wDkgIJW9WElOZCCE6tx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tDxJg7IexsQp08zCLzF1Z0cfXIIZ7Soz { 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:15017;text-align:center;text-align-last:center;top:1.21875rem;left:36.3125rem;display:none; }
#xOgMncLI9lWhSiqJitEuzUqyamNmOogv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xytSP0nf9K2TRPIe65P3hTa3ARrpbWEb { 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:5.9375rem;height:2.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.21875rem;left:47.375rem;display:none; }
#TOaBwtLTB5m0NRVgApJL0hW6MaLRMGV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm { position:relative;display:block; }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm { background-color: transparent; background-image: none; }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm > .row .container > .video-iframe-container { display: none; }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm > .row > .video-iframe-container { display: none; }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm > .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); }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm { border-width: 0; border-radius: 0; }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm > .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; }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm > .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; }#SBCl2B0uzgMUpyy8mVdRRkcOd0TGdewz { color:#343434;display:block;width:14.624rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0546875rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#adRrOal1LuL6LqtKilLrSIFvtJvMdE9f { 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.125rem;left:65.25rem;display:block; }
#kTnpdXOApHmbfOQC6ZlLGdyH3EZzHLZB { 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:15009;top:1.125rem;left:67.75rem;display:block; }
#GuOSSxfhCu52kOfJPGxOCTmZidlKya3X { 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.125rem;left:70.1875rem;display:block; }
#HJqbC53g1i2z4ZOGoAeTkpsk1AitVWCW { 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:15011;top:1.125rem;left:72.5rem;display:block; }
#G4BzCdnZ2hkQNzea8JhL3mpJtiGprf0g { position:absolute;display:block;z-index:15012;background-color:#5ebfbf;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.499131875rem;width:0.499131875rem;top:2.9446616172791rem;left:14.123480796814rem;display:block; }
#W11moLSo6VQkichJZMW394aTFVJgcKsu { 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:#242c5c;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.5625rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.25rem;left:22.6875rem;display:block; }
#seu4qMrnc2wQ02T96voq7XO15KzeCWTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vD3bW5dnnpOqwpeDByoT8iNPKmCV74zn { 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:#242c5c;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.124025rem;height:2.249025rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.25rem;left:40rem;display:block; }
#VRUIubvNl6baZ3lRpaaNTMq0oWslJM7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXc9ihn1xFdJ6ywF5QFUBbJzZBKZPJlX { 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:#242c5c;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.25rem;left:46.875rem;display:block; }
#ClmSo2XwOmAqL7bN1MHbidq6defG56h0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#val01aES41P8F5khTfZXMTcmTcNdc9g5 { 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:#242c5c;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:5.9375rem;height:2.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.25rem;left:53rem;display:block; }
#JEhPJyTJppiMatMELAZ4NqmlkQP1GtKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXitJde5x5T1QHywU0dfckTQFmr74uQu { 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:#242c5c;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.6875rem;height:2.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.25rem;left:31.1875rem;display:block; }
#D613wwSpdf04CI46NCfQHgQVTWQwqS0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0Ty8zUcqZzCUz4IFb0Hn989REWRfxpq { 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:#242c5c;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.25rem;height:2.249025rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.21875rem;left:58.0625rem;display:block; }
#DUXq7atQ2hznlMrITwuR3FP9uAd5kalZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container { 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 { border-width: 0; border-radius: 0; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#frir0D7aSPAb3hagPwmScINHFTiTCPXL { color:#bba17f;display:block;width:43.75rem;position:absolute;font-family:"averta extrabold";font-size:4.875rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;top:6.25rem;left:0rem;height:8.7734375rem;display:block; }
#pGcIqWyxW2Ru8feLvxRr5qU9eD3Uf8bi { color:#343434;display:block;width:38.0625rem;position:absolute;font-family:"averta semibold";font-size:3.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:4.55rem;font-style:normal;display:block; }
#OicZMfHhyciFQSXJAUdlb5LPQG8w0NEa { color:#343434;display:block;width:40.8125rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.4365234375rem;left:0rem;height:24.8525375rem;display:block; }
#XxykoIW9KGExGxCGhxTyG3SMJg1vcnh9 { background-color:#242c5c;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"averta semibold";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1865rem;height:4.311525rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:49.0595703125rem;left:0rem;display:block; }
#CXF3ZtKRMykthRQSyukg1cvv0rXn2khN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZyP7XnZGivbVLAEgx3ZqTLT6RrVfmbrg { 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:47.1875rem;width:26.5rem;top:7.9375rem;left:46.4375rem;overflow:hidden;display:block; }
#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn.adaptive-delivery-prevent-bg, #UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn.lazyload, #UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn.lazyloading { background-image: none; }#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:110.4375rem;width:75rem;position:relative;display:none; }#OCDP5tlQIfor1bX7FHrCTcwNImUyJFC8 { color:#343434;display:block;width:16.9375rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.03125rem;left:29.03125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D17S0Rzzncwp48ukJfZS1br9VyEBZzWy { color:#992123;display:block;width:17.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:400;z-index:15015;line-height:.9;letter-spacing:0;top:10.71875rem;left:28.75rem;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;height:44.0625rem;width:36.75rem;top:16.6875rem;left:0rem;display:block; }
#bZlOhpT6MqB1fw8HeK3NJTX7DBHmuw79 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;height:44.0625rem;width:36.75rem;top:16.6875rem;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.375rem;width:22.9375rem;top:17.966796875rem;left:7.125rem;overflow:hidden;display:block; }
#laXouQ7UriPoOmU6e5hsKAnq57NqqMTL { color:#102a4c;display:block;width:34.375rem;position:absolute;font-family:"averta extrabold";font-size:1.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:39.498046875rem;left:1.40625rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OMXJl8wrEM6i8tAN6HLtlgl15fik5atp { color:#343434;display:block;width:32.6875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:43.4375rem;left:1.40625rem;height:11.69530625rem;display:block; }
#vDlD6JJ5D63EeUeHeDvyzmiqrTDXqy9e { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #091c2a;border-left:0.0625rem solid #091c2a;border-right:0.0625rem solid #091c2a;border-bottom:0.0625rem solid #091c2a;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:#091c2a;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:15018;text-align:center;text-align-last:center;top:53.8125rem;left:1.40625rem;display:block; }
#TQazN0KpvRc1Th7wemFTNRoB8xJ38J0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HgwD5XReX81ksQbUdNyZplxWIUWel2yd { color:#d000ac;display:block;width:32.0625rem;position:absolute;font-family:"averta extrabold";font-size:1.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:39.49951171875rem;left:39.6875rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dmLzucxNDVX9RerpMCUE0kBGi76tKMnz { color:#343434;display:block;width:31.8125rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:43.4375rem;left:39.6875rem;height:8.77148125rem;display:block; }
#D7G60TtWfFUa0h97dM9syNZpHegH0TQC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d000ac;border-left:0.0625rem solid #d000ac;border-right:0.0625rem solid #d000ac;border-bottom:0.0625rem solid #d000ac;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:#d000ac;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:15031;text-align:center;text-align-last:center;top:100.748046875rem;left:27.9375rem;display:block; }
#h228tCwBOBxTJQOlTyIDio0BJTddtcpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#irTr4tRDZe9mhOaCyNLs87h8NcNsN59M { 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:19.5rem;width:22.875rem;top:18.779296875rem;left:45.1875rem;overflow:hidden;display:block; }
#icATwS63ZP5N4bKw7X5yKAU5R4vfT1ph { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;height:43.5625rem;width:22.9375rem;top:63.875rem;left:0rem;display:block; }
#FieCD0Abap4gE8Gfsk07AWISDc1K8w33 { color:#343434;display:block;width:19.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:87.75rem;left:1.40625rem;height:12.99805rem;display:block; }
#nUSI00CrNgAg6PiwQEwl4aMqTsZEHHAr { color:#102a4c;display:block;width:17.3125rem;position:absolute;font-family:"averta extrabold";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:83.125rem;left:1.40625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HH9hBITlPtxgZW6dDQJeUT6uym9LppEi { position:absolute;display:block;z-index:15023;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.5rem;width:18.4375rem;top:65.3125rem;left:2.25rem;overflow:hidden;display:block; }
#w9qo6tFItbVVfqqa69S4ux0wgggk84BO { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #091c2a;border-left:0.0625rem solid #091c2a;border-right:0.0625rem solid #091c2a;border-bottom:0.0625rem solid #091c2a;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:#091c2a;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:15023;text-align:center;text-align-last:center;top:100.748046875rem;left:1.40625rem;display:block; }
#VXJOuoR93zxNEHN9fp46txbe5gMHnoQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bT0KvtAFwAOSDKpChTevvEDVyuNTqQW8 { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;height:43.5625rem;width:22.9375rem;top:63.875rem;left:26.0625rem;display:block; }
#e84vlCTZIQaxbGcKergTz0nbGUeJ1lFq { color:#d000ac;display:block;width:17.3125rem;position:absolute;font-family:"averta extrabold";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:83.125rem;left:27.9375rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yH2TWnNq4Dhbck4Tb7M4VFCtmrxdUIgO { color:#343434;display:block;width:17.8125rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:87.75rem;left:27.875rem;height:10.3984375rem;display:block; }
#ob7HJCrHdkOf8Bzw4bFnkNClpCBwgZHf { position:absolute;display:block;z-index:15030;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.75rem;width:18.5rem;top:65.3125rem;left:28.25rem;overflow:hidden;display:block; }
#Up3DEUV1ckn9zRnqPIs3qTkFwTDiymS4 { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;height:43.5625rem;width:22.9375rem;top:63.875rem;left:52.0625rem;display:block; }
#mmrB9O7NKbmMHokQkJ1sLSLPgp9QegmZ { color:#343434;display:block;width:19.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:87.75rem;left:53.6875rem;height:10.3984375rem;display:block; }
#tzhEiGn0QSApgXzRzSxPux5SvJT7ZleS { color:#102a4c;display:block;width:17.3125rem;position:absolute;font-family:"averta extrabold";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:83.125rem;left:53.6875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#egQhdAI6GwPeXuFu8S4TPw9M00qBkgcK { position:absolute;display:block;z-index:15028;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.5rem;width:18.4375rem;top:65.3125rem;left:54.3125rem;overflow:hidden;display:block; }
#sr9AxwaTXQTlL9stOAUQfCXATGvySDUP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #091c2a;border-left:0.0625rem solid #091c2a;border-right:0.0625rem solid #091c2a;border-bottom:0.0625rem solid #091c2a;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:#091c2a;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:15028;text-align:center;text-align-last:center;top:100.748046875rem;left:53.6875rem;display:block; }
#EWrL78SaZwQ45cB762TOrCEe6VnWWeGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wsO5Loh0DJv0vPQiEa0BDPiOA9muI1Hp { 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:8.5625rem;width:15.8125rem;top:67.25rem;left:55.5625rem;overflow:hidden;display:block; }
#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .row .container { background-color: transparent; background-image: none; }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .row .container > .video-iframe-container { display: none; }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .row > .video-iframe-container { display: none; }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .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); }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .row .container { border-width: 0; border-radius: 0; }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#fo000uxTzrt2Uuws6GB8SlihRLCCWSrc { position:absolute;display:block;z-index:15000;height:26.875rem;width:52.75rem;top:3.0625rem;left:11.125rem;display:block; }
#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii.adaptive-delivery-prevent-bg, #UipZcUTdofzXdC6TnHc8BcMtkHkrlOii.lazyload, #UipZcUTdofzXdC6TnHc8BcMtkHkrlOii.lazyloading { background-image: none; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row .container { background-color: transparent; background-image: none; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row .container > .video-iframe-container { display: none; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row > .video-iframe-container { display: none; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .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); }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row .container { border-width: 0; border-radius: 0; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row .container { font-size:0.875rem;font-family:arial;height:68.625rem;width:75rem;position:relative;display:block; }#FOkJV2HMiQJ4nKTZOIqaTJ7p4vrt05xx { color:#343434;display:block;width:16.9375rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.03125rem;left:29.03125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MD1hXU1RMbSLJMiDo9CfSzueFableGy1 { color:#992123;display:block;width:17.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:400;z-index:15015;line-height:.9;letter-spacing:0;top:10.71875rem;left:28.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tZgwtz2TpTmyCOmU5SMOfa3QTpVlxGtm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d000ac;border-left:0.0625rem solid #d000ac;border-right:0.0625rem solid #d000ac;border-bottom:0.0625rem solid #d000ac;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:#d000ac;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:15031;text-align:center;text-align-last:center;top:54.9375rem;left:27.9375rem;display:block; }
#gl5fDvT0ZWmbUCBR7QzvVDDCqlEvgn3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDeeepsg3NNiCKAVGBdgRaVnBBmCPZ8H { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;height:43.5625rem;width:22.9375rem;top:18.0625rem;left:0rem;display:block; }
#CWJKqE30Ew459FE4mq6CGgiGlLs92xGn { color:#343434;display:block;width:19.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:41.9375rem;left:1.4375rem;height:12.99805rem;display:block; }
#OlwOVGgonl2zdaX9euGpw8IrbCyduec2 { color:#102a4c;display:block;width:17.3125rem;position:absolute;font-family:"averta extrabold";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:37.3125rem;left:1.4375rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zpBmEz2neD8aWDAkN8i973ENKcvgUcgb { position:absolute;display:block;z-index:15023;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.5rem;width:18.4375rem;top:19.5rem;left:2.25rem;overflow:hidden;display:block; }
#uWnWNJqW0IkTbaUqOxMxIcFXbBl2J5RD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #091c2a;border-left:0.0625rem solid #091c2a;border-right:0.0625rem solid #091c2a;border-bottom:0.0625rem solid #091c2a;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:#091c2a;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:15023;text-align:center;text-align-last:center;top:54.9375rem;left:1.4375rem;display:block; }
#n7CB2AabGIK8O6xUPcqDKAs8MDW5p43f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5l4qCsyXq9AhSl7etM8pelcUyUKwHAw { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;height:43.5625rem;width:22.9375rem;top:18.0625rem;left:26.0625rem;display:block; }
#mA5AHTaZFhR5btz8dnB24QPGsgzhXuMZ { color:#d000ac;display:block;width:17.3125rem;position:absolute;font-family:"averta extrabold";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:37.3125rem;left:27.9375rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cGpTVhx0ev9BRRUBBwQ0hqhBZQuZ10LM { color:#343434;display:block;width:17.8125rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:41.9375rem;left:27.875rem;height:10.3984375rem;display:block; }
#F5vtedSCkCDKA4gXta0OrUArHvKTvTCz { position:absolute;display:block;z-index:15030;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.75rem;width:18.5rem;top:19.5rem;left:28.25rem;overflow:hidden;display:block; }
#eI1DXJQ5ZDPAlrMbqANFsLxtZGbfCf9P { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;height:43.5625rem;width:22.9375rem;top:18.0625rem;left:52.0625rem;display:block; }
#H6mmT7EnOR728Blu5i5tib44y1MI2Tab { color:#343434;display:block;width:19.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:42.0625rem;left:53.6875rem;height:10.3984375rem;display:block; }
#n9a6Iwzbu6afoncHX1NN9MNmxZImLLoV { color:#102a4c;display:block;width:17.3125rem;position:absolute;font-family:"averta extrabold";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:37.3125rem;left:53.6875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kI87IJS3Jlcpx61dWDIJFa7DSvi9rUKx { position:absolute;display:block;z-index:15028;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.5rem;width:18.4375rem;top:19.5rem;left:54.3125rem;overflow:hidden;display:block; }
#JFxncVRtMegz19oVv3kUWgIGqopgkLF5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #091c2a;border-left:0.0625rem solid #091c2a;border-right:0.0625rem solid #091c2a;border-bottom:0.0625rem solid #091c2a;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:#091c2a;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:15028;text-align:center;text-align-last:center;top:54.9375rem;left:53.6875rem;display:block; }
#hQ7wltg5akciOI3QczIiCnW7TPDm56ll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAAv8UxnUDvw8Ik4AdQul4zRS2K0ZuEc { 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:8.5625rem;width:15.8125rem;top:21.4375rem;left:55.5625rem;overflow:hidden;display:block; }
#Jkfuzpnvx02V82pTa5FIvOCyHHNWBnz3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;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:2.8125rem;left:1.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#LcwmoLFpP9uU6oMyUL0p6hl5CzwkcgPT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:8.375rem;top:1.4375rem;left:43.125rem;overflow:hidden;display:block; }
#TCGfiZ28HeNHuoIqbIQmNRskWwAkOsiw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.5625rem;top:2.125rem;left:54rem;overflow:hidden;display:block; }
#sFeQt3g0WbugVyZIT3U1xfZyQHlbLwf4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:15.6875rem;top:2rem;left:13.375rem;overflow:hidden;display:block; }
#Qa9qk9EdnWFeCLczpsPJh8NG4oyLAcWh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9rem;top:1.06201171875rem;left:48.4375rem;overflow:hidden;display:none; }
#I8ZNiaMSBXVnHJLmotUxGHPsJi2lrQK5 { position:absolute;display:block;z-index:15003;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:7rem;width:14.0625rem;top:0rem;left:29.0625rem;overflow:hidden;display:block; }
#cKv3Z9ll2eezGNUUXcavTQBXLL3QxS2I { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.9375rem;top:0.875rem;left:64.375rem;overflow:hidden;display:block; }
#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:47rem;width:75rem;position:relative;display:block; }#MeB6hSydiVd0A64CdJpsQK1TBmh0WqZB { color:#ffffff;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:5.28125rem;left:25.09375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8tOX38qOZm3IOh6PZJZ0P0HttTTkkOw { color:#992123;display:block;width:17.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:9.59375rem;left:28.75rem;height:1.125rem;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:14.625rem;left:53.5625rem;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:14.5625rem;width:14.5625rem;top:19.375rem;left:55.6875rem;overflow:hidden;display:block; }
#J1BtNBgIcEeOLLMgR8ZGP2vMNi9SdVzv { color:#bba17f;display:block;width:36.75rem;position:absolute;font-family:averta;font-size:2.25rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:17.0625rem;left:11.8125rem;height:2.0244125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aWxTB9Mp1O7RZq3CNadhuv4SnhBcp5DN { position:absolute;display:block;z-index:15020;background-color:#5ce1e6;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:17.625rem;left:50.5625rem;display:block; }
#nxIdcm8S2n5HZ1Xs0GBPeG8uQXtoPSL9 { position:absolute;display:block;z-index:15033;background-color:#5ce1e6;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:17.625rem;left:53.5625rem;display:block; }
#rCcaTwID4pSCJpVwiIeB0AAUzbqCrUbu { position:absolute;display:block;z-index:15019;background-color:#5ce1e6;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:17.625rem;left:52rem;display:block; }
#Z69ItvkRsLH9h155BJ6tRudJ1LeFhiWM { position:absolute;display:block;z-index:15017;background-color:#5ce1e6;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:17.625rem;left:55.0625rem;display:block; }
#mybxLZQSrQtflNcgbty79ZvXyk7SkxNI { position:absolute;display:block;z-index:15017;background-color:#5ce1e6;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:17.625rem;left:56.5625rem;display:block; }
#mApUCrbuo8sdR41HzOykZKWdZbkm8fAo { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.25rem;left:11.8125rem;height:5.01074375rem;display:block; }#mApUCrbuo8sdR41HzOykZKWdZbkm8fAo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mApUCrbuo8sdR41HzOykZKWdZbkm8fAo li:before{  }
#RbKifD7LpmXbpQc2cBJamkIzFuyk0Dfd { background-color:#992123;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:#ffffff;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:20.4375rem;height:4.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.6875rem;left:11.8125rem;display:block; }
#cO0l4lB9MiXk8yLuxQFSmTEMpIe0Hki6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpeDku1cOA3JR4p3q7UHU4fnULTw2OvZ { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:29.0625rem;left:11.8125rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:#ffffff;background-image:url("https://images.assets-landingi.com/uaL0waJ3/tlo_6_edukacja.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:9.8125rem;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; }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row .container.adaptive-delivery-prevent-bg, #hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row .container.lazyload, #hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row .container.lazyloading { background-image: none; }#TQB6GLfC3n72sDy9eDaQy9bXJeFmNcyJ { color:#343434;display:block;width:14.6875rem;position:absolute;font-family:"averta extrabold";font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.46875rem;left:0.8125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GuSVWhVrGPJZAdhH44bEIFEw6vkqMZ9q { color:#992123;display:block;width:38.125rem;position:absolute;font-family:"averta semibold";font-size:2.25rem;font-weight:300;z-index:15015;line-height:.9;letter-spacing:0;top:4.906005859375rem;left:35.93701171875rem;height:2.025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vuhQUpRSea1JP1qFAKkGqCZSt5eex9eq { 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:18.375rem;width:14.625rem;top:8.9375rem;left:30.1875rem;overflow:hidden;display:block; }
#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH.adaptive-delivery-prevent-bg, #QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH.lazyload, #QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH.lazyloading { background-image: none; }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .row .container { background-color: transparent; background-image: none; }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .row .container > .video-iframe-container { display: none; }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .row > .video-iframe-container { display: none; }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .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); }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .row .container { border-width: 0; border-radius: 0; }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#KOVeA7P9zsa7lvpaz59LKByCQvluK7xZ { background-color:#992123;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:#ffffff;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:21.25rem;height:3.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:35.6875rem;left:1.7490234375rem;display:block; }
#FSxATRXnQFG4qTx1vubbO8noSrTAC2UD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pX9TmTqroMuxxNI3xIEIraoFVMrxyE4q { color:#343434;display:block;width:22.0625rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.9990234375rem;left:1.7490234375rem;height:11.046875rem;display:block; }
#BpVn3nBRfv9vIXb0QTfphJsGlIUXTWm5 { color:#041c6c;display:block;width:20.9375rem;position:absolute;font-family:"averta semibold";font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.796875rem;left:1.749267578125rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fyrMy0nCz28IoUX8hdShWKNFxNhguJJJ { color:#343434;display:block;width:22.1875rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.9990234375rem;left:27.0625rem;height:9.666rem;display:block; }
#lkHH4MWe4xAkvtKBC7vRzE4L4siEh2MS { 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.75rem;width:11.375rem;top:1.125rem;left:6.5302734375rem;overflow:hidden;display:block; }
#p7DhWTJei58Cw3HfudNia0lIITNM7xIX { color:#c3c3c3;display:block;width:20.375rem;position:absolute;font-family:"averta semibold";font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.6875rem;left:27.0625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QoTUlaMJK0BsD2PI5L972OyeiO1qLkGL { background-color:#992123;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:#ffffff;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:21.1875rem;height:3.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:35.6875rem;left:26.9375rem;display:block; }
#lRRuLocguBpQu8wllOkiMaqxMDObZFaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTVSl7kvctyMB2RCccHUZCDJuQIcWr7K { background-color:#992123;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:#ffffff;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:21.1875rem;height:3.9375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:35.75rem;left:51.4375rem;display:block; }
#utbevOG5przPThlEAIIzTMKuosPL4bhh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJiscLPG4B5fCPwPpWc9GJfSwAZBsX7f { color:#343434;display:block;width:22.25rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:22.0625rem;left:51.5rem;height:9.6660125rem;display:block; }
#pp4DT7AeBCUUcmcpd5nTCHHdqpPqi15S { color:#c3c3c3;display:block;width:20.375rem;position:absolute;font-family:"averta semibold";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.625rem;left:51.25rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HaP4Xh8JxLGQacdTfiK4gX50liy2BPzK { position:absolute;display:block;z-index:15029;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.75rem;width:11.375rem;top:1.3125rem;left:55.75rem;overflow:hidden;display:block; }
#q9cFizWkM9AaIRMchQXwpiItzvPacMIM { 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:52.75rem;width:42.1875rem;display:none; }
#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6.adaptive-delivery-prevent-bg, #RUra3SbDndqSocPc5TnySqTKcWDTD5G6.lazyload, #RUra3SbDndqSocPc5TnySqTKcWDTD5G6.lazyloading { background-image: none; }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .row .container { background-color: transparent; background-image: none; }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .row .container > .video-iframe-container { display: none; }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .row > .video-iframe-container { display: none; }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .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); }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .row .container { border-width: 0; border-radius: 0; }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .row .container { font-size:0.875rem;font-family:arial;height:191.125rem;width:75rem;position:relative;display:block; }#Xim9egwEaCDvMnPtdnEr4hmrLC9kOAl4 { color:#ffffff;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:53.5rem;left:25.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scnSn0Rqb4G9A6796sfRb3kn8xdsgLxD { color:#992123;display:block;width:17.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:56.6875rem;left:28.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTFLzmpkQhLcHofT2wBlSiRWD0bv8I7P { 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:96.3125rem;left:1.4375rem;overflow:hidden;display:block; }
#EPTrkG6IRSPxCsv9mOzlhvFn4TvmkK15 { 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:9.6875rem;width:13.6875rem;top:102.8125rem;left:3.8125rem;overflow:hidden;display:block; }
#SepxuRDqs8q5F49ODBJxgpPnCGWO0XKf { color:#bba17f;display:block;width:36.75rem;position:absolute;font-family:averta;font-size:2.25rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:99.0625rem;left:29rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lygg3CiN49G1TlksSFTObmatdEB8cCbv { position:absolute;display:block;z-index:15020;background-color:#5ce1e6;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:99.625rem;left:17.125rem;display:block; }
#oMvDxHreqo9bceBRu3J824IfyO8AhamU { position:absolute;display:block;z-index:15015;background-color:#5ce1e6;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:99.625rem;left:20.125rem;display:block; }
#W70CD0Pe7LXW692L422FW7BiqbfOS0Jp { position:absolute;display:block;z-index:15019;background-color:#5ce1e6;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:99.625rem;left:18.5625rem;display:block; }
#rC80IMfStZkOfuoSOQaMZX68S7uLKqhF { position:absolute;display:block;z-index:15016;background-color:#5ce1e6;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:99.625rem;left:21.625rem;display:block; }
#EbwyJ2korvkf4RVwSAWDhXhu0xQzUBih { position:absolute;display:block;z-index:15017;background-color:#5ce1e6;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:99.625rem;left:23.125rem;display:block; }
#ZAIeAv2bcyEuiuJwPQgwAkCtOia9m2N6 { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:105.6875rem;left:29rem;height:5.84765625rem;display:block; }
#OJoEPHTUlUcOpyF55XGH6nFvaOlbMxVm { background-color:#992123;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:#ffffff;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.125rem;height:4.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:114.125rem;left:29rem;display:block; }
#EoETETbxqV4vpqd3RcLO19f7v0GHp6GI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#az59mTfVhKLhm7wqeeDSXKcQtQ8suGCl { 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:127.625rem;left:55.125rem;overflow:hidden;display:block; }
#rAZdr7exyuXW87v9WdaPOLu92VNud8R3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.1875rem;top:134.9375rem;left:59.75rem;overflow:hidden;display:block; }
#AhlLF8aoucEEBrwbxc5ONJveo9QyIOli { position:absolute;display:block;z-index:15018;background-color:#5ce1e6;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:130.75rem;left:56.9375rem;display:block; }
#v3NWxDJmKiMkvG7MeE2vJccVf0sLtLN3 { position:absolute;display:block;z-index:15018;background-color:#5ce1e6;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:130.75rem;left:55.375rem;display:block; }
#kRdKCcdbK1B4KLDUKQR4z7s8lIkpRpOF { position:absolute;display:block;z-index:15019;background-color:#5ce1e6;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:130.75rem;left:53.75rem;display:block; }
#pKlqfRJQUq4KhM66sOd30dxasmr8JuPf { position:absolute;display:block;z-index:15020;background-color:#5ce1e6;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:130.75rem;left:52.0625rem;display:block; }
#RhCbEKB6b1Mssw5oohGeTzzyQ5iSahPQ { position:absolute;display:block;z-index:15021;background-color:#5ce1e6;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:130.75rem;left:50.25rem;display:block; }
#W5NNQboGJyX2wPJ4THFR8uxfsHFX3meP { color:#bba17f;display:block;width:36.5625rem;position:absolute;font-family:averta;font-size:2.25rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:130.1875rem;left:8.1875rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yWaHhBeqpU5NZCgc9VIeXcte9fUlBomT { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:136.3125rem;left:8.1875rem;height:4.38574375rem;display:block; }
#E7vudMqvwEGMyoA21s3VGpNSNwJ9bT1X { color:#bba17f;display:block;width:36.75rem;position:absolute;font-family:averta;font-size:2.25rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:160.5625rem;left:29rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#plu3p5aDGVSLaf10bitNG1FR9pNrmFZm { position:absolute;display:block;z-index:15025;background-color:#5ce1e6;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:161.0625rem;left:17.125rem;display:block; }
#AF3qtiGRU0ecXzP62fzoLmKmKreTmIKq { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:167.125rem;left:29rem;height:4.38574375rem;display:block; }
#tOqe9PW4AHf7mwvsQuZVeiEfN0aQTCTE { 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:158.0625rem;left:1.4375rem;overflow:hidden;display:block; }
#oqWRNg2CwlblXkJXQQb58o34ixbSRzQf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:10.625rem;top:163.375rem;left:5.3125rem;overflow:hidden;display:block; }
#nUgronr7EQyNMeA7y5qwlGEghLvmvyt8 { position:absolute;display:block;z-index:15026;background-color:#5ce1e6;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:161.0625rem;left:18.5625rem;display:block; }
#qToGL4BvglZw12u9nQNIU3nEJMxpJubU { position:absolute;display:block;z-index:15027;background-color:#5ce1e6;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:161.0625rem;left:20.125rem;display:block; }
#u3zxNm6755yZfMbG1ZmbkoQam4sAwnKg { position:absolute;display:block;z-index:15028;background-color:#5ce1e6;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:161.0625rem;left:21.625rem;display:block; }
#flyD3IOafznmA6xdOnlco7kyNLysDgSK { position:absolute;display:block;z-index:15029;background-color:#5ce1e6;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:161.0625rem;left:23.125rem;display:block; }
#XIOrvMXHMqTW0VS0dmMd0D3fpbXFkI59 { background-color:#992123;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:#ffffff;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.125rem;height:4.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:143.3125rem;left:8.1875rem;display:block; }
#GS9G0dmDhT0msBQkOtu64DrmS71fmIHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNfOooyfcrnWI0W70RRQDQ6gb6hNLD65 { background-color:#992123;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:#ffffff;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.125rem;height:4.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:174.75rem;left:29rem;display:block; }
#BuSpJJKHhJvxN3T5lyfNcugq29aIRyQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wCcC38K6i0ASeqZrx2w5E7qhT32vd8dK { color:#ffffff;display:block;width:46.5rem;position:absolute;font-family:"averta extrabold";font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:14.25rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nIahZbJNBG2Ssnf6dHtHsd7qcTM5nPIQ { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.25rem;left:11.5rem;height:6.5rem;display:block; }
#dnfV8SDqTlsgnRheVCL7QELN7bpVsG1r { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:27.6875rem;left:11.375rem;height:4.875rem;display:block; }
#OAA8zx7VcLiGOX8JOvN3iEDiNWr7wnkC { background-color:#992123;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(255,255,255,0.88) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:4.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.3125rem;left:25.21875rem;display:block; }
#ouh1HLsgsASymEEybfCTuP6QGuorfZ38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1zr1ln9qW2QlNEQonvAIT2agx9l04hZ { 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: 0.0625rem 0.0625rem 0.5rem #000000 ;height:16.625rem;width:11.5rem;top:15.875rem;left:43.625rem;overflow:hidden;display:block; }
#yfHdyO84Ptq6o3hFFHPqWffVvTZlDZU8 { 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: 0.0625rem 0.0625rem 0.5rem #000000 ;height:16.625rem;width:11.5rem;top:17.4375rem;left:46.4375rem;overflow:hidden;display:block; }
#RcWbVWeADHTLQTrKn2FTrBniTPfH034X { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.5rem #000000 ;height:16.8125rem;width:11.5rem;top:15.5rem;left:49.375rem;overflow:hidden;display:block; }
#mV1KeVJHO3KrfoVAokHCOWkLInBBA1Ug { position:absolute;display:block;z-index:15033;background-color:#a5a5a5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:37.125rem;top:47.8125rem;left:18.9375rem;display:block; }
#Evab4ZuFaRTIEiao3aXDiumFhXibH7C9 { color:#bba17f;display:block;width:36.5625rem;position:absolute;font-family:averta;font-size:2.25rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:65.3125rem;left:7.6875rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#urxlxVCqQuEvDV9Gi10lTLP7G4s5LIpx { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:71.4375rem;left:7.6875rem;height:8.7715rem;display:block; }
#PcGeJ8mcoyXXzvdy5hQOil1W25d8ULVS { position:absolute;display:block;z-index:15028;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:12.9375rem;width:24.0625rem;top:66.625rem;left:48.625rem;overflow:hidden;display:block; }
#wt3TOWknKpxNgKdwTgJbQ34uHpXsnKaa { background-color:#992123;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:#ffffff;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:12rem;height:4.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:82.625rem;left:7.875rem;display:block; }
#BEKWTpObDRTlE9Po0TF3avWv8qnhobJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cllUpQH3NgKSiabErB6ddcWxpEnu3TZ2 { 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:22.8125rem;width:27.25rem;top:64.0625rem;left:47.13671875rem;overflow:hidden;display:block; }
#T6eGDe5TJq0ks2kNizqhUq6nSNASkpzO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:44.0625rem;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.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AXzyVk53NMfRcZobcxzL5yThMybCthSI { color:#97938d;display:block;width:38.8125rem;position:absolute;font-family:averta;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.76171875rem;text-align:right;text-align-last:right;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 #5ce1e6;border-left:0.0625rem solid #5ce1e6;border-right:0.0625rem solid #5ce1e6;border-bottom:0.0625rem solid #5ce1e6;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:#5ce1e6;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(213,38,38,0.8);display:block;width:12.875rem;position:absolute;font-family:averta;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:#d52626;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(213,38,38,0.8);display:block;width:12.875rem;position:absolute;font-family:averta;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:#d52626;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(213,38,38,0.8);display:block;width:12.875rem;position:absolute;font-family:averta;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:#d52626;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; }
#If5RDAI848BVGi8q9eT0rpHhPv1m00sK { background-color:#992123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:5.59375rem;left:56.5625rem;display:block; }
#rFDoAkHrFnFWXdqgtKbiKP6JaBWcvyzK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3hPvAcQR9TngPKnurDM8HPekJW08mtL { position:absolute;display:block;z-index:15031;background-color:#5ce1e6;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:4.25rem;left:49.9375rem;display:block; }
#fqDf0UVacvCrxuohTovfTwZMFFExpIOQ { position:absolute;display:block;z-index:15030;background-color:#5ce1e6;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:4.25rem;left:51.75rem;display:block; }
#fMhNpv3LcXldo3adXzC8eNpe8JKM5wTe { position:absolute;display:block;z-index:15028;background-color:#5ce1e6;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:4.25rem;left:55.125rem;display:block; }
#XiXeZAtBZa94cpwx15t86Nlf9dTIkNEb { position:absolute;display:block;z-index:15029;background-color:#5ce1e6;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:4.25rem;left:53.4375rem;display:block; }
#Uo5An2Zo2BBXcCQdRmxWaV9nzIcDr6Pi { position:absolute;display:block;z-index:15028;background-color:#5ce1e6;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:4.25rem;left:56.9375rem;display:block; }
#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .row .container { background-color: transparent; background-image: none; }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .row .container > .video-iframe-container { display: none; }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .row > .video-iframe-container { display: none; }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .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); }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .row .container { border-width: 0; border-radius: 0; }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i.adaptive-delivery-prevent-bg, #Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i.lazyload, #Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i.lazyloading { background-image: none; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row .container { background-color: transparent; background-image: none; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row .container > .video-iframe-container { display: none; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row > .video-iframe-container { display: none; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .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); }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row .container { border-width: 0; border-radius: 0; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#lG3yZ2WKRq5oUWiVhCbs7JqONVXeuAF1 { 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.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eRc9TBfNcQ1KIdR5Jy9a77AJWoTcDTL5 { color:#97938d;display:block;width:36rem;position:absolute;font-family:averta;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.76171875rem;text-align:right;text-align-last:right;display:block; }
#NruaJTnA4KGuBmLIUG2NMCzFSdfJ0pqW { 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 #5ce1e6;border-left:0.0625rem solid #5ce1e6;border-right:0.0625rem solid #5ce1e6;border-bottom:0.0625rem solid #5ce1e6;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:#5ce1e6;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; }
#reMaeD9bNBdFRte8aeiHT6morRn4n0Cw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTJ91zkPC2y7ol4ncEXP95FAN4t5nC5b { 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; }
#oQufhhuBADlpg37IlvHuFe0WcT1mhwv5 { 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; }
#z1LcAnSKaIitGMEb5dR5JHmNlJt8kbMO { 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; }
#KPRL7W8J0IQd2ksnTDqBkwOG4Xo9NQuQ { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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; }
#gPIOSaqKroGKWsM4bgtBHllnCwPJZk0s { color:rgba(213,38,38,0.8);display:block;width:12.875rem;position:absolute;font-family:averta;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; }
#I8qwi7wIg2HMU0ZHGQka0QAZPFw1T6PL { box-sizing:content-box;color:#d52626;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; }
#bcENEiSToJFSGoHFLHd3s7HNl9SQNnCu { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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; }
#nTscrkJ5deU6H5rpxOD1avowyaIrdeSR { color:rgba(213,38,38,0.8);display:block;width:12.875rem;position:absolute;font-family:averta;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; }
#NU4cSeyXQ6QSS6DTyyy1O0QX8ZzR9Hkt { box-sizing:content-box;color:#d52626;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; }
#gowqWQOVTmpafIaTWk8KkEdW4BTviBow { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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; }
#H6nJF1ITzt8U0gsbXTZXk2KT1z4yh1hT { color:rgba(213,38,38,0.8);display:block;width:12.875rem;position:absolute;font-family:averta;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; }
#gKv34feqTSINJruerhUTxG5ZyKtuzPy8 { box-sizing:content-box;color:#d52626;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; }
#o9h5yuJOU6yH2ptwTZTfhxBFCEywULIP { background-color:#992123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:5.59375rem;left:56.5625rem;display:block; }
#zqXMBK6lcN8qOT9u5w1t2cXeVOUzr4Sp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:43.4375rem;width:75rem;position:relative;display:block; }#RdMgr4eyb2JHSpapHBidPC4RE4c62h64 { color:#343434;display:block;width:11.5625rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:15.9375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bfF3RNBL0NMLTqkTn8pkL8MIiM7fDm9R { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.125rem;width:25.125rem;top:11.625rem;left:1.56201171875rem;overflow:hidden;display:block; }
#cRegUfpxR2eqaG58nrd5dNEQEOVlOmJ3 { color:#5ce1e6;display:block;width:25.8125rem;position:absolute;font-family:averta;font-size:2.25rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:5.4375rem;left:28.75rem;height:2.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hxP43C6VVD4k2LliThbXdyRhysLEeEVq { color:#343434;display:block;width:37.5625rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.43896484375rem;left:28.75rem;height:21.92870625rem;display:block; }
#tDzT5G70mSTTXeTrhTeGVE1QgH14oFQm { position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.8);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(52,52,52,0.6);border-left:0.0625rem solid rgba(52,52,52,0.6);border-right:0.0625rem solid rgba(52,52,52,0.6);border-bottom:0.0625rem solid rgba(52,52,52,0.6);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:2.875rem;width:11.625rem;top:33.375rem;left:28.75rem;display:block; }
#lT39GEZTHe28nDxicNNNWmmZ4QZtyKRm { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(52,52,52,0.6);border-left:0.0625rem solid rgba(52,52,52,0.6);border-right:0.0625rem solid rgba(52,52,52,0.6);border-bottom:0.0625rem solid rgba(52,52,52,0.6);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:2.875rem;width:11.625rem;top:33.375rem;left:41.625rem;display:block; }
#DQlrRamDN298PQUgisRiHDpwP9udyOwt { 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:2.5rem;width:7.5rem;top:33.6875rem;left:31rem;overflow:hidden;display:block; }
#NyuJCuQqAFSXCudVKpEmQZWmBkmTzTUW { 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:2.0625rem;width:10.375rem;top:33.8125rem;left:42.4375rem;overflow:hidden;display:block; }
#epxGqvihCILVNloizQCnKRMMHyCkXmOt { background-color:#d52626;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:#ffffff;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; }
#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .row .container { background-color: transparent; background-image: none; }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .row .container > .video-iframe-container { display: none; }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .row > .video-iframe-container { display: none; }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .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); }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .row .container { border-width: 0; border-radius: 0; }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#UwmuwWh4wFiJfMS719drh4GD2ikaCSTQ { color:#343434;display:block;width:11.5625rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:31.75rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbJGq2mKLpC4BwelXRnnc9MrhrWMnxpi { background-color:#242c5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:5.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.5625rem;left:23.3125rem;display:block; }
#THD4m4xzilhAt36x7o86JZUDndTEGlH8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:17.4375rem;width:75rem;position:relative;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:13.1875rem;left:0rem;display:block; }
#qkRhhOPBrTfLbIiuli8PQoLBdMl15w8X { color:rgba(52,52,52,0.54);display:block;width:12.3125rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:1.21875rem;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:14.375rem;left:12.0625rem;display:block; }
#qRJSbHSIH5ti1k1QB5iCIcqstyVSTqLm { color:rgba(52,52,52,0.54);display:block;width:14.0625rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.375rem;left:13.56201171875rem;height:1.21875rem;display:block; }
#XhUtbhOBHSgXhKfrlfkZtE6AVvuJF7X8 { color:rgba(52,52,52,0.54);display:block;width:9.25rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.375rem;left:65.75rem;height:1.21875rem;display:block; }
#VwBfTmrEfmCOCfAnH6VCiupw8qXzRfBq { position:absolute;display:block;z-index:15016;background-color:#5ebfbf;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.499131875rem;width:0.499131875rem;top:10.25rem;left:14.125rem;display:block; }
#t8sZgceSQUnVtQ9n6a0DtHNKNs3bDKc3 { color:#343434;display:block;width:14.624rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:2.6rem;font-style:normal;display:block; }
#isUG2lTacNMTUDVb2Fz5bNw5n4etrh9v { 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:15019;top:8.375rem;left:65.1875rem;display:block; }
#zkzRGlfQP3iPVfX3RXg30yNa3gCUWCCl { 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:15020;top:8.375rem;left:67.6875rem;display:block; }
#trqAPm9X1yITuGre3QPuOhMlcVLPgI3I { 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:15021;top:8.375rem;left:70.1875rem;display:block; }
#IFI2O2D1p8m8PLH47y5XLLBp6Of7kKf0 { 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:15022;top:8.375rem;left:72.5rem;display:block; }
#XqqBBqrzLEoyZ5dCWlT1MchyMaKNJOFk { 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:#242c5c;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.5625rem;height:2.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:8.5615234375rem;left:23.125rem;display:block; }
#l2eVGqblefbEa1PET5I2Aaolxyqpoyif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAdxT12L5JHdGs9SSWp1y5iqJdxkimBo { 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:#242c5c;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.6875rem;height:2.25rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:8.5615234375rem;left:31.3125rem;display:block; }
#AeXNkTAfnXw2ZBDIxuGW21zQml6m85az { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEClhvhSXVQFtTIc3MhD12ilWgOz9Oav { 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:#242c5c;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.124025rem;height:2.249025rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:8.5625rem;left:39.9375rem;display:block; }
#UuSnKX4DzPbLTgRN6hCuF9xs2o4eBOWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1olOdnPpNvLcwMqMTXSmiSgkCqIkduE { 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:#242c5c;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:15022;text-align:center;text-align-last:center;top:8.5625rem;left:46.8125rem;display:block; }
#TQJwOb7I9PfIJlwnZq9VKf40pA08JzQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#inlk5ibz2G7Fu9x3wDHwBPW1dxXO0Qx7 { 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:#242c5c;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:5.9375rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:8.5625rem;left:52.875rem;display:block; }
#WmTf22voSl3elSq8nu8XipVsQPbIMEev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaogIiL9flysg7WMAtHabIEVgh8KPq99 { 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:#242c5c;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.25rem;height:2.249025rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:8.5625rem;left:57.8125rem;display:block; }
#hd45XGcrN4ubpFCTnByOF2I1vy99LuZi { 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) { #cf81rPaq2EHd9OVduwqmRsSZ5rsn34T9 { display:none; }#cf81rPaq2EHd9OVduwqmRsSZ5rsn34T9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xd19IndisLMqSs1uKI0KHvrFLET6gtDl { top:4.5625rem;left:0rem;width:9.6875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBZX7UFBWqrvQ2AGnDsOGyPxTz1is8oG { 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) { #cLisFdBNZg1fvJRcgIrSde2SLfEx2bSr { 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) { #HKb03DFWxHerVFW3TZx5J5Eyd057Tt5e { 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) { #lpvSPdba6vOn8dxPoyPtgAKRSn9dRbVc { 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) { #OnEiGkvMllVwT9diP7nxz1PXhAXlgLZa { top:3.1875rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5MDCLGp6UV7Dei1Lry7fCspd59woWzN { display:none; }
 }@media only screen and (max-width: 763px) { #UJx6f4bwN6hQiRvRhC6FcF8QNrQqgQUP { width:6.125rem;height:2.25rem;top:1.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOIpZxospkuDO1CfekOT0DkKXxTG4744 { display:block; }
 }@media only screen and (max-width: 763px) { #BI24wwKt8zIe24O27tk1NARbNi2D0sJ7 { width:6.125rem;height:2.25rem;top:1.1875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVTOPFIbv3yoJh0ah7bFAu8FLqc7QKa { display:block; }
 }@media only screen and (max-width: 763px) { #FPHZDLFUcZdAEgJhKkL0mNuIbFoSHUJM { width:4.375rem;height:2.25rem;top:1.1875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC38VmpmwqHKLXT0H3g90zA2uZNz9fKa { display:block; }
 }@media only screen and (max-width: 763px) { #QXDwQVU4PeyQG0yJnmTDTIulJMrcxPZH { width:6.25rem;height:2.25rem;top:1.1875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmJJCX9Ro1nG9ZTRQg2CwDmr5ATXTfq { display:block; }
 }@media only screen and (max-width: 763px) { #CVEPHU86FEb5goQNlWFpazLQvT2hqThR { width:7.5625rem;height:2.25rem;top:8.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxlTViU2mGpL1wDkgIJW9WElOZCCE6tx { display:block; }
 }@media only screen and (max-width: 763px) { #tDxJg7IexsQp08zCLzF1Z0cfXIIZ7Soz { width:6.125rem;height:2.25rem;top:1.1875rem;left:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOgMncLI9lWhSiqJitEuzUqyamNmOogv { display:block; }
 }@media only screen and (max-width: 763px) { #xytSP0nf9K2TRPIe65P3hTa3ARrpbWEb { width:5.9375rem;height:2.25rem;top:1.1875rem;left:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOaBwtLTB5m0NRVgApJL0hW6MaLRMGV5 { display:block; }
 }@media only screen and (max-width: 763px) { #kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm { display:block; }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBCl2B0uzgMUpyy8mVdRRkcOd0TGdewz { top:1rem;left:0rem;width:14.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #adRrOal1LuL6LqtKilLrSIFvtJvMdE9f { top:1.125rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnpdXOApHmbfOQC6ZlLGdyH3EZzHLZB { top:1.125rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuOSSxfhCu52kOfJPGxOCTmZidlKya3X { top:1.125rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJqbC53g1i2z4ZOGoAeTkpsk1AitVWCW { top:1.125rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4BzCdnZ2hkQNzea8JhL3mpJtiGprf0g { top:2.9375rem;left:0.49848079681396rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W11moLSo6VQkichJZMW394aTFVJgcKsu { width:7.5625rem;height:2.25rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seu4qMrnc2wQ02T96voq7XO15KzeCWTM { display:block; }
 }@media only screen and (max-width: 763px) { #vD3bW5dnnpOqwpeDByoT8iNPKmCV74zn { width:6.0625rem;height:2.1875rem;top:1.25rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRUIubvNl6baZ3lRpaaNTMq0oWslJM7f { display:block; }
 }@media only screen and (max-width: 763px) { #yXc9ihn1xFdJ6ywF5QFUBbJzZBKZPJlX { width:6.125rem;height:2.25rem;top:1.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClmSo2XwOmAqL7bN1MHbidq6defG56h0 { display:block; }
 }@media only screen and (max-width: 763px) { #val01aES41P8F5khTfZXMTcmTcNdc9g5 { width:5.9375rem;height:2.25rem;top:1.25rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEhPJyTJppiMatMELAZ4NqmlkQP1GtKP { display:block; }
 }@media only screen and (max-width: 763px) { #AXitJde5x5T1QHywU0dfckTQFmr74uQu { width:7.6875rem;height:2.25rem;top:1.25rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D613wwSpdf04CI46NCfQHgQVTWQwqS0O { display:block; }
 }@media only screen and (max-width: 763px) { #V0Ty8zUcqZzCUz4IFb0Hn989REWRfxpq { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUXq7atQ2hznlMrITwuR3FP9uAd5kalZ { 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:6.25rem;left:0rem;width:43.75rem;height:13.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGcIqWyxW2Ru8feLvxRr5qU9eD3Uf8bi { top:15rem;left:0rem;width:38rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OicZMfHhyciFQSXJAUdlb5LPQG8w0NEa { top:21.375rem;left:0rem;width:40.8125rem;height:24.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxykoIW9KGExGxCGhxTyG3SMJg1vcnh9 { width:14.125rem;height:4.25rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXF3ZtKRMykthRQSyukg1cvv0rXn2khN { display:block; }
 }@media only screen and (max-width: 763px) { #ZyP7XnZGivbVLAEgx3ZqTLT6RrVfmbrg { top:7.9375rem;left:21.25rem;width:26.5rem;height:47.1875rem;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:7rem;left:15.40625rem;width:16.9375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D17S0Rzzncwp48ukJfZS1br9VyEBZzWy { top:10.6875rem;left:15.125rem;width:17.5rem;height:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPCC6TE6AAoQcoLA7q0X0X2QDJTW0tbF { top:16.6875rem;left:0rem;width:36.75rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZlOhpT6MqB1fw8HeK3NJTX7DBHmuw79 { top:16.6875rem;left:11rem;width:36.6875rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ZVRcnqDTiAOX1ABW08HuFNFJtXcVpH { top:17.9375rem;left:0rem;width:22.9375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laXouQ7UriPoOmU6e5hsKAnq57NqqMTL { top:39.4375rem;left:0rem;width:34.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMXJl8wrEM6i8tAN6HLtlgl15fik5atp { top:43.4375rem;left:0rem;width:32.6875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDlD6JJ5D63EeUeHeDvyzmiqrTDXqy9e { width:14.1875rem;height:4.3125rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQazN0KpvRc1Th7wemFTNRoB8xJ38J0l { display:block; }
 }@media only screen and (max-width: 763px) { #HgwD5XReX81ksQbUdNyZplxWIUWel2yd { top:39.4375rem;left:15.6875rem;width:32.0625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLzucxNDVX9RerpMCUE0kBGi76tKMnz { top:43.4375rem;left:15.9375rem;width:31.8125rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7G60TtWfFUa0h97dM9syNZpHegH0TQC { width:14.1875rem;height:4.3125rem;top:100.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h228tCwBOBxTJQOlTyIDio0BJTddtcpt { display:block; }
 }@media only screen and (max-width: 763px) { #irTr4tRDZe9mhOaCyNLs87h8NcNsN59M { top:18.75rem;left:24.875rem;width:22.875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icATwS63ZP5N4bKw7X5yKAU5R4vfT1ph { top:63.875rem;left:0rem;width:22.9375rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FieCD0Abap4gE8Gfsk07AWISDc1K8w33 { top:87.75rem;left:0rem;width:19.0625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUSI00CrNgAg6PiwQEwl4aMqTsZEHHAr { top:83.125rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH9hBITlPtxgZW6dDQJeUT6uym9LppEi { top:65.3125rem;left:0rem;width:18.4375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9qo6tFItbVVfqqa69S4ux0wgggk84BO { width:14.1875rem;height:4.3125rem;top:100.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXJOuoR93zxNEHN9fp46txbe5gMHnoQX { display:block; }
 }@media only screen and (max-width: 763px) { #bT0KvtAFwAOSDKpChTevvEDVyuNTqQW8 { top:63.875rem;left:12.4375rem;width:22.9375rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e84vlCTZIQaxbGcKergTz0nbGUeJ1lFq { top:83.125rem;left:14.3125rem;width:17.3125rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH2TWnNq4Dhbck4Tb7M4VFCtmrxdUIgO { top:87.75rem;left:14.25rem;width:17.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob7HJCrHdkOf8Bzw4bFnkNClpCBwgZHf { top:65.3125rem;left:14.625rem;width:18.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up3DEUV1ckn9zRnqPIs3qTkFwTDiymS4 { top:63.875rem;left:24.8125rem;width:22.9375rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmrB9O7NKbmMHokQkJ1sLSLPgp9QegmZ { top:87.75rem;left:28.6875rem;width:19.0625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzhEiGn0QSApgXzRzSxPux5SvJT7ZleS { top:83.125rem;left:30.4375rem;width:17.3125rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQhdAI6GwPeXuFu8S4TPw9M00qBkgcK { top:65.3125rem;left:29.3125rem;width:18.4375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr9AxwaTXQTlL9stOAUQfCXATGvySDUP { width:14.1875rem;height:4.3125rem;top:100.6875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWrL78SaZwQ45cB762TOrCEe6VnWWeGQ { display:block; }
 }@media only screen and (max-width: 763px) { #wsO5Loh0DJv0vPQiEa0BDPiOA9muI1Hp { top:67.25rem;left:31.9375rem;width:15.8125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF { display:block; }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo000uxTzrt2Uuws6GB8SlihRLCCWSrc { top:3.0625rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UipZcUTdofzXdC6TnHc8BcMtkHkrlOii { display:block; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOkJV2HMiQJ4nKTZOIqaTJ7p4vrt05xx { top:7rem;left:15.40625rem;width:16.9375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD1hXU1RMbSLJMiDo9CfSzueFableGy1 { top:10.6875rem;left:15.125rem;width:17.5rem;height:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZgwtz2TpTmyCOmU5SMOfa3QTpVlxGtm { width:14.1875rem;height:4.3125rem;top:54.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl5fDvT0ZWmbUCBR7QzvVDDCqlEvgn3y { display:block; }
 }@media only screen and (max-width: 763px) { #rDeeepsg3NNiCKAVGBdgRaVnBBmCPZ8H { top:18.0625rem;left:0rem;width:22.9375rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWJKqE30Ew459FE4mq6CGgiGlLs92xGn { top:41.9375rem;left:0rem;width:19.0625rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlwOVGgonl2zdaX9euGpw8IrbCyduec2 { top:37.3125rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpBmEz2neD8aWDAkN8i973ENKcvgUcgb { top:19.5rem;left:0rem;width:18.4375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWnWNJqW0IkTbaUqOxMxIcFXbBl2J5RD { width:14.1875rem;height:4.3125rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7CB2AabGIK8O6xUPcqDKAs8MDW5p43f { display:block; }
 }@media only screen and (max-width: 763px) { #y5l4qCsyXq9AhSl7etM8pelcUyUKwHAw { top:18.0625rem;left:12.4375rem;width:22.9375rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA5AHTaZFhR5btz8dnB24QPGsgzhXuMZ { top:37.3125rem;left:14.3125rem;width:17.3125rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGpTVhx0ev9BRRUBBwQ0hqhBZQuZ10LM { top:41.9375rem;left:14.25rem;width:17.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vtedSCkCDKA4gXta0OrUArHvKTvTCz { top:19.5rem;left:14.625rem;width:18.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1DXJQ5ZDPAlrMbqANFsLxtZGbfCf9P { top:18.0625rem;left:24.8125rem;width:22.9375rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mmT7EnOR728Blu5i5tib44y1MI2Tab { top:42.0625rem;left:28.6875rem;width:19.0625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9a6Iwzbu6afoncHX1NN9MNmxZImLLoV { top:37.3125rem;left:30.4375rem;width:17.3125rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI87IJS3Jlcpx61dWDIJFa7DSvi9rUKx { top:19.5rem;left:29.3125rem;width:18.4375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFxncVRtMegz19oVv3kUWgIGqopgkLF5 { width:14.1875rem;height:4.3125rem;top:54.9375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ7wltg5akciOI3QczIiCnW7TPDm56ll { display:block; }
 }@media only screen and (max-width: 763px) { #aAAv8UxnUDvw8Ik4AdQul4zRS2K0ZuEc { top:21.4375rem;left:31.9375rem;width:15.8125rem;height:8.5625rem;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:2.8125rem;left:0rem;width:11.25rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcwmoLFpP9uU6oMyUL0p6hl5CzwkcgPT { top:1.4375rem;left:29.5rem;width:8.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGfiZ28HeNHuoIqbIQmNRskWwAkOsiw { top:2.125rem;left:40.1875rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFeQt3g0WbugVyZIT3U1xfZyQHlbLwf4 { top:2rem;left:0rem;width:15.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa9qk9EdnWFeCLczpsPJh8NG4oyLAcWh { top:1rem;left:34.8125rem;width:9rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8ZNiaMSBXVnHJLmotUxGHPsJi2lrQK5 { top:0rem;left:15.4375rem;width:14.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKv3Z9ll2eezGNUUXcavTQBXLL3QxS2I { top:0.875rem;left:40.6875rem;width:6.9375rem;height:4.8125rem;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:5.25rem;left:11.46875rem;width:24.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tOX38qOZm3IOh6PZJZ0P0HttTTkkOw { top:9.5625rem;left:15.125rem;width:17.5rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRbIfNgEOffS7H51kUuTSg9u46kB3xiJ { top:14.625rem;left:29.3125rem;width:18.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4g0PGmvGx4r7BKTy46NJO9HMRqvJz8F { top:19.375rem;left:33.1875rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1BtNBgIcEeOLLMgR8ZGP2vMNi9SdVzv { top:17.0625rem;left:0rem;width:36.75rem;height:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWxTB9Mp1O7RZq3CNadhuv4SnhBcp5DN { top:17.625rem;left:36.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxIdcm8S2n5HZ1Xs0GBPeG8uQXtoPSL9 { top:17.625rem;left:39.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCcaTwID4pSCJpVwiIeB0AAUzbqCrUbu { top:17.625rem;left:38.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z69ItvkRsLH9h155BJ6tRudJ1LeFhiWM { top:17.625rem;left:41.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mybxLZQSrQtflNcgbty79ZvXyk7SkxNI { top:17.625rem;left:42.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mApUCrbuo8sdR41HzOykZKWdZbkm8fAo { top:22.25rem;left:0rem;width:36.4375rem;height:5rem;font-size:1rem;display:block; }#mApUCrbuo8sdR41HzOykZKWdZbkm8fAo li:before{  }
 }@media only screen and (max-width: 763px) { #RbKifD7LpmXbpQc2cBJamkIzFuyk0Dfd { width:20.4375rem;height:4.3125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO0l4lB9MiXk8yLuxQFSmTEMpIe0Hki6 { display:block; }
 }@media only screen and (max-width: 763px) { #CpeDku1cOA3JR4p3q7UHU4fnULTw2OvZ { top:29.0625rem;left:0rem;width:36.4375rem;height:1.4375rem;font-size:1rem;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:4.4375rem;left:0rem;width:14.6875rem;height:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSVWhVrGPJZAdhH44bEIFEw6vkqMZ9q { top:4.875rem;left:9.625rem;width:38.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuhQUpRSea1JP1qFAKkGqCZSt5eex9eq { top:8.9375rem;left:16.5625rem;width:14.625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH { display:block; }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOVeA7P9zsa7lvpaz59LKByCQvluK7xZ { width:21.25rem;height:3.9375rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSxATRXnQFG4qTx1vubbO8noSrTAC2UD { display:block; }
 }@media only screen and (max-width: 763px) { #pX9TmTqroMuxxNI3xIEIraoFVMrxyE4q { top:21.9375rem;left:0rem;width:22.0625rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpVn3nBRfv9vIXb0QTfphJsGlIUXTWm5 { top:16.75rem;left:0rem;width:20.9375rem;height:3.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyrMy0nCz28IoUX8hdShWKNFxNhguJJJ { top:21.9375rem;left:9.5625rem;width:22.1875rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkHH4MWe4xAkvtKBC7vRzE4L4siEh2MS { top:1.125rem;left:1.9677734375rem;width:11.375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7DhWTJei58Cw3HfudNia0lIITNM7xIX { top:16.6875rem;left:11.375rem;width:20.375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoTUlaMJK0BsD2PI5L972OyeiO1qLkGL { width:21.1875rem;height:3.9375rem;top:35.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRRuLocguBpQu8wllOkiMaqxMDObZFaO { display:block; }
 }@media only screen and (max-width: 763px) { #QTVSl7kvctyMB2RCccHUZCDJuQIcWr7K { width:21.1875rem;height:3.9375rem;top:35.75rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utbevOG5przPThlEAIIzTMKuosPL4bhh { display:block; }
 }@media only screen and (max-width: 763px) { #CJiscLPG4B5fCPwPpWc9GJfSwAZBsX7f { top:22.0625rem;left:25.375rem;width:22.25rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp4DT7AeBCUUcmcpd5nTCHHdqpPqi15S { top:16.625rem;left:27.25rem;width:20.375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaP4Xh8JxLGQacdTfiK4gX50liy2BPzK { top:1.3125rem;left:32.9375rem;width:11.375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9cFizWkM9AaIRMchQXwpiItzvPacMIM { width:42.1875rem;height:52.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUra3SbDndqSocPc5TnySqTKcWDTD5G6 { display:block; }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xim9egwEaCDvMnPtdnEr4hmrLC9kOAl4 { top:53.5rem;left:11.5rem;width:24.8125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scnSn0Rqb4G9A6796sfRb3kn8xdsgLxD { top:56.6875rem;left:15.125rem;width:17.5rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTFLzmpkQhLcHofT2wBlSiRWD0bv8I7P { top:96.3125rem;left:0rem;width:18.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPTrkG6IRSPxCsv9mOzlhvFn4TvmkK15 { top:102.8125rem;left:0rem;width:13.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SepxuRDqs8q5F49ODBJxgpPnCGWO0XKf { top:99.0625rem;left:11rem;width:36.75rem;height:4rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lygg3CiN49G1TlksSFTObmatdEB8cCbv { top:99.625rem;left:3.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMvDxHreqo9bceBRu3J824IfyO8AhamU { top:99.625rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70CD0Pe7LXW692L422FW7BiqbfOS0Jp { top:99.625rem;left:4.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC80IMfStZkOfuoSOQaMZX68S7uLKqhF { top:99.625rem;left:8rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbwyJ2korvkf4RVwSAWDhXhu0xQzUBih { top:99.625rem;left:9.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAIeAv2bcyEuiuJwPQgwAkCtOia9m2N6 { top:105.6875rem;left:15.375rem;width:29.4375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJoEPHTUlUcOpyF55XGH6nFvaOlbMxVm { width:11.125rem;height:4.3125rem;top:114.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoETETbxqV4vpqd3RcLO19f7v0GHp6GI { display:block; }
 }@media only screen and (max-width: 763px) { #az59mTfVhKLhm7wqeeDSXKcQtQ8suGCl { top:127.625rem;left:29.3125rem;width:18.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZdr7exyuXW87v9WdaPOLu92VNud8R3 { top:134.9375rem;left:38.5625rem;width:9.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhlLF8aoucEEBrwbxc5ONJveo9QyIOli { top:130.75rem;left:43.3125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3NWxDJmKiMkvG7MeE2vJccVf0sLtLN3 { top:130.75rem;left:41.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRdKCcdbK1B4KLDUKQR4z7s8lIkpRpOF { top:130.75rem;left:40.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKlqfRJQUq4KhM66sOd30dxasmr8JuPf { top:130.75rem;left:38.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhCbEKB6b1Mssw5oohGeTzzyQ5iSahPQ { top:130.75rem;left:36.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5NNQboGJyX2wPJ4THFR8uxfsHFX3meP { top:130.1875rem;left:0rem;width:36.5625rem;height:4rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWaHhBeqpU5NZCgc9VIeXcte9fUlBomT { top:136.3125rem;left:0rem;width:37.5625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7vudMqvwEGMyoA21s3VGpNSNwJ9bT1X { top:160.5625rem;left:11rem;width:36.75rem;height:4rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plu3p5aDGVSLaf10bitNG1FR9pNrmFZm { top:161.0625rem;left:3.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF3qtiGRU0ecXzP62fzoLmKmKreTmIKq { top:167.125rem;left:15.375rem;width:31.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqe9PW4AHf7mwvsQuZVeiEfN0aQTCTE { top:158.0625rem;left:0rem;width:18.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqWRNg2CwlblXkJXQQb58o34ixbSRzQf { top:163.375rem;left:0rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUgronr7EQyNMeA7y5qwlGEghLvmvyt8 { top:161.0625rem;left:4.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qToGL4BvglZw12u9nQNIU3nEJMxpJubU { top:161.0625rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3zxNm6755yZfMbG1ZmbkoQam4sAwnKg { top:161.0625rem;left:8rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flyD3IOafznmA6xdOnlco7kyNLysDgSK { top:161.0625rem;left:9.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIOrvMXHMqTW0VS0dmMd0D3fpbXFkI59 { width:11.125rem;height:4.3125rem;top:143.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS9G0dmDhT0msBQkOtu64DrmS71fmIHw { display:block; }
 }@media only screen and (max-width: 763px) { #iNfOooyfcrnWI0W70RRQDQ6gb6hNLD65 { width:11.125rem;height:4.3125rem;top:174.75rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuSpJJKHhJvxN3T5lyfNcugq29aIRyQS { display:block; }
 }@media only screen and (max-width: 763px) { #wCcC38K6i0ASeqZrx2w5E7qhT32vd8dK { top:4.125rem;left:0.625rem;width:46.5rem;height:8.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIahZbJNBG2Ssnf6dHtHsd7qcTM5nPIQ { top:19.25rem;left:0rem;width:21.125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnfV8SDqTlsgnRheVCL7QELN7bpVsG1r { top:27.6875rem;left:0rem;width:24.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAA8zx7VcLiGOX8JOvN3iEDiNWr7wnkC { width:24.5625rem;height:4.6875rem;top:38.3125rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouh1HLsgsASymEEybfCTuP6QGuorfZ38 { display:block; }
 }@media only screen and (max-width: 763px) { #J1zr1ln9qW2QlNEQonvAIT2agx9l04hZ { top:15.875rem;left:30rem;width:11.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHdyO84Ptq6o3hFFHPqWffVvTZlDZU8 { top:17.4375rem;left:32.8125rem;width:11.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcWbVWeADHTLQTrKn2FTrBniTPfH034X { top:15.5rem;left:35.75rem;width:11.5rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV1KeVJHO3KrfoVAokHCOWkLInBBA1Ug { top:47.8125rem;left:5.3125rem;width:37.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evab4ZuFaRTIEiao3aXDiumFhXibH7C9 { top:65.3125rem;left:0rem;width:36.5625rem;height:4rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urxlxVCqQuEvDV9Gi10lTLP7G4s5LIpx { top:71.4375rem;left:0rem;width:37.5625rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGeJ8mcoyXXzvdy5hQOil1W25d8ULVS { top:66.625rem;left:23.6875rem;width:24.0625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt3TOWknKpxNgKdwTgJbQ34uHpXsnKaa { width:12rem;height:4.3125rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEKWTpObDRTlE9Po0TF3avWv8qnhobJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #cllUpQH3NgKSiabErB6ddcWxpEnu3TZ2 { top:64.0625rem;left:20.5rem;width:27.25rem;height:22.8125rem;display:block; }
 }@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.5625rem;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:38.8125rem;height:2.75rem;font-size:1rem;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) { #If5RDAI848BVGi8q9eT0rpHhPv1m00sK { width:17.5rem;height:3.4375rem;top:5.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFDoAkHrFnFWXdqgtKbiKP6JaBWcvyzK { display:block; }
 }@media only screen and (max-width: 763px) { #s3hPvAcQR9TngPKnurDM8HPekJW08mtL { top:4.25rem;left:36.3125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqDf0UVacvCrxuohTovfTwZMFFExpIOQ { top:4.25rem;left:38.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMhNpv3LcXldo3adXzC8eNpe8JKM5wTe { top:4.25rem;left:41.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiXeZAtBZa94cpwx15t86Nlf9dTIkNEb { top:4.25rem;left:39.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo5An2Zo2BBXcCQdRmxWaV9nzIcDr6Pi { top:4.25rem;left:43.3125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT { display:block; }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i { display:block; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG3yZ2WKRq5oUWiVhCbs7JqONVXeuAF1 { top:5.5625rem;left:0rem;width:11.5rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRc9TBfNcQ1KIdR5Jy9a77AJWoTcDTL5 { top:6.125rem;left:1.81201171875rem;width:35.9375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NruaJTnA4KGuBmLIUG2NMCzFSdfJ0pqW { width:19.375rem;height:3.9375rem;top:36.4375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMaeD9bNBdFRte8aeiHT6morRn4n0Cw { display:block; }
 }@media only screen and (max-width: 763px) { #tTJ91zkPC2y7ol4ncEXP95FAN4t5nC5b { top:13.875rem;left:0rem;width:23.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQufhhuBADlpg37IlvHuFe0WcT1mhwv5 { top:13.875rem;left:11.96875rem;width:23.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1LcAnSKaIitGMEb5dR5JHmNlJt8kbMO { top:13.875rem;left:23.9375rem;width:23.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPRL7W8J0IQd2ksnTDqBkwOG4Xo9NQuQ { top:27.0625rem;left:0rem;width:23.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPIOSaqKroGKWsM4bgtBHllnCwPJZk0s { top:28.875rem;left:0rem;width:12.875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8qwi7wIg2HMU0ZHGQka0QAZPFw1T6PL { top:28.5rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcENEiSToJFSGoHFLHd3s7HNl9SQNnCu { top:27.0625rem;left:12rem;width:23.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTscrkJ5deU6H5rpxOD1avowyaIrdeSR { 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) { #NU4cSeyXQ6QSS6DTyyy1O0QX8ZzR9Hkt { 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) { #gowqWQOVTmpafIaTWk8KkEdW4BTviBow { top:27.0625rem;left:23.9375rem;width:23.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6nJF1ITzt8U0gsbXTZXk2KT1z4yh1hT { 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) { #gKv34feqTSINJruerhUTxG5ZyKtuzPy8 { 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) { #o9h5yuJOU6yH2ptwTZTfhxBFCEywULIP { width:17.5rem;height:3.4375rem;top:5.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqXMBK6lcN8qOT9u5w1t2cXeVOUzr4Sp { display:block; }
 }@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:5.125rem;left:2.3125rem;width:11.5625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfF3RNBL0NMLTqkTn8pkL8MIiM7fDm9R { top:11.625rem;left:0rem;width:25.125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRegUfpxR2eqaG58nrd5dNEQEOVlOmJ3 { top:5.4375rem;left:15.125rem;width:25.8125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxP43C6VVD4k2LliThbXdyRhysLEeEVq { top:12.4375rem;left:10.1875rem;width:37.5625rem;height:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDzT5G70mSTTXeTrhTeGVE1QgH14oFQm { top:33.375rem;left:15.125rem;width:11.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT39GEZTHe28nDxicNNNWmmZ4QZtyKRm { top:33.375rem;left:28rem;width:11.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQlrRamDN298PQUgisRiHDpwP9udyOwt { top:33.6875rem;left:17.375rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyuJCuQqAFSXCudVKpEmQZWmBkmTzTUW { top:33.8125rem;left:28.8125rem;width:10.375rem;height:2.0625rem;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) { #pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 { display:block; }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwmuwWh4wFiJfMS719drh4GD2ikaCSTQ { top:2.125rem;left:18.125rem;width:11.5625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbJGq2mKLpC4BwelXRnnc9MrhrWMnxpi { width:28.375rem;height:5.625rem;top:10.5625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THD4m4xzilhAt36x7o86JZUDndTEGlH8 { 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) { #xo3R3krvr0wNw9i8TRESHI23QA5mdgPI { top:13.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRhhOPBrTfLbIiuli8PQoLBdMl15w8X { top:14.375rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll7l10alLfPL0nFHCnKF1VFpF6ud39Qs { top:14.375rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRJSbHSIH5ti1k1QB5iCIcqstyVSTqLm { top:14.375rem;left:0rem;width:14.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhUtbhOBHSgXhKfrlfkZtE6AVvuJF7X8 { top:14.375rem;left:38.5rem;width:9.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwBfTmrEfmCOCfAnH6VCiupw8qXzRfBq { top:10.25rem;left:0.5rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8sZgceSQUnVtQ9n6a0DtHNKNs3bDKc3 { top:8.375rem;left:0rem;width:14.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #isUG2lTacNMTUDVb2Fz5bNw5n4etrh9v { 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) { #zkzRGlfQP3iPVfX3RXg30yNa3gCUWCCl { 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) { #trqAPm9X1yITuGre3QPuOhMlcVLPgI3I { 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) { #IFI2O2D1p8m8PLH47y5XLLBp6Of7kKf0 { 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) { #XqqBBqrzLEoyZ5dCWlT1MchyMaKNJOFk { width:7.5625rem;height:2.25rem;top:8.5rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2eVGqblefbEa1PET5I2Aaolxyqpoyif { display:block; }
 }@media only screen and (max-width: 763px) { #DAdxT12L5JHdGs9SSWp1y5iqJdxkimBo { width:7.6875rem;height:2.25rem;top:8.5rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeXNkTAfnXw2ZBDIxuGW21zQml6m85az { display:block; }
 }@media only screen and (max-width: 763px) { #eEClhvhSXVQFtTIc3MhD12ilWgOz9Oav { width:6.0625rem;height:2.1875rem;top:8.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuSnKX4DzPbLTgRN6hCuF9xs2o4eBOWn { display:block; }
 }@media only screen and (max-width: 763px) { #D1olOdnPpNvLcwMqMTXSmiSgkCqIkduE { width:6.125rem;height:2.25rem;top:8.5625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJwOb7I9PfIJlwnZq9VKf40pA08JzQq { display:block; }
 }@media only screen and (max-width: 763px) { #inlk5ibz2G7Fu9x3wDHwBPW1dxXO0Qx7 { width:5.9375rem;height:2.25rem;top:8.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmTf22voSl3elSq8nu8XipVsQPbIMEev { display:block; }
 }@media only screen and (max-width: 763px) { #ZaogIiL9flysg7WMAtHabIEVgh8KPq99 { width:6.25rem;height:2.1875rem;top:8.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd45XGcrN4ubpFCTnByOF2I1vy99LuZi { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cf81rPaq2EHd9OVduwqmRsSZ5rsn34T9 { display:block; }#cf81rPaq2EHd9OVduwqmRsSZ5rsn34T9 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xd19IndisLMqSs1uKI0KHvrFLET6gtDl { width:11.5625rem;height:2.11230625rem;top:2.125rem;left:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBZX7UFBWqrvQ2AGnDsOGyPxTz1is8oG { width:2.5rem;height:2.5rem;top:19.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLisFdBNZg1fvJRcgIrSde2SLfEx2bSr { width:2.5rem;height:2.5rem;top:19.9375rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKb03DFWxHerVFW3TZx5J5Eyd057Tt5e { width:2.5rem;height:2.5rem;top:19.9375rem;left:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpvSPdba6vOn8dxPoyPtgAKRSn9dRbVc { width:2.5rem;height:2.5rem;top:19.9375rem;left:7.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnEiGkvMllVwT9diP7nxz1PXhAXlgLZa { width:0.372314375rem;height:0.372314375rem;top:3.75rem;left:14.125rem;background-color:#5ce1e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #t5MDCLGp6UV7Dei1Lry7fCspd59woWzN { top:2.115478515625rem;left:0rem;width:2.124025rem;height:2.124025rem;z-index:15013;color:#131948;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJx6f4bwN6hQiRvRhC6FcF8QNrQqgQUP { width:6.12426875rem;height:1.74926875rem;top:10.625rem;left:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VOIpZxospkuDO1CfekOT0DkKXxTG4744 { display:block; }
 }@media only screen and (max-width: 763px) { #BI24wwKt8zIe24O27tk1NARbNi2D0sJ7 { width:6.12426875rem;height:1.74926875rem;top:12.5rem;left:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zuVTOPFIbv3yoJh0ah7bFAu8FLqc7QKa { display:block; }
 }@media only screen and (max-width: 763px) { #FPHZDLFUcZdAEgJhKkL0mNuIbFoSHUJM { width:4.375rem;height:1.74926875rem;top:14.4375rem;left:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CC38VmpmwqHKLXT0H3g90zA2uZNz9fKa { display:block; }
 }@media only screen and (max-width: 763px) { #QXDwQVU4PeyQG0yJnmTDTIulJMrcxPZH { width:6.25rem;height:1.749025rem;top:16.5rem;left:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #enmJJCX9Ro1nG9ZTRQg2CwDmr5ATXTfq { display:block; }
 }@media only screen and (max-width: 763px) { #CVEPHU86FEb5goQNlWFpazLQvT2hqThR { width:7.5625rem;height:2.25rem;top:6.4375rem;left:0.5625rem;z-index:15021;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RxlTViU2mGpL1wDkgIJW9WElOZCCE6tx { display:block; }
 }@media only screen and (max-width: 763px) { #tDxJg7IexsQp08zCLzF1Z0cfXIIZ7Soz { width:7rem;height:1.75rem;top:8.75rem;left:1.1875rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #xOgMncLI9lWhSiqJitEuzUqyamNmOogv { display:block; }
 }@media only screen and (max-width: 763px) { #xytSP0nf9K2TRPIe65P3hTa3ARrpbWEb { width:6.875rem;height:1.75rem;top:6.875rem;left:1.1875rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TOaBwtLTB5m0NRVgApJL0hW6MaLRMGV5 { display:block; }
 }@media only screen and (max-width: 763px) { #kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm { display:none; }#kvmb9by1qrJJium1OWy7sT2oE70Ed0Xm > .row .container { width:20rem;height:67.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SBCl2B0uzgMUpyy8mVdRRkcOd0TGdewz { width:11.75rem;height:2.5625rem;top:1.25rem;left:4.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #adRrOal1LuL6LqtKilLrSIFvtJvMdE9f { width:2.5rem;height:2.5rem;top:31.25rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnpdXOApHmbfOQC6ZlLGdyH3EZzHLZB { width:2.5rem;height:2.5rem;top:35rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuOSSxfhCu52kOfJPGxOCTmZidlKya3X { width:2.5rem;height:2.5rem;top:38.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJqbC53g1i2z4ZOGoAeTkpsk1AitVWCW { width:2.5rem;height:2.5rem;top:42.5rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4BzCdnZ2hkQNzea8JhL3mpJtiGprf0g { width:0.5rem;height:0.5rem;top:5.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W11moLSo6VQkichJZMW394aTFVJgcKsu { width:4.3125rem;height:2.25rem;top:6.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seu4qMrnc2wQ02T96voq7XO15KzeCWTM { display:block; }
 }@media only screen and (max-width: 763px) { #vD3bW5dnnpOqwpeDByoT8iNPKmCV74zn { width:6.125rem;height:2.25rem;top:13.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRUIubvNl6baZ3lRpaaNTMq0oWslJM7f { display:block; }
 }@media only screen and (max-width: 763px) { #yXc9ihn1xFdJ6ywF5QFUBbJzZBKZPJlX { width:6.125rem;height:2.25rem;top:17.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClmSo2XwOmAqL7bN1MHbidq6defG56h0 { display:block; }
 }@media only screen and (max-width: 763px) { #val01aES41P8F5khTfZXMTcmTcNdc9g5 { width:5.9375rem;height:2.25rem;top:20.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEhPJyTJppiMatMELAZ4NqmlkQP1GtKP { display:block; }
 }@media only screen and (max-width: 763px) { #AXitJde5x5T1QHywU0dfckTQFmr74uQu { width:6.25rem;height:2.25rem;top:24.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D613wwSpdf04CI46NCfQHgQVTWQwqS0O { display:block; }
 }@media only screen and (max-width: 763px) { #V0Ty8zUcqZzCUz4IFb0Hn989REWRfxpq { width:6.25rem;height:2.1875rem;top:27.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUXq7atQ2hznlMrITwuR3FP9uAd5kalZ { display:block; }
 }@media only screen and (max-width: 763px) { #XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 { display:block; }#XON7dsGkhEVVKLkCvO3L1JrTLQ0To5k1 > .row .container { width:20rem;height:111.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frir0D7aSPAb3hagPwmScINHFTiTCPXL { width:20rem;height:4.048825rem;top:2.4375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGcIqWyxW2Ru8feLvxRr5qU9eD3Uf8bi { width:20rem;height:1.94921875rem;top:7.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OicZMfHhyciFQSXJAUdlb5LPQG8w0NEa { width:20rem;height:48.243175rem;top:13.3125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XxykoIW9KGExGxCGhxTyG3SMJg1vcnh9 { width:11.0605625rem;height:3.686525rem;top:69.6875rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXF3ZtKRMykthRQSyukg1cvv0rXn2khN { display:block; }
 }@media only screen and (max-width: 763px) { #ZyP7XnZGivbVLAEgx3ZqTLT6RrVfmbrg { width:17.75rem;height:31.8125rem;top:79.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM9RbcL26KtBfWR5Bq4ST71BQMDVKNsn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tmcEAbRH/tlo_4_narzedzia.jpg");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { width:20rem;height:147.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCDP5tlQIfor1bX7FHrCTcwNImUyJFC8 { width:11.5625rem;height:2.1125rem;top:3.375rem;left:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D17S0Rzzncwp48ukJfZS1br9VyEBZzWy { width:17.5rem;height:1.125rem;top:6.1865234375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPCC6TE6AAoQcoLA7q0X0X2QDJTW0tbF { width:20rem;height:29.24925rem;top:6.953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZlOhpT6MqB1fw8HeK3NJTX7DBHmuw79 { width:20rem;height:31.5625rem;top:48.983156640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0ZVRcnqDTiAOX1ABW08HuFNFJtXcVpH { width:19.875rem;height:16.8125rem;top:11.923828125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laXouQ7UriPoOmU6e5hsKAnq57NqqMTL { width:18.125rem;height:4.2246125rem;top:30.0625rem;left:0.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMXJl8wrEM6i8tAN6HLtlgl15fik5atp { width:18.9365rem;height:12.99805rem;top:35.875rem;left:0.5302734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDlD6JJ5D63EeUeHeDvyzmiqrTDXqy9e { width:12.9668125rem;height:3.592775rem;top:48.2109375rem;left:3.515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQazN0KpvRc1Th7wemFTNRoB8xJ38J0l { display:block; }
 }@media only screen and (max-width: 763px) { #HgwD5XReX81ksQbUdNyZplxWIUWel2yd { width:15.999rem;height:0;top:109.75rem;left:2rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dmLzucxNDVX9RerpMCUE0kBGi76tKMnz { width:18.5rem;height:11.69821875rem;top:80.125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7G60TtWfFUa0h97dM9syNZpHegH0TQC { width:12.7168125rem;height:3.655275rem;top:93.46875rem;left:3.640625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h228tCwBOBxTJQOlTyIDio0BJTddtcpt { display:block; }
 }@media only screen and (max-width: 763px) { #irTr4tRDZe9mhOaCyNLs87h8NcNsN59M { width:19.625rem;height:16.6875rem;top:57rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icATwS63ZP5N4bKw7X5yKAU5R4vfT1ph { width:20rem;height:43.5625rem;top:63.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FieCD0Abap4gE8Gfsk07AWISDc1K8w33 { width:19.0625rem;height:0;top:141.8134765625rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nUSI00CrNgAg6PiwQEwl4aMqTsZEHHAr { width:17.3125rem;height:0;top:119.6875rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HH9hBITlPtxgZW6dDQJeUT6uym9LppEi { width:18.4375rem;height:15.5rem;top:101.875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9qo6tFItbVVfqqa69S4ux0wgggk84BO { width:14.1875rem;height:4.3125rem;top:150.4375rem;left:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXJOuoR93zxNEHN9fp46txbe5gMHnoQX { display:block; }
 }@media only screen and (max-width: 763px) { #bT0KvtAFwAOSDKpChTevvEDVyuNTqQW8 { width:20rem;height:43.5625rem;top:63.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e84vlCTZIQaxbGcKergTz0nbGUeJ1lFq { width:17.3125rem;height:4.2246125rem;top:74.625rem;left:1.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yH2TWnNq4Dhbck4Tb7M4VFCtmrxdUIgO { width:17.8125rem;height:0;top:168.4375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ob7HJCrHdkOf8Bzw4bFnkNClpCBwgZHf { width:18.5rem;height:15.75rem;top:107.0625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Up3DEUV1ckn9zRnqPIs3qTkFwTDiymS4 { width:20rem;height:43.5625rem;top:63.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmrB9O7NKbmMHokQkJ1sLSLPgp9QegmZ { width:19.0625rem;height:10.3984375rem;top:126.125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzhEiGn0QSApgXzRzSxPux5SvJT7ZleS { width:18.9375rem;height:4.2246125rem;top:120.5rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egQhdAI6GwPeXuFu8S4TPw9M00qBkgcK { width:19.4375rem;height:16.3125rem;top:102.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr9AxwaTXQTlL9stOAUQfCXATGvySDUP { width:12.5625rem;height:3.75rem;top:138.5625rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWrL78SaZwQ45cB762TOrCEe6VnWWeGQ { display:block; }
 }@media only screen and (max-width: 763px) { #wsO5Loh0DJv0vPQiEa0BDPiOA9muI1Hp { width:16.9375rem;height:9.125rem;top:104.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF { display:block; }#DeMGB0CN4aBM421yf0QCtP5rJJF4aQBF > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo000uxTzrt2Uuws6GB8SlihRLCCWSrc { width:20rem;height:26.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UipZcUTdofzXdC6TnHc8BcMtkHkrlOii { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tmcEAbRH/tlo_4_narzedzia.jpg");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii.adaptive-delivery-prevent-bg, #UipZcUTdofzXdC6TnHc8BcMtkHkrlOii.lazyload, #UipZcUTdofzXdC6TnHc8BcMtkHkrlOii.lazyloading { background-image: none; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row .container { border-width: 0; border-radius: 0; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UipZcUTdofzXdC6TnHc8BcMtkHkrlOii > .row .container { width:20rem;height:147.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FOkJV2HMiQJ4nKTZOIqaTJ7p4vrt05xx { width:11.5625rem;height:2.1125rem;top:3.375rem;left:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD1hXU1RMbSLJMiDo9CfSzueFableGy1 { width:17.5rem;height:1.125rem;top:6.1865234375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZgwtz2TpTmyCOmU5SMOfa3QTpVlxGtm { width:12.7168125rem;height:3.655275rem;top:93.46875rem;left:3.640625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl5fDvT0ZWmbUCBR7QzvVDDCqlEvgn3y { display:block; }
 }@media only screen and (max-width: 763px) { #rDeeepsg3NNiCKAVGBdgRaVnBBmCPZ8H { width:20rem;height:43.5625rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWJKqE30Ew459FE4mq6CGgiGlLs92xGn { width:19.0625rem;height:0;top:141.8134765625rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OlwOVGgonl2zdaX9euGpw8IrbCyduec2 { width:17.3125rem;height:0;top:119.6875rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zpBmEz2neD8aWDAkN8i973ENKcvgUcgb { width:18.4375rem;height:15.5rem;top:101.875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWnWNJqW0IkTbaUqOxMxIcFXbBl2J5RD { width:14.1875rem;height:4.3125rem;top:150.4375rem;left:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7CB2AabGIK8O6xUPcqDKAs8MDW5p43f { display:block; }
 }@media only screen and (max-width: 763px) { #y5l4qCsyXq9AhSl7etM8pelcUyUKwHAw { width:20rem;height:43.5625rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mA5AHTaZFhR5btz8dnB24QPGsgzhXuMZ { width:17.3125rem;height:4.2246125rem;top:74.625rem;left:1.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGpTVhx0ev9BRRUBBwQ0hqhBZQuZ10LM { width:17.8125rem;height:0;top:168.4375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F5vtedSCkCDKA4gXta0OrUArHvKTvTCz { width:18.5rem;height:15.75rem;top:107.0625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eI1DXJQ5ZDPAlrMbqANFsLxtZGbfCf9P { width:20rem;height:43.5625rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6mmT7EnOR728Blu5i5tib44y1MI2Tab { width:19.0625rem;height:10.3984375rem;top:126.125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9a6Iwzbu6afoncHX1NN9MNmxZImLLoV { width:18.9375rem;height:4.2246125rem;top:120.5rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kI87IJS3Jlcpx61dWDIJFa7DSvi9rUKx { width:19.4375rem;height:16.3125rem;top:102.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFxncVRtMegz19oVv3kUWgIGqopgkLF5 { width:12.5625rem;height:3.75rem;top:138.5625rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ7wltg5akciOI3QczIiCnW7TPDm56ll { display:block; }
 }@media only screen and (max-width: 763px) { #aAAv8UxnUDvw8Ik4AdQul4zRS2K0ZuEc { width:16.9375rem;height:9.125rem;top:104.1875rem;left:1.4375rem;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:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTemQml35u1bAa6kDdw6TZk5RsurivVN { width:12.9375rem;height:1.4619125rem;top:3.3125rem;left:3.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcwmoLFpP9uU6oMyUL0p6hl5CzwkcgPT { width:11.624rem;height:5.561525rem;top:16.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGfiZ28HeNHuoIqbIQmNRskWwAkOsiw { width:9.5605625rem;height:3.4375rem;top:24.0625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFeQt3g0WbugVyZIT3U1xfZyQHlbLwf4 { width:17.1875rem;height:3.17505rem;top:7.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa9qk9EdnWFeCLczpsPJh8NG4oyLAcWh { width:16.1875rem;height:8.4375rem;top:9.3125rem;left:2.4375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I8ZNiaMSBXVnHJLmotUxGHPsJi2lrQK5 { width:5.6875rem;height:3rem;top:8.924560546875rem;left:3.687744140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKv3Z9ll2eezGNUUXcavTQBXLL3QxS2I { width:9.25rem;height:6.375rem;top:29.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGPC8x9HVEpt18A4qh39eLC0CypxGFfH { display:block; }#BGPC8x9HVEpt18A4qh39eLC0CypxGFfH > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeB6hSydiVd0A64CdJpsQK1TBmh0WqZB { width:20rem;height:2.1125rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tOX38qOZm3IOh6PZJZ0P0HttTTkkOw { width:17.5rem;height:1.125rem;top:4.982177734375rem;left:1.25rem;font-size:1.25rem;color:#992123;display:block; }
 }@media only screen and (max-width: 763px) { #JRbIfNgEOffS7H51kUuTSg9u46kB3xiJ { width:18.4375rem;height:24.125rem;top:14.625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4g0PGmvGx4r7BKTy46NJO9HMRqvJz8F { width:14.5625rem;height:14.5625rem;top:19.375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1BtNBgIcEeOLLMgR8ZGP2vMNi9SdVzv { width:20rem;height:1.4619125rem;top:9.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWxTB9Mp1O7RZq3CNadhuv4SnhBcp5DN { width:0.9375rem;height:0.9375rem;top:17.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxIdcm8S2n5HZ1Xs0GBPeG8uQXtoPSL9 { width:0.9375rem;height:0.9375rem;top:17.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCcaTwID4pSCJpVwiIeB0AAUzbqCrUbu { width:0.9375rem;height:0.9375rem;top:17.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z69ItvkRsLH9h155BJ6tRudJ1LeFhiWM { width:0.9375rem;height:0.9375rem;top:17.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mybxLZQSrQtflNcgbty79ZvXyk7SkxNI { width:0.9375rem;height:0.9375rem;top:17.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mApUCrbuo8sdR41HzOykZKWdZbkm8fAo { width:14.875rem;height:11.0234375rem;top:13.51953125rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#mApUCrbuo8sdR41HzOykZKWdZbkm8fAo li:before{  }
 }@media only screen and (max-width: 763px) { #RbKifD7LpmXbpQc2cBJamkIzFuyk0Dfd { width:16.875rem;height:3.6875rem;top:32.2109375rem;left:1.5625rem;font-size:1.25rem;background-color:#992123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cO0l4lB9MiXk8yLuxQFSmTEMpIe0Hki6 { display:block; }
 }@media only screen and (max-width: 763px) { #CpeDku1cOA3JR4p3q7UHU4fnULTw2OvZ { width:17.375rem;height:2.5996125rem;top:27.271484375rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo { display:block; }#hH1XXyzEbDzRnd1oViEaFFTtvGIl2LBo > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQB6GLfC3n72sDy9eDaQy9bXJeFmNcyJ { width:11.4978125rem;height:2.1125rem;top:2.7490234375rem;left:4.25048828125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuSVWhVrGPJZAdhH44bEIFEw6vkqMZ9q { width:19.2480625rem;height:1.125rem;top:5.546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuhQUpRSea1JP1qFAKkGqCZSt5eex9eq { width:14.625rem;height:18.375rem;top:7.921875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH { display:block; }#QpAQvdA7hTN5Z82ouUAKTCs035DTfIdH > .row .container { width:20rem;height:144.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOVeA7P9zsa7lvpaz59LKByCQvluK7xZ { width:18.5rem;height:3.6875rem;top:47.716796875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSxATRXnQFG4qTx1vubbO8noSrTAC2UD { display:block; }
 }@media only screen and (max-width: 763px) { #pX9TmTqroMuxxNI3xIEIraoFVMrxyE4q { width:20rem;height:11.69821875rem;top:33.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpVn3nBRfv9vIXb0QTfphJsGlIUXTWm5 { width:20rem;height:5.84765625rem;top:25.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyrMy0nCz28IoUX8hdShWKNFxNhguJJJ { width:18.8125rem;height:10.3984375rem;top:78.7890625rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkHH4MWe4xAkvtKBC7vRzE4L4siEh2MS { width:11.375rem;height:14.75rem;top:9.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7DhWTJei58Cw3HfudNia0lIITNM7xIX { width:20rem;height:3.8984375rem;top:73.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoTUlaMJK0BsD2PI5L972OyeiO1qLkGL { width:19rem;height:3.9375rem;top:90.8125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRRuLocguBpQu8wllOkiMaqxMDObZFaO { display:block; }
 }@media only screen and (max-width: 763px) { #QTVSl7kvctyMB2RCccHUZCDJuQIcWr7K { width:19rem;height:3.9375rem;top:135.125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utbevOG5przPThlEAIIzTMKuosPL4bhh { display:block; }
 }@media only screen and (max-width: 763px) { #CJiscLPG4B5fCPwPpWc9GJfSwAZBsX7f { width:20rem;height:10.3984375rem;top:123.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pp4DT7AeBCUUcmcpd5nTCHHdqpPqi15S { width:20rem;height:3.8984375rem;top:118.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaP4Xh8JxLGQacdTfiK4gX50liy2BPzK { width:11.375rem;height:14.75rem;top:101.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9cFizWkM9AaIRMchQXwpiItzvPacMIM { top:55.1875rem;left:2.84375rem;width:14.3125rem;height:18rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RUra3SbDndqSocPc5TnySqTKcWDTD5G6 { display:block; }#RUra3SbDndqSocPc5TnySqTKcWDTD5G6 > .row .container { width:20rem;height:176.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xim9egwEaCDvMnPtdnEr4hmrLC9kOAl4 { width:20rem;height:2.11230625rem;top:79.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scnSn0Rqb4G9A6796sfRb3kn8xdsgLxD { width:17.5rem;height:1.125rem;top:82.5625rem;left:1.25rem;font-size:1.25rem;color:#992123;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTFLzmpkQhLcHofT2wBlSiRWD0bv8I7P { width:18.4375rem;height:24.125rem;top:96.3125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPTrkG6IRSPxCsv9mOzlhvFn4TvmkK15 { width:13.6875rem;height:9.6875rem;top:102.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SepxuRDqs8q5F49ODBJxgpPnCGWO0XKf { width:20rem;height:2.923825rem;top:113.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lygg3CiN49G1TlksSFTObmatdEB8cCbv { width:0.9375rem;height:0.9375rem;top:99.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMvDxHreqo9bceBRu3J824IfyO8AhamU { width:0.9375rem;height:0.9375rem;top:99.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W70CD0Pe7LXW692L422FW7BiqbfOS0Jp { width:0.9375rem;height:0.9375rem;top:99.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rC80IMfStZkOfuoSOQaMZX68S7uLKqhF { width:0.9375rem;height:0.9375rem;top:99.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbwyJ2korvkf4RVwSAWDhXhu0xQzUBih { width:0.9375rem;height:0.9375rem;top:99.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAIeAv2bcyEuiuJwPQgwAkCtOia9m2N6 { width:19.25rem;height:7.7988125rem;top:118.125rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJoEPHTUlUcOpyF55XGH6nFvaOlbMxVm { width:8.996125rem;height:3.68555rem;top:127.75rem;left:5.5rem;font-size:1.25rem;background-color:#992123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EoETETbxqV4vpqd3RcLO19f7v0GHp6GI { display:block; }
 }@media only screen and (max-width: 763px) { #az59mTfVhKLhm7wqeeDSXKcQtQ8suGCl { width:18.4375rem;height:24.125rem;top:127.625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAZdr7exyuXW87v9WdaPOLu92VNud8R3 { width:9.1875rem;height:9.25rem;top:134.9375rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AhlLF8aoucEEBrwbxc5ONJveo9QyIOli { width:0.9375rem;height:0.9375rem;top:130.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3NWxDJmKiMkvG7MeE2vJccVf0sLtLN3 { width:0.9375rem;height:0.9375rem;top:130.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRdKCcdbK1B4KLDUKQR4z7s8lIkpRpOF { width:0.9375rem;height:0.9375rem;top:130.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKlqfRJQUq4KhM66sOd30dxasmr8JuPf { width:0.9375rem;height:0.9375rem;top:130.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhCbEKB6b1Mssw5oohGeTzzyQ5iSahPQ { width:0.9375rem;height:0.9375rem;top:130.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5NNQboGJyX2wPJ4THFR8uxfsHFX3meP { width:17.746125rem;height:4.38574375rem;top:135.75rem;left:1.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWaHhBeqpU5NZCgc9VIeXcte9fUlBomT { width:20rem;height:6.499rem;top:141.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7vudMqvwEGMyoA21s3VGpNSNwJ9bT1X { width:20rem;height:2.923825rem;top:156.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plu3p5aDGVSLaf10bitNG1FR9pNrmFZm { width:0.9375rem;height:0.9375rem;top:161.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AF3qtiGRU0ecXzP62fzoLmKmKreTmIKq { width:20rem;height:5.19921875rem;top:160.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOqe9PW4AHf7mwvsQuZVeiEfN0aQTCTE { width:18.4375rem;height:24.125rem;top:158.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqWRNg2CwlblXkJXQQb58o34ixbSRzQf { width:10.625rem;height:11.9375rem;top:163.375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUgronr7EQyNMeA7y5qwlGEghLvmvyt8 { width:0.9375rem;height:0.9375rem;top:161.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qToGL4BvglZw12u9nQNIU3nEJMxpJubU { width:0.9375rem;height:0.9375rem;top:161.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3zxNm6755yZfMbG1ZmbkoQam4sAwnKg { width:0.9375rem;height:0.9375rem;top:161.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #flyD3IOafznmA6xdOnlco7kyNLysDgSK { width:0.9375rem;height:0.9375rem;top:161.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIOrvMXHMqTW0VS0dmMd0D3fpbXFkI59 { width:9rem;height:3.6875rem;top:149.125rem;left:5.5rem;font-size:1.25rem;background-color:#992123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GS9G0dmDhT0msBQkOtu64DrmS71fmIHw { display:block; }
 }@media only screen and (max-width: 763px) { #iNfOooyfcrnWI0W70RRQDQ6gb6hNLD65 { width:9rem;height:3.6875rem;top:166.8125rem;left:5.5rem;font-size:1.25rem;background-color:#992123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BuSpJJKHhJvxN3T5lyfNcugq29aIRyQS { display:block; }
 }@media only screen and (max-width: 763px) { #wCcC38K6i0ASeqZrx2w5E7qhT32vd8dK { width:17.1875rem;height:15.920875rem;top:1.25rem;left:1.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIahZbJNBG2Ssnf6dHtHsd7qcTM5nPIQ { width:20rem;height:6.5rem;top:18.4199375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnfV8SDqTlsgnRheVCL7QELN7bpVsG1r { width:17.0625rem;height:9.75rem;top:26.1699375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAA8zx7VcLiGOX8JOvN3iEDiNWr7wnkC { width:19rem;height:4.6875rem;top:64.419921875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouh1HLsgsASymEEybfCTuP6QGuorfZ38 { display:block; }
 }@media only screen and (max-width: 763px) { #J1zr1ln9qW2QlNEQonvAIT2agx9l04hZ { width:11.5rem;height:16.625rem;top:37.1699375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHdyO84Ptq6o3hFFHPqWffVvTZlDZU8 { width:11.5rem;height:16.625rem;top:41.701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcWbVWeADHTLQTrKn2FTrBniTPfH034X { width:11.5rem;height:16.8125rem;top:39.919921875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV1KeVJHO3KrfoVAokHCOWkLInBBA1Ug { width:20rem;height:0.125rem;top:74.669921875rem;left:0rem;background-color:rgba(165,165,165,0.34);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Evab4ZuFaRTIEiao3aXDiumFhXibH7C9 { width:20rem;height:2.923825rem;top:87.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urxlxVCqQuEvDV9Gi10lTLP7G4s5LIpx { width:20rem;height:12.9980625rem;top:91.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcGeJ8mcoyXXzvdy5hQOil1W25d8ULVS { width:20rem;height:10.753246753247rem;top:66.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wt3TOWknKpxNgKdwTgJbQ34uHpXsnKaa { width:12rem;height:4.3125rem;top:105.8125rem;left:4rem;font-size:1.25rem;background-color:#992123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BEKWTpObDRTlE9Po0TF3avWv8qnhobJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #cllUpQH3NgKSiabErB6ddcWxpEnu3TZ2 { width:20rem;height:16.743119266055rem;top:64.0625rem;left:0rem;display:none; }
 }@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:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHCbld56PDyoZhM231S8fFTCSuIlK5gT { width:10.4358125rem;height:2.1125rem;top:1.68701171875rem;left:4.781494140625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXzyVk53NMfRcZobcxzL5yThMybCthSI { width:16.625rem;height:6.499rem;top:4.546875rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JA2az7eGDPZuOrqkv1GTn3hRCwTgmSRz { width:16.03075rem;height:3.655275rem;top:70.89870625rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJdor7FhztKo1d6roczS8SugXCoySlTq { display:block; }
 }@media only screen and (max-width: 763px) { #IgpROQPvTn7tVRpAvDaqmKv2QZaJUt3t { height:11.1279375rem;width:20rem;top:13.55908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSOTyFMAxqpn5GuZ6LdqpCbl72dhrIkJ { height:11.1279375rem;width:20rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVf5rTALK2B5hyhzyaxXWnvrT2RgNFK { height:11.1279375rem;width:20rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0qE75ER0v8btrUxhMTn8ERRvbQ7qni2 { width:20rem;height:4.74975625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdBPBnkPxSRJRIrPiaCmOT3ArtsaNnmp { width:12.87475rem;height:1.125rem;top:26.4375rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbuFBl8eIOQkpoe4UwUuWz7vgtEQUTpv { width:1.875rem;height:1.875rem;top:26.0625rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2o4J3f7q2ZnUQ5D1X7kuIaUmKbPTcuw { width:20rem;height:4.74975625rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnp4qsT7fQFlT4DansZV5EKZw4orh4Mq { width:12.87475rem;height:1.125rem;top:45.875rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM5ilyzptsrh9EwTccinzaJnT3IUIcC1 { width:1.875rem;height:1.875rem;top:45.5rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL4fOyv8U9Llh1URBGGtlfd8poQghuFL { width:20rem;height:4.74975625rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrcaz4FJ49fNdz3WKWh1cMEitpk349Sv { width:12.87475rem;height:1.125rem;top:64.9375rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFyD7PaF9RWTlGvKnltzSVcZ7gS0TTgd { width:1.875rem;height:1.875rem;top:64.5625rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If5RDAI848BVGi8q9eT0rpHhPv1m00sK { width:17.5rem;height:3.4375rem;top:76.6162109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFDoAkHrFnFWXdqgtKbiKP6JaBWcvyzK { display:block; }
 }@media only screen and (max-width: 763px) { #s3hPvAcQR9TngPKnurDM8HPekJW08mtL { width:0.9375rem;height:0.9375rem;top:4.25rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqDf0UVacvCrxuohTovfTwZMFFExpIOQ { width:0.9375rem;height:0.9375rem;top:4.25rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMhNpv3LcXldo3adXzC8eNpe8JKM5wTe { width:0.9375rem;height:0.9375rem;top:4.25rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XiXeZAtBZa94cpwx15t86Nlf9dTIkNEb { width:0.9375rem;height:0.9375rem;top:4.25rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uo5An2Zo2BBXcCQdRmxWaV9nzIcDr6Pi { width:0.9375rem;height:0.9375rem;top:4.25rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT { display:block; }#D7SEGlo6UuB4TIBpUiHcrSnB1iAgIyBT > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i { background-color:#ececec;background-image:none;display:block; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row .container { background-color: transparent; background-image: none; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row .container > .video-iframe-container { display: none; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row > .video-iframe-container { display: none; }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .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); }#Rg0gCTRwRDt3vTi8N0AlmL4gn5IZqc8i > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG3yZ2WKRq5oUWiVhCbs7JqONVXeuAF1 { width:10.4358125rem;height:2.1125rem;top:1.68701171875rem;left:4.781494140625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRc9TBfNcQ1KIdR5Jy9a77AJWoTcDTL5 { width:16.625rem;height:6.499rem;top:4.859375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NruaJTnA4KGuBmLIUG2NMCzFSdfJ0pqW { width:16.03075rem;height:3.655275rem;top:70.89870625rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMaeD9bNBdFRte8aeiHT6morRn4n0Cw { display:block; }
 }@media only screen and (max-width: 763px) { #tTJ91zkPC2y7ol4ncEXP95FAN4t5nC5b { height:11.1279375rem;width:20rem;top:13.55908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQufhhuBADlpg37IlvHuFe0WcT1mhwv5 { height:11.1279375rem;width:20rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1LcAnSKaIitGMEb5dR5JHmNlJt8kbMO { height:11.1279375rem;width:20rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPRL7W8J0IQd2ksnTDqBkwOG4Xo9NQuQ { width:20rem;height:4.74975625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPIOSaqKroGKWsM4bgtBHllnCwPJZk0s { width:12.87475rem;height:1.125rem;top:26.4375rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8qwi7wIg2HMU0ZHGQka0QAZPFw1T6PL { width:1.875rem;height:1.875rem;top:26.0625rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcENEiSToJFSGoHFLHd3s7HNl9SQNnCu { width:20rem;height:4.74975625rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTscrkJ5deU6H5rpxOD1avowyaIrdeSR { width:12.87475rem;height:1.125rem;top:45.875rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU4cSeyXQ6QSS6DTyyy1O0QX8ZzR9Hkt { width:1.875rem;height:1.875rem;top:45.5rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gowqWQOVTmpafIaTWk8KkEdW4BTviBow { width:20rem;height:4.74975625rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6nJF1ITzt8U0gsbXTZXk2KT1z4yh1hT { width:12.87475rem;height:1.125rem;top:64.9375rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKv34feqTSINJruerhUTxG5ZyKtuzPy8 { width:1.875rem;height:1.875rem;top:64.5625rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9h5yuJOU6yH2ptwTZTfhxBFCEywULIP { width:17.5rem;height:3.4375rem;top:76.6162109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqXMBK6lcN8qOT9u5w1t2cXeVOUzr4Sp { display:block; }
 }@media only screen and (max-width: 763px) { #VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u { display:block; }#VTBnXtgtJX7LbTzlCnKP8BETPcJqpe0u > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdMgr4eyb2JHSpapHBidPC4RE4c62h64 { width:11.5625rem;height:2.1125rem;top:2.578125rem;left:4.21875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfF3RNBL0NMLTqkTn8pkL8MIiM7fDm9R { width:18.4375rem;height:18.4375rem;top:8.765625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRegUfpxR2eqaG58nrd5dNEQEOVlOmJ3 { width:19.5615rem;height:1.3496125rem;top:5.29052734375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxP43C6VVD4k2LliThbXdyRhysLEeEVq { width:19.1875rem;height:28.5956625rem;top:29.15478515625rem;left:0.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDzT5G70mSTTXeTrhTeGVE1QgH14oFQm { width:11.62475rem;height:2.87475625rem;top:57.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT39GEZTHe28nDxicNNNWmmZ4QZtyKRm { width:11.62475rem;height:2.87475625rem;top:61.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQlrRamDN298PQUgisRiHDpwP9udyOwt { width:8.0615rem;height:2.56225625rem;top:57.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyuJCuQqAFSXCudVKpEmQZWmBkmTzTUW { width:10.37475rem;height:2.06176875rem;top:62.1875rem;left:5rem;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) { #pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 { display:block; }#pZnvJBgk8H8so1kPe0TSasbJH1APpBl0 > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwmuwWh4wFiJfMS719drh4GD2ikaCSTQ { width:11.5625rem;height:2.1125rem;top:1.99951171875rem;left:4.21875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbJGq2mKLpC4BwelXRnnc9MrhrWMnxpi { width:18.625rem;height:7.5625rem;top:7.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THD4m4xzilhAt36x7o86JZUDndTEGlH8 { display:block; }
 }@media only screen and (max-width: 763px) { #TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA { display:block; }#TZovZ9ISZk0TdU8GGrPP7lIkRMRZpSkA > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo3R3krvr0wNw9i8TRESHI23QA5mdgPI { width:20rem;height:0.124511875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRhhOPBrTfLbIiuli8PQoLBdMl15w8X { width:12.3108125rem;height:1.21875rem;top:10.3125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll7l10alLfPL0nFHCnKF1VFpF6ud39Qs { width:1.25rem;height:1.25rem;top:10.2734375rem;left:15.498046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRJSbHSIH5ti1k1QB5iCIcqstyVSTqLm { width:13.125rem;height:1.21875rem;top:11.5625rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhUtbhOBHSgXhKfrlfkZtE6AVvuJF7X8 { width:9.2480625rem;height:1.21875rem;top:12.8125rem;left:5.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwBfTmrEfmCOCfAnH6VCiupw8qXzRfBq { width:0.437011875rem;height:0.437011875rem;top:2.8271484375rem;left:16.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8sZgceSQUnVtQ9n6a0DtHNKNs3bDKc3 { width:14.5605625rem;height:2.6rem;top:1.25rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #isUG2lTacNMTUDVb2Fz5bNw5n4etrh9v { width:2.5rem;height:2.5rem;top:4.625rem;left:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkzRGlfQP3iPVfX3RXg30yNa3gCUWCCl { width:2.5rem;height:2.5rem;top:4.625rem;left:6.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trqAPm9X1yITuGre3QPuOhMlcVLPgI3I { width:2.5rem;height:2.5rem;top:4.625rem;left:10.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFI2O2D1p8m8PLH47y5XLLBp6Of7kKf0 { width:2.5rem;height:2.5rem;top:4.625rem;left:13.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqqBBqrzLEoyZ5dCWlT1MchyMaKNJOFk { width:7.5625rem;height:2.25rem;top:20.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2eVGqblefbEa1PET5I2Aaolxyqpoyif { display:block; }
 }@media only screen and (max-width: 763px) { #DAdxT12L5JHdGs9SSWp1y5iqJdxkimBo { width:7.6875rem;height:2.25rem;top:17.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeXNkTAfnXw2ZBDIxuGW21zQml6m85az { display:block; }
 }@media only screen and (max-width: 763px) { #eEClhvhSXVQFtTIc3MhD12ilWgOz9Oav { width:6.0625rem;height:2.1875rem;top:24.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuSnKX4DzPbLTgRN6hCuF9xs2o4eBOWn { display:block; }
 }@media only screen and (max-width: 763px) { #D1olOdnPpNvLcwMqMTXSmiSgkCqIkduE { width:6.125rem;height:2.25rem;top:27.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJwOb7I9PfIJlwnZq9VKf40pA08JzQq { display:block; }
 }@media only screen and (max-width: 763px) { #inlk5ibz2G7Fu9x3wDHwBPW1dxXO0Qx7 { width:5.9375rem;height:2.25rem;top:31.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmTf22voSl3elSq8nu8XipVsQPbIMEev { display:block; }
 }@media only screen and (max-width: 763px) { #ZaogIiL9flysg7WMAtHabIEVgh8KPq99 { width:6.25rem;height:2.1875rem;top:34.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd45XGcrN4ubpFCTnByOF2I1vy99LuZi { display:block; }
 }