.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:229,244,247;--color-primary-1:178,221,232;--color-primary-2:127,199,217;--color-primary-3:3,152,158;--color-primary-4:25,40,43;--color-secondary-0:224,225,228;--color-secondary-1:163,166,173;--color-secondary-2:102,107,119;--color-secondary-3:61,64,71;--color-secondary-4:0,8,28;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1035;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { background-color: transparent; background-image: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { border-width: 0; border-radius: 0; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.125rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#UfhJU9NeP9lK26vUyzB7eVWEhP04Ab9b { background-color:#f24587;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.78125rem;left:58.375rem;display:block; }
#PX8TIlzRDclXfqT6aJLoNfpBihvxgKKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/48ae1193-3c09-4357-b608-50459cfad286/Zamawiamykawe2026cyklspotkan1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { border-width: 0; border-radius: 0; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;overflow:visible;position:relative;display:block; }#eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0.625rem;height:1.70625rem;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; }
#olR0CJww02tqnJIwCic5TdUL4rC1yOhm { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:13.5185546875rem;left:0rem;height:11.5375rem;font-style:normal;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; }
#CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:26.25rem;left:0rem;height:4rem;font-style:normal;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; }
#mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { background-color:#f24587;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.3125rem;left:0rem;display:block; }
#b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f24587, #f24587);background-image: -moz-linear-gradient(178deg, #f24587, #f24587);background-image: -ms-linear-gradient(178deg, #f24587, #f24587);background-image: -o-linear-gradient(178deg, #f24587, #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24587', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24587', endColorstr='#f24587' );";background-image: linear-gradient(178deg, #f24587, #f24587);background-size:contain !important;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:2.875rem;left:0rem;z-index:15003; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq { width:auto; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
#zuZnNtIt0Ne3K5bARGGEZ2MPikmE6dnE { color:rgba(var(--color-primary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:0.625rem;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;font-style:normal;display:block; }
#oNaTtLwc30d3xWfTQB5M0b1tfyOxauXb { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.29296875rem;left:0rem;height:1.70625rem;display:block; }
#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12869b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { background-color: transparent; background-image: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .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); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { border-width: 0; border-radius: 0; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;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; }
#nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #12869b, #0f1035);background-image: -moz-linear-gradient(180deg, #12869b, #0f1035);background-image: -ms-linear-gradient(180deg, #12869b, #0f1035);background-image: -o-linear-gradient(180deg, #12869b, #0f1035);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12869b', endColorstr='#0f1035' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12869b', endColorstr='#0f1035' );";background-image: linear-gradient(180deg, #12869b, #0f1035);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { background-color: transparent; background-image: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .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); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { border-width: 0; border-radius: 0; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.875rem;left:3.3125rem;height:1.625rem;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; }
#milG0GuPhRRorna0nSzH8xatRP3dWSKf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:22.3125rem;left:3.375rem;height:1.35rem;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; }
#cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:27.0625rem;left:3.375rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;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; }
#QaWmfC942buZCExDlmrdDVsNi0soCRzw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.9375rem;left:27.375rem;height:1.625rem;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; }
#hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:22.5rem;left:27.375rem;height:1.35rem;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; }
#NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.125rem;left:27.375rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;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; }
#UPtbizcgX8EsKlOBU1yK0NmvyVMP56A4 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:19.75rem;top:1.75rem;left:3.1875rem;overflow:hidden;display:block; }
#tVoWdK4RelBg2wOqHunk4roFGyO1NQZO { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:19.75rem;top:1.8125rem;left:27.625rem;overflow:hidden;display:block; }
#HfDHkIZVdKx1BZJsXnVS0gZgTEPv2wUq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.9375rem;left:55.25rem;height:1.625rem;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; }
#JXiINtq8MDVBCJzKDZCopSCkiim4icMP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:22.3125rem;left:55.25rem;height:1.35rem;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; }
#Cz7KI9BUKVnItZyqHR6Ts20O9mVNTbBM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:27.125rem;left:55.4375rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;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; }
#ItpA0qHMIT4KLaP3DqbzvRegPqrTEeN8 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.1875rem;top:24.15625rem;left:27.375rem;display:block; }
#pNJSxIHNVn6TNdQqdvryX8yTPSmnUKEi { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.1875rem;top:24.15625rem;left:3.3125rem;display:block; }
#a0BJlIxwtO15TCMuq12L01sGi4hWSzUK { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.1875rem;top:24.15625rem;left:55.25rem;display:block; }
#EdXPc20WcnfX8UmJZ5q797pfIcr3LgW4 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:19.75rem;top:1.8125rem;left:52.96875rem;overflow:hidden;display:block; }
#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container { background-color: transparent; background-image: none; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container > .video-iframe-container { display: none; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row > .video-iframe-container { display: none; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .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); }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container { border-width: 0; border-radius: 0; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container { font-size:0.875rem;font-family:arial;height:79.5625rem;width:75rem;position:relative;display:block; }#L92y0IkEPhFFTBqsyRnNMpIFeIRfJwiV { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #12869b, #000037);background-image: -moz-linear-gradient(180deg, #12869b, #000037);background-image: -ms-linear-gradient(180deg, #12869b, #000037);background-image: -o-linear-gradient(180deg, #12869b, #000037);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12869b', endColorstr='#000037' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12869b', endColorstr='#000037' );";background-image: linear-gradient(180deg, #12869b, #000037);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:32.75rem;width:60rem;top:12.4375rem;left:8.1875rem;display:block; }
#vBbmv6ZvUJQ7wXVAFF8xeQGTVWoawXpQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16rem;left:25.875rem; }
#OZoRUEHrcJ1uJM1SoG1q5vb9rGaOgTzW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:21.5rem;left:19rem;height:1.65rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LqCshscXG25uo6acHsethCtKGVtdCuGy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:21.5rem;left:38.96875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wqIIgGIZf15NuyknSrx7m38aS5PG6Kba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.875rem;left:45.8125rem; }
#aTcP5lSk4aimxDQqVQpWGro6wdacprrJ { position:absolute;display:block;z-index:15014;background-color:#f24587;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:14.96875rem;left:24.84375rem;display:block; }
#MTBOR4aaF4iH73g6KhyIIUb3CbrEdZCQ { position:absolute;display:block;z-index:15010;background-color:#f24587;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:14.96875rem;left:44.90625rem;display:block; }
#vVxRgqUlME1xayukpfMZwlnSrwCOd27X { color:rgba(var(--color-primary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:27.125rem;left:19rem;height:11.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vVxRgqUlME1xayukpfMZwlnSrwCOd27X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vVxRgqUlME1xayukpfMZwlnSrwCOd27X li:before{  }
#GX110VLwf6R2uFVcUfTCJhkRaEqbqA6a { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.3125rem;width:16.875rem;top:25.0625rem;left:18.0625rem;display:block; }
#MBvri6wMntftE8EgeJ0TETxXuuSfUECD { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.3125rem;width:16.875rem;top:25.0625rem;left:38.96875rem;display:block; }
#tFfKuXA9q0dX6nZnn9Scn8WpQ73ZOJcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:8.125rem;height:;text-align:center;text-align-last:center;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; }
#znzVDahTVnnytNiWWaeIgTqgudwmFP7o { color:rgba(var(--color-primary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:25.65625rem;left:39.875rem;height:14.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#znzVDahTVnnytNiWWaeIgTqgudwmFP7o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#znzVDahTVnnytNiWWaeIgTqgudwmFP7o li:before{  }
#ZAqnnyIpiVHrzwOvnATM8ObnaQWKDuGr { color:rgba(var(--color-tertiary-4),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:47.125rem;left:8.125rem;height:3.4125rem;text-align:center;text-align-last:center;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; }
#Fd5g7JXLOS3saKdTFhZT1TlEWBTc7CHK { color:#000037;display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:53.3125rem;left:10.46875rem;height:1.65rem;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;font-style:normal;display:block; }
#L5k1lPrmkzqgRIix9nWS6p30WKM0iawT { color:#000037;display:block;width:53.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:56.1708984375rem;left:10.8740234375rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#L5k1lPrmkzqgRIix9nWS6p30WKM0iawT li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#L5k1lPrmkzqgRIix9nWS6p30WKM0iawT li:before{  }
#uySr7lAoAvWqPhrKANlOAsU96g6ItTyB { color:#000037;display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:64.875rem;left:10.46875rem;height:1.65rem;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;font-style:normal;display:block; }
#VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX { color:#000037;display:block;width:53.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:68.5625rem;left:10.46875rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX li:before{  }
#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12869b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container { background-color: transparent; background-image: none; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container > .video-iframe-container { display: none; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row > .video-iframe-container { display: none; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .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); }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container { border-width: 0; border-radius: 0; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#nBTHTRA99pHcunBRgfL7sE4xNQ8OnGWP { color:rgba(var(--color-secondary-4),0.79);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.48046875rem;left:-0.0625rem;height:3.4125rem;text-align:center;text-align-last:center;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; }
#sJUuwQlQ0pa2nz5m3idqbxCTb0dxzJwe { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:;text-align:center;text-align-last:center;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; }
#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #12869b, #0f1035);background-image: -moz-linear-gradient(180deg, #12869b, #0f1035);background-image: -ms-linear-gradient(180deg, #12869b, #0f1035);background-image: -o-linear-gradient(180deg, #12869b, #0f1035);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12869b', endColorstr='#0f1035' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12869b', endColorstr='#0f1035' );";background-image: linear-gradient(180deg, #12869b, #0f1035);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { background-color: transparent; background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .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); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { border-width: 0; border-radius: 0; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { font-size:0.875rem;font-family:arial;height:84.8125rem;width:75rem;position:relative;display:block; }#TRBUq1LyNX7qK0Xm3wb3LqJOxArsp9vQ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:67.625rem;width:0.125rem;top:2.6875rem;left:38.0625rem;display:block; }
#pPzf5FSnqnHiXGsDVLIyM0Nwf4T8bG3b { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:4.375rem;left:37rem;display:block; }
#NfTg4UzaoQ0hUbIHk4B1mK0uztX8o99T { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.125rem;height:;text-align:right;text-align-last:right;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; }
#ZF8GiqTifnEahRea7TRcHrImqNQwyH2X { background-color:#f24587;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:4rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:7.5625rem;left:13.125rem;display:block; }
#BU2z4ZTALmO09UUWx07cTeFXBR9NhHuX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCmeJCSE0OdXREwtheRKKrOBTBUpWFBg { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:14.5625rem;left:37rem;display:block; }
#DBBqUQRAKUOB3Q8v4hSg2teLkIJTub6T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:40.6875rem;height:2.1125rem;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; }
#apDNB5BepBoZdodroioRSonTBEloFoT7 { background-color:#f24587;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:17.8125rem;left:40.6875rem;display:block; }
#b1fFZDFI63E6n2OTNDlQe7Tm2gv7PrH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeAPIEnfOeylKUwNWqIDSZztdrQDdFKa { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:24.5625rem;left:37rem;display:block; }
#naZHPDADrRgcOVwqTRC0xrHq5I8LB2rm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.4375rem;left:20.125rem;height:2.1125rem;text-align:right;text-align-last:right;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; }
#hOcgeKApZWEi3GeUd0kMLpd3d10GqbK8 { background-color:#f24587;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:27.125rem;left:16.3125rem;display:block; }
#l8tqDT1T8d4Qoo7zOg2z6il0rTbVOkvP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VI68N53Qd0fUeRdPz2t3L5fs9wTa5Ef6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33rem;left:40.6875rem;height:2.1125rem;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; }
#OrKWp8sOXRtPF8cT1E4JgiCmvDQ9lygr { background-color:#f24587;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:36.375rem;left:40.6875rem;display:block; }
#FbUmyXXCTJRJ48GN4aMkEX1n2eyb7POd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksJudZc6bku0qXRXqN94A0T3HVl7WZS3 { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:33.1181640625rem;left:37rem;display:block; }
#nPJmzt0NI3hSTRBTTJ0Da5gwQR5RFKdT { background-color:#f24587;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:43.8125rem;left:16.3125rem;display:block; }
#Sqt7F1fpOJCaIo10ah1V8JrKK28keOT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ibrU40r6K5zMCHtve5zxZ9TQ4nmvdysB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.125rem;left:20.125rem;height:2.1125rem;text-align:right;text-align-last:right;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; }
#WwyQ4m3T798TqFTQDU74wCqXGAEBT3sM { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:41.2431640625rem;left:37.0625rem;display:block; }
#CoZ1I4zfmseETQuCGQTywbO2lABRyVCn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:49.6875rem;left:40.6875rem;height:2.1125rem;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; }
#JcblP87rT1n5OC4Z3WmcNa7NZGX6T4R7 { background-color:#f24587;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:53.0625rem;left:40.6875rem;display:block; }
#oQxPETevvSVHtrnBkpvoAZHETTDNlePt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hoNCCVbQ0Piszt129uNUTuKqWEZsJqof { position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:49.8056640625rem;left:37.0625rem;display:block; }
#G0ckE2u9fum73zT7vbIsyN8phDbh1FFr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:57.875rem;left:20.125rem;height:;text-align:right;text-align-last:right;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; }
#brT2muTw55TvvA40Z0dK5mTxEupPUzMr { background-color:#f24587;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:60.5625rem;left:16.3125rem;display:block; }
#MGVTZAznyASLmUGsPTMII2ln2IwOGfoI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2cVn3nulrl37RHqh2HErQUuEoFCde9O { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:57.9931640625rem;left:37.125rem;display:block; }
#pfKhe5t1Eopw4RqJfHkMNdW9DZUd30KA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:66.25rem;left:40.6875rem;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; }
#Tgke4K4GwdA7v6gyu53FTNMvz8VNJkMt { background-color:#f24587;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:4rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:69.625rem;left:40.6875rem;display:block; }
#RhzsOk1acQWQsso5kaJbtGNP43KAcsyB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7xISkN7rkB0UmrgtHhz2ECy5A76MPna { position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:66.125rem;left:37.1875rem;display:block; }
#Xd4htHe57kOO8adrLmOuA84G5wRInScV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1035;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { background-color: transparent; background-image: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container > .video-iframe-container { display: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container { display: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .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); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { border-width: 0; border-radius: 0; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#ACxz7fkhgVzqrHkIpMm4m5ZbhX0DsOay { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:10.875rem;top:6.025390625rem;left:0rem;overflow:hidden;display:block; }
#Sy4WZZygTmmGuzpkbwbXia9STpE3i2RN { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5615rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.4296875rem;left:51.4384765625rem;height:5.2rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { background-color: transparent; background-image: none; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container > .video-iframe-container { display: none; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row > .video-iframe-container { display: none; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .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); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { border-width: 0; border-radius: 0; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#hSH0St3BTwC5wAbmFZlJkMBlJA3zAf0s { color:#000037;display:block;width:25.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.537109375rem;left:0rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.75rem;left:61.062500953674rem; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#h48BCJ1B3odlDUx1suXAKRVT1DArinVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.75rem;left:67.000000953675rem; }
#h48BCJ1B3odlDUx1suXAKRVT1DArinVT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.6875rem;left:72.375rem; }
#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { background-color: transparent; background-image: none; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container > .video-iframe-container { display: none; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row > .video-iframe-container { display: none; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .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); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { border-width: 0; border-radius: 0; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#iBHcNFeS8NTn50mwJJ5hSHhTQsgQrPfK { color:rgba(var(--color-tertiary-4),1);display:block;width:49.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.57421875rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { width:6.125rem;height:2.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfhJU9NeP9lK26vUyzB7eVWEhP04Ab9b { width:15.0625rem;height:2.75rem;top:0.75rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX8TIlzRDclXfqT6aJLoNfpBihvxgKKW { display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { top:11.8125rem;left:0rem;width:27.8125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olR0CJww02tqnJIwCic5TdUL4rC1yOhm { top:13.5rem;left:0rem;width:39.9375rem;height:11.5625rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { top:26.25rem;left:0rem;width:27.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { width:18.9375rem;height:3.5625rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { width:18rem;height:5.0625rem;display:flex;top:2.6875rem;left:0rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #zuZnNtIt0Ne3K5bARGGEZ2MPikmE6dnE { top:1.625rem;left:0rem;width:27.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNaTtLwc30d3xWfTQB5M0b1tfyOxauXb { width:41.375rem;height:1.6875rem;top:11.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { top:2.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { top:7.8125rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { top:19.875rem;left:0rem;width:16.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #milG0GuPhRRorna0nSzH8xatRP3dWSKf { top:22.3125rem;left:0rem;width:19.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { top:27.0625rem;left:0rem;width:19.4375rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaWmfC942buZCExDlmrdDVsNi0soCRzw { top:19.9375rem;left:13.75rem;width:18.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { top:22.5rem;left:13.75rem;width:22.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { top:27.125rem;left:13.75rem;width:25.125rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPtbizcgX8EsKlOBU1yK0NmvyVMP56A4 { width:19.75rem;height:19.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVoWdK4RelBg2wOqHunk4roFGyO1NQZO { width:19.75rem;height:19.75rem;top:1.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfDHkIZVdKx1BZJsXnVS0gZgTEPv2wUq { top:19.9375rem;left:30.9375rem;width:16.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXiINtq8MDVBCJzKDZCopSCkiim4icMP { top:22.3125rem;left:28.5625rem;width:19.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz7KI9BUKVnItZyqHR6Ts20O9mVNTbBM { top:27.125rem;left:28.3125rem;width:19.4375rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItpA0qHMIT4KLaP3DqbzvRegPqrTEeN8 { top:24.125rem;left:13.75rem;width:15.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNJSxIHNVn6TNdQqdvryX8yTPSmnUKEi { top:24.125rem;left:0rem;width:15.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0BJlIxwtO15TCMuq12L01sGi4hWSzUK { top:24.125rem;left:32.5625rem;width:15.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdXPc20WcnfX8UmJZ5q797pfIcr3LgW4 { width:19.75rem;height:19.75rem;top:1.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq { display:block; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L92y0IkEPhFFTBqsyRnNMpIFeIRfJwiV { top:12.4375rem;left:0rem;width:47.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBbmv6ZvUJQ7wXVAFF8xeQGTVWoawXpQ { top:16rem;left:12.25rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZoRUEHrcJ1uJM1SoG1q5vb9rGaOgTzW { top:21.5rem;left:5.375rem;width:16.9375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqCshscXG25uo6acHsethCtKGVtdCuGy { top:21.5rem;left:25.34375rem;width:17.125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqIIgGIZf15NuyknSrx7m38aS5PG6Kba { top:15.875rem;left:32.1875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTcP5lSk4aimxDQqVQpWGro6wdacprrJ { top:14.9375rem;left:11.21875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTBOR4aaF4iH73g6KhyIIUb3CbrEdZCQ { top:14.9375rem;left:31.28125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVxRgqUlME1xayukpfMZwlnSrwCOd27X { top:27.125rem;left:5.375rem;width:15.4375rem;height:11.4375rem;font-size:0.9375rem;display:block; }#vVxRgqUlME1xayukpfMZwlnSrwCOd27X li:before{  }
 }@media only screen and (max-width: 763px) { #GX110VLwf6R2uFVcUfTCJhkRaEqbqA6a { top:25.0625rem;left:4.4375rem;width:16.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBvri6wMntftE8EgeJ0TETxXuuSfUECD { top:25.0625rem;left:25.34375rem;width:16.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFfKuXA9q0dX6nZnn9Scn8WpQ73ZOJcZ { top:4.8125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znzVDahTVnnytNiWWaeIgTqgudwmFP7o { top:25.625rem;left:26.25rem;width:15.4375rem;height:14.375rem;font-size:0.9375rem;display:block; }#znzVDahTVnnytNiWWaeIgTqgudwmFP7o li:before{  }
 }@media only screen and (max-width: 763px) { #ZAqnnyIpiVHrzwOvnATM8ObnaQWKDuGr { top:47.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd5g7JXLOS3saKdTFhZT1TlEWBTc7CHK { top:53.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5k1lPrmkzqgRIix9nWS6p30WKM0iawT { top:56.125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.9375rem;display:block; }#L5k1lPrmkzqgRIix9nWS6p30WKM0iawT li:before{  }
 }@media only screen and (max-width: 763px) { #uySr7lAoAvWqPhrKANlOAsU96g6ItTyB { top:64.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX { top:68.5625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:0.9375rem;display:block; }#VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX li:before{  }
 }@media only screen and (max-width: 763px) { #JsmcFtQouA9BrSNadkNTshf8SKpcF4hD { display:block; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBTHTRA99pHcunBRgfL7sE4xNQ8OnGWP { top:1.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJUuwQlQ0pa2nz5m3idqbxCTb0dxzJwe { top:6rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRBUq1LyNX7qK0Xm3wb3LqJOxArsp9vQ { top:2.6875rem;left:24.4375rem;width:0.125rem;height:67.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPzf5FSnqnHiXGsDVLIyM0Nwf4T8bG3b { top:4.375rem;left:23.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTg4UzaoQ0hUbIHk4B1mK0uztX8o99T { top:4.25rem;left:6.5rem;width:15.0625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF8GiqTifnEahRea7TRcHrImqNQwyH2X { width:21.8125rem;height:4rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU2z4ZTALmO09UUWx07cTeFXBR9NhHuX { display:block; }
 }@media only screen and (max-width: 763px) { #OCmeJCSE0OdXREwtheRKKrOBTBUpWFBg { top:14.5625rem;left:23.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBBqUQRAKUOB3Q8v4hSg2teLkIJTub6T { top:14.4375rem;left:27.0625rem;width:16.1875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apDNB5BepBoZdodroioRSonTBEloFoT7 { width:18.9375rem;height:4rem;top:17.8125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1fFZDFI63E6n2OTNDlQe7Tm2gv7PrH0 { display:block; }
 }@media only screen and (max-width: 763px) { #MeAPIEnfOeylKUwNWqIDSZztdrQDdFKa { top:24.5625rem;left:23.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naZHPDADrRgcOVwqTRC0xrHq5I8LB2rm { top:24.4375rem;left:6.5rem;width:15.0625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOcgeKApZWEi3GeUd0kMLpd3d10GqbK8 { width:18.9375rem;height:4rem;top:27.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8tqDT1T8d4Qoo7zOg2z6il0rTbVOkvP { display:block; }
 }@media only screen and (max-width: 763px) { #VI68N53Qd0fUeRdPz2t3L5fs9wTa5Ef6 { top:33rem;left:27.0625rem;width:16.1875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrKWp8sOXRtPF8cT1E4JgiCmvDQ9lygr { width:18.9375rem;height:4rem;top:36.375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbUmyXXCTJRJ48GN4aMkEX1n2eyb7POd { display:block; }
 }@media only screen and (max-width: 763px) { #ksJudZc6bku0qXRXqN94A0T3HVl7WZS3 { top:33.0625rem;left:23.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPJmzt0NI3hSTRBTTJ0Da5gwQR5RFKdT { width:18.9375rem;height:4rem;top:43.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqt7F1fpOJCaIo10ah1V8JrKK28keOT7 { display:block; }
 }@media only screen and (max-width: 763px) { #ibrU40r6K5zMCHtve5zxZ9TQ4nmvdysB { top:41.125rem;left:6.5rem;width:15.0625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwyQ4m3T798TqFTQDU74wCqXGAEBT3sM { top:41.1875rem;left:23.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoZ1I4zfmseETQuCGQTywbO2lABRyVCn { top:49.6875rem;left:27.0625rem;width:16.1875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcblP87rT1n5OC4Z3WmcNa7NZGX6T4R7 { width:18.9375rem;height:4rem;top:53.0625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQxPETevvSVHtrnBkpvoAZHETTDNlePt { display:block; }
 }@media only screen and (max-width: 763px) { #hoNCCVbQ0Piszt129uNUTuKqWEZsJqof { top:49.75rem;left:23.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ckE2u9fum73zT7vbIsyN8phDbh1FFr { top:57.875rem;left:6.5rem;width:15.0625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brT2muTw55TvvA40Z0dK5mTxEupPUzMr { width:18.9375rem;height:4rem;top:60.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGVTZAznyASLmUGsPTMII2ln2IwOGfoI { display:block; }
 }@media only screen and (max-width: 763px) { #A2cVn3nulrl37RHqh2HErQUuEoFCde9O { top:57.9375rem;left:23.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfKhe5t1Eopw4RqJfHkMNdW9DZUd30KA { top:66.25rem;left:27.0625rem;width:16.1875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgke4K4GwdA7v6gyu53FTNMvz8VNJkMt { width:21.8125rem;height:4rem;top:69.625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhzsOk1acQWQsso5kaJbtGNP43KAcsyB { display:block; }
 }@media only screen and (max-width: 763px) { #A7xISkN7rkB0UmrgtHhz2ECy5A76MPna { top:66.125rem;left:23.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4htHe57kOO8adrLmOuA84G5wRInScV { display:block; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACxz7fkhgVzqrHkIpMm4m5ZbhX0DsOay { width:10.875rem;height:1.4375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4WZZygTmmGuzpkbwbXia9STpE3i2RN { width:23.5rem;height:5.1875rem;top:4.375rem;left:24.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r { display:block; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSH0St3BTwC5wAbmFZlJkMBlJA3zAf0s { width:25.5625rem;height:1.25rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX { width:2.625rem;height:2.625rem;top:1.75rem;left:45.125rem;display:block; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #h48BCJ1B3odlDUx1suXAKRVT1DArinVT { width:2.5625rem;height:2.5625rem;top:1.75rem;left:45.1875rem;display:block; }
#h48BCJ1B3odlDUx1suXAKRVT1DArinVT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 { width:2.625rem;height:2.625rem;top:1.6875rem;left:45.125rem;display:block; }
#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg { display:block; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBHcNFeS8NTn50mwJJ5hSHhTQsgQrPfK { width:47.75rem;height:0.9375rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;background-color:transparent;background-image:none;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { position:relative;z-index:auto;display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { width:7.25rem;height:2.5rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfhJU9NeP9lK26vUyzB7eVWEhP04Ab9b { width:15.0625rem;height:2.75rem;top:3.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX8TIlzRDclXfqT6aJLoNfpBihvxgKKW { display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2d1849dc-c0ee-45de-b58c-a577df2490cb/Zamawiamykawe2026grafikiFilmnatelefon.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { width:17.8125rem;height:1.625rem;top:0.978515625rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olR0CJww02tqnJIwCic5TdUL4rC1yOhm { width:18.75rem;height:5.3625rem;top:4.2431640625rem;left:0.625rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { width:18.5625rem;height:5.4rem;top:30.228515625rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { width:16.8125rem;height:3.5625rem;top:36.34375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { width:18rem;height:5.0625rem;display:flex;top:3.5rem;left:3.494140625rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #zuZnNtIt0Ne3K5bARGGEZ2MPikmE6dnE { width:20rem;height:0;top:1.63671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNaTtLwc30d3xWfTQB5M0b1tfyOxauXb { width:20rem;height:1.70625rem;top:1.603515625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { width:20rem;height:8.2875rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { width:19.875rem;height:3.25rem;top:1.8466796875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { width:16.875rem;height:1.625rem;top:16.9375rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #milG0GuPhRRorna0nSzH8xatRP3dWSKf { width:14.0625rem;height:2.7rem;top:18.875rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { width:20rem;height:0;top:28.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaWmfC942buZCExDlmrdDVsNi0soCRzw { width:16.8105625rem;height:1.625rem;top:37.8740234375rem;left:1.46875rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { width:12.1875rem;height:1.35rem;top:39.4990234375rem;left:1.5625rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { width:20rem;height:0;top:70.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPtbizcgX8EsKlOBU1yK0NmvyVMP56A4 { width:19.75rem;height:19.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVoWdK4RelBg2wOqHunk4roFGyO1NQZO { width:19.75rem;height:19.75rem;top:20.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfDHkIZVdKx1BZJsXnVS0gZgTEPv2wUq { width:16.8125rem;height:1.625rem;top:58.5361328125rem;left:1.59375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JXiINtq8MDVBCJzKDZCopSCkiim4icMP { width:14.9375rem;height:2.7rem;top:60.1611328125rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cz7KI9BUKVnItZyqHR6Ts20O9mVNTbBM { width:19.4375rem;height:auto;top:27.125rem;left:0.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItpA0qHMIT4KLaP3DqbzvRegPqrTEeN8 { width:15.1875rem;height:0.125rem;top:24.125rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNJSxIHNVn6TNdQqdvryX8yTPSmnUKEi { width:15.1875rem;height:0.125rem;top:24.125rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0BJlIxwtO15TCMuq12L01sGi4hWSzUK { width:15.1875rem;height:0.125rem;top:64.4423859375rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdXPc20WcnfX8UmJZ5q797pfIcr3LgW4 { width:19.75rem;height:19.75rem;top:39.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq { display:block; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container { width:20rem;height:100.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L92y0IkEPhFFTBqsyRnNMpIFeIRfJwiV { width:19.875rem;height:51.875rem;top:6.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBbmv6ZvUJQ7wXVAFF8xeQGTVWoawXpQ { display:flex;width:3.1875rem;height:3.1875rem;top:8.912109375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #OZoRUEHrcJ1uJM1SoG1q5vb9rGaOgTzW { width:10.9375rem;height:1.35rem;top:9.830078125rem;left:7.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LqCshscXG25uo6acHsethCtKGVtdCuGy { width:11.125rem;height:1.35rem;top:32.7626953125rem;left:7.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqIIgGIZf15NuyknSrx7m38aS5PG6Kba { display:flex;width:3.3125rem;height:3.3125rem;top:31.78125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #aTcP5lSk4aimxDQqVQpWGro6wdacprrJ { width:5rem;height:5rem;top:7.875rem;left:1.0625rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #MTBOR4aaF4iH73g6KhyIIUb3CbrEdZCQ { width:5rem;height:5rem;top:30.8125rem;left:1.03125rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #vVxRgqUlME1xayukpfMZwlnSrwCOd27X { width:15.4375rem;height:11.4375rem;top:15.59375rem;left:2.28125rem;font-size:0.9375rem;display:block; }#vVxRgqUlME1xayukpfMZwlnSrwCOd27X li:before{  }
 }@media only screen and (max-width: 763px) { #GX110VLwf6R2uFVcUfTCJhkRaEqbqA6a { width:16.875rem;height:14.375rem;top:14rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBvri6wMntftE8EgeJ0TETxXuuSfUECD { width:16.9375rem;height:16.4375rem;top:37.7861328125rem;left:1.40625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #tFfKuXA9q0dX6nZnn9Scn8WpQ73ZOJcZ { width:15.75rem;height:3.7375rem;top:1.5rem;left:2.125rem;font-size:1.4375rem;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #znzVDahTVnnytNiWWaeIgTqgudwmFP7o { width:15.4365rem;height:14.375rem;top:38.9423828125rem;left:2.2802734375rem;font-size:0.9375rem;display:block; }#znzVDahTVnnytNiWWaeIgTqgudwmFP7o li:before{  }
 }@media only screen and (max-width: 763px) { #ZAqnnyIpiVHrzwOvnATM8ObnaQWKDuGr { width:20rem;height:1.86875rem;top:60.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd5g7JXLOS3saKdTFhZT1TlEWBTc7CHK { width:20rem;height:2.7rem;top:65.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5k1lPrmkzqgRIix9nWS6p30WKM0iawT { width:20rem;height:8.0625rem;top:70.375rem;left:0rem;font-size:0.9375rem;display:block; }#L5k1lPrmkzqgRIix9nWS6p30WKM0iawT li:before{  }
 }@media only screen and (max-width: 763px) { #uySr7lAoAvWqPhrKANlOAsU96g6ItTyB { width:20rem;height:4.05rem;top:81.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX { width:20rem;height:8.875rem;top:88rem;left:0rem;font-size:0.9375rem;display:block; }#VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX li:before{  }
 }@media only screen and (max-width: 763px) { #JsmcFtQouA9BrSNadkNTshf8SKpcF4hD { display:block; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBTHTRA99pHcunBRgfL7sE4xNQ8OnGWP { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJUuwQlQ0pa2nz5m3idqbxCTb0dxzJwe { width:20rem;height:2.7625rem;top:5.0996125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #12869b, #000037);background-image: -moz-linear-gradient(180deg, #12869b, #000037);background-image: -ms-linear-gradient(180deg, #12869b, #000037);background-image: -o-linear-gradient(180deg, #12869b, #000037);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12869b', endColorstr='#000037' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12869b', endColorstr='#000037' );";background-image: linear-gradient(180deg, #12869b, #000037);background-size:cover !important;display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { background-color: transparent; background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .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); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { width:20rem;height:94.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRBUq1LyNX7qK0Xm3wb3LqJOxArsp9vQ { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPzf5FSnqnHiXGsDVLIyM0Nwf4T8bG3b { width:1.875rem;height:1.875rem;top:1.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTg4UzaoQ0hUbIHk4B1mK0uztX8o99T { width:15.0625rem;height:1.86875rem;top:4.0625rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZF8GiqTifnEahRea7TRcHrImqNQwyH2X { width:18.9375rem;height:4rem;top:7.375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU2z4ZTALmO09UUWx07cTeFXBR9NhHuX { display:block; }
 }@media only screen and (max-width: 763px) { #OCmeJCSE0OdXREwtheRKKrOBTBUpWFBg { width:1.875rem;height:1.875rem;top:12.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBBqUQRAKUOB3Q8v4hSg2teLkIJTub6T { width:16.1875rem;height:1.86875rem;top:15.3125rem;left:1.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apDNB5BepBoZdodroioRSonTBEloFoT7 { width:18.9375rem;height:4rem;top:18.4375rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1fFZDFI63E6n2OTNDlQe7Tm2gv7PrH0 { display:block; }
 }@media only screen and (max-width: 763px) { #MeAPIEnfOeylKUwNWqIDSZztdrQDdFKa { width:1.875rem;height:1.875rem;top:24.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naZHPDADrRgcOVwqTRC0xrHq5I8LB2rm { width:15.0625rem;height:1.86875rem;top:27.9375rem;left:2.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOcgeKApZWEi3GeUd0kMLpd3d10GqbK8 { width:18.9375rem;height:4rem;top:31.0546875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8tqDT1T8d4Qoo7zOg2z6il0rTbVOkvP { display:block; }
 }@media only screen and (max-width: 763px) { #VI68N53Qd0fUeRdPz2t3L5fs9wTa5Ef6 { width:16.1875rem;height:1.86875rem;top:39.4296875rem;left:1.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrKWp8sOXRtPF8cT1E4JgiCmvDQ9lygr { width:18.9375rem;height:4rem;top:42.546875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbUmyXXCTJRJ48GN4aMkEX1n2eyb7POd { display:block; }
 }@media only screen and (max-width: 763px) { #ksJudZc6bku0qXRXqN94A0T3HVl7WZS3 { width:1.875rem;height:1.875rem;top:36.3046875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPJmzt0NI3hSTRBTTJ0Da5gwQR5RFKdT { width:18.9375rem;height:4rem;top:54.0390625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqt7F1fpOJCaIo10ah1V8JrKK28keOT7 { display:block; }
 }@media only screen and (max-width: 763px) { #ibrU40r6K5zMCHtve5zxZ9TQ4nmvdysB { width:15.0625rem;height:1.86875rem;top:47.796875rem;left:2.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WwyQ4m3T798TqFTQDU74wCqXGAEBT3sM { width:1.875rem;height:1.875rem;top:50.9140625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoZ1I4zfmseETQuCGQTywbO2lABRyVCn { width:16.1875rem;height:1.86875rem;top:62.4140625rem;left:1.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcblP87rT1n5OC4Z3WmcNa7NZGX6T4R7 { width:18.9375rem;height:4rem;top:65.53125rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQxPETevvSVHtrnBkpvoAZHETTDNlePt { display:block; }
 }@media only screen and (max-width: 763px) { #hoNCCVbQ0Piszt129uNUTuKqWEZsJqof { width:1.875rem;height:1.875rem;top:59.2890625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ckE2u9fum73zT7vbIsyN8phDbh1FFr { width:15.0625rem;height:1.86875rem;top:70.78125rem;left:2.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brT2muTw55TvvA40Z0dK5mTxEupPUzMr { width:18.9375rem;height:4rem;top:77.0234375rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGVTZAznyASLmUGsPTMII2ln2IwOGfoI { display:block; }
 }@media only screen and (max-width: 763px) { #A2cVn3nulrl37RHqh2HErQUuEoFCde9O { width:1.875rem;height:1.875rem;top:73.8984375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfKhe5t1Eopw4RqJfHkMNdW9DZUd30KA { width:16.1875rem;height:1.86875rem;top:85.3984375rem;left:1.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tgke4K4GwdA7v6gyu53FTNMvz8VNJkMt { width:19rem;height:4rem;top:88.515625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhzsOk1acQWQsso5kaJbtGNP43KAcsyB { display:block; }
 }@media only screen and (max-width: 763px) { #A7xISkN7rkB0UmrgtHhz2ECy5A76MPna { width:1.875rem;height:1.875rem;top:82.2734375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4htHe57kOO8adrLmOuA84G5wRInScV { display:block; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACxz7fkhgVzqrHkIpMm4m5ZbhX0DsOay { width:9.3125rem;height:1.25rem;top:3.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4WZZygTmmGuzpkbwbXia9STpE3i2RN { width:20rem;height:4.55rem;top:5.9765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r { display:block; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSH0St3BTwC5wAbmFZlJkMBlJA3zAf0s { width:15.625rem;height:1.3rem;top:1.625rem;left:2.1875rem;text-align:center;text-align-last:center;color:#2a2a2a;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX { width:2.625rem;height:2.625rem;top:4.9250011444092rem;left:0.9375rem;display:block; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #h48BCJ1B3odlDUx1suXAKRVT1DArinVT { width:2.5625rem;height:2.5625rem;top:4.9554691314697rem;left:8.7187505364419rem;display:block; }
#h48BCJ1B3odlDUx1suXAKRVT1DArinVT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 { width:2.625rem;height:2.625rem;top:4.9250011444092rem;left:16.21875rem;display:block; }
#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg { display:block; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBHcNFeS8NTn50mwJJ5hSHhTQsgQrPfK { width:20rem;height:0.975rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }