.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/FkXpbxWm/01._Skuteczne_Lejki.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ef927f;background-color:#000000;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#OeAFIbKJgrbGPxbThuoZ0MSdPwoAF2yz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:11.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Ib1FgRBl9JS3TgI4p6wVOcTVbVhakvKx { background-color:#ea1850;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-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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:59.5625rem;display:block; }
#yGMlvHSdwV5QApLc2XGfBnq7ykO2TJJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfQ8oRRgaftAqUVLBudzotFPT53ct9ba { color:#1a3145;display:block;width:26.875rem;position:absolute;font-family:"averta semibold";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8177082538605rem;left:32.081596374512rem;height:1.29980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aVn7g8suFT2Nmt3zd918WEz9c79dAesP { position:relative;display:block; }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP { background-color: transparent; background-image: none; }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP > .row .container > .video-iframe-container { display: none; }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP > .row > .video-iframe-container { display: none; }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP > .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); }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP { border-width: 0; border-radius: 0; }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP > .row .container > .video-iframe-container {  }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.18);background-image:url("https://images.assets-landingi.com/uc/c6486789-3cce-4701-a286-88f167496ecf/ETBezpatneszkolenieonlinewebinarkursWebmetro4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa.adaptive-delivery-prevent-bg, #UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa.lazyload, #UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa.lazyloading { background-image: none; }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .row .container { background-color: transparent; background-image: none; }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .row .container > .video-iframe-container { display: none; }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .row > .video-iframe-container { display: none; }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .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); }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .row .container { border-width: 0; border-radius: 0; }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .row > .video-iframe-container {  }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#FtqzoxrkxqkTzhINdJyHOK1OyqKpdsR3 { background-color:#ea1850;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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 extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.25rem;left:26.8125rem;display:block; }
#Caf92dlgppMqqefTttwTXqfv1FBeCIeS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.5rem;left:29.0625rem;z-index:15004; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #RhkqF4Cn3Nqb4SrRT7ROhAvpF9XfUKau { display:flex;position:relative;top:0rem;left:0rem; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #MTaJC6wvcvx6iBTPvAsCIiaJCO8xV133 { width:auto; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #y83LTdcr9lukw1lqzChTZOKlMncOCT4r {  }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #qcLsVs6tc9h3cDR7gkQKvPcGSzuEN8l1 { display:flex;position:relative;top:0rem;left:0rem; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #FFhNky9JVHxqwwIHPDKOuPn9rV5NSbFq {  }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #imp91NZuydKcu16uSiEiy6bBPxImquTH {  }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #irPu5J24bJOQhNRwP9LmVIcDGoX3nqfa { display:flex;position:relative;top:0rem;left:0rem; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #vl5435HsnGtzVTZk7clh0PTU4mAawxXU {  }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #UPyPLKpSydk585XUmiQ6lPzn3W0x07W5 {  }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #lWq1vZn2bLGZWCcHg1yZQt1MEJafBG6l { display:flex;position:relative;top:0rem;left:0rem; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #MpSni42tiCig3FZUh8MQSK3p5a6ODGRG {  }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #F5KxbUDtVTl4oPz2ZnB6ZMtZRlTMz4td {  }
#eyKhJcZBCVoa8PTfvv1aBqihmeNGHTit { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:34.5625rem;top:11.3125rem;left:21.375rem;overflow:hidden;display:block; }
#a4WwiBNH5apHw6ZoPzMNn6s8rUJfs09h { color:#1a3145;display:block;width:67.436875rem;position:absolute;font-family:"averta extrabold";font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:4.9375rem;height:4.7118rem;text-align:center;text-align-last:center;display:block; }
#qobK9EdBuaGktQqdT8rHEyde4V76MTCx { position:absolute;display:block;z-index:14999;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.5625rem;width:64.5625rem;top:5.625rem;left:6.375rem;display:block; }
#vIDGxvcabvsTBoywHGuTTD4S1kUlrhXc { position:absolute;display:block;z-index:14999;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.5625rem;width:64.5625rem;top:5.625rem;left:6.375rem;display:none; }
#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e8dba80-0499-40db-956a-1e219490a5d7/KurstaktykinadochodowareklamewInterneciebeztajemnicFacebookMetaGoogleLinkedinPinterestTiktok.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ.adaptive-delivery-prevent-bg, #AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ.lazyload, #AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ.lazyloading { background-image: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { background-color: transparent; background-image: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container > .video-iframe-container { display: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container { display: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .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); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { border-width: 0; border-radius: 0; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container {  }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#AJ2sneKzt884S2y80P62E8RlgstRR80L { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:19.285590171814rem;left:0rem;height:10.249rem;display:block; }#AJ2sneKzt884S2y80P62E8RlgstRR80L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AJ2sneKzt884S2y80P62E8RlgstRR80L li:before{  }
#wgfcngbsxFRK0TnC84z8q2Xk3P9uR9uF { background-color:#ea1850;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-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 extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.1875rem;left:0.0625rem;display:block; }
#UTDc2yZli3eaflTA0DuhclqmFfvUs2pi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U7r0KKFbU4TiA5znSMcFvM9icoPnhLTt { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.6875rem;left:16.625rem;display:block; }
#RLff9ntHxgyuoTZvXBRXZLA2ibsVsC7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hPvZQTbD5WpApcrMe1hsKm5lTfRb04ES { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.6855625rem;width:38.6855625rem;top:6.2509765625rem;left:36.3134765625rem;overflow:hidden;display:block; }
#K8RQ72nJdTKhhKTxqqcRN8oitKZxTNWH { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:averta;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:6.0295143127441rem;left:0rem;height:5.25rem;display:block; }
#dOHCtT64ODKhkvGgdDyr8zT5FFf2Kb4R { color:#ffffff;display:block;width:44.436625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:14.937499046326rem;left:0rem;height:1.92480625rem;display:block; }
#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #353535, #000000);background-image: -moz-linear-gradient(180deg, #353535, #000000);background-image: -ms-linear-gradient(180deg, #353535, #000000);background-image: -o-linear-gradient(180deg, #353535, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#000000' );";background-image: linear-gradient(180deg, #353535, #000000);background-size:auto !important;position:relative;display:block; }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .row .container { background-color: transparent; background-image: none; }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .row .container > .video-iframe-container { display: none; }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .row > .video-iframe-container { display: none; }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .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); }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .row .container { border-width: 0; border-radius: 0; }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .row > .video-iframe-container {  }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#XIATTrPB2uOnoyHSVaCuIE5VReC4KOyx { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:averta;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.4574651718139rem;left:0rem;height:2.625rem;display:block; }
#ov4TGKREdF37cbE56H6gxlDNnX07otWu { position:absolute;display:block;z-index:15004;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:16.75rem;width:16.75rem;top:14.875rem;left:1.0625rem;display:block; }
#R9RhQFpNW8iTMAQnq6X4iRgDlqT3B1Nv { position:absolute;display:block;z-index:15005;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:16.75rem;width:16.75rem;top:14.875rem;left:19.8125rem;display:block; }
#yzarWb5urzMLoo5gS152rG1ZtbFxdkIH { position:absolute;display:block;z-index:15006;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:16.75rem;width:16.75rem;top:14.875rem;left:38.5625rem;display:block; }
#rtHvsbsT06slQWnvc1vckw2ruDWHDm7o { position:absolute;display:block;z-index:15007;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:16.75rem;width:16.75rem;top:14.875rem;left:57.3125rem;display:block; }
#W9ssFZOCeF8czdvVOFlfkOU72d4rIw2v { color:#ea1850;display:block;width:5.5625rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.513888835907rem;left:6.59375rem;height:2.76215rem;text-align:center;text-align-last:center;display:block; }
#OhVztQ92aQeDQ0VGnJ56ihcOOcpVxbH8 { color:#ea1850;display:block;width:5.5625rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.513888835907rem;left:25.34375rem;height:2.76215rem;text-align:center;text-align-last:center;display:block; }
#TxLPoDa6CqAHmlqovUoPu4zpGB9M80ff { color:#ea1850;display:block;width:6.75rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.513888835907rem;left:43.5rem;height:2.76215rem;text-align:center;text-align-last:center;display:block; }
#w08Rcis0HtM5FEuqGq0iOTnBXaWMwUTu { color:#ea1850;display:block;width:5.5625rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.513888835907rem;left:62.84375rem;height:2.76215rem;text-align:center;text-align-last:center;display:block; }
#RNGr8dGlEE8SVdndgvLt2sTZi4A3TPle { color:#1a3145;display:block;width:9.9375rem;position:absolute;font-family:"averta extrabold";font-size:6.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.861978530884rem;left:4.40625rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#bQUJs78HZrFa8cJtDNrgJ3vBxwcU93L9 { color:#1a3145;display:block;width:9.9375rem;position:absolute;font-family:"averta extrabold";font-size:6.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.861978530884rem;left:23.15625rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#UOkE92OsEzit3xo4iHO9rZAvDi9WD7mf { color:#1a3145;display:block;width:9.9375rem;position:absolute;font-family:"averta extrabold";font-size:6.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:18.861978530884rem;left:41.90625rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#JLuow0t4oqG2GTf3lNPgrEPoECcXpfSB { color:#1a3145;display:block;width:9.9375rem;position:absolute;font-family:"averta extrabold";font-size:6.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.861978530884rem;left:60.65625rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#PCzeVJ3KFBzaRqrJtzuV2viPBLwQ6aiN { position:absolute;display:block;z-index:15016;background-color:#ea1850;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;height:0.125rem;width:31.25rem;top:7.83767414093rem;left:0rem;display:block; }
#sn8nTDzGb5mJyr5IAUnm5eAfuWc2fCNU { color:#1a3145;display:block;width:74.1875rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:36.125rem;left:0rem;height:5.5243rem;text-align:center;text-align-last:center;display:block; }
#F4DGLVcTFBdqQpBT9vVyFpDtEDsNgAnt { background-color:#ea1850;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-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 extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.840278625488rem;left:28.4375rem;display:block; }
#INH84d7XJO3vcGCvwFC3HEINhBhNfs9a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container { background-color: transparent; background-image: none; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container > .video-iframe-container { display: none; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row > .video-iframe-container { display: none; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .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); }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container { border-width: 0; border-radius: 0; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row > .video-iframe-container {  }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#yxoaRoptOO3fHTWpL4DySK6QKQzTmmNI { color:#1a3145;display:block;width:38.875rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:5.52430625rem;display:block; }
#E6c6gSGdrSWqsc3yG3ZUXKl9H98TJ1tH { position:absolute;display:block;z-index:15002;background-color:#ea1850;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;height:0.25rem;width:5rem;top:3.0625rem;left:0rem;display:block; }
#KvyhPeNoo67kqtqFZBO8RmA0sS1nn325 { color:#1a3145;display:block;width:27.0625rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:6.875rem;height:4.224825rem;display:block; }
#cWC30LwK1KEBqohmaKUevDTgegvwGVn4 { color:#1a3145;display:block;width:36rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:15.75rem;left:38.8125rem;height:30.79689375rem;display:block; }
#ncmrMax87SzmOCIZHXdHzwWkN5E7sy5q { position:absolute;display:block;z-index:15002;background-color:#f09677;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:14.124rem;width:18.8115rem;top:15.75rem;left:16.3125rem;display:block; }
#fP9z1ZiLcqSXTE0foGzb1fkxTdrHxAAt { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:32.125rem;width:32.125rem;top:18.25rem;left:0rem;overflow:hidden;display:block; }
#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container { background-color: transparent; background-image: none; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container > .video-iframe-container { display: none; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row > .video-iframe-container { display: none; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .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); }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container { border-width: 0; border-radius: 0; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row > .video-iframe-container {  }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#giO696E4aCpWKZyt6tBzWvixsRJsHhkm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.5rem;width:33.25rem;top:12.9375rem;left:3.125rem;overflow:hidden;display:block; }
#RCsadAHGQ1NnZPPQWF2muOaMnt9mI95f { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.5rem;width:33.25rem;top:12.9375rem;left:38.6875rem;overflow:hidden;display:block; }
#JP2I2bXeQu2tIUWXkoF8FshExO51IIxp { color:#1a3145;display:block;width:73.125rem;position:absolute;font-family:averta;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:0rem;left:1.40625rem;height:7.34765625rem;text-align:center;text-align-last:center;display:block; }
#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .row .container { background-color: transparent; background-image: none; }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .row .container > .video-iframe-container { display: none; }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .row > .video-iframe-container { display: none; }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .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); }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .row .container { border-width: 0; border-radius: 0; }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .row > .video-iframe-container {  }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#c1fIXXn6ZUcNTJghrEy1vZezlTDgAMCD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:20.125rem;width:24.0625rem;top:2.375rem;left:0.71875rem;overflow:hidden;display:block; }
#hBUT828hcLFxTSuLfQ5Qc9elBUvnC0Bn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:14rem;width:41.875rem;top:8.5625rem;left:27.40625rem;overflow:hidden;display:block; }
#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .row .container { background-color: transparent; background-image: none; }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .row .container > .video-iframe-container { display: none; }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .row > .video-iframe-container { display: none; }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .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); }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .row .container { border-width: 0; border-radius: 0; }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .row > .video-iframe-container {  }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#Bhl1SG9J4E3xUtDTiI8tTuST5aOCW4IN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.5rem;width:33.25rem;top:2.375rem;left:2.78125rem;overflow:hidden;display:block; }
#F1ZXLbRV0C3KHmvHvfd5Re9sNErH077J { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.5rem;width:33.25rem;top:25.5625rem;left:2.78125rem;overflow:hidden;display:block; }
#K0Fs8aTI0KOy9dMafVBhgIR2oyChWNri { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.5rem;width:33.25rem;top:14rem;left:2.78125rem;overflow:hidden;display:block; }
#hJVBFf2LSTp5cXGu2iUPpbTE7FaRDc0S { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:27.0625rem;width:32.4375rem;top:7.875rem;left:39.6669921875rem;overflow:hidden;display:block; }
#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { background-color: transparent; background-image: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container > .video-iframe-container { display: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row > .video-iframe-container { display: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .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); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { border-width: 0; border-radius: 0; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row > .video-iframe-container {  }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { font-size:0.875rem;font-family:arial;height:103.1875rem;width:75rem;position:relative;display:block; }#TEAzqIT4ooW9yv5bd2CSOJkrFxbUZVZV { position:absolute;display:block;z-index:15002;background-color:#ea1850;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;height:0.25rem;width:5rem;top:3.0625rem;left:0rem;display:block; }
#UVLwrsV3uDDAnBi5hAD82JXoGpxi9okl { color:#1a3145;display:block;width:37.25rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5.3125rem;left:0rem;height:25.022525rem;display:block; }
#MLu2PqoPGTlVVA6fdTah0e1yBLVhGyEL { color:#1a3145;display:block;width:37.625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:37.8125rem;left:37.375rem;height:28.87211875rem;display:block; }
#TrEl1rcrwAv2R44Oiv5W60oIOUhs6fkA { color:#1a3145;display:block;width:35.375rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:72.625rem;left:0rem;height:23.09766875rem;display:block; }
#ZnGUI5CvJ5HTSXX894wUpnz8HMDFZ32M { position:absolute;display:block;z-index:15001;background-color:#f09677;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:18.812125rem;width:14.124625rem;top:3.0625rem;left:60.9375rem;display:block; }
#FbGJhNi912x6El2axDim1h13KQZlMcbg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:24rem;width:34rem;top:72.625rem;left:37.5rem;overflow:hidden;display:block; }
#vhwL2TTHluXnUTI2Ry3DyCee5cAJGz9D { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:22.0625rem;width:33.25rem;top:6.6875rem;left:38.375rem;overflow:hidden;display:block; }
#nfLrSEwF1J2dHNfhB2hGwwmJqIKAPQwL { position:absolute;display:block;z-index:15003;background-color:#f09677;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:18.8115rem;width:14.124rem;top:80.75rem;left:60.875rem;display:block; }
#fRVLJR408ZnBNboFr8pr5xq4ssLP9pT9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:19.6875rem;width:32.0625rem;top:37.8125rem;left:2.875rem;overflow:hidden;display:block; }
#PsPxn2QwyR1K0bavQXw6TEL0BBkHtB9d { position:absolute;display:block;z-index:15000;background-color:#f09677;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:14.1230625rem;width:18.8105625rem;top:46.5rem;left:0rem;display:block; }
#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container { background-color: transparent; background-image: none; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container > .video-iframe-container { display: none; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row > .video-iframe-container { display: none; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .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); }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container { border-width: 0; border-radius: 0; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row > .video-iframe-container {  }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#R6TxJNvlVAnqknRVPiWttNbr3Kg4ZeWq { background-color:#ea1850;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-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 extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12rem;left:28.75rem;display:block; }
#D7ssQ2910ufLmRLtQQfNeDES9DCb8T8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKZQV6HRgghPqv7CTrdtTalryApvIohD { color:#ffffff;display:block;width:71.1875rem;position:absolute;font-family:"averta extrabold";font-size:3.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.9375rem;height:4.38715rem;text-align:center;text-align-last:center;display:block; }
#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Ex6q20Fn/02._Skuteczne_Lejki.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV.adaptive-delivery-prevent-bg, #W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV.lazyload, #W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV.lazyloading { background-image: none; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container { background-color: transparent; background-image: none; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container > .video-iframe-container { display: none; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row > .video-iframe-container { display: none; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .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); }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container { border-width: 0; border-radius: 0; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row > .video-iframe-container {  }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container { font-size:0.875rem;font-family:arial;height:89.375rem;width:75rem;position:relative;display:block; }#WtyG2ITnS8iu12HCWa5L66GarLbqDPW9 { position:absolute;display:block;z-index:15005;background-color:#ea1850;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;height:0.25rem;width:5rem;top:9.375rem;left:0rem;display:block; }
#ETIm6NiktT9M6UGbLQyzXFrOTxIvsSgB { color:#1a3145;display:block;width:31.1875rem;position:absolute;font-family:"averta extrabold";font-size:3.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:6.875rem;height:8.7734375rem;display:block; }
#DBMxEP6H7WbRZwyUq3LTrWfOzR0MzxSt { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:32.0625rem;left:41.9375rem;height:6.2995rem;display:block; }
#phJVXO7P6MiMeiscMnv7fq1ezPRgGtzG { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:24.75rem;left:9.375rem;height:8.3984375rem;display:block; }
#g9OzGtpuDANg2JXBQ2K2w0FrHac5p0gi { color:#ea1850;display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:21.375rem;left:9.375rem;height:2.09996875rem;display:block; }
#q442WFlPE5BALcelbW634LreEByLcyXF { color:#ea1850;display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:29.3125rem;left:41.9375rem;height:2.09996875rem;display:block; }
#NQTGA2yWAX2ObKTBEO9Um45TJ0mqU00s { color:#ea1850;display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:37rem;left:9.4375rem;height:2.09996875rem;display:block; }
#d3AhNRDU2UH94NnvC0GLaP3bNLol8F81 { color:#1a3145;display:block;width:25rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:40.375rem;left:9.4375rem;height:6.2988125rem;display:block; }
#NwTtuPHEL3ksuwdn4QAFTKbqktPbN4uO { color:#ea1850;display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:47.5625rem;left:41.9375rem;height:2.09996875rem;display:block; }
#XsT839tBMHVJWDxGctx4ELDTe88CRDEd { color:#1a3145;display:block;width:25.75rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:50.5625rem;left:41.9375rem;height:6.2988125rem;display:block; }
#NfsmqU9cgW8dOaK6bZ7Q5MaNyBeMV8g1 { color:#ea1850;display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:52.6875rem;left:8.75rem;height:2.09996875rem;display:block; }
#iEFmJ5F6aZEstTUqmR83TgHkJ2rMHE3c { color:#1a3145;display:block;width:26.1875rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:56.0625rem;left:8.75rem;height:12.597625rem;display:block; }
#PhRGqV3bWkSblTyV7Kd5lrzH4fHBwC1K { background-color:#ea1850;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-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 extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:80.935157775881rem;left:28.750001907349rem;display:block; }
#eKoFOit9nQ7GP9TWDaMU8ZNIUl6S1xBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x6gWzSpmttGxhv65ttBolIuvy1wk0Cpg { color:#1a3145;display:block;width:25.7495rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:71.5625rem;left:41.9375rem;height:6.2988125rem;display:block; }
#eCXlrUkSnHmkbt8c1eMtt71nX1DQuieG { color:#ea1850;display:block;width:23.75rem;position:absolute;font-family:"averta light";font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:68rem;left:41.9375rem;height:2.09996875rem;display:block; }
#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eca0d898-504d-42ee-ac3f-309150819ae9/bg_case_section1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO.adaptive-delivery-prevent-bg, #hBGVqGWTkMu8HoKltyM5MRon8lliNUIO.lazyload, #hBGVqGWTkMu8HoKltyM5MRon8lliNUIO.lazyloading { background-image: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { background-color: transparent; background-image: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container > .video-iframe-container { display: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row > .video-iframe-container { display: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .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); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { border-width: 0; border-radius: 0; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row > .video-iframe-container {  }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#Mp8xW4g2QAFtpkXaQwN85cva92TTyGLu { position:absolute;display:block;z-index:15005;background-color:#ea1850;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;height:0.25rem;width:5rem;top:9.375rem;left:0rem;display:block; }
#kSzKvxb5f6dlrCZGLCi4ZG21c58RHMMo { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:"averta extrabold";font-size:3.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:6.875rem;height:4.38715rem;display:block; }
#Dw8SFZDod8dUymTysxTPZfWqdVCkFwDy { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:"averta semibold";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:14rem;left:28.1875rem;height:2.09996875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vwT3oMOPeS8c1MzSNB4xmllJcuQS3lFL { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:23.205078125rem;left:22.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ElMNo2QsKVE3QIqMTmSatztXa9BTnh1M { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:8.4375rem;width:19.5625rem;top:21.875rem;left:0rem;display:block; }
#NTJWhhJXhK12rALsrbqbclFFSNZMQ4ne { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:23.205078125rem;left:1rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CykgsVwh8CDQs3Wux7EK2hb4qMURd6nA { color:#ffffff;display:block;width:46.625rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.337890625rem;left:6.875rem;height:5.5243rem;display:block; }
#cMSv2xtBRvk00JestBcfwuSWzKpnoT7t { position:absolute;display:block;z-index:15004;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:8.4375rem;width:19.5625rem;top:21.875rem;left:20.96875rem;display:block; }
#D5sOgM3RJBzKApxEExCUhtREO3Xqb4Gz { position:absolute;display:block;z-index:15006;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:8.4375rem;width:19.5625rem;top:31.4375rem;left:55.4375rem;display:block; }
#NZG6Zcn98DIB7HfyRPfRKG4qfG9TqUn5 { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:32.75rem;left:56.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D9J1ckew3Fal9av7MAgGVu51RfOHhSLe { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:8.4375rem;width:19.5625rem;top:31.4375rem;left:34.3125rem;display:block; }
#EIlA4VMfPQNOxZXu5foZilOD8rNopXW8 { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:32.75rem;left:35.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EPoa8bew99AMVMTTwIx6s31MviUZpJVh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.75rem;left:17.90625rem; }
#gt9H1KrqgGwZtLClvdqOWK3TOGHI62Uh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.75rem;left:38.5rem; }
#q1oubFfaCd5Vp5FHXSzVkmdyM17bu6IK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.3125rem;left:32.96875rem; }
#z7r7v68kls7vkrLwT38Fdn43UWcdPm2s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:30.3125rem;left:53.875rem; }
#XkJBP7TkfZuAqs8bftirs1021l8K112K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container { background-color: transparent; background-image: none; }#XkJBP7TkfZuAqs8bftirs1021l8K112K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container > .video-iframe-container { display: none; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row > .video-iframe-container { display: none; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .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); }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container { border-width: 0; border-radius: 0; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row > .video-iframe-container {  }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container { font-size:0.875rem;font-family:arial;height:89.4375rem;width:75rem;position:relative;display:block; }#rAEh8my4eqssbNKQeGE8OkuwXbI0gkFz { position:absolute;display:block;z-index:15005;background-color:#ea1850;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;height:0.25rem;width:5rem;top:9.375rem;left:0rem;display:block; }
#DXagfpPqdIlkPKVItVXwQgNd2GbtImX9 { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.0625rem;left:6.875rem;height:5.52430625rem;display:block; }
#DFrS7QXUSu7rQxe1Tg40adB0qqJsmVKA { color:#ffffff;display:block;width:45.875rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.375rem;left:6.875rem;height:4.224825rem;display:block; }
#lzwM5uUMHy6qXTSMmsHtTtN7PnNIlRAc { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #efefef;border-left:0.0625rem solid #efefef;border-right:0.0625rem solid #efefef;border-bottom:0.0625rem solid #efefef;height:26.5625rem;width:36.875rem;top:24.625rem;left:0rem;display:block; }
#dMfDNv6pxlKayn1Kq9UiyUKUwdFaEhoW { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:27.468750476837rem;left:6.875rem;height:2.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FJGXyiS7dwSTmOhM0iTBTDS1mmSxB3fs { color:#bebebe;display:block;width:23.75rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:29.856251239777rem;left:6.875rem;height:1.5748rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WlAmThaCFodzwMqWTekBb2lyTCh5ULbn { position:absolute;display:block;z-index:15007;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 #efefef;border-left:0.0625rem solid #efefef;border-right:0.0625rem solid #efefef;border-bottom:0.0625rem solid #efefef;height:26.5625rem;width:36.875rem;top:28.4375rem;left:38.125rem;display:block; }
#cO1zfT3TC13xOPy5XTCGO8KzLkmrWsG4 { color:#bebebe;display:block;width:23.75rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:33.700000762939rem;left:45.750001907349rem;height:1.5748rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EaTWsyoraJlJCiRS60p4xahbilh7v0Tg { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:31.387500762939rem;left:45.750001907349rem;height:2.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NJyFCmzsT6XUT6IomkGgZ75ipmGixOCE { 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.0625rem solid #efefef;border-left:0.0625rem solid #efefef;border-right:0.0625rem solid #efefef;border-bottom:0.0625rem solid #efefef;height:26.5625rem;width:36.875rem;top:56.375rem;left:38.125rem;display:block; }
#DoPLe2PWGR78N30MQ4CTu0qkHd4fp5VB { position:absolute;display:block;z-index:15012;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 #efefef;border-left:0.0625rem solid #efefef;border-right:0.0625rem solid #efefef;border-bottom:0.0625rem solid #efefef;height:26.5625rem;width:36.875rem;top:52.5625rem;left:0rem;display:block; }
#XLzcQC1aVuibhIExVFk9IxHR8OS0nhCE { color:#bebebe;display:block;width:23.75rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:61.637500762939rem;left:45.750001907349rem;height:1.5748rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cOJ7n1IcETNAgEAKoqwcWU13atrZPTMX { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:59.250000953674rem;left:45.750001907349rem;height:2.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v8zWUaTZGzX91bGiovAZPPKnOPQ3xo8T { color:#bebebe;display:block;width:23.75rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:57.737501144409rem;left:8.21875rem;height:1.5748rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UdbpcXgdINPCOs0XKcq79VyHLezTQ53V { color:#1a3145;display:block;width:23.75rem;position:absolute;font-family:"averta semibold";font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:55.125000953674rem;left:8.21875rem;height:2.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EVSb2apJof9wHdmHoVNrsSpfTHMOAi3K { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:23.625rem;top:34.374267220497rem;left:6.875rem;display:block; }
#y3CTocBH78UavpIXIS9CfJlTaOpTbgz9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:23.625rem;top:37.58749961853rem;left:45.812501907349rem;display:block; }
#f4Wlu1xWXlabRn3hpdKt37nT0K2oFDtr { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:24.375rem;top:62.200000762939rem;left:8.21875rem;display:block; }
#swQJRRITaGUvE5ZHeiHFRtazARNtf9Cf { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:24.375rem;top:65.625000953675rem;left:45.812501907349rem;display:block; }
#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk { position:relative;display:none; }#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk { border-width: 0; border-radius: 0; }#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk > .row .container > .video-iframe-container {  }#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:139.0625rem;width:75rem;position:relative;display:none; }#apW5sdL0LoJSmEgppTWDrklJiHg76bMB { position:absolute;display:block;z-index:15002;background-color:#ea1850;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;height:0.25rem;width:5rem;top:9.3125rem;left:0rem;display:none; }
#fRR1T81onS23CcGt2ZTBgqrwh3U8Vvxc { color:#1a3145;display:block;width:27.0625rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.34375rem;left:6.875rem;height:0;display:none; }
#VqvOxZ2aP5dHTu6gd6ObgZtdCKHvV331 { color:#009ee3;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:20.75rem;left:37.9375rem;height:2rem;display:block; }
#CGL1cxC1FiMm6sy8X07TuTLkUTVLrb1g { color:#1a3145;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.9375rem;left:37.9375rem;height:2.9375rem;display:block; }
#K60ktAScMh7Csza0kq8OSyzaf0SKM9UW { position:absolute;display:block;z-index:15003;background-color:rgba(0,158,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:21.1875rem;left:44.25rem;display:block; }
#xPnR9BcMU8aUWHteUmoCGfcgTFK0Bo4W { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:24.9375rem;left:37.9375rem;height:1rem;display:block; }
#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:24.5625rem;left:41.625rem;height:9.5rem;display:block; }#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G li:before{  }
#UPDXX7LSkLITqJBcOgrGyAeLVVPKDLoN { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:27.9375rem;left:37.9375rem;height:1rem;display:block; }
#bGapl1z4zxN2Fnf5XDRaFOGQAEdXX0It { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:33.14449185133rem;left:37.937503814698rem;height:1rem;display:block; }
#CusJ68hpPDG0Spia65MoLgIQWqEqVget { color:#009ee3;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:49.5625rem;left:37.9375rem;height:2rem;display:block; }
#bme48hzq1bhS5mzE1Nc844yKT2PWCOMD { color:#1a3145;display:block;width:34.4375rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:41.8125rem;left:37.9375rem;height:5.875rem;display:block; }
#dDyEEeTbzbcWxCu3KvzlmHVoDsEtqWLa { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:53.8125rem;left:37.9375rem;height:1rem;display:block; }
#qRItURS1cd6c8usBn8qKCqrU62MSCxzE { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:53.4375rem;left:41.625rem;height:;display:block; }#qRItURS1cd6c8usBn8qKCqrU62MSCxzE li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#qRItURS1cd6c8usBn8qKCqrU62MSCxzE li:before{  }
#xTqpTtb6lbHHK2qTzJlyhxwBV8vAbNiy { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:56.8125rem;left:37.9375rem;height:1rem;display:block; }
#Ld1VeLrVTihSDGE1bg3R2fi76b08zlse { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:59.9375rem;left:37.9375rem;height:1rem;display:block; }
#RiVe0cnHibAshf7dNo9Rw58VVF3xPGi1 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:62.75rem;left:37.9375rem;height:1rem;display:block; }
#EdydwFxADO2b6f1WKD96cMrHu0d8TAHF { position:absolute;display:block;z-index:15017;background-color:rgba(0,158,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:50rem;left:44.25rem;display:block; }
#H4eqsFaAEhhB6vCw5kMoByrJAnxhDolN { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:65.75rem;left:37.9375rem;height:1rem;display:block; }
#fQQ9WNRg6gH3QBPfkJU0TMKilXlTU9zg { color:#009ee3;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:87.875rem;left:35.125rem;height:2rem;display:block; }
#RS5ShFRPN691bOON3NTVhZmMCkU6acuT { color:#1a3145;display:block;width:31.25rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:80.125rem;left:35.125rem;height:5.875rem;display:block; }
#IhItkkpF2wGiB0u4BMUMBWXBkxLLMH0v { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:92.125rem;left:35.125rem;height:1rem;display:block; }
#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp { color:#ea1850;display:block;width:29.5625rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:91.75rem;left:38.8125rem;height:;display:block; }#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp li:before{  }
#lJKu6vlKdQMdl1H42c9o1Wsxr8VwQNK8 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:95.125rem;left:35.125rem;height:1rem;display:block; }
#Zb3R5TG3TqiTds0tIqqyhzxGhA9oUuMv { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:98.125rem;left:35.125rem;height:1rem;display:block; }
#lhLNiaVhTIKTewTMGO0Nxdr9OUUER60f { position:absolute;display:block;z-index:15029;background-color:rgba(0,158,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:88.3125rem;left:41.4375rem;display:block; }
#JeOsdQRH5enL1tixPsugcQdTsW5rPHlt { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:101.125rem;left:35.125rem;height:1rem;display:block; }
#c4NGNF3Cz47g0fnrWAKwa24u78P8RfZc { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:104.125rem;left:35.125rem;height:1rem;display:block; }
#PEaywiLVu7Ls9oc50brFUstQWL3NosdT { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:124.75rem;left:35.875rem;height:1rem;display:block; }
#X181tCNk0GwAGz6BrZ1lqy2FPPHZ5Ik9 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:127.75rem;left:35.875rem;height:1rem;display:block; }
#GXTxa6Hb6BBk81DSOpe2yZ0wPn0sxgrs { color:#009ee3;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:120.5rem;left:35.875rem;height:2rem;display:block; }
#frqyQudFkqMtvwPGEZpCcFJiJZqsoGCP { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:113.6875rem;left:35.875rem;height:5.875rem;display:block; }
#eoyBNTmqPFced8KRhkrXbeTzs3fIErrS { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:124.375rem;left:39.5625rem;height:;display:block; }#eoyBNTmqPFced8KRhkrXbeTzs3fIErrS li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#eoyBNTmqPFced8KRhkrXbeTzs3fIErrS li:before{  }
#uT94shv9E7cUJ8qpo1xANgr4RrZD2H6S { position:absolute;display:block;z-index:15030;background-color:rgba(0,158,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:120.9375rem;left:42.1875rem;display:block; }
#S4e9AK9h2QohhvKzU3ENBRRlQKMHKW6B { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:68.6875rem;left:37.9375rem;height:1rem;display:block; }
#ONawOd2WXB3dkHkqsrqn14qiv3fsS07D { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:71.6875rem;left:37.9375rem;height:1rem;display:block; }
#NU5r3iNkfc1duwDHguE1Gt6telCn9yZm { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:113.6875rem;left:35.875rem;height:5.875rem;display:none; }
#h3fZ1nplqhCtuqUzxRBZQdtueswmFHGb { color:#009ee3;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:120.5rem;left:35.875rem;height:2rem;display:none; }
#hCo0FKPsmLy2CGQ5Icku8AlKsLMafsud { position:absolute;display:block;z-index:15030;background-color:rgba(0,158,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:120.9375rem;left:42.1875rem;display:none; }
#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:124.375rem;left:39.5625rem;height:;display:none; }#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb li:before{  }
#RTyswhQNNnlULlWqqqkdpxASA9kQlQOc { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:113.6875rem;left:35.875rem;height:5.875rem;display:none; }
#T6i28PyAKe9D9y7ncsrE09ekLnuVyk4H { color:#009ee3;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:120.5rem;left:35.875rem;height:2rem;display:none; }
#BTfPoWKqXc2SvaTEI2kFsOcn3mnR1gbU { position:absolute;display:block;z-index:15030;background-color:rgba(0,158,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:120.9375rem;left:42.1875rem;display:none; }
#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:124.375rem;left:39.5625rem;height:;display:none; }#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 li:before{  }
#fWERgCvED87CMqlIeeRRlIZOJOGT2RxG { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:113.6875rem;left:35.875rem;height:5.875rem;display:none; }
#xGtWavzdTIbzDo3T9TXNMTnBdhfoAIxF { color:#009ee3;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:120.5rem;left:35.875rem;height:2rem;display:none; }
#ctFQ4ZNf6t1vRFdrCETzvchXt5KrlnI4 { position:absolute;display:block;z-index:15030;background-color:rgba(0,158,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:120.9375rem;left:42.1875rem;display:none; }
#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:124.375rem;left:39.5625rem;height:;display:none; }#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 li:before{  }
#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container { background-color: transparent; background-image: none; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container > .video-iframe-container { display: none; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row > .video-iframe-container { display: none; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .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); }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container { border-width: 0; border-radius: 0; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row > .video-iframe-container {  }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container { font-size:0.875rem;font-family:arial;height:297.625rem;width:75rem;position:relative;display:block; }#shNKgl4AedolTXwnbtckG4NMQePXaimN { position:absolute;display:block;z-index:15002;background-color:#ea1850;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;height:0.25rem;width:5rem;top:9.3125rem;left:0rem;display:none; }
#tARRCQgwNFyFoiuFl0nbdmiUaNgWGeu3 { color:#1a3145;display:block;width:27.0625rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.34375rem;left:6.875rem;height:0;display:none; }
#wH2dHcr9oUr71m7WACINiWO9xCeJX2TW { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:12.25rem;left:37.9375rem;height:2.01215rem;display:block; }
#Xmo8cmqOh6EmHS4VNd8E6Mt3Lds6mndx { position:absolute;display:block;z-index:15004;height:48.5rem;width:31.875rem;top:0rem;left:0rem;display:block; }
#nyetPo8GTTgrriO7UDFVpQuVnIXVALxx { color:#1a3145;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:6rem;left:37.9375rem;height:5.94921875rem;display:block; }
#pqrIozshnUETUKczhk3Q2llrP5VkZMi7 { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:12.6875rem;left:44.25rem;display:block; }
#IBxQ7Ft0AK6TnnSIWm30I20JBUvGHedR { position:absolute;display:block;z-index:15026;height:2.125rem;width:2.5625rem;top:6.75rem;left:33.9375rem;display:block; }
#tkGHMFtUlzRfvEtVBRUuAciAyhJarOpX { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:15.625rem;left:37.9375rem;height:1.05025rem;display:block; }
#wurIT26REQ9iAdFByocvoiwmlkfH9TIf { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15.25rem;left:41.625rem;height:25.347625rem;display:block; }#wurIT26REQ9iAdFByocvoiwmlkfH9TIf li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#wurIT26REQ9iAdFByocvoiwmlkfH9TIf li:before{  }
#Meh23pBoxOGo3wL0ltdxX7k0fN8bfPLe { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:18.25rem;left:37.9375rem;height:1.05025rem;display:block; }
#Mx2g9WDgK0NT973T2TxIi7JmEUDvy6EA { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:37.9375rem;height:1.05025rem;display:block; }
#gtHBsTETVKLKviQ44Jx0bqHTtUsUAXvK { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:46.1875rem;left:37.9375rem;height:2.01215rem;display:block; }
#cJyBxLQHV0An61DK0VxBwT3ViydT84sd { color:#1a3145;display:block;width:34.4375rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:41.8125rem;left:37.9375rem;height:2.9752625rem;display:block; }
#gAen9ucnqVdf27NJnngAkPXWzlBU0W6e { position:absolute;display:block;z-index:15040;height:2.125rem;width:2.5625rem;top:42.5625rem;left:33.9375rem;display:block; }
#QFDTRT2LPo0c6T8aaTp15cB7znau8eW0 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:50.4375rem;left:37.9375rem;height:1.05025rem;display:block; }
#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:50.0625rem;left:41.625rem;height:;display:block; }#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 li:before{  }
#SKbRPHoLLvR7aJib924kTHZFi4ncwuV1 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:53.4375rem;left:37.9375rem;height:1.05025rem;display:block; }
#WyiZLvOhdfqbtS3KGhspP0zOM6c9fy95 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:58.286722183228rem;left:37.937501907349rem;height:1.05025rem;display:block; }
#NFMr7QVyQT85KKbuJF39WvfaA8tHOqoe { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:64.68750190735rem;left:37.937501907349rem;height:1.05025rem;display:block; }
#f6haFiG343tMOmwC9SK3J2Nl2Cz4mTbT { position:absolute;display:block;z-index:15017;background-color:rgba(0,158,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:46.625rem;left:44.25rem;display:block; }
#pSKMF77F8Goke73m6iZgsTsJKosw42lk { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:74rem;left:37.9375rem;height:2.01215rem;display:block; }
#wRWpLN37ZJzbSernTUrOXGaZNFDMSCRy { color:#1a3145;display:block;width:31.25rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:69.4375rem;left:37.9375rem;height:2.9752625rem;display:block; }
#b5oAvgcax08Ne5IUMQ4gaSNoMmZAyBga { position:absolute;display:block;z-index:15052;height:2.125rem;width:2.5625rem;top:70.1875rem;left:33.9375rem;display:block; }
#rQTUMrCDFvVc896UMPOmBlDWRFIhJGIf { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:78.25rem;left:37.9375rem;height:1.05025rem;display:block; }
#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC { color:#ea1850;display:block;width:29.5625rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:77.875rem;left:41.625rem;height:;display:block; }#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC li:before{  }
#wtEEl5nCUnSa2oMl0qnJr0NKZ7NyonBq { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:83.1250038147rem;left:37.937501907349rem;height:1.05025rem;display:block; }
#Z3rTbls4ha9Tq8BoDEbvkELoohKH4Kth { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:87.625005722044rem;left:38.004167556763rem;height:1.05025rem;display:block; }
#aOPnmNulzqw5PTMNAwDo4BD1tA9pJImR { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:74.381233215331rem;left:44.254167556763rem;display:block; }
#OyedbKsSzRltlxXbh4QOqBkyybMJ7wN9 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:94.125005722044rem;left:37.937501907349rem;height:1.05025rem;display:block; }
#fKDzuBtr52QC7kQgtEEQuTDhGUr3Oo0s { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:99.0625038147rem;left:37.937501907349rem;height:1.05025rem;display:block; }
#dlXZqV2n86htRM8B04AR5fpqzcKBCedC { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:120.75rem;left:38.5625rem;height:1.05025rem;display:block; }
#R6IJkm2kB40PxLLRxP6uQmGKIeN5avvk { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:127.06247615814rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#uP8HbI3SZuHpEycNHgqafHxhDQts3xIl { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:117.25rem;left:37.9375rem;height:2.01215rem;display:block; }
#g7imXKot25C3RrJwuEl0QhaCNpdm1EGC { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:107.37498474121rem;left:37.937501907349rem;height:5.94965rem;display:block; }
#ytGKg05WhBHpztvgIrleB5rkcXUupONk { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:120.375rem;left:42.25rem;height:;display:block; }#ytGKg05WhBHpztvgIrleB5rkcXUupONk li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ytGKg05WhBHpztvgIrleB5rkcXUupONk li:before{  }
#HFlr3RHCUeNhnKm2oUsbdLpnwf8t2OQJ { position:absolute;display:block;z-index:15064;height:2.125rem;width:2.5625rem;top:107.5625rem;left:33.75rem;display:block; }
#IyDql1Gp5XERdWWq6TK0dLLXIeZu9qZZ { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:117.6875rem;left:44.25rem;display:block; }
#LPlUOrpZV7bVzm3fkf73qsRJluAXMSE6 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:25rem;left:37.937501907349rem;height:1.05025rem;display:block; }
#cInKIKCao1ZcVRC3J0qdTwsTUzts647R { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:29.375rem;left:37.937501907349rem;height:1.05025rem;display:block; }
#uDCckaw6idyc7rHz0OTqnvBHek8mA3MB { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:33.5625rem;left:37.937501907349rem;height:1.05025rem;display:block; }
#DqeKPVi6RdFu2Tl44ZQZ0aeGrPuzJXEX { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:37.75rem;left:37.937501907349rem;height:1.05025rem;display:block; }
#Jrgz4G90TgtbcvH8Hn2Hr0h0qtAS92ft { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:131.72396850586rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#xQX1mSZgqfFS2dxEmBrhM7XLBzqx8TcG { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:136.72500991821rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#Q0wcTPFikdMWRT8h6uQIatOBF5kNpBlh { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15052;line-height:1.4;letter-spacing:0;top:143.10833930969rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#cGb3yqeah9yL5f0NoreLyshRkOAg6RE6 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:149.67083930969rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#HxIxtrP8WFGzlvqw071XpSb9TJOifT5q { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:156.23333740234rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#T6kvUFx4kAb1K0PiLM3dLh1OOcCOpaLo { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:162.60834121704rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#pgGGpvFAuZmli4zrVDyBGwv5AIbdObeX { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:169.23334121704rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#t0a0fMxihTvsyvPTv4IuWlgU7TDQIeop { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:176.9375rem;left:37.9375rem;height:5.94921875rem;display:block; }
#Df6IL4BLCdBG0MSomZXCbLNSCacGRUgf { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:183.6875rem;left:37.9375rem;height:2.01215rem;display:block; }
#tNt4lWV0hW4KXMgyb273GqxCwhq0ktW3 { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:184.125rem;left:44.25rem;display:block; }
#wsuDozlIVrBdMmHqa2qxa6OJkDDaMWpR { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:188.60000801086rem;left:42.062501907349rem;height:;display:block; }#wsuDozlIVrBdMmHqa2qxa6OJkDDaMWpR li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#wsuDozlIVrBdMmHqa2qxa6OJkDDaMWpR li:before{  }
#GtTpbo4Qk0KhyBxI2huSorrlpTFlOsZ0 { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:189.03750801086rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#vNTuustlnHeapmGxwISqvyxIaTEsvG7b { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:220.87501907349rem;left:38.937501907349rem;height:8.9245rem;display:block; }
#TtzVhTvnAZpRcPdfEeocCQ1cAkOqkZq0 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:232.1875rem;left:38.9375rem;height:2.01215rem;display:block; }
#WgpOtNtUEv6CpucJ2M3KS5taLMOOIIIX { position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:25rem;top:232.625rem;left:45.25rem;display:block; }
#y3PxLK1nQPvhIKCioAwtcB4Gn7tQwyZz { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:236.42917251587rem;left:42.937501907349rem;height:;display:block; }#y3PxLK1nQPvhIKCioAwtcB4Gn7tQwyZz li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#y3PxLK1nQPvhIKCioAwtcB4Gn7tQwyZz li:before{  }
#FwnaZCEpQ3qS0MJQFgVuyfBfv5JTrJiW { color:#1a3145;display:block;width:35.625rem;position:absolute;font-family:"averta semibold";font-size:2.125rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:267.29585456848rem;left:37.937501907349rem;height:2.9752625rem;display:block; }
#lboxWGb7q1QM5b3TTOp7CTL2zpr3tsiC { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"averta extrabold";font-size:1.4375rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:270.8125rem;left:38.4375rem;height:2.01215rem;display:block; }
#ZxEKAie7q1HIo8oJkIsSms6S5gb7yUkN { position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:22.625rem;top:271.1875rem;left:47.6875rem;display:block; }
#STZAUc9rDfhqNB4qQSg59kxB4c3ELNMy { color:#ea1850;display:block;width:29.375rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.4;letter-spacing:0;top:275.375rem;left:42.5625rem;height:;display:block; }#STZAUc9rDfhqNB4qQSg59kxB4c3ELNMy li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#STZAUc9rDfhqNB4qQSg59kxB4c3ELNMy li:before{  }
#qFiETSDu6AyPrNp7fNEJ1gi2823pUdks { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:195.17083930969rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#vHMlTt9nM09Su2kC39Oez5k3AwUKbBtg { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:201.95000457764rem;left:38.562501907349rem;height:1.05025rem;display:block; }
#NCDGegObVSLTglTHczRtcRZXXrS94tBg { color:#bebebe;display:block;width:5rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:208.42084121704rem;left:37.937501907349rem;height:1.05025rem;display:block; }
#zeNnreClv0SmMKzQVQuK6pMawplEuszW { color:#bebebe;display:block;width:4.9375rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:213.17084121704rem;left:38.449998855591rem;height:1.05025rem;display:block; }
#THrmgynPSL1XW0AUwAx67MfIFA1hZepE { color:#bebebe;display:block;width:4.9375rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15062;line-height:1.4;letter-spacing:0;top:236.42917251587rem;left:38.593751907349rem;height:1.05025rem;display:block; }
#O2cdii6ZpX4m5q6Cr2KVyMorcsaJlvOo { color:#bebebe;display:block;width:4.9375rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:241.60417366028rem;left:38.593751907349rem;height:1.05025rem;display:block; }
#nqGoX3rOAVcDSOBUCefb5G9WDVzbZ8lC { color:#bebebe;display:block;width:4.9375rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15064;line-height:1.4;letter-spacing:0;top:246.41667556762rem;left:38.593751907349rem;height:1.05025rem;display:block; }
#kVlAoHFQT33u7xBPlzSEX0trCCtOHsQ7 { color:#bebebe;display:block;width:4.9375rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:252.85417556762rem;left:38.593751907349rem;height:1.05025rem;display:block; }
#tgveAvqKtCFSyuRU0qncue382wrr6Bvr { color:#bebebe;display:block;width:4.9375rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15066;line-height:1.4;letter-spacing:0;top:257.66667556763rem;left:38.593751907349rem;height:1.05025rem;display:block; }
#ZoGJDyRv17LAmZZOqgkcz4zkQZpTZkQ2 { color:#bebebe;display:block;width:4.9375rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15068;line-height:1.4;letter-spacing:0;top:275.91668891907rem;left:38.593751907349rem;height:1.05025rem;display:block; }
#GVdKiN3txanKSaloZLegd9MvA4K4gJEU { color:#bebebe;display:block;width:4.9375rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:284.04168891907rem;left:38.593751907349rem;height:1.05025rem;display:block; }
#IhRVTnHzfKmrf16Mn3bK8IfSOfmdJx9a { position:absolute;display:block;z-index:15065;height:2.125rem;width:2.5625rem;top:178.14480400086rem;left:33.937501907349rem;display:block; }
#bfoWxAe6Z89hHXSIw9xJQbnaUbTBu1cC { position:absolute;display:block;z-index:15066;height:2.125rem;width:2.5625rem;top:221.65417575836rem;left:36.218751907349rem;display:block; }
#xUxi3nKF2WIq20cKk0yaM4tLS9CHqFHh { position:absolute;display:block;z-index:15067;height:2.125rem;width:2.5625rem;top:268.21251869202rem;left:33.937501907349rem;display:block; }
#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container { background-color: transparent; background-image: none; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container > .video-iframe-container { display: none; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row > .video-iframe-container { display: none; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .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); }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container { border-width: 0; border-radius: 0; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row > .video-iframe-container {  }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#TZxqB3wdtttWMpEtg3BgF1DNaIrCM5A4 { position:absolute;display:block;z-index:15004;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;height:21.5rem;width:75rem;top:37.5rem;left:0rem;display:none; }
#mEsmX3wwd8xVZgwdAByUPxaEmOAvfeBg { background-color:#ea1850;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-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 extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:48.687501907349rem;left:28.750003814698rem;display:block; }
#XVz3spIZPn8s9vThIUmACPqlHbUeon4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GW32y8LN2Vqx8PstevEdHmWtuP4hzugr { color:#1a3145;display:block;width:38.1875rem;position:absolute;font-family:"averta extrabold";font-size:3.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:18.40625rem;height:4.3873rem;text-align:center;text-align-last:center;display:block; }
#CeboMvQIcFvOsu3cycUuesyUsqEZlblG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.3125rem;width:60rem;top:10.602865219116rem;left:7.5rem;overflow:hidden;display:block; }
#VUqTyIVWbKKv8AiZydkMuvIwcmRALEkp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:9.3125rem;top:38.875001907349rem;left:24.875003814698rem;overflow:hidden;display:block; }
#FR458gVw9T1J6L711IJst1plGgS5ZeaJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:11.125rem;top:30.031251907349rem;left:23.937503814698rem;overflow:hidden;display:block; }
#gApWzrTXzq0ANXahSJ8T1lafKEDkaCXv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:9.25rem;top:38.875rem;left:39.4375rem;overflow:hidden;display:block; }
#V0z0nntW3SDHiWUTurztpa8Pr3XNWJ0M { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:11.3125rem;top:38.75rem;left:54.3125rem;overflow:hidden;display:block; }
#iyLJkuKUMq6tBTAkGUmttW2s1NGPckUo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:13.375rem;top:30.250001907349rem;left:7.5rem;overflow:hidden;display:block; }
#hDhw9L5kH7lGbhOU4WQTw5yHnHguQHLF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:12.375rem;top:39.968751907349rem;left:8.3125rem;overflow:hidden;display:block; }
#ezFACVdTR0kNEfnski45aq5aJ32I6oOJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:12.5625rem;top:30.937501907349rem;left:37.781253814698rem;overflow:hidden;display:block; }
#mf1OHNlI5bBt7msMf78a3TrRHsSrmKJR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:13.4375rem;top:30.781251907349rem;left:52.270832061767rem;overflow:hidden;display:block; }
#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .row .container { background-color: transparent; background-image: none; }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .row .container > .video-iframe-container { display: none; }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .row > .video-iframe-container { display: none; }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .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); }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .row .container { border-width: 0; border-radius: 0; }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .row > .video-iframe-container {  }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .row .container { font-size:0.875rem;font-family:arial;height:64.3125rem;width:75rem;position:relative;display:block; }#ZhtJNduIrJ0eQTnTf9eDPznTcNhPGC3e { color:#1a3145;display:block;width:46.125rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625000968576rem;left:6.875rem;height:11.04684375rem;display:block; }
#ZDdK8WXKRkzi45MCG6TODRSPfCB6AsM0 { position:absolute;display:block;z-index:15002;background-color:#ea1850;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;height:0.25rem;width:5rem;top:3.0625rem;left:0rem;display:block; }
#mgwbDg0OP5IrbXudvqD02AdZh0BkyoJu { color:#1a3145;display:block;width:33.75rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:19.3125rem;left:6.875rem;height:30.79690625rem;display:block; }
#LB1HigiSX2yuIrI09QRUEyRMA349lfvE { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;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;height:9.375rem;width:25.125rem;top:19.3125rem;left:44.875rem;display:block; }
#gxV8VfM4ulTVqJcSKKvy99mApEOWhVsN { color:#009ee3;display:block;width:19.125rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.88671875rem;left:44.875rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#fru16pvHINuBcukCz8GvpMdwWFi4g0Rt { position:absolute;display:block;z-index:15002;background-color:#f8f8f8;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;height:12.625rem;width:25.125rem;top:30.5625rem;left:44.875rem;display:block; }
#LTwm64S9D3hoknKob3hBiM9RiEnVmsMy { color:#009ee3;display:block;width:20.125rem;position:absolute;font-family:"averta semibold";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.4375rem;left:47.46875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#LTwm64S9D3hoknKob3hBiM9RiEnVmsMy li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LTwm64S9D3hoknKob3hBiM9RiEnVmsMy li:before{  }
#N0h1KlxPPIMKvIM25pkE8nfAJzDctxBl { box-sizing:content-box;color:#ea1850;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:15005;top:22.4375rem;left:43.40625rem;display:block; }
#RTH6ZN51adhBsdt7MuZhsFxSXMeHZx3a { box-sizing:content-box;color:#ea1850;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:15006;top:35.3125rem;left:43.40625rem;display:block; }
#wsMpKwl56m3BdZWzICcB4Jg4JW0o5Wmt { color:#1a3145;display:block;width:30.4375rem;position:absolute;font-family:"averta extrabold";font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:46rem;left:45.562501907349rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#wkdmS4TsLMKIzAfmsBmXMTRdnaCrNdIf { color:#009ee3;display:block;width:20.125rem;position:absolute;font-family:"averta semibold";font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.7236328125rem;left:48.21875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#wkdmS4TsLMKIzAfmsBmXMTRdnaCrNdIf li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wkdmS4TsLMKIzAfmsBmXMTRdnaCrNdIf li:before{  }
#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container { background-color: transparent; background-image: none; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container > .video-iframe-container { display: none; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row > .video-iframe-container { display: none; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .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); }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container { border-width: 0; border-radius: 0; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row > .video-iframe-container {  }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#xXCDGfgcks6ZLZyx3JWp35cshOD3IsZ5 { color:#000000;display:block;width:53.625rem;position:absolute;font-family:"averta extrabold";font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1341361999512rem;left:6.20703125rem;height:4.225rem;display:block; }
#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container { background-color: transparent; background-image: none; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container > .video-iframe-container { display: none; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row > .video-iframe-container { display: none; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .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); }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container { border-width: 0; border-radius: 0; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row > .video-iframe-container {  }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#XQvQN3KBK5OHJMd3kzc9DRJU21w8dVWd { color:#1a3145;display:block;width:52.5625rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:2.5520839691162rem;left:4.5625rem;height:2.09996875rem;display:block; }
#kVuoLEvo1L8WCStMgMLqQTJdGC54gfMz { box-sizing:content-box;color:#ea1850;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:15010;top:2.0000205039978rem;left:0.4375rem;display:block; }
#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container { background-color: transparent; background-image: none; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container > .video-iframe-container { display: none; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row > .video-iframe-container { display: none; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .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); }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container { border-width: 0; border-radius: 0; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row > .video-iframe-container {  }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#H6yhI4bvpgWK711r1SBdRwCu8frKKsNL { color:#1a3145;display:block;width:45.75rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:0.5rem;left:4.20703125rem;height:4.199225rem;display:block; }
#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container { background-color: transparent; background-image: none; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container > .video-iframe-container { display: none; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row > .video-iframe-container { display: none; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .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); }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container { border-width: 0; border-radius: 0; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row > .video-iframe-container {  }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#UMOcU7XMM9mQdlVRX5iN5VtkDE8v6tyM { color:#1a3145;display:block;width:52.5625rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:2.5625rem;left:5.3125rem;height:2.09996875rem;display:block; }
#gNUc6Ba4SoT8CXPZ5hTBii5BPsVovVEa { box-sizing:content-box;color:#ea1850;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:15013;top:2rem;left:0.75rem;display:block; }
#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container { background-color: transparent; background-image: none; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container > .video-iframe-container { display: none; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row > .video-iframe-container { display: none; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .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); }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container { border-width: 0; border-radius: 0; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row > .video-iframe-container {  }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#ghd3DceNo0l68RR3qwJOqACFblFihPrS { color:#1a3145;display:block;width:45.75rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:2.3125rem;left:4.875rem;height:4.19965rem;display:block; }
#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container { background-color: transparent; background-image: none; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container > .video-iframe-container { display: none; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row > .video-iframe-container { display: none; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .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); }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container { border-width: 0; border-radius: 0; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row > .video-iframe-container {  }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#mUDp9uyzZNqDX9xlZnSkHR54PhUzznDo { box-sizing:content-box;color:#ea1850;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:15015;top:2.0625rem;left:1.4375rem;display:block; }
#O38i2ETcxeBhy9dOJCU1K6no11awK5LL { color:#1a3145;display:block;width:52.5625rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:3.0625rem;left:6rem;height:2.09996875rem;display:block; }
#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container { background-color: transparent; background-image: none; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container > .video-iframe-container { display: none; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row > .video-iframe-container { display: none; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .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); }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container { border-width: 0; border-radius: 0; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row > .video-iframe-container {  }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#PuuTeH9hBJKGke0mdBTrRA8VVRdb2cDA { color:#1a3145;display:block;width:45.75rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:4.5390625rem;left:5.76953125rem;height:2.09996875rem;display:block; }
#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv { position:relative;display:none; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv { border-width: 0; border-radius: 0; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row .container > .video-iframe-container {  }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#bhfV1oOiK936PKF30xNHuxzttTvShCT8 { box-sizing:content-box;color:#ea1850;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:15015;top:2.0625rem;left:1.4375rem;display:block; }
#WNyWsTSyQyKUm0LSfIC0C2SWfzR0tmqu { color:#1a3145;display:block;width:52.5625rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:3.0625rem;left:6rem;height:2.1rem;display:block; }
#EU8g88a6vBDboum0bJFAs68PH2niQynB { position:relative;display:none; }#EU8g88a6vBDboum0bJFAs68PH2niQynB { border-width: 0; border-radius: 0; }#EU8g88a6vBDboum0bJFAs68PH2niQynB > .row .container > .video-iframe-container {  }#EU8g88a6vBDboum0bJFAs68PH2niQynB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:none; }#eSiRASbXGItAB7hKzpM5Hf9PaogHJAN0 { color:#1a3145;display:block;width:53.125rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:4.53857421875rem;left:5.76904296875rem;height:2.1rem;display:block; }
#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia { position:relative;display:none; }#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia { border-width: 0; border-radius: 0; }#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia > .row .container > .video-iframe-container {  }#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#FIMWIkTA4i8THSTpQeqdS0S27bt4QGEk { box-sizing:content-box;color:#ea1850;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:15015;top:2.0625rem;left:1.4375rem;display:block; }
#HhTLTquTpT6ieU2S9qiwI9UmcFLot0fZ { color:#1a3145;display:block;width:52.5625rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:3.0625rem;left:6rem;height:2.1rem;display:block; }
#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT { position:relative;display:none; }#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT { border-width: 0; border-radius: 0; }#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT > .row .container > .video-iframe-container {  }#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:none; }#KBLnnIkGkkN3FPRLHvC8LTXIK8LTsz1Z { color:#1a3145;display:block;width:45.75rem;position:absolute;font-family:averta;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:4.5390625rem;left:5.76953125rem;height:2.1rem;display:block; }
#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container { background-color: transparent; background-image: none; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container > .video-iframe-container { display: none; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row > .video-iframe-container { display: none; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .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); }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container { border-width: 0; border-radius: 0; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row > .video-iframe-container {  }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e8dba80-0499-40db-956a-1e219490a5d7/KurstaktykinadochodowareklamewInterneciebeztajemnicFacebookMetaGoogleLinkedinPinterestTiktok.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR.adaptive-delivery-prevent-bg, #TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR.lazyload, #TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR.lazyloading { background-image: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { background-color: transparent; background-image: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container > .video-iframe-container { display: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row > .video-iframe-container { display: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .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); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { border-width: 0; border-radius: 0; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row > .video-iframe-container {  }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#yD4ywQ3TKz5I1AvGzdqPHhVbswLsAJTO { color:#ffffff;display:block;width:60.4375rem;position:absolute;font-family:"averta extrabold";font-size:3.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:7.09375rem;height:4.38715rem;text-align:center;text-align-last:center;display:block; }
#RgToQvO0dzLUugKe7zIZ1xzQWqb3OJv3 { color:#ffffff;display:block;width:52.875rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:11.687500238419rem;left:10.75rem;height:32.7216875rem;text-align:center;text-align-last:center;display:block; }
#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container { background-color: transparent; background-image: none; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container > .video-iframe-container { display: none; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row > .video-iframe-container { display: none; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .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); }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container { border-width: 0; border-radius: 0; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row > .video-iframe-container {  }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#P0NZl4k5sopQ66dLJb3bPEWIpk8XOtAI { color:#ffffff;display:block;width:61rem;position:absolute;font-family:"averta extrabold";font-size:4.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:7rem;height:12.673875rem;text-align:center;text-align-last:center;display:block; }
#mvaccU0ZUqZltnAtd0fR2oWQ83wH8GvS { background-color:#ea1850;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-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 extrabold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.5rem;left:26.5625rem;display:block; }
#z3UOcg5PC6gr6y87TnL298okGlOd7TeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OsR9SiXOKtAlNrLJWvmgfIMP3zyAK00G { color:#009ee3;display:block;width:38.1875rem;position:absolute;font-family:"averta extrabold";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:18.40625rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#V2630mWGIXukq0JRkco4xwQu5qeK45GF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:19.6875rem;top:4.375rem;left:16.8125rem;overflow:hidden;display:block; }
#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container { background-color: transparent; background-image: none; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container > .video-iframe-container { display: none; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row > .video-iframe-container { display: none; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .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); }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container { border-width: 0; border-radius: 0; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row > .video-iframe-container {  }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#JR5dezlJwK9hAnB7hvCVMZinTCm6QB8e { color:#bcdcf8;display:block;width:33.9375rem;position:absolute;font-family:"averta extrabold";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:20.53125rem;height:3.89930625rem;text-align:center;text-align-last:center;display:block; }
#NbEeVAIsKHEp3ABCFIPi9fqBVTymwpmV { color:#bcdcf8;display:block;width:37.0625rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:39.4375rem;left:18.96875rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-form-header {  }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:28.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.6875rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:averta;vertical-align:top; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.6875rem;box-sizing:border-box;height:11rem;color:#161616;font-size:1rem;overflow:hidden;font-family:averta;vertical-align:top; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.6875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#009ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#ffffff;width:28.6875rem;height:3.75rem;font-family:"averta semibold";overflow:hidden;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:averta;font-size:1rem;font-weight:400;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:averta;font-size:1rem;font-weight:400;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:averta;font-size:1rem;font-weight:400;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:averta;font-size:1rem;font-weight:400;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:27.5rem;overflow:hidden;font-style:normal;float:none; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-container:first-of-type{padding-top:0;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-container:last-of-type{padding-bottom:0;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.90625rem;top:9.4375rem;z-index:15006;position:absolute; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.6875rem;display:block;vertical-align:top; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 {display:block;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.90625rem;top:9.4375rem;z-index:15006;position:absolute; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #qPEfx0q4H5u61z9VJLb0vQgN3RWIJlHc { position:relative; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #HEPc2ONaRnRuVFHdBUkmIf9A79thVzCT { position:relative;display:none; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #cIdOORM3QhaEMlAzXJG5iFWJmkn37MGF { position:relative; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #SC3zlLalS6Hxdvli790hq0TlzF3i0iDv { position:relative; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #sN3Rar6vPEWldsJarpHw0gTAmSMNmAaB { position:relative;display:none; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #AEpedR7CFCx6IV3N5fvcSg6E22bdDWAn { position:relative; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #bkkmOF0PzFbXaeEADFUQIayGqmxAMtCA { position:relative; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #iB6gVmgTXz5tB2ucLQ7fzZiUkC91tbWa { position:relative;display:none; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #FHuKzWPLUfzCV0xJL7hQ0TwQTfyUEZev { position:relative; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #l8UlRDXtUK7zU8ThUekk7qUZpWAmXnHC { position:relative; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #CkUiu74nef7P4xVqPSJUBElNHyupwRHf { position:relative;display:none; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #TsmRW9fnISNqExEt96uNuHC4CxMNdhAc { position:relative; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #U9etChMDPq5lEAEvCfdTu7pIgo3JiT4y { position:relative; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #ifTn9PLrlVOJ6CMvo8KCmzGEpqAWKzGA { position:relative; }
#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { position:relative;display:block; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { background-color: transparent; background-image: none; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container > .video-iframe-container { display: none; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row > .video-iframe-container { display: none; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .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); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { border-width: 0; border-radius: 0; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container > .video-iframe-container {  }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#phmdr09dfFLerI66bEMlMX0sHFX2Pph4 { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.21875rem;left:0rem;height:0.89355625rem;text-align:left;text-align-last:left;display:block; }
#uS4D5mmUAsUS4BsesOyphMG6vVuVfi96 { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.21875rem;left:62.8125rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#omoWXPzy3QaT1F4ENlhKySzgFGQaCy0G { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.21875rem;left:71.1875rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeAFIbKJgrbGPxbThuoZ0MSdPwoAF2yz { top:0rem;left:0rem;width:11.0625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib1FgRBl9JS3TgI4p6wVOcTVbVhakvKx { width:15.4375rem;height:4.4375rem;top:1.25rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGMlvHSdwV5QApLc2XGfBnq7ykO2TJJw { display:block; }
 }@media only screen and (max-width: 763px) { #NfQ8oRRgaftAqUVLBudzotFPT53ct9ba { top:2.8125rem;left:18.456596374512rem;width:26.875rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVn7g8suFT2Nmt3zd918WEz9c79dAesP { display:block; }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa { display:block; }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtqzoxrkxqkTzhINdJyHOK1OyqKpdsR3 { width:23.6875rem;height:4.6875rem;top:29.25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Caf92dlgppMqqefTttwTXqfv1FBeCIeS { display:block; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 { display:flex;width:18rem;height:5.0625rem;top:34.5rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #RhkqF4Cn3Nqb4SrRT7ROhAvpF9XfUKau { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #MTaJC6wvcvx6iBTPvAsCIiaJCO8xV133 {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #y83LTdcr9lukw1lqzChTZOKlMncOCT4r {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #qcLsVs6tc9h3cDR7gkQKvPcGSzuEN8l1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #FFhNky9JVHxqwwIHPDKOuPn9rV5NSbFq {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #imp91NZuydKcu16uSiEiy6bBPxImquTH {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #irPu5J24bJOQhNRwP9LmVIcDGoX3nqfa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #vl5435HsnGtzVTZk7clh0PTU4mAawxXU {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #UPyPLKpSydk585XUmiQ6lPzn3W0x07W5 {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #lWq1vZn2bLGZWCcHg1yZQt1MEJafBG6l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #MpSni42tiCig3FZUh8MQSK3p5a6ODGRG {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #F5KxbUDtVTl4oPz2ZnB6ZMtZRlTMz4td {  }
 }@media only screen and (max-width: 763px) { #eyKhJcZBCVoa8PTfvv1aBqihmeNGHTit { width:34.5625rem;height:18rem;top:11.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4WwiBNH5apHw6ZoPzMNn6s8rUJfs09h { top:5.625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qobK9EdBuaGktQqdT8rHEyde4V76MTCx { width:47.75rem;height:2.5625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIDGxvcabvsTBoywHGuTTD4S1kUlrhXc { width:47.75rem;height:2.5625rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { display:block; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJ2sneKzt884S2y80P62E8RlgstRR80L { top:19.25rem;left:0rem;width:45.3125rem;height:12.125rem;font-size:1rem;display:block; }#AJ2sneKzt884S2y80P62E8RlgstRR80L li:before{  }
 }@media only screen and (max-width: 763px) { #wgfcngbsxFRK0TnC84z8q2Xk3P9uR9uF { width:13.75rem;height:4.6875rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDc2yZli3eaflTA0DuhclqmFfvUs2pi { display:block; }
 }@media only screen and (max-width: 763px) { #U7r0KKFbU4TiA5znSMcFvM9icoPnhLTt { width:12.5rem;height:3.75rem;top:37.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLff9ntHxgyuoTZvXBRXZLA2ibsVsC7J { display:block; }
 }@media only screen and (max-width: 763px) { #hPvZQTbD5WpApcrMe1hsKm5lTfRb04ES { width:38.625rem;height:38.625rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8RQ72nJdTKhhKTxqqcRN8oitKZxTNWH { top:6rem;left:0rem;width:41.875rem;height:5.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOHCtT64ODKhkvGgdDyr8zT5FFf2Kb4R { top:14.875rem;left:0rem;width:44.375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc { display:block; }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIATTrPB2uOnoyHSVaCuIE5VReC4KOyx { top:3.4375rem;left:0rem;width:41.875rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov4TGKREdF37cbE56H6gxlDNnX07otWu { width:16.75rem;height:16.75rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9RhQFpNW8iTMAQnq6X4iRgDlqT3B1Nv { width:16.75rem;height:16.75rem;top:14.875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzarWb5urzMLoo5gS152rG1ZtbFxdkIH { width:16.75rem;height:16.75rem;top:14.875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtHvsbsT06slQWnvc1vckw2ruDWHDm7o { width:16.75rem;height:16.75rem;top:14.875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ssFZOCeF8czdvVOFlfkOU72d4rIw2v { top:17.5rem;left:3.1875rem;width:5.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhVztQ92aQeDQ0VGnJ56ihcOOcpVxbH8 { top:17.5rem;left:15.125rem;width:5.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxLPoDa6CqAHmlqovUoPu4zpGB9M80ff { top:17.5rem;left:26.46875rem;width:6.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w08Rcis0HtM5FEuqGq0iOTnBXaWMwUTu { top:17.5rem;left:39rem;width:5.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNGr8dGlEE8SVdndgvLt2sTZi4A3TPle { top:18.8125rem;left:1rem;width:9.9375rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQUJs78HZrFa8cJtDNrgJ3vBxwcU93L9 { top:18.8125rem;left:12.9375rem;width:9.9375rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOkE92OsEzit3xo4iHO9rZAvDi9WD7mf { top:18.8125rem;left:24.875rem;width:9.9375rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLuow0t4oqG2GTf3lNPgrEPoECcXpfSB { top:18.8125rem;left:36.8125rem;width:9.9375rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCzeVJ3KFBzaRqrJtzuV2viPBLwQ6aiN { width:31.25rem;height:0.125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn8nTDzGb5mJyr5IAUnm5eAfuWc2fCNU { top:36.125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4DGLVcTFBdqQpBT9vVyFpDtEDsNgAnt { width:21.875rem;height:4.6875rem;top:44.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #INH84d7XJO3vcGCvwFC3HEINhBhNfs9a { display:block; }
 }@media only screen and (max-width: 763px) { #Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 { display:block; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxoaRoptOO3fHTWpL4DySK6QKQzTmmNI { top:1.75rem;left:0rem;width:38.875rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6c6gSGdrSWqsc3yG3ZUXKl9H98TJ1tH { top:3.0625rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvyhPeNoo67kqtqFZBO8RmA0sS1nn325 { top:9.0625rem;left:0rem;width:27.0625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWC30LwK1KEBqohmaKUevDTgegvwGVn4 { top:15.75rem;left:11.75rem;width:36rem;height:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncmrMax87SzmOCIZHXdHzwWkN5E7sy5q { top:15.75rem;left:2.6875rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP9z1ZiLcqSXTE0foGzb1fkxTdrHxAAt { top:18.25rem;left:0rem;width:32.125rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF { display:block; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giO696E4aCpWKZyt6tBzWvixsRJsHhkm { top:12.9375rem;left:0rem;width:33.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsadAHGQ1NnZPPQWF2muOaMnt9mI95f { top:12.9375rem;left:14.5rem;width:33.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP2I2bXeQu2tIUWXkoF8FshExO51IIxp { top:0rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd { display:block; }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1fIXXn6ZUcNTJghrEy1vZezlTDgAMCD { top:2.375rem;left:0rem;width:24.0625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBUT828hcLFxTSuLfQ5Qc9elBUvnC0Bn { top:8.5625rem;left:5.875rem;width:41.875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf { display:block; }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bhl1SG9J4E3xUtDTiI8tTuST5aOCW4IN { top:2.375rem;left:0rem;width:33.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1ZXLbRV0C3KHmvHvfd5Re9sNErH077J { top:25.5625rem;left:0rem;width:33.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Fs8aTI0KOy9dMafVBhgIR2oyChWNri { top:14rem;left:0rem;width:33.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJVBFf2LSTp5cXGu2iUPpbTE7FaRDc0S { top:7.875rem;left:15.3125rem;width:32.4375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb { display:block; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEAzqIT4ooW9yv5bd2CSOJkrFxbUZVZV { top:3.0625rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVLwrsV3uDDAnBi5hAD82JXoGpxi9okl { top:5.3125rem;left:0rem;width:37.25rem;height:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLu2PqoPGTlVVA6fdTah0e1yBLVhGyEL { top:37.8125rem;left:10.125rem;width:37.625rem;height:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEl1rcrwAv2R44Oiv5W60oIOUhs6fkA { top:72.625rem;left:0rem;width:35.375rem;height:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGUI5CvJ5HTSXX894wUpnz8HMDFZ32M { top:3.0625rem;left:33.6875rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbGJhNi912x6El2axDim1h13KQZlMcbg { top:72.625rem;left:13.75rem;width:34rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhwL2TTHluXnUTI2Ry3DyCee5cAJGz9D { top:6.6875rem;left:14.5rem;width:33.25rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLrSEwF1J2dHNfhB2hGwwmJqIKAPQwL { top:80.75rem;left:33.6875rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRVLJR408ZnBNboFr8pr5xq4ssLP9pT9 { top:37.8125rem;left:0rem;width:32.0625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsPxn2QwyR1K0bavQXw6TEL0BBkHtB9d { top:46.5rem;left:0rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV { display:block; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6TxJNvlVAnqknRVPiWttNbr3Kg4ZeWq { width:17.5rem;height:4.6875rem;top:12rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ssQ2910ufLmRLtQQfNeDES9DCb8T8r { display:block; }
 }@media only screen and (max-width: 763px) { #xKZQV6HRgghPqv7CTrdtTalryApvIohD { top:1.75rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV { display:block; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtyG2ITnS8iu12HCWa5L66GarLbqDPW9 { top:9.375rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIm6NiktT9M6UGbLQyzXFrOTxIvsSgB { top:7.1875rem;left:0rem;width:31.1875rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBMxEP6H7WbRZwyUq3LTrWfOzR0MzxSt { top:32.0625rem;left:24rem;width:23.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phJVXO7P6MiMeiscMnv7fq1ezPRgGtzG { top:24.75rem;left:0rem;width:23.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9OzGtpuDANg2JXBQ2K2w0FrHac5p0gi { top:21.375rem;left:0rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q442WFlPE5BALcelbW634LreEByLcyXF { top:29.3125rem;left:24rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQTGA2yWAX2ObKTBEO9Um45TJ0mqU00s { top:37rem;left:0rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3AhNRDU2UH94NnvC0GLaP3bNLol8F81 { top:40.375rem;left:0rem;width:25rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTtuPHEL3ksuwdn4QAFTKbqktPbN4uO { top:47.5625rem;left:24rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsT839tBMHVJWDxGctx4ELDTe88CRDEd { top:50.5625rem;left:22rem;width:25.75rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfsmqU9cgW8dOaK6bZ7Q5MaNyBeMV8g1 { top:52.6875rem;left:0rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEFmJ5F6aZEstTUqmR83TgHkJ2rMHE3c { top:56.0625rem;left:0rem;width:26.1875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhRGqV3bWkSblTyV7Kd5lrzH4fHBwC1K { width:17.5rem;height:4.6875rem;top:80.875rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKoFOit9nQ7GP9TWDaMU8ZNIUl6S1xBy { display:block; }
 }@media only screen and (max-width: 763px) { #x6gWzSpmttGxhv65ttBolIuvy1wk0Cpg { top:71.5625rem;left:22.0625rem;width:25.6875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCXlrUkSnHmkbt8c1eMtt71nX1DQuieG { top:68rem;left:24rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBGVqGWTkMu8HoKltyM5MRon8lliNUIO { display:block; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mp8xW4g2QAFtpkXaQwN85cva92TTyGLu { top:9.375rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSzKvxb5f6dlrCZGLCi4ZG21c58RHMMo { top:7.1875rem;left:0rem;width:38.1875rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw8SFZDod8dUymTysxTPZfWqdVCkFwDy { top:14rem;left:14.5625rem;width:23.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwT3oMOPeS8c1MzSNB4xmllJcuQS3lFL { top:23.1875rem;left:8.4375rem;width:18.0625rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElMNo2QsKVE3QIqMTmSatztXa9BTnh1M { width:19.5625rem;height:8.4375rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTJWhhJXhK12rALsrbqbclFFSNZMQ4ne { top:23.1875rem;left:0rem;width:17.5625rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CykgsVwh8CDQs3Wux7EK2hb4qMURd6nA { top:13.3125rem;left:0rem;width:46.625rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMSv2xtBRvk00JestBcfwuSWzKpnoT7t { width:19.5625rem;height:8.4375rem;top:21.875rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5sOgM3RJBzKApxEExCUhtREO3Xqb4Gz { width:19.5625rem;height:8.4375rem;top:31.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZG6Zcn98DIB7HfyRPfRKG4qfG9TqUn5 { top:32.75rem;left:29.6875rem;width:18.0625rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9J1ckew3Fal9av7MAgGVu51RfOHhSLe { width:19.5625rem;height:8.4375rem;top:31.4375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIlA4VMfPQNOxZXu5foZilOD8rNopXW8 { top:32.75rem;left:21.75rem;width:18.0625rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPoa8bew99AMVMTTwIx6s31MviUZpJVh { width:3.125rem;height:3.125rem;top:20.75rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9H1KrqgGwZtLClvdqOWK3TOGHI62Uh { width:3.125rem;height:3.125rem;top:20.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1oubFfaCd5Vp5FHXSzVkmdyM17bu6IK { width:3.125rem;height:3.125rem;top:30.3125rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7r7v68kls7vkrLwT38Fdn43UWcdPm2s { width:3.125rem;height:3.125rem;top:30.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkJBP7TkfZuAqs8bftirs1021l8K112K { display:block; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAEh8my4eqssbNKQeGE8OkuwXbI0gkFz { top:9.375rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXagfpPqdIlkPKVItVXwQgNd2GbtImX9 { top:8.0625rem;left:0rem;width:42.6875rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFrS7QXUSu7rQxe1Tg40adB0qqJsmVKA { top:15.375rem;left:0rem;width:45.875rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzwM5uUMHy6qXTSMmsHtTtN7PnNIlRAc { top:24.625rem;left:0rem;width:36.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfDNv6pxlKayn1Kq9UiyUKUwdFaEhoW { top:27.4375rem;left:0rem;width:23.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGXyiS7dwSTmOhM0iTBTDS1mmSxB3fs { top:29.8125rem;left:0rem;width:23.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlAmThaCFodzwMqWTekBb2lyTCh5ULbn { top:28.4375rem;left:10.75rem;width:36.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO1zfT3TC13xOPy5XTCGO8KzLkmrWsG4 { top:33.6875rem;left:24rem;width:23.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaTWsyoraJlJCiRS60p4xahbilh7v0Tg { top:31.375rem;left:24rem;width:23.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJyFCmzsT6XUT6IomkGgZ75ipmGixOCE { top:56.375rem;left:10.75rem;width:36.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoPLe2PWGR78N30MQ4CTu0qkHd4fp5VB { top:52.5625rem;left:0rem;width:36.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzcQC1aVuibhIExVFk9IxHR8OS0nhCE { top:61.625rem;left:24rem;width:23.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOJ7n1IcETNAgEAKoqwcWU13atrZPTMX { top:59.25rem;left:24rem;width:23.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zWUaTZGzX91bGiovAZPPKnOPQ3xo8T { top:57.6875rem;left:0rem;width:23.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdbpcXgdINPCOs0XKcq79VyHLezTQ53V { top:55.125rem;left:0rem;width:23.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVSb2apJof9wHdmHoVNrsSpfTHMOAi3K { width:23.625rem;height:13.25rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3CTocBH78UavpIXIS9CfJlTaOpTbgz9 { width:23.625rem;height:13.25rem;top:37.5625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Wlu1xWXlabRn3hpdKt37nT0K2oFDtr { width:24.375rem;height:13.6875rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swQJRRITaGUvE5ZHeiHFRtazARNtf9Cf { width:24.375rem;height:13.6875rem;top:65.625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwLBVPF0A7F4eSAttX81riZcbvhcVQBk { display:block; }#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apW5sdL0LoJSmEgppTWDrklJiHg76bMB { top:9.3125rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRR1T81onS23CcGt2ZTBgqrwh3U8Vvxc { top:7.3125rem;left:0rem;width:27.0625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqvOxZ2aP5dHTu6gd6ObgZtdCKHvV331 { top:20.75rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGL1cxC1FiMm6sy8X07TuTLkUTVLrb1g { top:11.625rem;left:0rem;width:20rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60ktAScMh7Csza0kq8OSyzaf0SKM9UW { top:21.1875rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPnR9BcMU8aUWHteUmoCGfcgTFK0Bo4W { top:24.9375rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G { top:17.6875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G li:before{  }
 }@media only screen and (max-width: 763px) { #UPDXX7LSkLITqJBcOgrGyAeLVVPKDLoN { top:27.9375rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGapl1z4zxN2Fnf5XDRaFOGQAEdXX0It { top:33.125rem;left:24.312503814698rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CusJ68hpPDG0Spia65MoLgIQWqEqVget { top:49.5625rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bme48hzq1bhS5mzE1Nc844yKT2PWCOMD { top:25.75rem;left:0rem;width:20rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDyEEeTbzbcWxCu3KvzlmHVoDsEtqWLa { top:53.8125rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRItURS1cd6c8usBn8qKCqrU62MSCxzE { top:52.0625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }#qRItURS1cd6c8usBn8qKCqrU62MSCxzE li:before{  }
 }@media only screen and (max-width: 763px) { #xTqpTtb6lbHHK2qTzJlyhxwBV8vAbNiy { top:56.8125rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1VeLrVTihSDGE1bg3R2fi76b08zlse { top:59.9375rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiVe0cnHibAshf7dNo9Rw58VVF3xPGi1 { top:62.75rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdydwFxADO2b6f1WKD96cMrHu0d8TAHF { top:50rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4eqsFaAEhhB6vCw5kMoByrJAnxhDolN { top:65.75rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQQ9WNRg6gH3QBPfkJU0TMKilXlTU9zg { top:87.875rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS5ShFRPN691bOON3NTVhZmMCkU6acuT { top:51.375rem;left:0rem;width:20rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhItkkpF2wGiB0u4BMUMBWXBkxLLMH0v { top:92.125rem;left:21.5rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctKvVlniIk8uAELFB56CNIDTmMQdXHNp { top:74.375rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp li:before{  }
 }@media only screen and (max-width: 763px) { #lJKu6vlKdQMdl1H42c9o1Wsxr8VwQNK8 { top:95.125rem;left:21.5rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb3R5TG3TqiTds0tIqqyhzxGhA9oUuMv { top:98.125rem;left:21.5rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhLNiaVhTIKTewTMGO0Nxdr9OUUER60f { top:88.3125rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeOsdQRH5enL1tixPsugcQdTsW5rPHlt { top:101.125rem;left:21.5rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4NGNF3Cz47g0fnrWAKwa24u78P8RfZc { top:104.125rem;left:21.5rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEaywiLVu7Ls9oc50brFUstQWL3NosdT { top:124.75rem;left:22.25rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X181tCNk0GwAGz6BrZ1lqy2FPPHZ5Ik9 { top:127.75rem;left:22.25rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTxa6Hb6BBk81DSOpe2yZ0wPn0sxgrs { top:120.5rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frqyQudFkqMtvwPGEZpCcFJiJZqsoGCP { top:76.625rem;left:0rem;width:20rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoyBNTmqPFced8KRhkrXbeTzs3fIErrS { top:103rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }#eoyBNTmqPFced8KRhkrXbeTzs3fIErrS li:before{  }
 }@media only screen and (max-width: 763px) { #uT94shv9E7cUJ8qpo1xANgr4RrZD2H6S { top:120.9375rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4e9AK9h2QohhvKzU3ENBRRlQKMHKW6B { top:68.6875rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONawOd2WXB3dkHkqsrqn14qiv3fsS07D { top:71.6875rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU5r3iNkfc1duwDHguE1Gt6telCn9yZm { top:96rem;left:0rem;width:20rem;height:5.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3fZ1nplqhCtuqUzxRBZQdtueswmFHGb { top:102.8125rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCo0FKPsmLy2CGQ5Icku8AlKsLMafsud { top:120.9375rem;left:22.75rem;width:25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb { top:152.75rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb li:before{  }
 }@media only screen and (max-width: 763px) { #RTyswhQNNnlULlWqqqkdpxASA9kQlQOc { top:173rem;left:0rem;width:20rem;height:5.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6i28PyAKe9D9y7ncsrE09ekLnuVyk4H { top:179.875rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTfPoWKqXc2SvaTEI2kFsOcn3mnR1gbU { top:120.9375rem;left:22.75rem;width:25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 { top:184.5625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 li:before{  }
 }@media only screen and (max-width: 763px) { #fWERgCvED87CMqlIeeRRlIZOJOGT2RxG { top:173rem;left:0rem;width:20rem;height:5.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGtWavzdTIbzDo3T9TXNMTnBdhfoAIxF { top:179.875rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctFQ4ZNf6t1vRFdrCETzvchXt5KrlnI4 { top:120.9375rem;left:22.75rem;width:25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 { top:221.375rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 li:before{  }
 }@media only screen and (max-width: 763px) { #uR7d1TWmJkdyVpTTrXEok2UsGAG8653a { display:none; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #shNKgl4AedolTXwnbtckG4NMQePXaimN { top:9.3125rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tARRCQgwNFyFoiuFl0nbdmiUaNgWGeu3 { top:7.3125rem;left:0rem;width:27.0625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH2dHcr9oUr71m7WACINiWO9xCeJX2TW { top:12.25rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmo8cmqOh6EmHS4VNd8E6Mt3Lds6mndx { top:0rem;left:0rem;width:31.875rem;height:48.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyetPo8GTTgrriO7UDFVpQuVnIXVALxx { top:6rem;left:16.5rem;width:31.25rem;height:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqrIozshnUETUKczhk3Q2llrP5VkZMi7 { top:12.6875rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBxQ7Ft0AK6TnnSIWm30I20JBUvGHedR { top:6.75rem;left:20.3125rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkGHMFtUlzRfvEtVBRUuAciAyhJarOpX { top:15.625rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurIT26REQ9iAdFByocvoiwmlkfH9TIf { top:15.25rem;left:18.375rem;width:29.375rem;height:25.3125rem;font-size:1.0625rem;display:block; }#wurIT26REQ9iAdFByocvoiwmlkfH9TIf li:before{  }
 }@media only screen and (max-width: 763px) { #Meh23pBoxOGo3wL0ltdxX7k0fN8bfPLe { top:18.25rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx2g9WDgK0NT973T2TxIi7JmEUDvy6EA { top:20.9375rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtHBsTETVKLKviQ44Jx0bqHTtUsUAXvK { top:46.1875rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJyBxLQHV0An61DK0VxBwT3ViydT84sd { top:41.8125rem;left:13.3125rem;width:34.4375rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAen9ucnqVdf27NJnngAkPXWzlBU0W6e { top:42.5625rem;left:20.3125rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFDTRT2LPo0c6T8aaTp15cB7znau8eW0 { top:50.4375rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 { top:50.0625rem;left:18.375rem;width:29.375rem;height:;font-size:0.875rem;display:block; }#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 li:before{  }
 }@media only screen and (max-width: 763px) { #SKbRPHoLLvR7aJib924kTHZFi4ncwuV1 { top:53.4375rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyiZLvOhdfqbtS3KGhspP0zOM6c9fy95 { top:58.25rem;left:24.312501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFMr7QVyQT85KKbuJF39WvfaA8tHOqoe { top:64.6875rem;left:24.312501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6haFiG343tMOmwC9SK3J2Nl2Cz4mTbT { top:46.625rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSKMF77F8Goke73m6iZgsTsJKosw42lk { top:74rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRWpLN37ZJzbSernTUrOXGaZNFDMSCRy { top:69.4375rem;left:16.5rem;width:31.25rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5oAvgcax08Ne5IUMQ4gaSNoMmZAyBga { top:70.1875rem;left:20.3125rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQTUMrCDFvVc896UMPOmBlDWRFIhJGIf { top:78.25rem;left:24.3125rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC { top:77.875rem;left:18.1875rem;width:29.5625rem;height:;font-size:0.875rem;display:block; }#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC li:before{  }
 }@media only screen and (max-width: 763px) { #wtEEl5nCUnSa2oMl0qnJr0NKZ7NyonBq { top:83.125rem;left:24.312501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3rTbls4ha9Tq8BoDEbvkELoohKH4Kth { top:87.625rem;left:24.379167556762rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOPnmNulzqw5PTMNAwDo4BD1tA9pJImR { top:74.375rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyedbKsSzRltlxXbh4QOqBkyybMJ7wN9 { top:94.125rem;left:24.312501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKDzuBtr52QC7kQgtEEQuTDhGUr3Oo0s { top:99.0625rem;left:24.312501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlXZqV2n86htRM8B04AR5fpqzcKBCedC { top:120.75rem;left:24.9375rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6IJkm2kB40PxLLRxP6uQmGKIeN5avvk { top:127rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP8HbI3SZuHpEycNHgqafHxhDQts3xIl { top:117.25rem;left:16.5rem;width:29.1875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7imXKot25C3RrJwuEl0QhaCNpdm1EGC { top:107.3125rem;left:12.125rem;width:35.625rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytGKg05WhBHpztvgIrleB5rkcXUupONk { top:120.375rem;left:18.375rem;width:29.375rem;height:;font-size:0.875rem;display:block; }#ytGKg05WhBHpztvgIrleB5rkcXUupONk li:before{  }
 }@media only screen and (max-width: 763px) { #HFlr3RHCUeNhnKm2oUsbdLpnwf8t2OQJ { top:107.5625rem;left:20.125rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyDql1Gp5XERdWWq6TK0dLLXIeZu9qZZ { top:117.6875rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPlUOrpZV7bVzm3fkf73qsRJluAXMSE6 { top:25rem;left:24.312501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cInKIKCao1ZcVRC3J0qdTwsTUzts647R { top:29.375rem;left:24.312501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDCckaw6idyc7rHz0OTqnvBHek8mA3MB { top:33.5625rem;left:24.312501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqeKPVi6RdFu2Tl44ZQZ0aeGrPuzJXEX { top:37.75rem;left:24.312501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrgz4G90TgtbcvH8Hn2Hr0h0qtAS92ft { top:131.6875rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQX1mSZgqfFS2dxEmBrhM7XLBzqx8TcG { top:136.6875rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wcTPFikdMWRT8h6uQIatOBF5kNpBlh { top:143.0625rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGb3yqeah9yL5f0NoreLyshRkOAg6RE6 { top:149.625rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxIxtrP8WFGzlvqw071XpSb9TJOifT5q { top:156.1875rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6kvUFx4kAb1K0PiLM3dLh1OOcCOpaLo { top:162.5625rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgGGpvFAuZmli4zrVDyBGwv5AIbdObeX { top:169.1875rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0a0fMxihTvsyvPTv4IuWlgU7TDQIeop { top:176.9375rem;left:12.125rem;width:35.625rem;height:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df6IL4BLCdBG0MSomZXCbLNSCacGRUgf { top:183.6875rem;left:16.5rem;width:27.0625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNt4lWV0hW4KXMgyb273GqxCwhq0ktW3 { top:184.125rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsuDozlIVrBdMmHqa2qxa6OJkDDaMWpR { top:188.5625rem;left:18.375rem;width:29.375rem;height:;font-size:0.875rem;display:block; }#wsuDozlIVrBdMmHqa2qxa6OJkDDaMWpR li:before{  }
 }@media only screen and (max-width: 763px) { #GtTpbo4Qk0KhyBxI2huSorrlpTFlOsZ0 { top:189rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTuustlnHeapmGxwISqvyxIaTEsvG7b { top:220.875rem;left:12.125rem;width:35.625rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtzVhTvnAZpRcPdfEeocCQ1cAkOqkZq0 { top:232.1875rem;left:16.5rem;width:22.5rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgpOtNtUEv6CpucJ2M3KS5taLMOOIIIX { top:232.625rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PxLK1nQPvhIKCioAwtcB4Gn7tQwyZz { top:236.375rem;left:18.375rem;width:29.375rem;height:;font-size:0.875rem;display:block; }#y3PxLK1nQPvhIKCioAwtcB4Gn7tQwyZz li:before{  }
 }@media only screen and (max-width: 763px) { #FwnaZCEpQ3qS0MJQFgVuyfBfv5JTrJiW { top:267.25rem;left:12.125rem;width:35.625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lboxWGb7q1QM5b3TTOp7CTL2zpr3tsiC { top:270.8125rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxEKAie7q1HIo8oJkIsSms6S5gb7yUkN { top:271.1875rem;left:25.125rem;width:22.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STZAUc9rDfhqNB4qQSg59kxB4c3ELNMy { top:275.375rem;left:18.375rem;width:29.375rem;height:15.25rem;font-size:0.875rem;display:block; }#STZAUc9rDfhqNB4qQSg59kxB4c3ELNMy li:before{  }
 }@media only screen and (max-width: 763px) { #qFiETSDu6AyPrNp7fNEJ1gi2823pUdks { top:195.125rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHMlTt9nM09Su2kC39Oez5k3AwUKbBtg { top:201.9375rem;left:24.937501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCDGegObVSLTglTHczRtcRZXXrS94tBg { top:208.375rem;left:24.312501907349rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeNnreClv0SmMKzQVQuK6pMawplEuszW { top:213.125rem;left:24.824998855591rem;width:4.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THrmgynPSL1XW0AUwAx67MfIFA1hZepE { top:236.375rem;left:24.968751907349rem;width:4.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2cdii6ZpX4m5q6Cr2KVyMorcsaJlvOo { top:241.5625rem;left:24.968751907349rem;width:4.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqGoX3rOAVcDSOBUCefb5G9WDVzbZ8lC { top:246.375rem;left:24.968751907349rem;width:4.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVlAoHFQT33u7xBPlzSEX0trCCtOHsQ7 { top:252.8125rem;left:24.968751907349rem;width:4.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgveAvqKtCFSyuRU0qncue382wrr6Bvr { top:257.625rem;left:24.968751907349rem;width:4.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoGJDyRv17LAmZZOqgkcz4zkQZpTZkQ2 { top:275.875rem;left:24.968751907349rem;width:4.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVdKiN3txanKSaloZLegd9MvA4K4gJEU { top:284rem;left:24.968751907349rem;width:4.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhRVTnHzfKmrf16Mn3bK8IfSOfmdJx9a { top:178.125rem;left:20.312501907349rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfoWxAe6Z89hHXSIw9xJQbnaUbTBu1cC { top:221.625rem;left:22.593751907349rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUxi3nKF2WIq20cKk0yaM4tLS9CHqFHh { top:268.1875rem;left:20.312501907349rem;width:2.5625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 { display:none; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TZxqB3wdtttWMpEtg3BgF1DNaIrCM5A4 { top:37.5rem;left:0rem;width:47.75rem;height:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEsmX3wwd8xVZgwdAByUPxaEmOAvfeBg { width:17.5rem;height:4.6875rem;top:48.6875rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVz3spIZPn8s9vThIUmACPqlHbUeon4S { display:block; }
 }@media only screen and (max-width: 763px) { #GW32y8LN2Vqx8PstevEdHmWtuP4hzugr { top:2.6875rem;left:4.7805399894714rem;width:38.125rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeboMvQIcFvOsu3cycUuesyUsqEZlblG { width:47.75rem;height:14.573697916667rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUqTyIVWbKKv8AiZydkMuvIwcmRALEkp { width:9.3125rem;height:4.0625rem;top:38.875rem;left:11.250003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR458gVw9T1J6L711IJst1plGgS5ZeaJ { width:11.125rem;height:5.5rem;top:30rem;left:10.312503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #gApWzrTXzq0ANXahSJ8T1lafKEDkaCXv { width:9.25rem;height:5.5rem;top:38.875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0z0nntW3SDHiWUTurztpa8Pr3XNWJ0M { width:11.3125rem;height:4.3125rem;top:38.75rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyLJkuKUMq6tBTAkGUmttW2s1NGPckUo { width:13.375rem;height:5.0625rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDhw9L5kH7lGbhOU4WQTw5yHnHguQHLF { width:12.375rem;height:3.3125rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezFACVdTR0kNEfnski45aq5aJ32I6oOJ { width:12.5625rem;height:3.6875rem;top:30.9375rem;left:24.156253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1OHNlI5bBt7msMf78a3TrRHsSrmKJR { width:13.4375rem;height:3.9375rem;top:30.75rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW { display:block; }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhtJNduIrJ0eQTnTf9eDPznTcNhPGC3e { top:3.0625rem;left:0rem;width:46.125rem;height:11rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDdK8WXKRkzi45MCG6TODRSPfCB6AsM0 { top:3.0625rem;left:0rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgwbDg0OP5IrbXudvqD02AdZh0BkyoJu { top:19.3125rem;left:0rem;width:33.75rem;height:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1HigiSX2yuIrI09QRUEyRMA349lfvE { top:19.3125rem;left:22.625rem;width:25.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxV8VfM4ulTVqJcSKKvy99mApEOWhVsN { top:21.875rem;left:28.625rem;width:19.125rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fru16pvHINuBcukCz8GvpMdwWFi4g0Rt { top:30.5625rem;left:22.625rem;width:25.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTwm64S9D3hoknKob3hBiM9RiEnVmsMy { top:32.4375rem;left:27.625rem;width:20.125rem;height:;font-size:0.875rem;display:block; }#LTwm64S9D3hoknKob3hBiM9RiEnVmsMy li:before{  }
 }@media only screen and (max-width: 763px) { #N0h1KlxPPIMKvIM25pkE8nfAJzDctxBl { top:22.4375rem;left:29.78125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH6ZN51adhBsdt7MuZhsFxSXMeHZx3a { top:35.3125rem;left:29.78125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsMpKwl56m3BdZWzICcB4Jg4JW0o5Wmt { top:46rem;left:17.3125rem;width:30.4375rem;height:11.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkdmS4TsLMKIzAfmsBmXMTRdnaCrNdIf { top:24.6875rem;left:27.625rem;width:20.125rem;height:;font-size:0.875rem;display:block; }#wkdmS4TsLMKIzAfmsBmXMTRdnaCrNdIf li:before{  }
 }@media only screen and (max-width: 763px) { #tgGbhJXxWLnXI8LycrWtMtDsah26m0xV { display:block; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXCDGfgcks6ZLZyx3JWp35cshOD3IsZ5 { width:47.75rem;height:4.125rem;top:1.125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV { display:block; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQvQN3KBK5OHJMd3kzc9DRJU21w8dVWd { top:2.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVuoLEvo1L8WCStMgMLqQTJdGC54gfMz { top:2rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk { display:block; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6yhI4bvpgWK711r1SBdRwCu8frKKsNL { top:0.5rem;left:0rem;width:45.75rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm { display:block; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMOcU7XMM9mQdlVRX5iN5VtkDE8v6tyM { top:2.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNUc6Ba4SoT8CXPZ5hTBii5BPsVovVEa { top:2rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 { display:block; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghd3DceNo0l68RR3qwJOqACFblFihPrS { top:2.3125rem;left:0rem;width:45.75rem;height:6.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot774q2p0ZOSC0THfb37hOwCEMTQqqvW { display:block; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUDp9uyzZNqDX9xlZnSkHR54PhUzznDo { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O38i2ETcxeBhy9dOJCU1K6no11awK5LL { top:3.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o { display:block; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuuTeH9hBJKGke0mdBTrRA8VVRdb2cDA { top:4.5rem;left:0rem;width:45.75rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOevrcliIoC4iwCNctgCqWMgyMGuVvdv { display:none; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bhfV1oOiK936PKF30xNHuxzttTvShCT8 { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNyWsTSyQyKUm0LSfIC0C2SWfzR0tmqu { top:3rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU8g88a6vBDboum0bJFAs68PH2niQynB { display:none; }#EU8g88a6vBDboum0bJFAs68PH2niQynB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eSiRASbXGItAB7hKzpM5Hf9PaogHJAN0 { top:4.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia { display:none; }#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIMWIkTA4i8THSTpQeqdS0S27bt4QGEk { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTLTquTpT6ieU2S9qiwI9UmcFLot0fZ { top:3rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT { display:none; }#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KBLnnIkGkkN3FPRLHvC8LTXIK8LTsz1Z { top:4.5rem;left:0rem;width:45.6875rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE { display:block; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR { display:block; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD4ywQ3TKz5I1AvGzdqPHhVbswLsAJTO { top:4.0625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgToQvO0dzLUugKe7zIZ1xzQWqb3OJv3 { top:11.6875rem;left:0rem;width:47.75rem;height:38.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdVxy67BrkcKHOWoLARh2bttxxcWZDc { display:block; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0NZl4k5sopQ66dLJb3bPEWIpk8XOtAI { top:12.375rem;left:0rem;width:47.75rem;height:12.625rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvaccU0ZUqZltnAtd0fR2oWQ83wH8GvS { width:21.875rem;height:4.6875rem;top:27.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UOcg5PC6gr6y87TnL298okGlOd7TeT { display:block; }
 }@media only screen and (max-width: 763px) { #OsR9SiXOKtAlNrLJWvmgfIMP3zyAK00G { top:4.5rem;left:4.78125rem;width:38.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2630mWGIXukq0JRkco4xwQu5qeK45GF { width:19.6875rem;height:10.25rem;top:4.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg { display:block; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR5dezlJwK9hAnB7hvCVMZinTCm6QB8e { top:4rem;left:6.9059600830075rem;width:33.875rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbEeVAIsKHEp3ABCFIPi9fqBVTymwpmV { top:39.4375rem;left:5.34375rem;width:37.0625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-regular-label { width:28.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-text { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-textarea { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-select { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-button { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-checkbox-label { width:27.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5  { width:28.6875rem;height:auto;top:9.4375rem;left:8.28125rem; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .radio-container { width:28.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 {display:block;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 { width:28.6875rem;height:auto;top:9.4375rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #qPEfx0q4H5u61z9VJLb0vQgN3RWIJlHc {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #HEPc2ONaRnRuVFHdBUkmIf9A79thVzCT { display:none; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #cIdOORM3QhaEMlAzXJG5iFWJmkn37MGF {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #SC3zlLalS6Hxdvli790hq0TlzF3i0iDv {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #sN3Rar6vPEWldsJarpHw0gTAmSMNmAaB { display:none; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #AEpedR7CFCx6IV3N5fvcSg6E22bdDWAn {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #bkkmOF0PzFbXaeEADFUQIayGqmxAMtCA {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #iB6gVmgTXz5tB2ucLQ7fzZiUkC91tbWa { display:none; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #FHuKzWPLUfzCV0xJL7hQ0TwQTfyUEZev {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #l8UlRDXtUK7zU8ThUekk7qUZpWAmXnHC {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #CkUiu74nef7P4xVqPSJUBElNHyupwRHf { display:none; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #TsmRW9fnISNqExEt96uNuHC4CxMNdhAc {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #U9etChMDPq5lEAEvCfdTu7pIgo3JiT4y {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #ifTn9PLrlVOJ6CMvo8KCmzGEpqAWKzGA {  }
 }@media only screen and (max-width: 763px) { #fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { display:block; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phmdr09dfFLerI66bEMlMX0sHFX2Pph4 { top:2.1875rem;left:0rem;width:26.75rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS4D5mmUAsUS4BsesOyphMG6vVuVfi96 { top:2.1875rem;left:40.9375rem;width:6.8125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omoWXPzy3QaT1F4ENlhKySzgFGQaCy0G { top:2.1875rem;left:43.9375rem;width:3.8125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeAFIbKJgrbGPxbThuoZ0MSdPwoAF2yz { width:3.1875rem;height:1.9375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib1FgRBl9JS3TgI4p6wVOcTVbVhakvKx { width:11.5625rem;height:2.875rem;top:0.5625rem;left:8.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGMlvHSdwV5QApLc2XGfBnq7ykO2TJJw { display:block; }
 }@media only screen and (max-width: 763px) { #NfQ8oRRgaftAqUVLBudzotFPT53ct9ba { width:20rem;height:0.97511875rem;top:4.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVn7g8suFT2Nmt3zd918WEz9c79dAesP { display:block; }#aVn7g8suFT2Nmt3zd918WEz9c79dAesP > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa { display:block; }#UDuVIRhzJCy9CFaxGLOBu6ROsnA48VRa > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtqzoxrkxqkTzhINdJyHOK1OyqKpdsR3 { width:19rem;height:4.6875rem;top:22.5rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Caf92dlgppMqqefTttwTXqfv1FBeCIeS { display:block; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 { display:flex;width:18rem;height:5.0625rem;top:29.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #RhkqF4Cn3Nqb4SrRT7ROhAvpF9XfUKau { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #MTaJC6wvcvx6iBTPvAsCIiaJCO8xV133 {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #y83LTdcr9lukw1lqzChTZOKlMncOCT4r {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #qcLsVs6tc9h3cDR7gkQKvPcGSzuEN8l1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #FFhNky9JVHxqwwIHPDKOuPn9rV5NSbFq {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #imp91NZuydKcu16uSiEiy6bBPxImquTH {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #irPu5J24bJOQhNRwP9LmVIcDGoX3nqfa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #vl5435HsnGtzVTZk7clh0PTU4mAawxXU {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #UPyPLKpSydk585XUmiQ6lPzn3W0x07W5 {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #lWq1vZn2bLGZWCcHg1yZQt1MEJafBG6l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #MpSni42tiCig3FZUh8MQSK3p5a6ODGRG {  }
 }@media only screen and (max-width: 763px) { #cOMKyRnL7Q28N39zEvyD6CvFb0FPSNe6 #F5KxbUDtVTl4oPz2ZnB6ZMtZRlTMz4td {  }
 }@media only screen and (max-width: 763px) { #eyKhJcZBCVoa8PTfvv1aBqihmeNGHTit { width:20rem;height:10.4375rem;top:9.4999995231631rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #a4WwiBNH5apHw6ZoPzMNn6s8rUJfs09h { width:19.99825rem;height:6rem;top:2.625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qobK9EdBuaGktQqdT8rHEyde4V76MTCx { width:20rem;height:1.625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIDGxvcabvsTBoywHGuTTD4S1kUlrhXc { width:17.3125rem;height:1.625rem;top:4.25rem;left:1.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e8dba80-0499-40db-956a-1e219490a5d7/KurstaktykinadochodowareklamewInterneciebeztajemnicFacebookMetaGoogleLinkedinPinterestTiktok.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ.adaptive-delivery-prevent-bg, #AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ.lazyload, #AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ.lazyloading { background-image: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { background-color: transparent; background-image: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container > .video-iframe-container { display: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container { display: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .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); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJ2sneKzt884S2y80P62E8RlgstRR80L { width:20rem;height:13.21975rem;top:33.6875rem;left:0rem;font-size:1rem;display:block; }#AJ2sneKzt884S2y80P62E8RlgstRR80L li:before{  }
 }@media only screen and (max-width: 763px) { #wgfcngbsxFRK0TnC84z8q2Xk3P9uR9uF { width:20rem;height:3.9375rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDc2yZli3eaflTA0DuhclqmFfvUs2pi { display:block; }
 }@media only screen and (max-width: 763px) { #U7r0KKFbU4TiA5znSMcFvM9icoPnhLTt { width:12.5rem;height:3.75rem;top:48.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLff9ntHxgyuoTZvXBRXZLA2ibsVsC7J { display:block; }
 }@media only screen and (max-width: 763px) { #hPvZQTbD5WpApcrMe1hsKm5lTfRb04ES { width:15.686625rem;height:15.686625rem;top:8.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8RQ72nJdTKhhKTxqqcRN8oitKZxTNWH { width:19.999125rem;height:4.72265625rem;top:2.4375rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dOHCtT64ODKhkvGgdDyr8zT5FFf2Kb4R { width:20rem;height:2.798825rem;top:30.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc { display:block; }#L3l5kPQIw9NxrN8orQVdavcCxkJd4mJc > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIATTrPB2uOnoyHSVaCuIE5VReC4KOyx { width:20rem;height:1.57465rem;top:1.25rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ov4TGKREdF37cbE56H6gxlDNnX07otWu { width:4.6875rem;height:4.6875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9RhQFpNW8iTMAQnq6X4iRgDlqT3B1Nv { width:4.6875rem;height:4.6875rem;top:5.0625rem;left:5.1249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzarWb5urzMLoo5gS152rG1ZtbFxdkIH { width:4.6875rem;height:4.6875rem;top:5.0625rem;left:10.093750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtHvsbsT06slQWnvc1vckw2ruDWHDm7o { width:4.6875rem;height:4.6875rem;top:5.0625rem;left:15.000000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ssFZOCeF8czdvVOFlfkOU72d4rIw2v { width:4.375rem;height:1.29980625rem;top:5.1875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhVztQ92aQeDQ0VGnJ56ihcOOcpVxbH8 { width:4.375rem;height:1.29980625rem;top:5.1875rem;left:5.2812498211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxLPoDa6CqAHmlqovUoPu4zpGB9M80ff { width:6.75rem;height:1.29980625rem;top:5.25rem;left:9.2500002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w08Rcis0HtM5FEuqGq0iOTnBXaWMwUTu { width:4.6875rem;height:1.29980625rem;top:5.125rem;left:15.062500298023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNGr8dGlEE8SVdndgvLt2sTZi4A3TPle { width:3.375rem;height:2.4375rem;top:6.1875rem;left:0.65538197755812rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQUJs78HZrFa8cJtDNrgJ3vBxwcU93L9 { width:3.125rem;height:2.4375rem;top:6.1875rem;left:5.9062498211861rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOkE92OsEzit3xo4iHO9rZAvDi9WD7mf { width:3rem;height:2.4375rem;top:6.1875rem;left:10.937500298023rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLuow0t4oqG2GTf3lNPgrEPoECcXpfSB { width:3.0625rem;height:2.4375rem;top:6.1875rem;left:15.812499344349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCzeVJ3KFBzaRqrJtzuV2viPBLwQ6aiN { width:20rem;height:0.125rem;top:4.0737875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn8nTDzGb5mJyr5IAUnm5eAfuWc2fCNU { width:20rem;height:6.375rem;top:11.0625rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F4DGLVcTFBdqQpBT9vVyFpDtEDsNgAnt { width:19rem;height:4.6875rem;top:18.624996185302rem;left:0.99913197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #INH84d7XJO3vcGCvwFC3HEINhBhNfs9a { display:block; }
 }@media only screen and (max-width: 763px) { #Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 { display:block; }#Q1vKIOZZuqaCHoKmyGfIWwXJuz5npaM1 > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxoaRoptOO3fHTWpL4DySK6QKQzTmmNI { width:20rem;height:4.62890625rem;top:2.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6c6gSGdrSWqsc3yG3ZUXKl9H98TJ1tH { width:5rem;height:0.25rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvyhPeNoo67kqtqFZBO8RmA0sS1nn325 { width:20rem;height:2.599825rem;top:8.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWC30LwK1KEBqohmaKUevDTgegvwGVn4 { width:20rem;height:29.387675rem;top:33.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncmrMax87SzmOCIZHXdHzwWkN5E7sy5q { width:13.5rem;height:14.125rem;top:13.974609375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP9z1ZiLcqSXTE0foGzb1fkxTdrHxAAt { width:16.5rem;height:16.5rem;top:15.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF { display:block; }#rgyFrUcFp6Jkvm7mzP1KiErvDrQE4OfF > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giO696E4aCpWKZyt6tBzWvixsRJsHhkm { width:20rem;height:6.3154375rem;top:17.68359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsadAHGQ1NnZPPQWF2muOaMnt9mI95f { width:20rem;height:6.3154375rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP2I2bXeQu2tIUWXkoF8FshExO51IIxp { width:20rem;height:15.398425rem;top:0.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd { display:block; }#hyNmZxvIF3qXw3xJlvSK0JMJ9cLcLDVd > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1fIXXn6ZUcNTJghrEy1vZezlTDgAMCD { width:20rem;height:16.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBUT828hcLFxTSuLfQ5Qc9elBUvnC0Bn { width:20rem;height:6.6865671641794rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf { display:block; }#d0qBLsmwLCeNBRRbLP04rF8gNvGJZHZf > .row .container { width:20rem;height:39.3818515625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bhl1SG9J4E3xUtDTiI8tTuST5aOCW4IN { width:20rem;height:6.3157894736844rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1ZXLbRV0C3KHmvHvfd5Re9sNErH077J { width:20rem;height:6.3154375rem;top:8.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Fs8aTI0KOy9dMafVBhgIR2oyChWNri { width:20rem;height:6.3157894736844rem;top:16.380875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJVBFf2LSTp5cXGu2iUPpbTE7FaRDc0S { width:20rem;height:16.685934489402rem;top:22.6962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb { background-color:#ffffff;background-image:none;display:block; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { background-color: transparent; background-image: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container > .video-iframe-container { display: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row > .video-iframe-container { display: none; }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .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); }#hxmAIbvturgfRwbnkzIxEmlC3sLJcwAb > .row .container { width:20rem;height:132.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEAzqIT4ooW9yv5bd2CSOJkrFxbUZVZV { width:5rem;height:0.25rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVLwrsV3uDDAnBi5hAD82JXoGpxi9okl { width:20rem;height:27.9882625rem;top:17rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLu2PqoPGTlVVA6fdTah0e1yBLVhGyEL { width:20rem;height:29.3876625rem;top:61.7744140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrEl1rcrwAv2R44Oiv5W60oIOUhs6fkA { width:20rem;height:22.3905875rem;top:108.2490234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGUI5CvJ5HTSXX894wUpnz8HMDFZ32M { width:14.125rem;height:8.125rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbGJhNi912x6El2axDim1h13KQZlMcbg { width:19.1875rem;height:13.4375rem;top:92.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhwL2TTHluXnUTI2Ry3DyCee5cAJGz9D { width:19.1875rem;height:12.625rem;top:47.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLrSEwF1J2dHNfhB2hGwwmJqIKAPQwL { width:16.6875rem;height:8.8125rem;top:91.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRVLJR408ZnBNboFr8pr5xq4ssLP9pT9 { width:18.625rem;height:11.3125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsPxn2QwyR1K0bavQXw6TEL0BBkHtB9d { width:18.8125rem;height:7.3125rem;top:2.90625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV { display:block; }#hL85PbAivWQ8gFuoiB3TEQMC7Q8UVnBV > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6TxJNvlVAnqknRVPiWttNbr3Kg4ZeWq { width:20rem;height:4.6875rem;top:8.4997253417969rem;left:-0.12572336196899rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ssQ2910ufLmRLtQQfNeDES9DCb8T8r { display:block; }
 }@media only screen and (max-width: 763px) { #xKZQV6HRgghPqv7CTrdtTalryApvIohD { width:20rem;height:3.89930625rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV { display:block; }#W5swyuZisJUeD3eWxTDTfU0Us9PpFTyV > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtyG2ITnS8iu12HCWa5L66GarLbqDPW9 { width:5rem;height:0.25rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIm6NiktT9M6UGbLQyzXFrOTxIvsSgB { width:20rem;height:5.19965625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBMxEP6H7WbRZwyUq3LTrWfOzR0MzxSt { width:20rem;height:4.19824375rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phJVXO7P6MiMeiscMnv7fq1ezPRgGtzG { width:20rem;height:5.59765625rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9OzGtpuDANg2JXBQ2K2w0FrHac5p0gi { width:20rem;height:2.1rem;top:9.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q442WFlPE5BALcelbW634LreEByLcyXF { width:20rem;height:2.1rem;top:19rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQTGA2yWAX2ObKTBEO9Um45TJ0mqU00s { width:20rem;height:2.1rem;top:29.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3AhNRDU2UH94NnvC0GLaP3bNLol8F81 { width:20rem;height:4.19824375rem;top:32.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTtuPHEL3ksuwdn4QAFTKbqktPbN4uO { width:20rem;height:2.1rem;top:39.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsT839tBMHVJWDxGctx4ELDTe88CRDEd { width:20rem;height:4.19824375rem;top:43rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfsmqU9cgW8dOaK6bZ7Q5MaNyBeMV8g1 { width:20rem;height:2.1rem;top:48.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEFmJ5F6aZEstTUqmR83TgHkJ2rMHE3c { width:20rem;height:6.9970625rem;top:52.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhRGqV3bWkSblTyV7Kd5lrzH4fHBwC1K { width:20rem;height:4.6875rem;top:71.246520996094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKoFOit9nQ7GP9TWDaMU8ZNIUl6S1xBy { display:block; }
 }@media only screen and (max-width: 763px) { #x6gWzSpmttGxhv65ttBolIuvy1wk0Cpg { width:20rem;height:4.19824375rem;top:63.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCXlrUkSnHmkbt8c1eMtt71nX1DQuieG { width:20rem;height:2.1rem;top:60.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBGVqGWTkMu8HoKltyM5MRon8lliNUIO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eca0d898-504d-42ee-ac3f-309150819ae9/bg_case_section1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO.adaptive-delivery-prevent-bg, #hBGVqGWTkMu8HoKltyM5MRon8lliNUIO.lazyload, #hBGVqGWTkMu8HoKltyM5MRon8lliNUIO.lazyloading { background-image: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { background-color: transparent; background-image: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container > .video-iframe-container { display: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row > .video-iframe-container { display: none; }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .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); }#hBGVqGWTkMu8HoKltyM5MRon8lliNUIO > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mp8xW4g2QAFtpkXaQwN85cva92TTyGLu { width:5rem;height:0.25rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSzKvxb5f6dlrCZGLCi4ZG21c58RHMMo { width:20rem;height:5.19965625rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dw8SFZDod8dUymTysxTPZfWqdVCkFwDy { width:20rem;height:2.09996875rem;top:12.15625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwT3oMOPeS8c1MzSNB4xmllJcuQS3lFL { width:17.125rem;height:2.44965rem;top:15.25rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElMNo2QsKVE3QIqMTmSatztXa9BTnh1M { width:20rem;height:5.5625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTJWhhJXhK12rALsrbqbclFFSNZMQ4ne { width:17.125rem;height:2.44965rem;top:23.25rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CykgsVwh8CDQs3Wux7EK2hb4qMURd6nA { width:20rem;height:3.25rem;top:8.95703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMSv2xtBRvk00JestBcfwuSWzKpnoT7t { width:19.5625rem;height:5.5625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5sOgM3RJBzKApxEExCUhtREO3Xqb4Gz { width:19.5625rem;height:5.5625rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZG6Zcn98DIB7HfyRPfRKG4qfG9TqUn5 { width:18.0625rem;height:2.44965rem;top:39.25rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9J1ckew3Fal9av7MAgGVu51RfOHhSLe { width:19.5625rem;height:5.5625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIlA4VMfPQNOxZXu5foZilOD8rNopXW8 { width:18.0625rem;height:2.44965rem;top:31.875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPoa8bew99AMVMTTwIx6s31MviUZpJVh { width:3.125rem;height:3.125rem;top:12.875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9H1KrqgGwZtLClvdqOWK3TOGHI62Uh { width:3.125rem;height:3.125rem;top:20.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1oubFfaCd5Vp5FHXSzVkmdyM17bu6IK { width:3.125rem;height:3.125rem;top:28.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7r7v68kls7vkrLwT38Fdn43UWcdPm2s { width:3.125rem;height:3.125rem;top:36.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkJBP7TkfZuAqs8bftirs1021l8K112K { display:block; }#XkJBP7TkfZuAqs8bftirs1021l8K112K > .row .container { width:20rem;height:111rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAEh8my4eqssbNKQeGE8OkuwXbI0gkFz { width:5rem;height:0.25rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXagfpPqdIlkPKVItVXwQgNd2GbtImX9 { width:20rem;height:4.62890625rem;top:2.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFrS7QXUSu7rQxe1Tg40adB0qqJsmVKA { width:20rem;height:5.19965625rem;top:8.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzwM5uUMHy6qXTSMmsHtTtN7PnNIlRAc { width:19.875rem;height:21.125rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfDNv6pxlKayn1Kq9UiyUKUwdFaEhoW { width:18.75rem;height:4.89930625rem;top:19.249987602234rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGXyiS7dwSTmOhM0iTBTDS1mmSxB3fs { width:18.6875rem;height:1.575rem;top:25.000000953674rem;left:1.3125001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlAmThaCFodzwMqWTekBb2lyTCh5ULbn { width:19.875rem;height:21.125rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO1zfT3TC13xOPy5XTCGO8KzLkmrWsG4 { width:18.5625rem;height:1.575rem;top:46.9375rem;left:0.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaTWsyoraJlJCiRS60p4xahbilh7v0Tg { width:18.5625rem;height:2.45rem;top:43.5625rem;left:0.71875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJyFCmzsT6XUT6IomkGgZ75ipmGixOCE { width:19.875rem;height:21.125rem;top:88.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoPLe2PWGR78N30MQ4CTu0qkHd4fp5VB { width:19.875rem;height:21.125rem;top:65.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzcQC1aVuibhIExVFk9IxHR8OS0nhCE { width:18.625rem;height:1.575rem;top:93.249998569488rem;left:1.3750001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOJ7n1IcETNAgEAKoqwcWU13atrZPTMX { width:18.6875rem;height:2.45rem;top:89.687498569488rem;left:1.3125001192093rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zWUaTZGzX91bGiovAZPPKnOPQ3xo8T { width:18.8125rem;height:1.575rem;top:69.760939598081rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdbpcXgdINPCOs0XKcq79VyHLezTQ53V { width:18.875rem;height:2.45rem;top:67.312475681306rem;left:1.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVSb2apJof9wHdmHoVNrsSpfTHMOAi3K { height:11.216931216931rem;width:20rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3CTocBH78UavpIXIS9CfJlTaOpTbgz9 { height:11.216931216931rem;width:20rem;top:50.47109413147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Wlu1xWXlabRn3hpdKt37nT0K2oFDtr { height:11.230769230769rem;width:20rem;top:73.478139877319rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swQJRRITaGUvE5ZHeiHFRtazARNtf9Cf { height:11.230769230769rem;width:20rem;top:97.267996788025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwLBVPF0A7F4eSAttX81riZcbvhcVQBk { display:block; }#UwLBVPF0A7F4eSAttX81riZcbvhcVQBk > .row .container { width:20rem;height:233.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apW5sdL0LoJSmEgppTWDrklJiHg76bMB { width:5rem;height:0.25rem;top:8rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRR1T81onS23CcGt2ZTBgqrwh3U8Vvxc { width:20rem;height:2.6rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VqvOxZ2aP5dHTu6gd6ObgZtdCKHvV331 { width:20rem;height:1.3997375rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGL1cxC1FiMm6sy8X07TuTLkUTVLrb1g { width:20rem;height:3.849825rem;top:10.375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K60ktAScMh7Csza0kq8OSyzaf0SKM9UW { width:15.4375rem;height:1.25rem;top:14.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPnR9BcMU8aUWHteUmoCGfcgTFK0Bo4W { width:5rem;height:0;top:108rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G { width:20rem;height:22.869125rem;top:17.6875rem;left:0rem;font-size:0.875rem;display:block; }#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#KIqZQmRK9dDS1fzTLh5KXR2FznqqKJ1G li:before{  }
 }@media only screen and (max-width: 763px) { #UPDXX7LSkLITqJBcOgrGyAeLVVPKDLoN { width:5rem;height:0;top:111.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGapl1z4zxN2Fnf5XDRaFOGQAEdXX0It { width:5rem;height:0;top:116.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CusJ68hpPDG0Spia65MoLgIQWqEqVget { width:20rem;height:1.3997375rem;top:47.018751144409rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bme48hzq1bhS5mzE1Nc844yKT2PWCOMD { width:20rem;height:3.849825rem;top:42.172918319702rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDyEEeTbzbcWxCu3KvzlmHVoDsEtqWLa { width:5rem;height:auto;top:53.8125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRItURS1cd6c8usBn8qKCqrU62MSCxzE { width:20rem;height:;top:52.101001739502rem;left:0rem;font-size:0.875rem;display:block; }#qRItURS1cd6c8usBn8qKCqrU62MSCxzE li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#qRItURS1cd6c8usBn8qKCqrU62MSCxzE li:before{  }
 }@media only screen and (max-width: 763px) { #xTqpTtb6lbHHK2qTzJlyhxwBV8vAbNiy { width:5rem;height:auto;top:56.8125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ld1VeLrVTihSDGE1bg3R2fi76b08zlse { width:5rem;height:auto;top:59.9375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiVe0cnHibAshf7dNo9Rw58VVF3xPGi1 { width:5rem;height:auto;top:62.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdydwFxADO2b6f1WKD96cMrHu0d8TAHF { width:20rem;height:1.25rem;top:49.413545608521rem;left:0rem;background-color:rgba(0,0,0,0.1);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) { #H4eqsFaAEhhB6vCw5kMoByrJAnxhDolN { width:5rem;height:auto;top:65.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQQ9WNRg6gH3QBPfkJU0TMKilXlTU9zg { width:20rem;height:1.3997375rem;top:69.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS5ShFRPN691bOON3NTVhZmMCkU6acuT { width:20rem;height:1.925rem;top:66.875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhItkkpF2wGiB0u4BMUMBWXBkxLLMH0v { width:5rem;height:auto;top:92.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctKvVlniIk8uAELFB56CNIDTmMQdXHNp { width:20rem;height:;top:74.375rem;left:0rem;font-size:0.875rem;display:block; }#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ctKvVlniIk8uAELFB56CNIDTmMQdXHNp li:before{  }
 }@media only screen and (max-width: 763px) { #lJKu6vlKdQMdl1H42c9o1Wsxr8VwQNK8 { width:5rem;height:auto;top:95.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zb3R5TG3TqiTds0tIqqyhzxGhA9oUuMv { width:5rem;height:auto;top:98.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhLNiaVhTIKTewTMGO0Nxdr9OUUER60f { width:20rem;height:1.25rem;top:71.9375rem;left:0rem;background-color:rgba(0,0,0,0.1);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) { #JeOsdQRH5enL1tixPsugcQdTsW5rPHlt { width:5rem;height:auto;top:101.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4NGNF3Cz47g0fnrWAKwa24u78P8RfZc { width:5rem;height:auto;top:104.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEaywiLVu7Ls9oc50brFUstQWL3NosdT { width:5rem;height:auto;top:124.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X181tCNk0GwAGz6BrZ1lqy2FPPHZ5Ik9 { width:5rem;height:auto;top:127.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXTxa6Hb6BBk81DSOpe2yZ0wPn0sxgrs { width:20rem;height:1.3997375rem;top:97.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frqyQudFkqMtvwPGEZpCcFJiJZqsoGCP { width:20rem;height:5.7744125rem;top:91.875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eoyBNTmqPFced8KRhkrXbeTzs3fIErrS { width:20rem;height:35.86525rem;top:103.02500343322rem;left:0rem;font-size:0.875rem;display:block; }#eoyBNTmqPFced8KRhkrXbeTzs3fIErrS li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#eoyBNTmqPFced8KRhkrXbeTzs3fIErrS li:before{  }
 }@media only screen and (max-width: 763px) { #uT94shv9E7cUJ8qpo1xANgr4RrZD2H6S { width:20rem;height:1.25rem;top:100.4375rem;left:0rem;background-color:rgba(0,0,0,0.1);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) { #S4e9AK9h2QohhvKzU3ENBRRlQKMHKW6B { width:5rem;height:auto;top:68.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONawOd2WXB3dkHkqsrqn14qiv3fsS07D { width:5rem;height:auto;top:71.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU5r3iNkfc1duwDHguE1Gt6telCn9yZm { width:20rem;height:5.7744125rem;top:140.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #h3fZ1nplqhCtuqUzxRBZQdtueswmFHGb { width:20rem;height:1.3997375rem;top:147.25rem;left:0rem;font-size:1rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #hCo0FKPsmLy2CGQ5Icku8AlKsLMafsud { width:20rem;height:1.25rem;top:149.5rem;left:0rem;z-index:15031;background-color:rgba(0,0,0,0.1);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) { #sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb { width:20rem;height:18.9199375rem;top:152.76667976379rem;left:0rem;font-size:0.875rem;z-index:15050;display:block; }#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#sZ5PxhxBlfRzwIz20RdUiFfr5poifLtb li:before{  }
 }@media only screen and (max-width: 763px) { #RTyswhQNNnlULlWqqqkdpxASA9kQlQOc { width:20rem;height:5.7744125rem;top:173.00001144409rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #T6i28PyAKe9D9y7ncsrE09ekLnuVyk4H { width:20rem;height:1.3997375rem;top:179.87501525879rem;left:0rem;font-size:1rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #BTfPoWKqXc2SvaTEI2kFsOcn3mnR1gbU { width:20rem;height:1.25rem;top:182.37501525879rem;left:0rem;z-index:15032;background-color:rgba(0,0,0,0.1);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) { #T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 { width:20rem;height:22.119125rem;top:184.57501316071rem;left:0rem;font-size:0.875rem;z-index:15051;display:block; }#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#T21MCDhOrCcbPrq6A552SDcuwvJXwsN0 li:before{  }
 }@media only screen and (max-width: 763px) { #fWERgCvED87CMqlIeeRRlIZOJOGT2RxG { width:20rem;height:5.7744125rem;top:208.31251525879rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #xGtWavzdTIbzDo3T9TXNMTnBdhfoAIxF { width:20rem;height:1.3997375rem;top:215.31251525879rem;left:0rem;font-size:1rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ctFQ4ZNf6t1vRFdrCETzvchXt5KrlnI4 { width:20rem;height:1.25rem;top:217.93751525879rem;left:0rem;z-index:15033;background-color:rgba(0,0,0,0.1);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) { #VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 { width:20rem;height:10.546875rem;top:221.45001411438rem;left:0rem;font-size:0.875rem;z-index:15052;display:block; }#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#VC8fANtei7LGCDroSCvXuxcKhPWbkSU7 li:before{  }
 }@media only screen and (max-width: 763px) { #uR7d1TWmJkdyVpTTrXEok2UsGAG8653a { display:none; }#uR7d1TWmJkdyVpTTrXEok2UsGAG8653a > .row .container { width:20rem;height:212.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #shNKgl4AedolTXwnbtckG4NMQePXaimN { width:5rem;height:0.25rem;top:8rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tARRCQgwNFyFoiuFl0nbdmiUaNgWGeu3 { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wH2dHcr9oUr71m7WACINiWO9xCeJX2TW { width:20rem;height:1.375rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmo8cmqOh6EmHS4VNd8E6Mt3Lds6mndx { width:20rem;height:48.5rem;top:42.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyetPo8GTTgrriO7UDFVpQuVnIXVALxx { width:20rem;height:1.875rem;top:11.625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pqrIozshnUETUKczhk3Q2llrP5VkZMi7 { width:15.4375rem;height:1.25rem;top:14.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBxQ7Ft0AK6TnnSIWm30I20JBUvGHedR { width:2.5625rem;height:2.125rem;top:8.25rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkGHMFtUlzRfvEtVBRUuAciAyhJarOpX { width:5rem;height:0;top:108rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wurIT26REQ9iAdFByocvoiwmlkfH9TIf { width:20rem;height:6.25rem;top:17.6875rem;left:0rem;font-size:0.875rem;display:block; }#wurIT26REQ9iAdFByocvoiwmlkfH9TIf li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#wurIT26REQ9iAdFByocvoiwmlkfH9TIf li:before{  }
 }@media only screen and (max-width: 763px) { #Meh23pBoxOGo3wL0ltdxX7k0fN8bfPLe { width:5rem;height:0;top:111.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mx2g9WDgK0NT973T2TxIi7JmEUDvy6EA { width:5rem;height:0;top:116.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtHBsTETVKLKviQ44Jx0bqHTtUsUAXvK { width:20rem;height:1.375rem;top:32.7695rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJyBxLQHV0An61DK0VxBwT3ViydT84sd { width:20rem;height:5.625rem;top:25.7695rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gAen9ucnqVdf27NJnngAkPXWzlBU0W6e { width:2.5625rem;height:2.125rem;top:42.5625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFDTRT2LPo0c6T8aaTp15cB7znau8eW0 { width:5rem;height:auto;top:50.4375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 { width:20rem;height:12.8125rem;top:37.85153125rem;left:0rem;font-size:0.875rem;display:block; }#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#qO6ZVOn2oSyiMXgK0t1l7MpVomo0DIu5 li:before{  }
 }@media only screen and (max-width: 763px) { #SKbRPHoLLvR7aJib924kTHZFi4ncwuV1 { width:5rem;height:auto;top:53.4375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyiZLvOhdfqbtS3KGhspP0zOM6c9fy95 { width:5rem;height:auto;top:58.25rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFMr7QVyQT85KKbuJF39WvfaA8tHOqoe { width:5rem;height:auto;top:64.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6haFiG343tMOmwC9SK3J2Nl2Cz4mTbT { width:20rem;height:1.25rem;top:35.35153125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSKMF77F8Goke73m6iZgsTsJKosw42lk { width:20rem;height:1.375rem;top:56.5155625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRWpLN37ZJzbSernTUrOXGaZNFDMSCRy { width:20rem;height:3.75rem;top:51.43353125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b5oAvgcax08Ne5IUMQ4gaSNoMmZAyBga { width:2.5625rem;height:2.125rem;top:70.1875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQTUMrCDFvVc896UMPOmBlDWRFIhJGIf { width:5rem;height:auto;top:78.25rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC { width:20rem;height:10.125rem;top:61.59759375rem;left:0rem;font-size:0.875rem;display:block; }#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#UkEcKgxbGfOgC6woysrbbuiDnNJpEVFC li:before{  }
 }@media only screen and (max-width: 763px) { #wtEEl5nCUnSa2oMl0qnJr0NKZ7NyonBq { width:5rem;height:auto;top:83.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3rTbls4ha9Tq8BoDEbvkELoohKH4Kth { width:5rem;height:auto;top:87.625rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOPnmNulzqw5PTMNAwDo4BD1tA9pJImR { width:20rem;height:1.25rem;top:59.09759375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyedbKsSzRltlxXbh4QOqBkyybMJ7wN9 { width:5rem;height:auto;top:94.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKDzuBtr52QC7kQgtEEQuTDhGUr3Oo0s { width:5rem;height:auto;top:99.0625rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlXZqV2n86htRM8B04AR5fpqzcKBCedC { width:5rem;height:auto;top:120.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6IJkm2kB40PxLLRxP6uQmGKIeN5avvk { width:5rem;height:auto;top:127rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uP8HbI3SZuHpEycNHgqafHxhDQts3xIl { width:20rem;height:1.375rem;top:81.761625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7imXKot25C3RrJwuEl0QhaCNpdm1EGC { width:20rem;height:3.75rem;top:76.67959375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ytGKg05WhBHpztvgIrleB5rkcXUupONk { width:20rem;height:3.125rem;top:86.84365625rem;left:0rem;font-size:0.875rem;display:block; }#ytGKg05WhBHpztvgIrleB5rkcXUupONk li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ytGKg05WhBHpztvgIrleB5rkcXUupONk li:before{  }
 }@media only screen and (max-width: 763px) { #HFlr3RHCUeNhnKm2oUsbdLpnwf8t2OQJ { width:2.5625rem;height:2.125rem;top:107.5625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyDql1Gp5XERdWWq6TK0dLLXIeZu9qZZ { width:20rem;height:1.25rem;top:84.34365625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPlUOrpZV7bVzm3fkf73qsRJluAXMSE6 { width:5rem;height:auto;top:25rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cInKIKCao1ZcVRC3J0qdTwsTUzts647R { width:5rem;height:auto;top:29.375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDCckaw6idyc7rHz0OTqnvBHek8mA3MB { width:5rem;height:auto;top:33.5625rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqeKPVi6RdFu2Tl44ZQZ0aeGrPuzJXEX { width:5rem;height:auto;top:37.75rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jrgz4G90TgtbcvH8Hn2Hr0h0qtAS92ft { width:5rem;height:auto;top:131.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQX1mSZgqfFS2dxEmBrhM7XLBzqx8TcG { width:5rem;height:auto;top:136.6875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0wcTPFikdMWRT8h6uQIatOBF5kNpBlh { width:5rem;height:auto;top:143.0625rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGb3yqeah9yL5f0NoreLyshRkOAg6RE6 { width:5rem;height:auto;top:149.625rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxIxtrP8WFGzlvqw071XpSb9TJOifT5q { width:5rem;height:auto;top:156.1875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6kvUFx4kAb1K0PiLM3dLh1OOcCOpaLo { width:5rem;height:auto;top:162.5625rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgGGpvFAuZmli4zrVDyBGwv5AIbdObeX { width:5rem;height:auto;top:169.1875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0a0fMxihTvsyvPTv4IuWlgU7TDQIeop { width:20rem;height:0;top:91.2177734375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Df6IL4BLCdBG0MSomZXCbLNSCacGRUgf { width:20rem;height:0;top:98.4052734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNt4lWV0hW4KXMgyb273GqxCwhq0ktW3 { width:20rem;height:1.25rem;top:101.6552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsuDozlIVrBdMmHqa2qxa6OJkDDaMWpR { width:20rem;height:0;top:104.1552734375rem;left:0rem;font-size:0.875rem;display:block; }#wsuDozlIVrBdMmHqa2qxa6OJkDDaMWpR li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#wsuDozlIVrBdMmHqa2qxa6OJkDDaMWpR li:before{  }
 }@media only screen and (max-width: 763px) { #GtTpbo4Qk0KhyBxI2huSorrlpTFlOsZ0 { width:5rem;height:auto;top:189rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNTuustlnHeapmGxwISqvyxIaTEsvG7b { width:20rem;height:0;top:133.1552734375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TtzVhTvnAZpRcPdfEeocCQ1cAkOqkZq0 { width:20rem;height:0;top:143.2802734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgpOtNtUEv6CpucJ2M3KS5taLMOOIIIX { width:20rem;height:1.25rem;top:146.5302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PxLK1nQPvhIKCioAwtcB4Gn7tQwyZz { width:20rem;height:0;top:149.0302734375rem;left:0rem;font-size:0.875rem;display:block; }#y3PxLK1nQPvhIKCioAwtcB4Gn7tQwyZz li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#y3PxLK1nQPvhIKCioAwtcB4Gn7tQwyZz li:before{  }
 }@media only screen and (max-width: 763px) { #FwnaZCEpQ3qS0MJQFgVuyfBfv5JTrJiW { width:20rem;height:0;top:150.2802734375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lboxWGb7q1QM5b3TTOp7CTL2zpr3tsiC { width:20rem;height:0;top:154.4677734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxEKAie7q1HIo8oJkIsSms6S5gb7yUkN { width:20rem;height:1.25rem;top:157.7177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STZAUc9rDfhqNB4qQSg59kxB4c3ELNMy { width:20rem;height:0;top:160.2177734375rem;left:0rem;font-size:0.875rem;display:block; }#STZAUc9rDfhqNB4qQSg59kxB4c3ELNMy li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#STZAUc9rDfhqNB4qQSg59kxB4c3ELNMy li:before{  }
 }@media only screen and (max-width: 763px) { #qFiETSDu6AyPrNp7fNEJ1gi2823pUdks { width:5rem;height:auto;top:195.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHMlTt9nM09Su2kC39Oez5k3AwUKbBtg { width:5rem;height:auto;top:201.9375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCDGegObVSLTglTHczRtcRZXXrS94tBg { width:5rem;height:auto;top:208.375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeNnreClv0SmMKzQVQuK6pMawplEuszW { width:4.9375rem;height:auto;top:213.125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THrmgynPSL1XW0AUwAx67MfIFA1hZepE { width:4.9375rem;height:auto;top:236.375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2cdii6ZpX4m5q6Cr2KVyMorcsaJlvOo { width:4.9375rem;height:auto;top:241.5625rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqGoX3rOAVcDSOBUCefb5G9WDVzbZ8lC { width:4.9375rem;height:auto;top:246.375rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVlAoHFQT33u7xBPlzSEX0trCCtOHsQ7 { width:4.9375rem;height:auto;top:252.8125rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgveAvqKtCFSyuRU0qncue382wrr6Bvr { width:4.9375rem;height:auto;top:257.625rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoGJDyRv17LAmZZOqgkcz4zkQZpTZkQ2 { width:4.9375rem;height:auto;top:275.875rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVdKiN3txanKSaloZLegd9MvA4K4gJEU { width:4.9375rem;height:auto;top:284rem;left:7.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhRVTnHzfKmrf16Mn3bK8IfSOfmdJx9a { width:2.5625rem;height:2.125rem;top:178.125rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfoWxAe6Z89hHXSIw9xJQbnaUbTBu1cC { width:2.5625rem;height:2.125rem;top:221.625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUxi3nKF2WIq20cKk0yaM4tLS9CHqFHh { width:2.5625rem;height:2.125rem;top:268.1875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 { display:block; }#UC4SOhEc81xXwZJWPvBJe5gK2hTknps7 > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZxqB3wdtttWMpEtg3BgF1DNaIrCM5A4 { width:20rem;height:21.5rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEsmX3wwd8xVZgwdAByUPxaEmOAvfeBg { width:20rem;height:4.6875rem;top:19.499389648438rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVz3spIZPn8s9vThIUmACPqlHbUeon4S { display:block; }
 }@media only screen and (max-width: 763px) { #GW32y8LN2Vqx8PstevEdHmWtuP4hzugr { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeboMvQIcFvOsu3cycUuesyUsqEZlblG { width:20rem;height:6.1041666666667rem;top:5.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUqTyIVWbKKv8AiZydkMuvIwcmRALEkp { width:3.75rem;height:1.5625rem;top:15.08203125rem;left:15.083333313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR458gVw9T1J6L711IJst1plGgS5ZeaJ { width:4.5625rem;height:2.0625rem;top:12.311199188233rem;left:5.3125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #gApWzrTXzq0ANXahSJ8T1lafKEDkaCXv { width:2.6875rem;height:1.5625rem;top:14.8125rem;left:5.3125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0z0nntW3SDHiWUTurztpa8Pr3XNWJ0M { width:3.1875rem;height:1.1875rem;top:15.270832061767rem;left:0.81250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyLJkuKUMq6tBTAkGUmttW2s1NGPckUo { width:4.8125rem;height:1.625rem;top:12.623699188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDhw9L5kH7lGbhOU4WQTw5yHnHguQHLF { width:4.4375rem;height:1.0625rem;top:15.395832061767rem;left:9.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezFACVdTR0kNEfnski45aq5aJ32I6oOJ { width:4.8125rem;height:1.3125rem;top:12.811199188233rem;left:9.895833313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1OHNlI5bBt7msMf78a3TrRHsSrmKJR { width:4.8125rem;height:1.3125rem;top:12.811199188233rem;left:15.186198532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW { display:block; }#T2b9ind9Q9tHDmQx3vFzuGBJlsSnI8NW > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhtJNduIrJ0eQTnTf9eDPznTcNhPGC3e { width:20rem;height:7.71484375rem;top:2.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDdK8WXKRkzi45MCG6TODRSPfCB6AsM0 { width:5rem;height:0.25rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgwbDg0OP5IrbXudvqD02AdZh0BkyoJu { width:20rem;height:29.387675rem;top:13.103515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LB1HigiSX2yuIrI09QRUEyRMA349lfvE { width:18.8125rem;height:1.5rem;top:11.603883743286rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxV8VfM4ulTVqJcSKKvy99mApEOWhVsN { width:19.125rem;height:2.599825rem;top:43.88671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fru16pvHINuBcukCz8GvpMdwWFi4g0Rt { width:20rem;height:12.625rem;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTwm64S9D3hoknKob3hBiM9RiEnVmsMy { width:20rem;height:5.66015625rem;top:55.125rem;left:0rem;font-size:0.875rem;display:block; }#LTwm64S9D3hoknKob3hBiM9RiEnVmsMy li:before{  }
 }@media only screen and (max-width: 763px) { #N0h1KlxPPIMKvIM25pkE8nfAJzDctxBl { width:3.125rem;height:3.125rem;top:43.6240234375rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH6ZN51adhBsdt7MuZhsFxSXMeHZx3a { width:3.125rem;height:3.125rem;top:52.0625rem;left:15.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsMpKwl56m3BdZWzICcB4Jg4JW0o5Wmt { width:20rem;height:7.472625rem;top:65.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkdmS4TsLMKIzAfmsBmXMTRdnaCrNdIf { width:20rem;height:1.13671875rem;top:47.798828125rem;left:0rem;font-size:0.875rem;display:block; }#wkdmS4TsLMKIzAfmsBmXMTRdnaCrNdIf li:before{  }
 }@media only screen and (max-width: 763px) { #tgGbhJXxWLnXI8LycrWtMtDsah26m0xV { display:block; }#tgGbhJXxWLnXI8LycrWtMtDsah26m0xV > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXCDGfgcks6ZLZyx3JWp35cshOD3IsZ5 { width:20rem;height:5.19965625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV { display:block; }#B0TOwuLlEKM2sg8Eb9163VVv0To4lVxV > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQvQN3KBK5OHJMd3kzc9DRJU21w8dVWd { width:20rem;height:3.849825rem;top:3.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVuoLEvo1L8WCStMgMLqQTJdGC54gfMz { width:3.125rem;height:3.125rem;top:6.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk { display:block; }#dXnfr3WhlLu1DBMVcvowKeDIvNTCzkEk > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6yhI4bvpgWK711r1SBdRwCu8frKKsNL { width:20rem;height:6.6484375rem;top:0.873046875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm { display:block; }#kz5364SmM0bZ5UWxSL93RrKr4XuLFVrm > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMOcU7XMM9mQdlVRX5iN5VtkDE8v6tyM { width:20rem;height:1.9249125rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNUc6Ba4SoT8CXPZ5hTBii5BPsVovVEa { width:3.125rem;height:3.125rem;top:4.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 { display:block; }#RnTeVydwOgUu0ZFXltKC5IHtzX7L17P3 > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghd3DceNo0l68RR3qwJOqACFblFihPrS { width:20rem;height:8.3105625rem;top:1.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot774q2p0ZOSC0THfb37hOwCEMTQqqvW { display:block; }#ot774q2p0ZOSC0THfb37hOwCEMTQqqvW > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUDp9uyzZNqDX9xlZnSkHR54PhUzznDo { width:3.124275rem;height:3.124275rem;top:5.7227325439453rem;left:8.4360539913175rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O38i2ETcxeBhy9dOJCU1K6no11awK5LL { width:20rem;height:3.849825rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o { display:block; }#KTMZ3BeAQGe7RsZKg0iBLs3La7hyqH8o > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuuTeH9hBJKGke0mdBTrRA8VVRdb2cDA { width:20rem;height:3.32465rem;top:2.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOevrcliIoC4iwCNctgCqWMgyMGuVvdv { display:none; }#sOevrcliIoC4iwCNctgCqWMgyMGuVvdv > .row .container { width:20rem;height:9.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bhfV1oOiK936PKF30xNHuxzttTvShCT8 { width:3.125rem;height:3.125rem;top:5.625rem;left:7.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNyWsTSyQyKUm0LSfIC0C2SWfzR0tmqu { width:20rem;height:3.85rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU8g88a6vBDboum0bJFAs68PH2niQynB { display:none; }#EU8g88a6vBDboum0bJFAs68PH2niQynB > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eSiRASbXGItAB7hKzpM5Hf9PaogHJAN0 { width:20rem;height:4.98779375rem;top:2.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia { display:none; }#OHR5X2RZK3iB4ZNMJfKxrw67Xeqr37ia > .row .container { width:20rem;height:9.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIMWIkTA4i8THSTpQeqdS0S27bt4QGEk { width:3.125rem;height:3.125rem;top:5.625rem;left:7.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTLTquTpT6ieU2S9qiwI9UmcFLot0fZ { width:20rem;height:3.85rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT { display:none; }#oSQZTkxesxu6U3SecLRI3h7Ce5kFyxdT > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KBLnnIkGkkN3FPRLHvC8LTXIK8LTsz1Z { width:20rem;height:3.325rem;top:2.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE { display:block; }#EGMBSzIkd2y36PtWAbtiTzZAZJ7FAmXE > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e8dba80-0499-40db-956a-1e219490a5d7/KurstaktykinadochodowareklamewInterneciebeztajemnicFacebookMetaGoogleLinkedinPinterestTiktok.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR.adaptive-delivery-prevent-bg, #TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR.lazyload, #TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR.lazyloading { background-image: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { background-color: transparent; background-image: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container > .video-iframe-container { display: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row > .video-iframe-container { display: none; }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .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); }#TIozbiVvdD3oxFLzi4re0Ty1HZ5BULqR > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD4ywQ3TKz5I1AvGzdqPHhVbswLsAJTO { width:20rem;height:1.787325rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgToQvO0dzLUugKe7zIZ1xzQWqb3OJv3 { width:20rem;height:40.6875rem;top:4.2691822052002rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QLdVxy67BrkcKHOWoLARh2bttxxcWZDc { display:block; }#QLdVxy67BrkcKHOWoLARh2bttxxcWZDc > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0NZl4k5sopQ66dLJb3bPEWIpk8XOtAI { width:20rem;height:5.199225rem;top:6.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvaccU0ZUqZltnAtd0fR2oWQ83wH8GvS { width:19.9375rem;height:4.6875rem;top:12.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UOcg5PC6gr6y87TnL298okGlOd7TeT { display:block; }
 }@media only screen and (max-width: 763px) { #OsR9SiXOKtAlNrLJWvmgfIMP3zyAK00G { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2630mWGIXukq0JRkco4xwQu5qeK45GF { width:13.1875rem;height:6.8125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg { display:block; }#Z0q7cQdZIXhNz5Ewi1v7y4DS8CyHqTtg > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR5dezlJwK9hAnB7hvCVMZinTCm6QB8e { width:20rem;height:7.1484375rem;top:0.51297950744629rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbEeVAIsKHEp3ABCFIPi9fqBVTymwpmV { width:19.99925rem;height:3.849825rem;top:34.580379486084rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-form-header {  }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:#4385f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-container:first-of-type{padding-top:0;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-container:last-of-type{padding-bottom:0;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:9.00004196167rem;z-index:15003; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 .widget-info-text { display:block;height:auto;font-family:lato;font-size:2.125rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 {display:block;}#hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:9.00004196167rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #qPEfx0q4H5u61z9VJLb0vQgN3RWIJlHc {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #HEPc2ONaRnRuVFHdBUkmIf9A79thVzCT { display:block; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #cIdOORM3QhaEMlAzXJG5iFWJmkn37MGF {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #SC3zlLalS6Hxdvli790hq0TlzF3i0iDv {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #sN3Rar6vPEWldsJarpHw0gTAmSMNmAaB { display:block; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #AEpedR7CFCx6IV3N5fvcSg6E22bdDWAn {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #bkkmOF0PzFbXaeEADFUQIayGqmxAMtCA {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #iB6gVmgTXz5tB2ucLQ7fzZiUkC91tbWa { display:block; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #FHuKzWPLUfzCV0xJL7hQ0TwQTfyUEZev {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #l8UlRDXtUK7zU8ThUekk7qUZpWAmXnHC {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #CkUiu74nef7P4xVqPSJUBElNHyupwRHf { display:block; }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #TsmRW9fnISNqExEt96uNuHC4CxMNdhAc {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #U9etChMDPq5lEAEvCfdTu7pIgo3JiT4y {  }
 }@media only screen and (max-width: 763px) { #hkC2vqd1E6GTgdiwDwGvwzJUbWT5lLc5 #ifTn9PLrlVOJ6CMvo8KCmzGEpqAWKzGA {  }
 }@media only screen and (max-width: 763px) { #fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { display:block; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phmdr09dfFLerI66bEMlMX0sHFX2Pph4 { width:20rem;height:0.89375rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uS4D5mmUAsUS4BsesOyphMG6vVuVfi96 { width:6.8125rem;height:0.89375rem;top:3.33203125rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omoWXPzy3QaT1F4ENlhKySzgFGQaCy0G { width:3.8125rem;height:0.89375rem;top:5.4140625rem;left:8.0625rem;font-size:0.6875rem;display:block; }
 }